2019-07-29 13:56:20 +02:00
# if defined(_MSC_VER) && !defined(_XBOX) && (_MSC_VER >= 1500 && _MSC_VER < 1900)
2019-05-28 13:37:14 +02:00
# if (_MSC_VER >= 1700)
2019-05-21 18:02:25 -05:00
/* https://support.microsoft.com/en-us/kb/980263 */
# pragma execution_character_set("utf-8")
2019-05-28 13:37:14 +02:00
# endif
2019-05-21 18:02:25 -05:00
# pragma warning(disable:4566)
# endif
2020-05-02 13:29:17 +07:00
/* Top-level Menu */
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MAIN_MENU ,
" Hoofdmenu "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SETTINGS_TAB ,
" Instellingen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_FAVORITES_TAB ,
" Favorieten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_HISTORY_TAB ,
" Geschiedenis "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_IMAGES_TAB ,
" Afbeeldingen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MUSIC_TAB ,
" Muziek "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_ADD_TAB ,
" Importeer inhoud "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Main Menu */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CONTENT_SETTINGS ,
" Snelmenu "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CORE_LIST ,
" Core Laden "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_CORE_LIST ,
" Selecteer welke core je wilt gebruiken. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LOAD_CONTENT_LIST ,
" Laad Inhoud "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_LOAD_CONTENT_LIST ,
" Selecteer de inhoud om op te starten. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LOAD_DISC ,
" Laad Disc "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_PLAYLISTS_TAB ,
" Afspeellijsten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_PLAYLISTS_TAB ,
" Gescande inhoud zal hier getoond worden. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_ADD_CONTENT_LIST ,
" Inhoud toevoegen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_DISABLE_KIOSK_MODE ,
" Kioskmodus Deactiveren "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_ONLINE_UPDATER ,
" Online bijwerken "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETPLAY ,
" Netplay Activeren "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SETTINGS ,
" Instellingen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INFORMATION_LIST ,
" Informatie "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_INFORMATION_LIST_LIST ,
" Toon core, netwerk en systeem informatie. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_CONFIGURATIONS_LIST ,
" Configuraties "
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST ,
" Beheer en creëer configuratiebestanden. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_HELP_LIST ,
" Hulp "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_HELP_LIST ,
" Leer meer over hoe het werkt. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RESTART_RETROARCH ,
" RetroArch Opnieuw Opstarten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QUIT_RETROARCH ,
" RetroArch Afsluiten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_QUIT_RETROARCH ,
" Sluit het programma af. "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Main Menu > Load Core */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_DOWNLOAD_CORE ,
" Installeer een core vanaf de online updater. "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Main Menu > Load Content */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_FAVORITES ,
" Favorieten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_OPEN_ARCHIVE ,
" Open Archief "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LOAD_ARCHIVE ,
" Laad Archief "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Main Menu > Load Content > Playlists */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_GOTO_FAVORITES ,
" Favorieten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_GOTO_MUSIC ,
" Muziek "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_GOTO_IMAGES ,
" Afbeeldingen "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Main Menu > Online Updater */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DOWNLOAD_CORE_CONTENT ,
" Download Inhoud "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_UPDATE_CORE_INFO_FILES ,
" Update Core Info Bestanden "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_UPDATE_AUTOCONFIG_PROFILES ,
" Update Autoconfiguratie Profielen "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Main Menu > Information */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CORE_INFORMATION ,
" Core Informatie "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETWORK_INFORMATION ,
" Netwerk Informatie "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFORMATION ,
" Systeem Informatie "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_SYSTEM_INFORMATION ,
" Laat apparaat-specifieke informatie zien. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DATABASE_MANAGER ,
" Database Beheer "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CURSOR_MANAGER ,
" Cursor Beheer "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Main Menu > Information > Core Information */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_NAME ,
" Core naam "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CORE_INFO_SYSTEM_NAME ,
" Systeem naam "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CORE_INFO_SYSTEM_MANUFACTURER ,
" Systeem fabrikant "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CORE_INFO_CATEGORIES ,
" Categorieen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CORE_INFO_AUTHORS ,
" Auteurs "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CORE_INFO_PERMISSIONS ,
" Permissies "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CORE_INFO_LICENSES ,
" Licentie(s) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CORE_INFO_SUPPORTED_EXTENSIONS ,
" Ondersteunde extensies "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MISSING ,
" Ontbrekend "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_PRESENT ,
" Aanwezig "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_OPTIONAL ,
" Optioneel "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_REQUIRED ,
" Vereist "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CORE_DELETE ,
" Verwijder core "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_CORE_DELETE ,
" Verwijder deze core permanent. "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Main Menu > Information > System Information */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_BUILD_DATE ,
" Build datum "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_GIT_VERSION ,
" Git versie "
)
MSG_HASH ( /* FIXME Should be MENU_LABEL_VALUE */
MSG_UNKNOWN_COMPILER ,
" Onbekende compiler "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CPU_FEATURES ,
" CPU Eigenschappen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CPU_ARCHITECTURE ,
" CPU Architectuur: "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FRONTEND_IDENTIFIER ,
" Frontend identificatie "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RETRORATING_LEVEL ,
" RetroRating niveau "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE ,
" Energie bron "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_MM_WIDTH ,
" Display metric breedte (mm) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_MM_HEIGHT ,
" Display metric hoogte (mm) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_LIBRETRODB_SUPPORT ,
" LibretroDB ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OVERLAY_SUPPORT ,
" Overlay ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COMMAND_IFACE_SUPPORT ,
" Command interface ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_NETWORK_COMMAND_IFACE_SUPPORT ,
" Network Command interface ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_NETWORK_REMOTE_SUPPORT ,
" Network Gamepad ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COCOA_SUPPORT ,
" Cocoa ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RPNG_SUPPORT ,
" PNG ondersteuning (RPNG) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RJPEG_SUPPORT ,
" JPEG ondersteuning (RJPEG) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RBMP_SUPPORT ,
" BMP ondersteuning (RBMP) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RTGA_SUPPORT ,
" TGA ondersteuning (RTGA) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL_SUPPORT ,
" SDL1.2 ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL2_SUPPORT ,
" SDL2 ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_VULKAN_SUPPORT ,
" Vulkan ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENGL_SUPPORT ,
" OpenGL ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENGLES_SUPPORT ,
" OpenGL ES ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_THREADING_SUPPORT ,
" Threading ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_KMS_SUPPORT ,
" KMS/EGL ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_UDEV_SUPPORT ,
" Udev ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENVG_SUPPORT ,
" OpenVG ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_EGL_SUPPORT ,
" EGL ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_X11_SUPPORT ,
" X11 ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_WAYLAND_SUPPORT ,
" Wayland ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_XVIDEO_SUPPORT ,
" XVideo ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ALSA_SUPPORT ,
" ALSA ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OSS_SUPPORT ,
" OSS ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENAL_SUPPORT ,
" OpenAL ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENSL_SUPPORT ,
" OpenSL ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RSOUND_SUPPORT ,
" RSound ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ROARAUDIO_SUPPORT ,
" RoarAudio ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_JACK_SUPPORT ,
" JACK ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_PULSEAUDIO_SUPPORT ,
" PulseAudio ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COREAUDIO_SUPPORT ,
" CoreAudio ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COREAUDIO3_SUPPORT ,
" CoreAudio V3 ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DSOUND_SUPPORT ,
" DirectSound ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_WASAPI_SUPPORT ,
" WASAPI ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_XAUDIO2_SUPPORT ,
" XAudio2 ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ZLIB_SUPPORT ,
" Zlib ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_7ZIP_SUPPORT ,
" 7zip ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DYLIB_SUPPORT ,
" Dynamic library ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CG_SUPPORT ,
" Cg ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_GLSL_SUPPORT ,
" GLSL ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_HLSL_SUPPORT ,
" HLSL ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL_IMAGE_SUPPORT ,
" SDL image ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FFMPEG_SUPPORT ,
" FFmpeg ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_MPV_SUPPORT ,
" mpv Ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CORETEXT_SUPPORT ,
" CoreText ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FREETYPE_SUPPORT ,
" FreeType ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_STB_TRUETYPE_SUPPORT ,
" STB TrueType ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_NETPLAY_SUPPORT ,
" Netplay (peer-to-peer) ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_PYTHON_SUPPORT ,
" Python (script ondersteuning in shaders) ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_V4L2_SUPPORT ,
" Video4Linux2 ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_LIBUSB_SUPPORT ,
" Libusb ondersteuning "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Main Menu > Information > Database Manager */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DATABASE_SELECTION ,
" Database Selectie "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Main Menu > Information > Database Manager > Information */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_DESCRIPTION ,
" Omschrijving "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_PUBLISHER ,
" Uitgever "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_DEVELOPER ,
" Ontwikkelaar "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_ORIGIN ,
" Afkomst "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_RELEASE_MONTH ,
" Release datum Maand "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_RELEASE_YEAR ,
" Release datum Jaar "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_ANALOG ,
" Analoge besturing ondersteund "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_RUMBLE ,
" Rumble ondersteund "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_COOP ,
" Co-op ondersteund "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Main Menu > Configuration File */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CONFIGURATIONS ,
" Configuratie laden "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RESET_TO_DEFAULT_CONFIG ,
" Fabrieksinstellingen resetten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_RESET_TO_DEFAULT_CONFIG ,
" Reset de instellingen aar fabrieksinstellingen. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SAVE_CURRENT_CONFIG ,
" Huidige Configuratie Opslaan "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SAVE_NEW_CONFIG ,
" Nieuwe configuratie opslaan "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Main Menu > Help */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_HELP_CONTROLS ,
" Basis Menu Besturing "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Main Menu > Help > Basic Menu Controls */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_SCROLL_UP ,
" Omhoog Scrollen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_SCROLL_DOWN ,
" Omlaag Scrollen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_CONFIRM ,
" Bevestigen/OK "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_TOGGLE_MENU ,
" Menu Schakelaar "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_QUIT ,
" Afsluiten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_TOGGLE_KEYBOARD ,
" Toetsenbord in-/uitschakelen "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUDIO_SETTINGS ,
" Geluid "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_SETTINGS ,
" Invoer "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CONFIGURATION_SETTINGS ,
" Configuratie "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS ,
" Wijzig standaard instellingen voor configuratiebestanden. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LOGGING_SETTINGS ,
" Loggen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_FILE_BROWSER_SETTINGS ,
" Betandenbeheer "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RECORDING_SETTINGS ,
" Opname "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_ONSCREEN_DISPLAY_SETTINGS ,
" Onscreen Weergave "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_USER_INTERFACE_SETTINGS ,
" Gebruikersinterface "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_POWER_MANAGEMENT_SETTINGS ,
" Energiebeheer "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RETRO_ACHIEVEMENTS_SETTINGS ,
" Achievements Lijst "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETWORK_SETTINGS ,
" Netwerk "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_NETWORK_SETTINGS ,
" Server en netwerk instellingen configureren. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_PLAYLIST_SETTINGS ,
" Afspeellijsten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_USER_SETTINGS ,
" Gebruiker "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DIRECTORY_SETTINGS ,
" Map "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Drivers */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LOCATION_DRIVER ,
" Locatie Driver "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RECORD_DRIVER ,
" Opname Driver "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Video */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_SYNCHRONIZATION_SETTINGS ,
" Audio Synchronizatie "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SUSPEND_SCREENSAVER_ENABLE ,
" Onderbreek Screensaver "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_VIDEO_THREADED ,
" Verbetert prestaties ten kosten van latentie en meer video stotteringen. Gebruik dit enkel als het niet mogelijk is om full speed te bereiken zonder dit te activeren. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_BLACK_FRAME_INSERTION ,
" Zwarte Frame Injectie "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_GPU_SCREENSHOT ,
" GPU Screenshots Activeren "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Video > CRT SwitchRes */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CRT_SWITCH_X_AXIS_CENTERING ,
" X-As Centering "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Video > Output */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_ROTATION ,
" Rotatie "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_REFRESH_RATE ,
" Verticale Refresh Rate "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_VIDEO_REFRESH_RATE ,
" Verticale refresh rate van je scherm. Wordt gebruikt om een toepasselijke audio input rate te calculeren. LET OP: Deze optie wordt genegeerd als 'Threaded Video' is ingeschakeld. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_REFRESH_RATE_AUTO ,
" Geschatte Scherm Framerate "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_FORCE_SRGB_DISABLE ,
" Handmatig sRGB FBO Deactiveren "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Video > Fullscreen Mode */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_FULLSCREEN ,
" Gebruik Fullscreen Mode "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Video > Windowed Mode */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_SCALE ,
" Venster Schalering "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_SAVE_POSITION ,
" Onthoudt Venster Positie en Grootte "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_WIDTH ,
" Window Breedte "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_HEIGHT ,
" Window Hoogte "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Video > Scaling */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_SCALE_INTEGER ,
" Vierkantige schalering "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO_INDEX ,
" Beeldverhouding "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_VIEWPORT_CUSTOM_X ,
" Handmatige Viewport X Pos. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_VIEWPORT_CUSTOM_Y ,
" Handmatige Viewport Y Positie "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_VIEWPORT_CUSTOM_WIDTH ,
" Handmatige Viewport Breedte "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_VIEWPORT_CUSTOM_HEIGHT ,
" Handmatige Viewport Hoogte "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_CROP_OVERSCAN ,
" Overscan Afsnijden (Herladen Vereist) "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Video > Synchronization */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_VSYNC ,
" Verticale Sync (Vsync) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_HARD_SYNC ,
" Harde GPU Synchronisatie "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Audio */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUDIO_SYNCHRONIZATION_SETTINGS ,
" Audio Synchronizatie "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_MIDI_SETTINGS ,
" MIDI instellingen wijzigen. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUDIO_MIXER_SETTINGS ,
" Mixer Instellingen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_SOUNDS ,
" Menu Geluiden "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUDIO_MUTE ,
" Geluid uitzetten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUDIO_VOLUME ,
" Audio Uitgangsniveau (dB) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUDIO_MIXER_VOLUME ,
" Audio Mixer Volume Niveau (dB) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_AUDIO_MIXER_VOLUME ,
" Globale volume voor audio mixer (in dB uitgedrukt). 0 dB is het normale geluidsniveau. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUDIO_DSP_PLUGIN ,
" Audio DSP Plugin "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUDIO_WASAPI_EXCLUSIVE_MODE ,
" WASAPI Exclusieve mode "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUDIO_WASAPI_FLOAT_FORMAT ,
" WASAPI Float formaat "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUDIO_WASAPI_SH_BUFFER_LENGTH ,
" WASAPI Gedeelde bufferlengte "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Audio > Output */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUDIO_ENABLE ,
" Audio Activeren "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUDIO_DEVICE ,
" Audio Apparaat "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUDIO_LATENCY ,
" Audio Latentie (ms) "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Audio > Resampler */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUDIO_RESAMPLER_QUALITY ,
" Audio Resampler Kwaliteit "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUDIO_OUTPUT_RATE ,
" Audio Uitvoer Frequentie (Hz) "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Audio > Synchronization */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUDIO_SYNC ,
" Audio Synchronizatie "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_AUDIO_SYNC ,
" Synchroniseer audio. Aangeraden. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUDIO_MAX_TIMING_SKEW ,
" Audio Maximale Timing Onevenredigheid "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUDIO_RATE_CONTROL_DELTA ,
" Dynamische Audio Rate Control "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Audio > MIDI */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MIDI_INPUT ,
" Invoer "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Audio > Mixer Settings > Mixer Stream */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MIXER_ACTION_PLAY ,
" Afspelen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MIXER_ACTION_PLAY_LOOPED ,
" Afspelen (Loop) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MIXER_ACTION_PLAY_SEQUENTIAL ,
" Afspelen (Sequentieel) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MIXER_ACTION_REMOVE ,
" Verwijderen "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Audio > Menu Sounds */
/* Settings > Input */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_MAX_USERS ,
" Maximum Aantal Gebruikers "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_INPUT_MAX_USERS ,
" Maximaal aantal gebruikers ondersteund door RetroArch. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_POLL_TYPE_BEHAVIOR ,
" Poll Type Gedrag "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_REMAP_BINDS_ENABLE ,
" Remap Binds Activeren "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_AUTODETECT_ENABLE ,
" Autoconfiguratie Activeren "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_HOTKEY_BINDS ,
" Invoer Hotkey Binds "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_USER_BINDS ,
" Poort %u Binds "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Input > Haptic Feedback/Vibration */
/* Settings > Input > Menu Controls */
/* Settings > Input > Hotkey Binds */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_MENU_ENUM_TOGGLE_GAMEPAD_COMBO ,
" Menu Schakelaar Gamepad Combo "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_INPUT_MENU_ENUM_TOGGLE_GAMEPAD_COMBO ,
" Gamepad knoppencombination to toggle menu. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_META_QUIT_KEY ,
" Sluit RetroArch "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_META_REWIND ,
" Terugspoelen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_META_SHADER_NEXT ,
" Volgende shader "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_META_SHADER_PREV ,
" Vorige shader "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_META_SCREENSHOT ,
" Schermafdruk maken "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Input > Port # Binds */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_SAVE_AUTOCONFIG ,
" Autoconfig Opslaan "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_B ,
" B knop (down) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_Y ,
" Y knop (left) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_SELECT ,
" Select knop "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_START ,
" Start knop "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_RIGHT ,
" Rechter D-pad "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_A ,
" A knop (right) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_X ,
" X knop (top) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_L ,
" L knop (shoulder) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_R ,
" R knop (shoulder) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_L2 ,
" L2 knop (trigger) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_R2 ,
" R2 knop (trigger) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_L3 ,
" L3 knop (thumb) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_R3 ,
" R3 knop (thumb) "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Latency */
/* Settings > Core */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_SHARED_CONTEXT ,
" Activeer Gedeelde Hardware Context "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DUMMY_ON_CORE_SHUTDOWN ,
" Dummy Laden Tijdens Afsluiten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CORE_SET_SUPPORTS_NO_CONTENT_ENABLE ,
" Automatisch core opstarten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_ALLOW_ROTATE ,
" Rotatie toestaan "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Configuration */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CONFIG_SAVE_ON_EXIT ,
" Configuratie Opslaan Tijdens Afsluiten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUTO_OVERRIDES_ENABLE ,
" Laad Override Bestanden Automatisch "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUTO_REMAPS_ENABLE ,
" Laad Remap Bestanden Automatisch "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUTO_SHADERS_ENABLE ,
" Laad Shader Presets Automatisch "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Saving */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SORT_SAVEFILES_ENABLE ,
" Saves Sorteren In Map "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SORT_SAVESTATES_ENABLE ,
" Savestates Sorteren In Map "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_BLOCK_SRAM_OVERWRITE ,
" SaveRAM niet overschrijven tijdens laden van savestate "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUTOSAVE_INTERVAL ,
" Periodiek SaveRAM Autosaven "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SAVESTATE_AUTO_INDEX ,
" Save State Automatische Index "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SAVESTATE_AUTO_SAVE ,
" Automatisch State Saven "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SAVESTATE_AUTO_LOAD ,
" Automatisch State Loaden "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Logging */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LOG_VERBOSITY ,
" Logging Niveau "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LOG_TO_FILE ,
" Log naar bestand "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LOG_TO_FILE_TIMESTAMP ,
" Logbestanden met tijdstempels "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_PERFCNT_ENABLE ,
" Prestatie Teller "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > File Browser */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NAVIGATION_BROWSER_FILTER_SUPPORTED_EXTENSIONS_ENABLE ,
" Filtreer onbekende extensies "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_USE_BUILTIN_PLAYER ,
" Gebruik ingebouwde media speler "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Frame Throttle */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_REWIND_SETTINGS ,
" Terugspoelen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_FASTFORWARD_RATIO ,
" Maximale afspeelsnelheid "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Frame Throttle > Rewind */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_REWIND_ENABLE ,
" Rewind Activeren "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_REWIND_GRANULARITY ,
" Rewind Granulariteit "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Frame Throttle > Frame Time Counter */
/* Settings > Recording */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_RECORD_QUALITY ,
" Opname Kwaliteit "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RECORD_CONFIG ,
" Laad Opname Configuratie... "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_POST_FILTER_RECORD ,
" Post Filter Opname Activeren "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_GPU_RECORD ,
" GPU Opname Activeren "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_STREAM_QUALITY ,
" Stream Kwaliteit "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_STREAMING_TITLE ,
" Titel van Stream "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_UDP_STREAM_PORT ,
" UDP Stream Poort "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Onscreen Display */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_ONSCREEN_NOTIFICATIONS_SETTINGS ,
" Onscreen meldingen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_ONSCREEN_NOTIFICATIONS_SETTINGS ,
" Pas de Onscreen Meldingen aan "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Onscreen Display > Onscreen Overlay */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_ENABLE ,
" Overlay Weergeven "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_INPUT_OVERLAY_ENABLE ,
" Activeer de overlay. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_HIDE_IN_MENU ,
" Verberg Overlay In Menu "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_OVERLAY_AUTOLOAD_PREFERRED ,
" Laad geprefeerd overlay autom. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_OVERLAY_OPACITY ,
" Overlay Transparantie "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_OVERLAY_OPACITY ,
" Doorzichtigheid van alle UI elementen van de overlay. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_OVERLAY_PRESET ,
" Selecteer een overlay d.m.v. bestands beheerder. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_OVERLAY_SCALE ,
" Overlay Schalering "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_OVERLAY_SCALE ,
" Schalering van alle UI elements van de overlay. "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Onscreen Display > Video Layout */
/* Settings > Onscreen Display > Onscreen Notifications */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_FONT_ENABLE ,
" Onscreen Berichten Weergeven "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_FPS_SHOW ,
" Framerate weergeven "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MEMORY_SHOW ,
" Geheugen Details meenemen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_FONT_PATH ,
" Onscreen Berichten Font "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_FONT_SIZE ,
" Onscreen Berichten Grootte "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_MESSAGE_POS_X ,
" OSD Berichten X-as positie "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_MESSAGE_POS_Y ,
" OSD Berichten Y-as positie "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > User Interface */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_SETTINGS ,
" Uiterlijk "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SHOW_ADVANCED_SETTINGS ,
" Geavanceerde Instellingen weergeven "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_ENABLE_KIOSK_MODE ,
" Kioskmodus Activeren "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NAVIGATION_WRAPAROUND ,
" Navigatie Wrap-Around "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_PAUSE_LIBRETRO ,
" Pauseer als menu op voorgrond is "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MOUSE_ENABLE ,
" Muis Ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_POINTER_ENABLE ,
" Touch Ondersteuning "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_THREADED_DATA_RUNLOOP_ENABLE ,
" Threaded taken "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_PAUSE_NONACTIVE ,
" Laat niet in achtergrond draaien "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_DISABLE_COMPOSITION ,
" Desktop Compositie Deactiveren "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_UI_COMPANION_START_ON_BOOT ,
" UI Companion Start Tijdens Boot "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_UI_MENUBAR_ENABLE ,
" Menubalk "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > User Interface > Views */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QUICK_MENU_VIEWS_SETTINGS ,
" Snelmenu "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_QUICK_MENU_VIEWS_SETTINGS ,
" Toon/verberg elementen op the Snelmenu scherm. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_SHOW_LOAD_CORE ,
" Toon Core Laden "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_MENU_SHOW_LOAD_CORE ,
" Toon/verberg de 'Laad Core' optie. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_SHOW_LOAD_CONTENT ,
" Toon Laad Inhoud "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_MENU_SHOW_LOAD_CONTENT ,
" Toon/verberg de 'Laad Inhoud' optie. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_SHOW_INFORMATION ,
" Toon Informatie "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_MENU_SHOW_INFORMATION ,
" Toon/verberg de 'Informatie' optie. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_SHOW_CONFIGURATIONS ,
" Toon Configuraties "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_MENU_SHOW_CONFIGURATIONS ,
" Toon/verberg de 'Configuraties' optie. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_SHOW_HELP ,
" Toon Hulp "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_MENU_SHOW_HELP ,
" Toon/verberg de 'Hulp' optie. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_SHOW_QUIT_RETROARCH ,
" Toon Sluit RetroArch "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_MENU_SHOW_QUIT_RETROARCH ,
" Toon/verberg de 'Sluit RetroArch' optie. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_SETTINGS ,
" Instellingentab weergeven "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_IMAGES ,
" Afbeeldingentab weergeven "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_MUSIC ,
" Muziektab weergeven "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_VIDEO ,
" Videotab weergeven "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_HISTORY ,
" Geschiedenistab weergeven "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_TIMEDATE_ENABLE ,
" Tijd/datum weergeven "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_TIMEDATE_ENABLE ,
" Huidige tijd/datum weergeven in het menu. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_TIMEDATE_STYLE ,
" Stijl van datum / tijd "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_BATTERY_LEVEL_ENABLE ,
" Batterijstand weergeven in het menu. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CORE_ENABLE ,
" Core naam weergeven "
)
MSG_HASH ( /* FIXME Not RGUI specific */
MENU_ENUM_LABEL_VALUE_RGUI_SHOW_START_SCREEN ,
" Start Scherm Weergeven "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > User Interface > Views > Quick Menu */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_TAKE_SCREENSHOT ,
" Toon Neem Schermafdruk "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_TAKE_SCREENSHOT ,
" Toon/verberg de 'Neem Schermafdruk' optie. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_SAVE_LOAD_STATE ,
" Toon Save/Load State "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_SAVE_LOAD_STATE ,
" Toon/verberg de opties voor saving/loading een state. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_UNDO_SAVE_LOAD_STATE ,
" Toon Save/Load State Ongedaan Maken "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_UNDO_SAVE_LOAD_STATE ,
" Toon/verberg de opties voor saving/loading een state ongedaan te maken. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_OPTIONS ,
" Toon Opties "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_OPTIONS ,
" Toon/verberg de 'Opties' optie. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_CONTROLS ,
" Toon Besturing "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_CONTROLS ,
" Toon/verberg de 'Besturing' optie. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_CHEATS ,
" Toon Cheats "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_CHEATS ,
" Toon/verberg de 'Cheats' optie. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_SHADERS ,
" Toon Shaders "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_SHADERS ,
" Toon/verberg de 'Shaders' optie. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_SAVE_CORE_OVERRIDES ,
" Toon Save Core Overrides "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_SAVE_CORE_OVERRIDES ,
" Toon/verberg de 'Save Core Overrides' optie. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_SAVE_GAME_OVERRIDES ,
" Toon Save Game Overrides "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_SAVE_GAME_OVERRIDES ,
" Toon/verberg de 'Save Game Overrides' optie. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_INFORMATION ,
" Toon Informatie "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_INFORMATION ,
" Toon/verberg de 'Informatie' optie. "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > User Interface > Views > Settings */
/* Settings > User Interface > Appearance */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_SCALE_FACTOR ,
" Menu schaalfactor "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_WALLPAPER ,
" Achtergrond "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_WALLPAPER_OPACITY ,
" Achtergrond doorzichtigheid "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_FRAMEBUFFER_OPACITY ,
" Framebuffer Doorzichtigheid "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > AI Service */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AI_SERVICE_MODE ,
" AI Service Uitvoer "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AI_SERVICE_ENABLE ,
" AI Service Ingeschakeld "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Accessibility */
/* Settings > Power Management */
/* Settings > Achievements */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CHEEVOS_ENABLE ,
" Achievements Activeren "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CHEEVOS_TEST_UNOFFICIAL ,
" Test Onofficiele Achievements "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Network */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETPLAY_USE_MITM_SERVER ,
" Gebruik Relay Server "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS ,
" Server Adres "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_NETPLAY_IP_ADDRESS ,
" Het adres van de host waar we naartoe verbinden. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETPLAY_TCP_UDP_PORT ,
" Netplay TCP/UDP Poort "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETWORK_CMD_ENABLE ,
" Netwerk Commando's "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETWORK_CMD_PORT ,
" Netwerk Commando Poort "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETWORK_REMOTE_ENABLE ,
" Netwerk Gamepad "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETWORK_REMOTE_PORT ,
" Netwerk Remote Base Port "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_STDIN_CMD_ENABLE ,
" stdin Commandos "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Network > Updater */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CORE_UPDATER_AUTO_EXTRACT_ARCHIVE ,
" Automatisch uitpakken van gedownloade archieven "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Playlists */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_HISTORY_LIST_ENABLE ,
" Geschiedenislijst Activeren "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_HISTORY_LIST_ENABLE ,
" Enable or disable recent playlist for games, images, music, and videos. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CONTENT_HISTORY_SIZE ,
" Geschiedenislijst grootte "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_PLAYLIST_ENTRY_REMOVE ,
" Sta het verwijderen van items toe "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_LAST_PLAYED ,
" Laatst Gespeeld: "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > Playlists > Playlist Management */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DELETE_PLAYLIST ,
" Afspeellijst verwijderen "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > User */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_PRIVACY_SETTINGS ,
" Bewerk je privacy-instellingen. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETPLAY_NICKNAME ,
" Gebruikersnaam "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_NETPLAY_NICKNAME ,
" Voer hier je gebruikersnaam in. Dit zal o.a. gebruikt worden voor netplay sessies. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_USER_LANGUAGE ,
" Taal "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_USER_LANGUAGE ,
" Stel de taal in van de gebruikersinterface. "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > User > Privacy */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CAMERA_ALLOW ,
" Camera Toestaan "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DISCORD_ALLOW ,
" Discord Inschakelen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LOCATION_ALLOW ,
" Locatie toestaan "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > User > Accounts */
/* Settings > User > Accounts > RetroAchievements */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_ACCOUNTS_CHEEVOS_USERNAME ,
" Gebruikersnaam "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_ACCOUNTS_CHEEVOS_PASSWORD ,
" Wachtwoord "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Settings > User > Accounts > YouTube */
/* Settings > User > Accounts > Twitch */
/* Settings > Directory */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_DIRECTORY ,
" Systeem/BIOS "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DYNAMIC_WALLPAPERS_DIRECTORY ,
" Dynamische Wallpapers "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
MSG_HASH ( /* FIXME Not RGUI specific */
MENU_ENUM_LABEL_VALUE_RGUI_BROWSER_DIRECTORY ,
" Bestandsbeheer "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
MSG_HASH ( /* FIXME Not RGUI specific */
MENU_ENUM_LABEL_VALUE_RGUI_CONFIG_DIRECTORY ,
" Configuratie "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CONTENT_DATABASE_DIRECTORY ,
" Inhoud Database "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_CONTENT_DATABASE_DIRECTORY ,
" Databases worden in deze directory opgeslagen. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_CURSOR_DIRECTORY ,
" Bewaarde queries worden in deze directory opgeslagen. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CHEAT_DATABASE_PATH ,
" Cheats "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RECORDING_OUTPUT_DIRECTORY ,
" Opname Uitvoer Map "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RECORDING_CONFIG_DIRECTORY ,
" Opname Config Map "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_JOYPAD_AUTOCONFIG_DIR ,
" Invoerapparaten Autoconfiguratie "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_PLAYLIST_DIRECTORY ,
" Afspeellijsten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SAVEFILE_DIRECTORY ,
" Savebestand "
)
/* Music */
/* Music > Quick Menu */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_ADD_TO_MIXER ,
" Aan audio mixer toevoegen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_ADD_TO_MIXER_AND_PLAY ,
" Aan audio mixer toevoegen en afspelen "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Netplay */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETPLAY_REFRESH_ROOMS ,
" Room Lijst Vernieuwen "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Netplay > Host */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETPLAY_ENABLE_HOST ,
" Begin met hosten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETPLAY_DISABLE_HOST ,
" Stop met hosten "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Import content */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SCAN_THIS_DIRECTORY ,
" <Scan Deze Map> "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SCAN_FILE ,
" Scan Een Bestand "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Import content > Scan File */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_ADD_TO_MIXER_AND_COLLECTION ,
" Aan audio mixer toevoegen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_ADD_TO_MIXER_AND_COLLECTION_AND_PLAY ,
" Aan audio mixer toevoegen en afspelen "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Import content > Manual Scan */
/* Playlist > Playlist Item */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DELETE_ENTRY ,
" Verwijderen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_ADD_TO_FAVORITES_PLAYLIST ,
" Toevoegen aan Favorieten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INFORMATION ,
" Informatie "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Playlist Item > Set Core Association */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DETECT_CORE_LIST_OK_CURRENT_CORE ,
" Huidige core "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Playlist Item > Information */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_PATH ,
" Bestandspad "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_LAST_PLAYED ,
" Laatst Gespeeld "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_DATABASE ,
" Inhoud Database "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Quick Menu */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RESUME_CONTENT ,
" Hervatten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RESTART_CONTENT ,
" Opnieuw opstarten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CLOSE_CONTENT ,
" Afsluiten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_TAKE_SCREENSHOT ,
" Neem Schermafdruk "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LOAD_STATE ,
" Laad State "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_UNDO_LOAD_STATE ,
" Laden van State Ongedaan Maken "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_UNDO_SAVE_STATE ,
" Save State Ongedaan Maken "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_ADD_TO_FAVORITES ,
" Toevoegen aan Favorieten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QUICK_MENU_START_RECORDING ,
" Start Opname "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_QUICK_MENU_START_RECORDING ,
" Start met opnemen. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QUICK_MENU_STOP_RECORDING ,
" Stop Opname "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_QUICK_MENU_STOP_RECORDING ,
" Stop met opnemen. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QUICK_MENU_START_STREAMING ,
" Start Streamen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_QUICK_MENU_START_STREAMING ,
" Start met streamen. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QUICK_MENU_STOP_STREAMING ,
" Stop Streamen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_QUICK_MENU_STOP_STREAMING ,
" Stop met streamen. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CORE_OPTIONS ,
" Opties "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CORE_INPUT_REMAPPING_OPTIONS ,
" Besturing "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DISK_OPTIONS ,
" Disk Beheer "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_ACHIEVEMENT_LIST ,
" Achievements Lijst "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Quick Menu > Options */
/* Quick Menu > Controls */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_REMAP_FILE_LOAD ,
" Laad Remap Bestand "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_REMAP_FILE_SAVE_CORE ,
" Core Remap Bestand Opslaan "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_REMAP_FILE_SAVE_GAME ,
" Game Remap Bestand Opslaan "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Quick Menu > Controls > Load Remap File */
/* Quick Menu > Cheats */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CHEAT_FILE_LOAD ,
" Laad Cheat Bestand "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_CHEAT_FILE_LOAD ,
" Laad een cheat bestand. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CHEAT_FILE_SAVE_AS ,
" Cheats Opslaan Als "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CHEAT_APPLY_CHANGES ,
" Cheat wijzigingen toepassen "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Quick Menu > Cheats > Start or Continue Cheat Search */
/* Quick Menu > Cheats > Load Cheat File (Replace) */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CHEAT_FILE ,
" Cheat Bestand "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Quick Menu > Cheats > Load Cheat File (Append) */
/* Quick Menu > Cheats > Cheat Details */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CHEAT_STATE ,
" Ingeschakeld "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Quick Menu > Disk Control */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DISK_TRAY_INSERT ,
" Disk Image Toevoegen "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Quick Menu > Shaders */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SHADER_APPLY_CHANGES ,
" Shader Instellingen Toepassen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PARAMETERS ,
" Voorbeeldweergave Shader Parameters "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Quick Menu > Shaders > Save */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_SAVE_AS ,
" Shader Preset Opslaan Als "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Quick Menu > Shaders > Remove */
/* Quick Menu > Shaders > Shader Parameters */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NO_SHADER_PARAMETERS ,
" Geen shader parameters. "
)
/* Quick Menu > Overrides */
/* Quick Menu > Achievements */
/* Quick Menu > Information */
/* Miscellaneous UI Items */
MSG_HASH (
MENU_ENUM_LABEL_VALUE_NO_CORES_AVAILABLE ,
" Geen cores beschikbaar. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NO_CORE_OPTIONS_AVAILABLE ,
" Geen core opties beschikbaar. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NO_CORE_INFORMATION_AVAILABLE ,
" Geen core informatie beschikbaar. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NO_FAVORITES_AVAILABLE ,
" Geen favorieten beschikbaar. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NO_HISTORY_AVAILABLE ,
" Geen geschiedenis beschikbaar. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NO_IMAGES_AVAILABLE ,
" Geen afbeeldingen beschikbaar. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NO_MUSIC_AVAILABLE ,
" Geen muziek beschikbaar. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NO_VIDEOS_AVAILABLE ,
" Geen videos beschikbaar. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NO_INFORMATION_AVAILABLE ,
" Informatie is niet beschikbaar. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NO_PLAYLIST_ENTRIES_AVAILABLE ,
" Geen afspeellijst items beschikbaar. "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_NO_SETTINGS_FOUND ,
" Geen instellingen gevonden. "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_NO_CORE ,
" Geen Core "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_SEARCH ,
" Zoeken: "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_BACK ,
" Terug "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_OK ,
" Oke "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_DIRECTORY_NOT_FOUND ,
" Map niet gevonden. "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_NO_ITEMS ,
" Geen items. "
)
/* Settings Options */
MSG_HASH (
MENU_ENUM_LABEL_VALUE_LANG_ALBANIAN ,
" Albanees "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_LANG_ARABIC ,
" Arabisch "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_LANG_AZERBAIJANI ,
" Azerbeidzjaanse "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_LANG_BULGARIAN ,
" Bulgarijns "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_LANG_CHINESE_SIMPLIFIED ,
" Chinees (Gesimplificeerd) "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_LANG_CHINESE_TRADITIONAL ,
" Chinees (Traditioneel) "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_LANG_CROATIAN ,
" Kroatisch "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_LANG_CZECH ,
" Tsjeschisch "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_LANG_DANISH ,
" Deens "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_LANG_DUTCH ,
" Nederlands "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_LANG_ENGLISH ,
" Engels "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_ESTONIAN ,
" Estlands "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_FILIPINO ,
" Filippijn "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_FINNISH ,
" Fins "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_FRENCH ,
" Frans "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_GALICIAN ,
" Galicisch "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_GEORGIAN ,
" Georgisch "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_GERMAN ,
" Duits "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_GREEK ,
" Grieks "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_HEBREW ,
" Hebreeuws "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_HUNGARIAN ,
" Hongaars "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_ICELANDIC ,
" Ijslands "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_INDONESIAN ,
" Indonesisch "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_IRISH ,
" Iers "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_ITALIAN ,
" Italiaans "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_JAPANESE ,
" Japans "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_KOREAN ,
" Koreaans "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_LATIN ,
" Latijns "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_LATVIAN ,
" Latviaans "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_LITHUANIAN ,
" Litouws "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_MACEDONIAN ,
" Macedonisch "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_MALAY ,
" Maleis "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_MALTESE ,
" Maltees "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_NORWEGIAN ,
" Noors "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_PERSIAN ,
" Perzisch "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_POLISH ,
" Pools "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_PORTUGUESE_BRAZIL ,
" Portugees (Brazil) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_PORTUGUESE_PORTUGAL ,
" Portugees (Portugal) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_ROMANIAN ,
" Roemeens "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_RUSSIAN ,
" Russisch "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_SERBIAN ,
" Servisch "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_SLOVAK ,
" Slowaaks "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_SLOVENIAN ,
" Sloveens "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_SPANISH ,
" Spaans "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_SWEDISH ,
" Zweeds "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_THAI ,
" Thais "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_TURKISH ,
" Turks "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_UKRAINIAN ,
" Oekraiens "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_VIETNAMESE ,
" Vietnamees "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_WELSH ,
" Wels "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LANG_YIDDISH ,
" Jiddisch "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETPLAY_SHARE_DIGITAL_VOTE ,
" Stem "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETPLAY_SHARE_NO_PREFERENCE ,
" Geen Voorkeur "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_PLAYLIST_ENTRY_REMOVE_ENABLE_NONE ,
" UIT "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE_CHARGED ,
" Opgeladen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE_CHARGING ,
" Opladen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE_NO_SOURCE ,
" Geen bron "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_USE_THIS_DIRECTORY ,
" <Gebruik deze map> "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DIRECTORY_DEFAULT ,
" <Standaard> "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DIRECTORY_NONE ,
" <Niets> "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SCROLL_NORMAL ,
" Normaal "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_ON ,
" AAN "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_OFF ,
" UIT "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_YES ,
" Ja "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NO ,
" Nee "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_TRUE ,
" Waar "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_FALSE ,
" Niet waar "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_ENABLED ,
" Ingeschakeld "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DISABLED ,
" Uitgeschakeld "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NOT_AVAILABLE ,
" N.v.t "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DONT_CARE ,
" Onbelangrijk "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LINEAR ,
" Lineair "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NEAREST ,
" Dichtstbijzijnde "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LEFT_ANALOG ,
" Linkse Analoge Stick "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RIGHT_ANALOG ,
" Rechtse Analoge Stick "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_POLL_TYPE_BEHAVIOR_EARLY ,
" Vroeg "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_POLL_TYPE_BEHAVIOR_NORMAL ,
" Normaal "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_POLL_TYPE_BEHAVIOR_LATE ,
" Laat "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* RGUI: Settings > User Interface > Appearance */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_LINEAR_FILTER ,
" Lineair menu filter "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME ,
" Menu Kleur Thema "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* RGUI: Settings Options */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RGUI_UPSCALE_AUTO ,
" Automatisch "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RGUI_ASPECT_RATIO_LOCK_NONE ,
" UIT "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RGUI_ASPECT_RATIO_LOCK_INTEGER ,
" Vierkantige schalering "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_CUSTOM ,
" Aangepast "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_CLASSIC_RED ,
" Klassieke rood "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_CLASSIC_ORANGE ,
" Klassieke Oranje "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_CLASSIC_YELLOW ,
" Klassieke Geel "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_DARK_PURPLE ,
" Donker Paars "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_MIDNIGHT_BLUE ,
" Middernacht Blauw "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_GOLDEN ,
" Goud "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_ELECTRIC_BLUE ,
" Elektrisch Blauw "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_APPLE_GREEN ,
" Appel Groen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_VOLCANIC_RED ,
" Vulkanisch Rood "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RGUI_PARTICLE_EFFECT_NONE ,
" UIT "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* XMB: Settings > User Interface > Appearance */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DYNAMIC_WALLPAPER ,
" Dynamische Wallpaper "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_HORIZONTAL_ANIMATION ,
" Horizontale animatie "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION ,
" Schakel horizontale animatie in voor het menu. Dit zal een negatieve impact hebben op de prestaties. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_FONT_COLOR_RED ,
" Menu Font Rode Kleur "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_FONT_COLOR_GREEN ,
" Menu Font Groene Kleur "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_FONT_COLOR_BLUE ,
" Menu Font Blauwe Kleur "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_XMB_LAYOUT ,
" Menu Opmaak "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_XMB_THEME ,
" Menu-pictogram thema "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME ,
" Menu Kleur Thema "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* XMB: Settings Options */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SHADER_PIPELINE_RIBBON_SIMPLIFIED ,
" Ribbon (vereenvoudigd) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SHADER_PIPELINE_SIMPLE_SNOW ,
" Simpel Sneeuw "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SHADER_PIPELINE_SNOW ,
" Sneeuw "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SHADER_PIPELINE_SNOWFLAKE ,
" Sneeuwvlok "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_XMB_ICON_THEME_CUSTOM ,
" Aangepast "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_APPLE_GREEN ,
" Appel Groen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_DARK ,
" Donker "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_DARK_PURPLE ,
" Donker Paars "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_ELECTRIC_BLUE ,
" Elektrisch Blauw "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_GOLDEN ,
" Goud "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_MIDNIGHT_BLUE ,
" Middernacht Blauw "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_PLAIN ,
" Gewoon "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_VOLCANIC_RED ,
" Vulkanisch Rood "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Ozone: Settings > User Interface > Appearance */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_OZONE_MENU_COLOR_THEME ,
" Menu Kleur Thema "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_OZONE_MENU_COLOR_THEME ,
" Selecteer een ander kleurenschema. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_OZONE_COLOR_THEME_BASIC_WHITE ,
" Wit "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_OZONE_COLOR_THEME_BASIC_BLACK ,
" Zwart "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* MaterialUI: Settings > User Interface > Appearance */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_ICONS_ENABLE ,
" Menu Iconen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME ,
" Menu Kleur Thema "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* MaterialUI: Settings Options */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_BLUE ,
" Blauw "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_BLUE_GREY ,
" Blauw Grijs "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_DARK_BLUE ,
" Donker Blauw "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_GREEN ,
" Groen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_RED ,
" Rood "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_YELLOW ,
" Geel "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_TRANSITION_ANIM_AUTO ,
" Automatisch "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_TRANSITION_ANIM_FADE ,
" Vervagen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_TRANSITION_ANIM_SLIDE ,
" Schuiven "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_TRANSITION_ANIM_NONE ,
" UIT "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_THUMBNAIL_VIEW_PORTRAIT_DISABLED ,
" UIT "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_THUMBNAIL_VIEW_PORTRAIT_LIST_SMALL ,
" Lijst (Klein) "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_THUMBNAIL_VIEW_PORTRAIT_LIST_MEDIUM ,
" Lijst (Medium) "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_THUMBNAIL_VIEW_LANDSCAPE_DISABLED ,
" UIT "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_THUMBNAIL_VIEW_LANDSCAPE_LIST_SMALL ,
" Lijst (Klein) "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_THUMBNAIL_VIEW_LANDSCAPE_LIST_MEDIUM ,
" Lijst (Medium) "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_THUMBNAIL_VIEW_LANDSCAPE_LIST_LARGE ,
" Lijst (Groot) "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_LANDSCAPE_LAYOUT_OPTIMIZATION_DISABLED ,
" UIT "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MATERIALUI_LANDSCAPE_LAYOUT_OPTIMIZATION_ALWAYS ,
" AAN "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Qt (Desktop Menu) */
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QT_MENU_FILE_LOAD_CORE ,
" &Core Laden... "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_SHADER_PARAMS ,
" Voorbeeldweergave Shader Parameters "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_THEME_DARK ,
" Donker "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_THEME_CUSTOM ,
" Aangepast... "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QT_MENU_HELP ,
" &hulp "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QT_LOAD_CORE ,
" Core Laden "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QT_TAB_PLAYLISTS ,
" Afspeellijsten "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QT_TAB_FILE_BROWSER ,
" Betandenbeheer "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QT_INFORMATION ,
" Informatie "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QT_ERROR ,
" Fout "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QT_DELETE_PLAYLIST ,
" Afspeellijst verwijderen "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_QT_PLAYLIST_ENTRY_DATABASE ,
" Inhoud Database: "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Unsorted */
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_ACCOUNTS_LIST_END ,
" Accounts Lijst Eindpunt "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CORE_COUNTERS ,
" Core Prestatie tellers "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_FRONTEND_COUNTERS ,
" Frontend Prestatie Tellers "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_HORIZONTAL_MENU ,
" Horizontale Menu "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_DESCRIPTOR_HIDE_UNBOUND ,
" Verbergen Niet-gemapte Core Input Descripties "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_DESCRIPTOR_LABEL_SHOW ,
" Descriptie Labels Weergeven "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_LOAD_CONTENT_HISTORY ,
" Recentelijk gebruikt "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NO_PERFORMANCE_COUNTERS ,
" Geen prestatie tellers. "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NO_PLAYLISTS ,
" Geen afspeellijsten. "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_PORT ,
" Poort "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SECONDS ,
" secondes "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SUPPORTED_CORES ,
" Aanbevolen cores "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_UNABLE_TO_READ_COMPRESSED_FILE ,
" Fout opgetreden tijdens lezen van gecomprimeerd bestand. "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_USER ,
" Gebruiker "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_USE_BUILTIN_IMAGE_VIEWER ,
" Gebruik ingebouwde afbeeldingsweergave "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Unused (Only Exist in Translation Files) */
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO_AUTO ,
" Automatische Beeldverhouding "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_BGM_ENABLE ,
" Systeem BGM Activeren "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CUSTOM_RATIO ,
" Handmatige Beeldverhouding "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RECORD_ENABLE ,
" Opname Activeren "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RECORD_PATH ,
" Uitvoer Bestand Opslaan Als... "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RECORD_USE_OUTPUT_DIRECTORY ,
" Gebruik Uitvoer Map "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_FORCE_ASPECT ,
" Forceer beeldverhouding "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RESUME ,
" Hervatten "
)
MSG_HASH ( /* FIXME Still exists in a comment about being removed */
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_FOOTER_OPACITY ,
" Voettekst Zichtbaarheid "
)
MSG_HASH ( /* FIXME Still exists in a comment about being removed */
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_HEADER_OPACITY ,
" Header Zichtbaarheid "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETPLAY_ENABLE ,
" Netplay Activeren "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_START_CONTENT ,
" Content Opstarten "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_HELP ,
" Hulp "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_HELP_AUDIO_VIDEO_TROUBLESHOOTING ,
" Audio/Video Raadpleging "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_HELP_CHANGE_VIRTUAL_GAMEPAD ,
" Virtuele Gamepad Overlay Veranderen "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_HELP_LOADING_CONTENT ,
" Hoe Laad je Content? "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_HELP_SCANNING_CONTENT ,
" Scannen naar Content "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_HELP_WHAT_IS_A_CORE ,
" Wat is een Core? "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MANAGEMENT ,
" Database Instellingen "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETPLAY_DELAY_FRAMES ,
" Netplay Vertraging Frames "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETPLAY_MODE ,
" Netplay Client Activeren "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_NETPLAY_SPECTATOR_MODE_ENABLE ,
" Netplay Spectator Activeren "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CHEEVOS_DESCRIPTION ,
" Omschrijving "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_FRAME_THROTTLE_ENABLE ,
" Beperk Maximale Afspeelsnelheid "
2020-04-25 19:24:22 +07:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_ACHIEVEMENT_LIST_HARDCORE ,
" Achievements Lijst (Hardcore) "
2016-11-25 21:43:42 +01:00
)
2020-05-02 13:29:17 +07:00
/* Unused (Needs Confirmation) */
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_DEVELOPER ,
" Database - Filter : Ontwikkelaar "
2016-11-25 21:43:42 +01:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_PUBLISHER ,
" Database - Filter : Uitgever "
2016-11-25 21:43:42 +01:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CONFIG ,
" Configuratie "
2016-11-25 21:43:42 +01:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SLANG_SUPPORT ,
" Slang ondersteuning "
2016-11-25 21:43:42 +01:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FBO_SUPPORT ,
" OpenGL/Direct3D render-to-texture (multi-pass shaders) ondersteuning "
2016-11-25 21:43:42 +01:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_CONTENT_DIR ,
" Inhoud "
2016-11-25 21:43:42 +01:00
)
2017-02-05 14:24:34 -05:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE ,
" Keuze "
2017-02-05 14:24:34 -05:00
)
2016-11-25 21:43:42 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS ,
" Basis menu besturing "
2016-11-25 21:43:42 +01:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_CONFIRM ,
" Bevestigen/OK "
2016-11-25 21:43:42 +01:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_QUIT ,
" Afsluiten "
2016-11-25 21:43:42 +01:00
)
2016-11-25 23:04:00 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_SCROLL_UP ,
" Omhoog scrollen "
2016-11-25 23:04:00 +01:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_START ,
" Standaard "
2016-11-25 23:04:00 +01:00
)
2016-11-26 00:35:59 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_TOGGLE_KEYBOARD ,
" Toetsenbord in-/uitschakelen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_TOGGLE_MENU ,
" Menu verbergen / tonen "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Discord Status */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DISCORD_IN_GAME_PAUSED ,
" In-Game (Gepauzeerd) "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DISCORD_STATUS_PLAYING ,
" Afspelen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_DISCORD_STATUS_PAUSED ,
" Gepauzeerd "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
/* Notifications */
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_AUDIO_MIXER_VOLUME ,
" Globale volume voor audio mixer "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_NATIVE ,
" Standaard "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_DEVICE_DISCONNECTED_FROM_PORT ,
" Apparaat ontkoppeld van port "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_UNKNOWN_NETPLAY_COMMAND_RECEIVED ,
" Onbekend netplay commando ontvangen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_FILE_ALREADY_EXISTS_SAVING_TO_BACKUP_BUFFER ,
" Bestand bestaat al. Saven naar backup buffer "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_GOT_CONNECTION_FROM ,
" Verbonden met: \" %s \" "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_GOT_CONNECTION_FROM_NAME ,
" Verbonden met: \" %s (%s) \" "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_PUBLIC_ADDRESS ,
" Poorttoewijzing succesvol "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_UPNP_FAILED ,
" Poorttoewijzing mislukt "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_NO_ARGUMENTS_SUPPLIED_AND_NO_MENU_BUILTIN ,
" Geen argumenten geleverd en geen menu ingebouwd, hulp weergeven... "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_WAITING_FOR_CLIENT ,
" Wachten op client ... "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_NETPLAY_YOU_HAVE_LEFT_THE_GAME ,
" Je hebt het spel verlaten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N ,
" Je bent aangemeld als speler %u "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_NETPLAY_YOU_HAVE_JOINED_WITH_INPUT_DEVICES_S ,
" Je bent aangesloten met invoerapparaten %.*s "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_NETPLAY_PLAYER_S_LEFT ,
" Speler %.*s heeft het spel verlaten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_NETPLAY_S_HAS_JOINED_AS_PLAYER_N ,
" %.*s heeft zich aangemeld als speler %u "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_NETPLAY_S_HAS_JOINED_WITH_INPUT_DEVICES_S ,
" %.*s heeft zich aangesloten met invoerapparaten %.*s "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_NETPLAY_ENTER_PASSWORD ,
" Voer netplay serverwachtwoord in: "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_DISCORD_CONNECTION_REQUEST ,
" Wilt u de verbinding toestaan van de gebruiker: "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_NETPLAY_INCORRECT_PASSWORD ,
" Onjuist wachtwoord "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_NETPLAY_SERVER_HANGUP ,
" Een netplay client heeft de verbinding verbroken "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_NETPLAY_CLIENT_HANGUP ,
" Netplay verbinding verbroken "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_NETPLAY_CANNOT_PLAY_UNPRIVILEGED ,
" Je hebt geen toestemming om te spelen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_NETPLAY_CANNOT_PLAY_NO_SLOTS ,
" Er zijn geen vrije spelerslots "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_NETPLAY_CANNOT_PLAY_NOT_AVAILABLE ,
" De gevraagde invoerapparaten zijn niet beschikbaar "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_NETPLAY_CANNOT_PLAY ,
" Kan niet overschakelen naar speelmodus "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_AUDIO_VOLUME ,
" Geluidsvolume "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_AUTODETECT ,
" Autodetecteren "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_CAPABILITIES ,
" Mogelijkheden "
)
MSG_HASH (
MSG_CONNECTING_TO_NETPLAY_HOST ,
" Verbinden met netplay host "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_CONNECTING_TO_PORT ,
" Verbinding maken met port "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_CONNECTION_SLOT ,
" Connectie slot "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_FETCHING_CORE_LIST ,
" Ophalen van de core lijst... "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_CORE_LIST_FAILED ,
" Ophalen core lijst mislukt! "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_EXTRACTING_CORE ,
" Uitpakken van core: "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_CORE_INSTALLED ,
" Core geïnstalleerd: "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_SCANNING_CORES ,
" Cores scannen... "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_CHECKING_CORE ,
" Controleren van core: "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_ADDED_TO_FAVORITES ,
" Aan favorieten toegevoegd "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_AUDIO_MUTED ,
" Audio gedempt. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_COMPILED_AGAINST_API ,
" Gecompileerd met API "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_CONNECTED_TO ,
" Verbonden met "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_CORE_DOES_NOT_SUPPORT_SAVESTATES ,
" Core heeft geen save state ondersteuning. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_DISK_CLOSED ,
" Gesloten "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_DISK_EJECTED ,
" Uitgeworpen "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_DOWNLOAD_FAILED ,
" Download mislukt "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_ERROR ,
" Fout "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_ERROR_LIBRETRO_CORE_REQUIRES_CONTENT ,
" Libretro core heeft inhoud nodig, maar dat werd niet gegeven. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_ERROR_LIBRETRO_CORE_REQUIRES_SPECIAL_CONTENT ,
" Libretro core heeft speciaal inhoud nodig, maar dat werd niet gegeven. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_ERROR_PARSING_ARGUMENTS ,
" Fout opgetreden tijdens het verwerken van de argumenten. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_ERROR_SAVING_CORE_OPTIONS_FILE ,
" Fout opgetreden tijdens het opslaan van core opties bestand. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_ERROR_SAVING_REMAP_FILE ,
" Fout is opgetreden tijdens het opslaan van remap bestand. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_ERROR_SAVING_SHADER_PRESET ,
" Fout is opgetreden tijdens het opslaan van shader preset. "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_EXTERNAL_APPLICATION_DIR ,
" Externe Applicatie Dir "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_EXTRACTING ,
" Uitpakken "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_EXTRACTING_FILE ,
" Uitpakken van bestand "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_FAILED_SAVING_CONFIG_TO ,
" Fout is opgetreden tijdens het opslaan van configuratie naar "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_FOUND_SHADER ,
" Shader gevonden "
2020-04-25 19:24:22 +07:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_INTERNAL_STORAGE ,
" Interne Opslag "
2016-11-26 00:35:59 +01:00
)
2016-11-26 01:39:24 +01:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_LIBRETRO_FRONTEND ,
" Frontend voor libretro "
2020-04-25 19:24:22 +07:00
)
2019-08-22 21:33:02 +02:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_LOADED_STATE_FROM_SLOT ,
" State geladen van slot #%d. "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_LOADED_STATE_FROM_SLOT_AUTO ,
" State geladen van slot #-1 (auto). "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_LOADING ,
" Laden "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_FIRMWARE ,
" Firmware bestanden ontbreken "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_MEMORY ,
" Geheugen "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_PAUSED ,
" Gepauzeerd. "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_RECEIVED ,
" ontvangen "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_REWINDING ,
" Terugspoelen. "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_REWIND_REACHED_END ,
" Einde bereikt van terugspoel buffer. "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_SCANNING_OF_DIRECTORY_FINISHED ,
" Scannen van directory voltooid "
2019-08-22 21:33:02 +02:00
)
2019-08-22 22:20:31 +02:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_FAST_FORWARD ,
" Vooruitspoelen. "
2019-08-22 22:20:31 +02:00
)
2019-08-22 21:33:02 +02:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_SRAM_WILL_NOT_BE_SAVED ,
" SRAM zal niet opgeslagen worden. "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_TAKING_SCREENSHOT ,
" Schermafdruk maken. "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_UNDID_LOAD_STATE ,
" Laden van state ongedaan gemaakt. "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_UNDOING_SAVE_STATE ,
" Save state ongedaan maken "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_VALUE_REBOOTING ,
" Opnieuw opstarten... "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_VALUE_SHUTTING_DOWN ,
" Afsluiten... "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_VERSION_OF_LIBRETRO_API ,
" Versie van libretro API "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_FAILED ,
" gefaald "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_DEVICE_NOT_CONFIGURED ,
" niet geconfigureerd "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_INPUT_ENABLE_SETTINGS_PASSWORD ,
" Voer wachtwoord in "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_INPUT_ENABLE_SETTINGS_PASSWORD_OK ,
" Wachtwoord is correct. "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_INPUT_ENABLE_SETTINGS_PASSWORD_NOK ,
" Wachtwoord is incorrect. "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_INPUT_KIOSK_MODE_PASSWORD ,
" Voer Wachtwoord In "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_INPUT_KIOSK_MODE_PASSWORD_OK ,
" Wachtwoord correct. "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_INPUT_KIOSK_MODE_PASSWORD_NOK ,
" Verkeerde wachtwoord. "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_RESAMPLER_QUALITY_LOWEST ,
" Laagst "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_RESAMPLER_QUALITY_LOWER ,
" Lager "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_RESAMPLER_QUALITY_NORMAL ,
" Normaal "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_RESAMPLER_QUALITY_HIGHER ,
" Hoger "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MSG_RESAMPLER_QUALITY_HIGHEST ,
" Hoogst "
2019-08-22 21:33:02 +02:00
)
2020-05-02 13:29:17 +07:00
/* Lakka */
2019-08-22 21:33:02 +02:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FRONTEND_NAME ,
" Frontend naam "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_LAKKA_VERSION ,
" Lakka versie "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_REBOOT ,
" Herstart "
2019-08-22 21:33:02 +02:00
)
2020-05-02 13:29:17 +07:00
/* Environment Specific Settings */
2019-08-22 21:33:02 +02:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_SCREEN_RESOLUTION ,
" Scherm Resolutie "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_VI_WIDTH ,
" VI Scherm Breedte Instellen "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_PAL60_ENABLE ,
" PAL60 Mode Activeren "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_INPUT_META_RESTART_KEY ,
" RetroArch Opnieuw Opstarten "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_AUDIO_BLOCK_FRAMES ,
" Blok Frames "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_MENU_SHOW_REBOOT ,
" Toon Herstart "
2019-08-22 21:33:02 +02:00
)
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_SUBLABEL_MENU_SHOW_REBOOT ,
" Toon/verberg de 'Herstart' optie. "
2019-08-22 21:33:02 +02:00
)
2020-05-02 13:29:17 +07:00
# ifdef HAVE_LAKKA_SWITCH
# endif
# if defined(HAVE_LAKKA_SWITCH) || defined(HAVE_LIBNX)
# endif
# ifdef HAVE_LAKKA
2019-08-22 21:33:02 +02:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_BLUETOOTH_ENABLE ,
" Bluetooth Activeren "
2019-08-22 21:33:02 +02:00
)
2020-05-02 13:29:17 +07:00
# endif
# ifdef GEKKO
# endif
# ifdef HAVE_ODROIDGO2
# endif
# if defined(_3DS)
2019-08-22 21:33:02 +02:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_3DS_LCD_BOTTOM ,
" 3DS onderste scherm "
2019-08-22 21:33:02 +02:00
)
2020-04-25 19:24:22 +07:00
MSG_HASH (
2020-05-02 13:29:17 +07:00
MENU_ENUM_LABEL_VALUE_VIDEO_3DS_DISPLAY_MODE ,
" 3DS weergavemodus "
2020-04-25 19:24:22 +07:00
)
2020-05-02 13:29:17 +07:00
# endif
# ifdef HAVE_QT
# endif