RetroArch/intl/msg_hash_da.h

1480 lines
29 KiB
C
Raw Normal View History

2020-07-14 09:03:29 +00:00
#if defined(_MSC_VER) && !defined(_XBOX) && (_MSC_VER >= 1500 && _MSC_VER < 1900)
#if (_MSC_VER >= 1700)
/* https://support.microsoft.com/en-us/kb/980263 */
#pragma execution_character_set("utf-8")
#endif
#pragma warning(disable:4566)
#endif
/* Top-Level Menu */
2020-11-23 14:54:07 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MAIN_MENU,
2022-11-10 00:14:31 +00:00
"Hovedmenu"
2020-11-23 14:54:07 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_TAB,
2022-11-10 00:14:31 +00:00
"Indstillinger"
2020-11-23 14:54:07 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FAVORITES_TAB,
2022-11-10 00:14:31 +00:00
"Favoritter"
2020-11-23 14:54:07 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HISTORY_TAB,
2022-11-10 00:14:31 +00:00
"Historik"
2020-11-23 14:54:07 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_IMAGES_TAB,
2022-11-10 00:14:31 +00:00
"Billeder"
2020-11-23 14:54:07 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MUSIC_TAB,
2022-11-10 00:14:31 +00:00
"Musik"
2020-11-23 14:54:07 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_TAB,
2022-11-10 00:14:31 +00:00
"Videoer"
2020-11-23 14:54:07 +00:00
)
2021-11-11 00:07:11 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_TAB,
2022-11-10 00:14:31 +00:00
"Udforsk"
2021-11-11 00:07:11 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ADD_TAB,
2022-11-10 00:14:31 +00:00
"Importer indhold"
2021-11-11 00:07:11 +00:00
)
2020-07-14 09:03:29 +00:00
/* Main Menu */
2021-11-11 00:07:11 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_SETTINGS,
2022-11-10 00:14:31 +00:00
"Hurtig Menu"
2021-11-11 00:07:11 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_SETTINGS,
2022-11-10 00:14:31 +00:00
"Få hurtigt adgang til alle relevante indstillinger i spillet."
2021-11-11 00:07:11 +00:00
)
2021-11-12 00:06:50 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_LIST,
2022-11-10 00:14:31 +00:00
"Indlæs kerne"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_LIST,
2022-11-10 00:14:31 +00:00
"Vælg kerne der skal bruges."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOAD_CONTENT_LIST,
2022-11-10 00:14:31 +00:00
"Indlæs indhold"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LOAD_CONTENT_LIST,
2022-11-10 00:14:31 +00:00
"Vælg hvilket indhold der skal startes."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOAD_DISC,
2022-11-10 00:14:31 +00:00
"Indlæs disk"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LOAD_DISC,
2022-11-10 00:14:31 +00:00
"Indlæs en fysisk medie disk. Vælg først kernen (Indlæs kerne) til brug med disken."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DUMP_DISC,
2022-11-10 00:14:31 +00:00
"Dump disk"
2021-11-12 00:06:50 +00:00
)
MSG_HASH( /* FIXME Is a specific image format used? Is it determined automatically? User choice? */
MENU_ENUM_SUBLABEL_DUMP_DISC,
2022-11-10 00:14:31 +00:00
"Dump den fysiske disk til intern opbevaring. Det vil blive gemt som en diskafbildningsfil."
2021-11-12 00:06:50 +00:00
)
2021-11-21 00:07:13 +00:00
#ifdef HAVE_LAKKA
#endif
2021-11-12 00:06:50 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLISTS_TAB,
2022-11-10 00:14:31 +00:00
"Spilleliste"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLISTS_TAB,
2022-11-10 00:14:31 +00:00
"Scannet indhold der matcher databasen vil blive vist her."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ADD_CONTENT_LIST,
2022-11-10 00:14:31 +00:00
"Importer indhold"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ADD_CONTENT_LIST,
2022-11-10 00:14:31 +00:00
"Opret og opdater spillelister ved at scanne indhold."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHOW_WIMP,
2022-11-10 00:14:31 +00:00
"Vis skrivebords menu"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SHOW_WIMP,
2022-11-10 00:14:31 +00:00
"Åbn den traditionelle skrivebords menu."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_DISABLE_KIOSK_MODE,
2022-11-10 00:14:31 +00:00
"Deaktiver Kiosk-tilstand (Genstart Påkrævet)"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_DISABLE_KIOSK_MODE,
2022-11-10 00:14:31 +00:00
"Vis alle konfigurationsrelaterede indstillinger."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ONLINE_UPDATER,
2022-11-10 00:14:31 +00:00
"Opdater online"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ONLINE_UPDATER,
2022-11-10 00:14:31 +00:00
"Hent tilføjelser, komponenter og indhold til RetroArch."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY,
2022-11-10 00:14:31 +00:00
"Deltag i eller vær vært for en netplay session."
2021-11-12 00:06:50 +00:00
)
2021-03-11 14:15:42 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS,
2022-11-10 00:14:31 +00:00
"Indstillinger"
2021-03-11 14:15:42 +00:00
)
2021-11-12 00:06:50 +00:00
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS,
2022-11-10 00:14:31 +00:00
"Indstil programmet."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INFORMATION_LIST_LIST,
2022-11-10 00:14:31 +00:00
"Vis systemoplysninger."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONFIGURATIONS_LIST,
2022-11-10 00:14:31 +00:00
"Konfigurationsfil"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
2022-11-10 00:14:31 +00:00
"Håndter og opret konfigurationsfiler."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HELP_LIST,
2022-11-10 00:14:31 +00:00
"Hjælp"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_HELP_LIST,
2022-11-10 00:14:31 +00:00
"Læs mere om, hvordan programmet virker."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RESTART_RETROARCH,
2022-11-10 00:14:31 +00:00
"Genstart RetroArch"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RESTART_RETROARCH,
2022-11-10 00:14:31 +00:00
"Genstart programmet."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUIT_RETROARCH,
2022-11-10 00:14:31 +00:00
"Afslut RetroArch"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUIT_RETROARCH,
2022-11-10 00:14:31 +00:00
"Afslut programmet."
2021-11-12 00:06:50 +00:00
)
2020-07-14 09:03:29 +00:00
/* Main Menu > Load Core */
2021-11-12 00:06:50 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DOWNLOAD_CORE,
2022-11-10 00:14:31 +00:00
"Hent en kerne"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DOWNLOAD_CORE,
2022-11-10 00:14:31 +00:00
"Hent og installer en kerne fra onlineopdateringsprogrammet."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SIDELOAD_CORE_LIST,
2022-11-10 00:14:31 +00:00
"Installer eller gendan en kerne"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SIDELOAD_CORE_LIST,
2022-11-10 00:14:31 +00:00
"Installér eller gendan en kerne fra mappen 'Downloads'."
2021-11-12 00:06:50 +00:00
)
MSG_HASH( /* FIXME Maybe add a description? */
MENU_ENUM_LABEL_VALUE_START_VIDEO_PROCESSOR,
2022-11-10 00:14:31 +00:00
"Start Videoprocessor"
2021-11-12 00:06:50 +00:00
)
2020-07-14 09:03:29 +00:00
/* Main Menu > Load Content */
2021-11-12 00:06:50 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FAVORITES,
2022-11-10 00:14:31 +00:00
"Start Mappe"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OPEN_ARCHIVE,
2022-11-10 00:14:31 +00:00
"Gennemse Arkiv"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOAD_ARCHIVE,
2022-11-10 00:14:31 +00:00
"Indlæs Arkiv"
2021-11-12 00:06:50 +00:00
)
2020-07-14 09:03:29 +00:00
/* Main Menu > Load Content > Playlists */
2021-03-11 14:15:42 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GOTO_FAVORITES,
2022-11-10 00:14:31 +00:00
"Favoritter"
2021-03-11 14:15:42 +00:00
)
2021-11-12 00:06:50 +00:00
MSG_HASH(
MENU_ENUM_SUBLABEL_GOTO_FAVORITES,
2022-11-10 00:14:31 +00:00
"Indhold tilføjet til 'Favoritter' vises her."
2021-11-12 00:06:50 +00:00
)
2021-03-11 14:15:42 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GOTO_MUSIC,
2022-11-10 00:14:31 +00:00
"Musik"
2021-03-11 14:15:42 +00:00
)
2021-11-12 00:06:50 +00:00
MSG_HASH(
MENU_ENUM_SUBLABEL_GOTO_MUSIC,
2022-11-10 00:14:31 +00:00
"Musik som tidligere er blevet afspillet vises her."
2021-11-12 00:06:50 +00:00
)
2021-03-11 14:15:42 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GOTO_IMAGES,
2022-11-10 00:14:31 +00:00
"Billeder"
2021-03-11 14:15:42 +00:00
)
2021-11-12 00:06:50 +00:00
MSG_HASH(
MENU_ENUM_SUBLABEL_GOTO_IMAGES,
2022-11-10 00:14:31 +00:00
"Billeder som tidligere er blevet set vil blive vist her."
2021-11-12 00:06:50 +00:00
)
2021-03-11 14:15:42 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GOTO_VIDEO,
2022-11-10 00:14:31 +00:00
"Videoer"
2021-03-11 14:15:42 +00:00
)
2021-11-12 00:06:50 +00:00
MSG_HASH(
MENU_ENUM_SUBLABEL_GOTO_VIDEO,
2022-11-10 00:14:31 +00:00
"Videoer som tidligere er blevet afspillet vil blive vist her."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GOTO_EXPLORE,
2022-11-10 00:14:31 +00:00
"Udforsk"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GOTO_EXPLORE,
2022-11-10 00:14:31 +00:00
"Gennemse alt indhold, der matcher databasen via en kategoriseret søgegrænseflade."
2021-11-12 00:06:50 +00:00
)
2020-07-14 09:03:29 +00:00
/* Main Menu > Online Updater */
2021-11-12 00:06:50 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_UPDATER_LIST,
2022-11-10 00:14:31 +00:00
"Kerne downloader"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_INSTALLED_CORES,
2022-11-10 00:14:31 +00:00
"Opdater installerede kerner"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_UPDATE_INSTALLED_CORES,
2022-11-10 00:14:31 +00:00
"Opdater alle installerede kerner til den nyeste tilgængelige version."
2021-11-12 00:06:50 +00:00
)
2021-11-16 00:06:32 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SWITCH_INSTALLED_CORES_PFD,
2022-11-10 00:14:31 +00:00
"Skift kerner til Play Butik-versioner"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SWITCH_INSTALLED_CORES_PFD,
2022-11-10 00:14:31 +00:00
"Erstat alle ældre og manuelt installerede kerner med de nyeste versioner fra Play Butik, hvor de er tilgængelige."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_THUMBNAILS_UPDATER_LIST,
2022-11-10 00:14:31 +00:00
"Opdatering af miniaturer"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_THUMBNAILS_UPDATER_LIST,
2022-11-10 00:14:31 +00:00
"Download komplet miniaturepakke for det valgte system."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PL_THUMBNAILS_UPDATER_LIST,
2022-11-10 00:14:31 +00:00
"Opdatering af miniaturebilleder for spillelister"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PL_THUMBNAILS_UPDATER_LIST,
2022-11-10 00:14:31 +00:00
"Download miniaturer for poster i den valgte spilleliste."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DOWNLOAD_CORE_CONTENT,
2022-11-10 00:14:31 +00:00
"Indholdsdownloader"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_CORE_INFO_FILES,
2022-11-10 00:14:31 +00:00
"Opdater kerneinfofiler"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_ASSETS,
2022-11-10 00:14:31 +00:00
"Opdater aktiver"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_AUTOCONFIG_PROFILES,
2022-11-10 00:14:31 +00:00
"Opdater controllerprofiler"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_CHEATS,
2022-11-10 00:14:31 +00:00
"Opdater snydekoder"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_DATABASES,
2022-11-10 00:14:31 +00:00
"Opdater databaser"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_OVERLAYS,
2022-11-10 00:14:31 +00:00
"Opdater overlays"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_GLSL_SHADERS,
2022-11-10 00:14:31 +00:00
"Opdater GLSL Shaders"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_CG_SHADERS,
2022-11-10 00:14:31 +00:00
"Opdater Cg Shaders"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_SLANG_SHADERS,
2022-11-10 00:14:31 +00:00
"Opdater Slang Shaders"
2021-11-16 00:06:32 +00:00
)
2020-07-14 09:03:29 +00:00
/* Main Menu > Information */
2021-11-16 00:06:32 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFORMATION,
2022-11-10 00:14:31 +00:00
"Kerne information"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_INFORMATION,
2022-11-10 00:14:31 +00:00
"Se information vedrørende applikationen/kerne."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DISC_INFORMATION,
2022-11-10 00:14:31 +00:00
"Disk information"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DISC_INFORMATION,
2022-11-10 00:14:31 +00:00
"Se information om indsatte mediediske."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETWORK_INFORMATION,
2022-11-10 00:14:31 +00:00
"Netværksinformation"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETWORK_INFORMATION,
2022-11-10 00:14:31 +00:00
"Vis netværksgrænseflade(r) og tilknyttede IP-adresser."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFORMATION,
2022-11-10 00:14:31 +00:00
"Systeminformation"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SYSTEM_INFORMATION,
2022-11-10 00:14:31 +00:00
"Se information specifikt for enheden."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_MANAGER,
2022-11-10 00:14:31 +00:00
"Database manager"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DATABASE_MANAGER,
2022-11-10 00:14:31 +00:00
"Se databaser."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CURSOR_MANAGER,
2022-11-10 00:14:31 +00:00
"Markørhåndtering"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CURSOR_MANAGER,
2022-11-10 00:14:31 +00:00
"Se tidligere søgninger."
2021-11-16 00:06:32 +00:00
)
2020-07-14 09:03:29 +00:00
/* Main Menu > Information > Core Information */
2021-11-16 00:06:32 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_NAME,
2022-11-10 00:14:31 +00:00
"Kernenavn"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_LABEL,
2022-11-10 00:14:31 +00:00
"Kerneetiket"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_SYSTEM_NAME,
2022-11-10 00:14:31 +00:00
"Systemnavn"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_SYSTEM_MANUFACTURER,
2022-11-10 00:14:31 +00:00
"Systemproducent"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_CATEGORIES,
2022-11-10 00:14:31 +00:00
"Kategorier"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_AUTHORS,
2022-11-10 00:14:31 +00:00
"Forfatter"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_PERMISSIONS,
2022-11-10 00:14:31 +00:00
"Rettigheder"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_LICENSES,
2022-11-10 00:14:31 +00:00
"Licens"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_SUPPORTED_EXTENSIONS,
2022-11-10 00:14:31 +00:00
"Understøttede udvidelser"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_REQUIRED_HW_API,
2022-11-10 00:14:31 +00:00
"Påkrævet Grafik API"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MISSING_REQUIRED,
2022-11-10 00:14:31 +00:00
"Mangler, Påkrævet:"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MISSING_OPTIONAL,
2022-11-10 00:14:31 +00:00
"Mangler, Valgfri:"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PRESENT_REQUIRED,
2022-11-10 00:14:31 +00:00
"Tilstede, Påkrævet:"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PRESENT_OPTIONAL,
2022-11-10 00:14:31 +00:00
"Tilstede, Valgfri:"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_LOCK,
2022-11-10 00:14:31 +00:00
"Lås installeret kerne"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_LOCK,
2022-11-10 00:14:31 +00:00
"Forhindre ændring af den aktuelt installerede kerne. Kan bruges til at undgå uønskede opdateringer, når indhold kræver en bestemt kerneversion (f.eks Arcade ROM sæt)."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_DELETE,
2022-11-10 00:14:31 +00:00
"Slet kerne"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_DELETE,
2022-11-10 00:14:31 +00:00
"Fjern denne kerne fra disken."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_CREATE_BACKUP,
2022-11-10 00:14:31 +00:00
"Sikkerhedskopiér kerne"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_CREATE_BACKUP,
2022-11-10 00:14:31 +00:00
"Opret en arkiveret sikkerhedskopi af den aktuelt installerede kerne."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_RESTORE_BACKUP_LIST,
2022-11-10 00:14:31 +00:00
"Gendan sikkerhedskopi"
2021-11-16 00:06:32 +00:00
)
2021-11-12 00:06:50 +00:00
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_RESTORE_BACKUP_LIST,
2022-11-10 00:14:31 +00:00
"Installer en tidligere version af kernen fra en liste over arkiverede sikkerhedskopier."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_DELETE_BACKUP_LIST,
2022-11-10 00:14:31 +00:00
"Slet sikkerhedskopi"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_DELETE_BACKUP_LIST,
2022-11-10 00:14:31 +00:00
"Fjern en fil fra listen over arkiverede sikkerhedskopier."
2021-11-12 00:06:50 +00:00
)
2020-07-14 09:03:29 +00:00
/* Main Menu > Information > System Information */
2021-11-12 00:06:50 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_BUILD_DATE,
2022-11-10 00:14:31 +00:00
"Build dato"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_GIT_VERSION,
2022-11-10 00:14:31 +00:00
"Git version"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CPU_MODEL,
2022-11-10 00:14:31 +00:00
"CPU model"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CPU_FEATURES,
2022-11-10 00:14:31 +00:00
"CPU funktioner"
2022-11-09 00:14:13 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CPU_ARCHITECTURE,
2022-11-10 00:14:31 +00:00
"CPU arkitektur"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FRONTEND_IDENTIFIER,
2022-11-10 00:14:31 +00:00
"Frontend identifikator"
2021-11-12 00:06:50 +00:00
)
MSG_HASH( /* FIXME Maybe add a description? */
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RETRORATING_LEVEL,
2022-11-10 00:14:31 +00:00
"RetroRating Niveau"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE,
2022-11-10 00:14:31 +00:00
"Strømkilde"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_VIDEO_CONTEXT_DRIVER,
2022-11-10 00:14:31 +00:00
"Video kontekst driver"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_MM_WIDTH,
2022-11-10 00:14:31 +00:00
"Skærmbredde (mm)"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_MM_HEIGHT,
2022-11-10 00:14:31 +00:00
"Skærmhøjde (mm)"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_DPI,
2022-11-10 00:14:31 +00:00
"Skærmens DPI"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COMMAND_IFACE_SUPPORT,
2022-11-10 00:14:31 +00:00
"Command Interface understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_NETWORK_COMMAND_IFACE_SUPPORT,
2022-11-10 00:14:31 +00:00
"Network Command Interface understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_NETWORK_REMOTE_SUPPORT,
2022-11-10 00:14:31 +00:00
"Network Controller understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COCOA_SUPPORT,
2022-11-10 00:14:31 +00:00
"Cocoa understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RPNG_SUPPORT,
2022-11-10 00:14:31 +00:00
"PNG (RPNG) understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RJPEG_SUPPORT,
2022-11-10 00:14:31 +00:00
"JPEG (RJPEG) understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RBMP_SUPPORT,
2022-11-10 00:14:31 +00:00
"BMP (RBMP) understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RTGA_SUPPORT,
2022-11-10 00:14:31 +00:00
"TGA (RTGA) understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL_SUPPORT,
2022-11-10 00:14:31 +00:00
"SDL 1.2 understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL2_SUPPORT,
2022-11-10 00:14:31 +00:00
"SDL 2 understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_VULKAN_SUPPORT,
2022-11-10 00:14:31 +00:00
"Vulkan understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_METAL_SUPPORT,
2022-11-10 00:14:31 +00:00
"Metal understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENGL_SUPPORT,
2022-11-10 00:14:31 +00:00
"OpenGL understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENGLES_SUPPORT,
2022-11-10 00:14:31 +00:00
"OpenGL ES understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_THREADING_SUPPORT,
2022-11-10 00:14:31 +00:00
"Threading understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_KMS_SUPPORT,
2022-11-10 00:14:31 +00:00
"KMS/EGL understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_UDEV_SUPPORT,
2022-11-10 00:14:31 +00:00
"udev understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENVG_SUPPORT,
2022-11-10 00:14:31 +00:00
"OpenVG understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_EGL_SUPPORT,
2022-11-10 00:14:31 +00:00
"EGL understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_X11_SUPPORT,
2022-11-10 00:14:31 +00:00
"X11 understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_WAYLAND_SUPPORT,
2022-11-10 00:14:31 +00:00
"Wayland understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_XVIDEO_SUPPORT,
2022-11-10 00:14:31 +00:00
"XVideo understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ALSA_SUPPORT,
2022-11-10 00:14:31 +00:00
"ALSA understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OSS_SUPPORT,
2022-11-10 00:14:31 +00:00
"OSS understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENAL_SUPPORT,
2022-11-10 00:14:31 +00:00
"OpenAL understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENSL_SUPPORT,
2022-11-10 00:14:31 +00:00
"OpenSL understøttelse"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RSOUND_SUPPORT,
2022-11-10 00:14:31 +00:00
"RSound understøttelse"
2021-11-12 00:06:50 +00:00
)
2020-07-14 09:03:29 +00:00
/* Main Menu > Information > Database Manager */
/* Main Menu > Information > Database Manager > Information */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_ACHIEVEMENTS,
2022-11-10 00:14:31 +00:00
"Præstationer"
)
2021-11-12 00:06:50 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_COOP,
2022-11-10 00:14:31 +00:00
"Co-op Understøttet"
2021-11-12 00:06:50 +00:00
)
2020-07-14 09:03:29 +00:00
/* Main Menu > Configuration File */
2021-11-12 00:06:50 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONFIGURATIONS,
2022-11-10 00:14:31 +00:00
"Indlæs konfiguration"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVE_CURRENT_CONFIG,
2022-11-10 00:14:31 +00:00
"Gem aktuel konfiguration"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVE_NEW_CONFIG,
2022-11-10 00:14:31 +00:00
"Gem ny konfiguration"
2021-11-12 00:06:50 +00:00
)
2022-12-30 00:10:44 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RESET_TO_DEFAULT_CONFIG,
"Nulstil til standardindstillinger"
)
2020-07-14 09:03:29 +00:00
/* Main Menu > Help */
2021-11-12 00:06:50 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HELP_CONTROLS,
2022-11-10 00:14:31 +00:00
"Grundlæggende menukontroller"
2021-11-12 00:06:50 +00:00
)
2020-07-14 09:03:29 +00:00
/* Main Menu > Help > Basic Menu Controls */
2021-11-12 00:06:50 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_SCROLL_UP,
2022-11-10 00:14:31 +00:00
"Rul Op"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_SCROLL_DOWN,
2022-11-10 00:14:31 +00:00
"Rul Ned"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_CONFIRM,
2022-11-10 00:14:31 +00:00
"Bekræft"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_TOGGLE_MENU,
2022-11-10 00:14:31 +00:00
"Åbn/luk menu"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_QUIT,
2022-11-10 00:14:31 +00:00
"Luk"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_TOGGLE_KEYBOARD,
2022-11-10 00:14:31 +00:00
"Slå Tastatur Til/Fra"
2021-11-12 00:06:50 +00:00
)
2020-07-14 09:03:29 +00:00
/* Settings */
2021-11-12 00:06:50 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DRIVER_SETTINGS,
2022-11-10 00:14:31 +00:00
"Drivere"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DRIVER_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift drivere, der bruges af systemet."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift indstillinger for videooutput."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_SETTINGS,
2022-11-10 00:14:31 +00:00
"Lyd"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift controller, tastatur og mus indstillinger."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LATENCY_SETTINGS,
2022-11-10 00:14:31 +00:00
"Latenstid"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LATENCY_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift indstillinger relateret til video, lyd og input latenstid."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_SETTINGS,
2022-11-10 00:14:31 +00:00
"Kerne"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift kerneindstillinger."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONFIGURATION_SETTINGS,
2022-11-10 00:14:31 +00:00
"Konfiguration"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift standardindstillinger for konfigurationsfiler."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVING_SETTINGS,
2022-11-10 00:14:31 +00:00
"Gemmer"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SAVING_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift gemmeindstillinger."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOGGING_SETTINGS,
2022-11-10 00:14:31 +00:00
"Logning"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LOGGING_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift logføringsindstillinger."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_FILE_BROWSER_SETTINGS,
2022-11-10 00:14:31 +00:00
"Filhåndtering"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_FILE_BROWSER_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift filhåndteringsindstillinger."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_FRAME_THROTTLE_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift indstillingerne for spoling tilbage, spoling frem og slow motion."
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RECORDING_SETTINGS,
2022-11-10 00:14:31 +00:00
"Optager"
2021-11-12 00:06:50 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RECORDING_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift optagelsesindstillinger."
2021-11-12 00:06:50 +00:00
)
2021-11-16 00:06:32 +00:00
MSG_HASH(
MENU_ENUM_SUBLABEL_ONSCREEN_DISPLAY_SETTINGS,
2022-11-10 00:14:31 +00:00
"Ændre skærmoverlejring og tastaturoverlejring og notifikationsindstillinger på skærmen."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_USER_INTERFACE_SETTINGS,
2022-11-10 00:14:31 +00:00
"Brugergrænseflade"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_USER_INTERFACE_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift indstillinger for brugergrænseflade."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_SETTINGS,
2022-11-10 00:14:31 +00:00
"AI Tjeneste"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AI_SERVICE_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift indstillinger for AI-tjenesten (Oversættelse/TTS/Misc)."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACCESSIBILITY_SETTINGS,
2022-11-10 00:14:31 +00:00
"Tilgængelighed"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ACCESSIBILITY_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift indstillinger for tilgængelighedsfortælleren."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_POWER_MANAGEMENT_SETTINGS,
2022-11-10 00:14:31 +00:00
"Strømstyring"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_POWER_MANAGEMENT_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift indstillinger for strømstyring."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RETRO_ACHIEVEMENTS_SETTINGS,
2022-11-10 00:14:31 +00:00
"Præstationer"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RETRO_ACHIEVEMENTS_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift indstillinger for præstationer."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETWORK_SETTINGS,
2022-11-10 00:14:31 +00:00
"Netværk"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETWORK_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift server og netværksindstillinger."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_SETTINGS,
2022-11-10 00:14:31 +00:00
"Spilleliste"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift indstillinger for spillelister."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_USER_SETTINGS,
2022-11-10 00:14:31 +00:00
"Bruger"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_USER_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift konto, brugernavn og sprogindstillinger."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DIRECTORY_SETTINGS,
2022-11-10 00:14:31 +00:00
"Mappe"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DIRECTORY_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift standardmapper hvor filer er placeret."
2021-11-16 00:06:32 +00:00
)
2020-07-14 09:03:29 +00:00
2022-08-27 00:12:27 +00:00
/* Core option category placeholders for icons */
2022-04-03 00:10:31 +00:00
#ifdef HAVE_MIST
#endif
2020-07-14 09:03:29 +00:00
/* Settings > Drivers */
2021-11-16 00:06:32 +00:00
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_DRIVER,
2022-11-10 00:14:31 +00:00
"Input driver til brug. Nogle videodrivere tvinger en anden inputdriver."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_JOYPAD_DRIVER,
2022-11-10 00:14:31 +00:00
"Controller driver der skal bruges."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_DRIVER,
2022-11-10 00:14:31 +00:00
"Videodriver der skal bruges."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_DRIVER,
2022-11-10 00:14:31 +00:00
"Lyd"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_DRIVER,
2022-11-10 00:14:31 +00:00
"Lyddriver der skal bruges."
2021-11-16 00:06:32 +00:00
)
2023-06-07 00:12:11 +00:00
#ifdef HAVE_MICROPHONE
#endif
2021-11-16 00:06:32 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_RESAMPLER_DRIVER,
2022-11-10 00:14:31 +00:00
"Lyd resampler"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_RESAMPLER_DRIVER,
2022-11-10 00:14:31 +00:00
"Lyd resampler driver der skal bruges."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CAMERA_DRIVER,
2022-11-10 00:14:31 +00:00
"Kamera"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CAMERA_DRIVER,
2022-11-10 00:14:31 +00:00
"Kameradriver der skal bruges."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_BLUETOOTH_DRIVER,
2022-11-10 00:14:31 +00:00
"Bluetoothdriver der skal bruges."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_WIFI_DRIVER,
2022-11-10 00:14:31 +00:00
"Wi-Fi-driver, der skal bruges."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOCATION_DRIVER,
2022-11-10 00:14:31 +00:00
"Placering"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LOCATION_DRIVER,
2022-11-10 00:14:31 +00:00
"Placeringsdriver der skal bruges."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_DRIVER,
2022-11-10 00:14:31 +00:00
"Menudriver der skal bruges."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RECORD_DRIVER,
2022-11-10 00:14:31 +00:00
"Optag"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RECORD_DRIVER,
2022-11-10 00:14:31 +00:00
"Optagedriver der skal bruges."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MIDI_DRIVER,
2022-11-10 00:14:31 +00:00
"MIDI-driver der skal bruges."
2021-11-16 00:06:32 +00:00
)
2020-07-14 09:03:29 +00:00
/* Settings > Video */
2021-11-16 00:06:32 +00:00
MSG_HASH(
MENU_ENUM_SUBLABEL_CRT_SWITCHRES_SETTINGS,
2022-11-10 00:14:31 +00:00
"Output native, lavopløsningssignaler til brug med CRT-skærme."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_OUTPUT_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift indstillinger for videooutput."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_FULLSCREEN_MODE_SETTINGS,
2022-11-10 00:14:31 +00:00
"Fuldskærmstilstand"
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_FULLSCREEN_MODE_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift indstillinger for fuldskærmstilstand."
2021-11-16 00:06:32 +00:00
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOWED_MODE_SETTINGS,
2022-11-10 00:14:31 +00:00
"Vinduestilstand"
2022-11-09 00:14:13 +00:00
)
#if defined(DINGUX)
#if defined(RS90) || defined(MIYOO)
#endif
#endif
/* Settings > Video > CRT SwitchRes */
/* Settings > Video > Output */
#if defined (WIIU)
#endif
#if defined(DINGUX) && defined(DINGUX_BETA)
2021-05-16 16:09:21 +00:00
#endif
2020-07-14 09:03:29 +00:00
/* Settings > Video > Fullscreen Mode */
/* Settings > Video > Windowed Mode */
/* Settings > Video > Scaling */
2020-10-24 17:27:14 +00:00
#if defined(DINGUX)
#endif
2020-07-14 09:03:29 +00:00
/* Settings > Video > HDR */
2020-07-14 09:03:29 +00:00
/* Settings > Video > Synchronization */
/* Settings > Audio */
2021-11-26 00:07:25 +00:00
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_OUTPUT_SETTINGS,
2022-11-10 00:14:31 +00:00
"Skift indstillinger for lydudgang."
2021-11-26 00:07:25 +00:00
)
2023-06-07 00:12:11 +00:00
#ifdef HAVE_MICROPHONE
#endif
2020-07-14 09:03:29 +00:00
/* Settings > Audio > Output */
2021-11-26 00:07:25 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_ENABLE,
2022-11-10 00:14:31 +00:00
"Lyd"
2021-11-26 00:07:25 +00:00
)
2020-07-14 09:03:29 +00:00
2023-06-07 00:12:11 +00:00
#ifdef HAVE_MICROPHONE
/* Settings > Audio > Input */
#endif
2020-07-14 09:03:29 +00:00
/* Settings > Audio > Resampler */
/* Settings > Audio > Synchronization */
/* Settings > Audio > MIDI */
/* Settings > Audio > Mixer Settings > Mixer Stream */
/* Settings > Audio > Menu Sounds */
/* Settings > Input */
2021-01-09 04:04:24 +00:00
#if defined(HAVE_DINPUT) || defined(HAVE_WINRAWINPUT)
#endif
2023-01-06 00:11:35 +00:00
#ifdef ANDROID
#endif
2020-07-14 09:03:29 +00:00
/* Settings > Input > Haptic Feedback/Vibration */
/* Settings > Input > Menu Controls */
2021-03-11 14:15:42 +00:00
/* Settings > Input > Hotkeys */
2020-07-14 09:03:29 +00:00
2021-11-26 00:07:25 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_QUIT_KEY,
2022-11-21 00:13:10 +00:00
"Luk"
2021-11-26 00:07:25 +00:00
)
2022-11-21 00:13:10 +00:00
2021-11-26 00:07:25 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_AI_SERVICE,
"AI Tjeneste"
)
2020-07-14 09:03:29 +00:00
2022-11-21 00:13:10 +00:00
2021-03-11 14:15:42 +00:00
/* Settings > Input > Port # Controls */
2020-07-14 09:03:29 +00:00
/* Settings > Latency */
/* Settings > Core */
#ifndef HAVE_DYNAMIC
#endif
2022-03-10 00:09:57 +00:00
#ifdef HAVE_MIST
2020-07-14 09:03:29 +00:00
2022-03-10 00:09:57 +00:00
#endif
2020-07-14 09:03:29 +00:00
/* Settings > Configuration */
/* Settings > Saving */
/* Settings > Logging */
/* Settings > File Browser */
/* Settings > Frame Throttle */
/* Settings > Frame Throttle > Rewind */
/* Settings > Frame Throttle > Frame Time Counter */
/* Settings > Recording */
/* Settings > On-Screen Display */
/* Settings > On-Screen Display > On-Screen Overlay */
2021-12-27 00:08:35 +00:00
2020-09-19 13:54:44 +00:00
#if defined(ANDROID)
#endif
2020-07-14 09:03:29 +00:00
/* Settings > On-Screen Display > Video Layout */
/* Settings > On-Screen Display > On-Screen Notifications */
/* Settings > User Interface */
2022-08-18 00:12:16 +00:00
#ifdef _3DS
#endif
2020-07-14 09:03:29 +00:00
2021-03-11 14:15:42 +00:00
/* Settings > User Interface > Menu Item Visibility */
2020-07-14 09:03:29 +00:00
2021-11-26 00:07:25 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_VIEWS_SETTINGS,
"Hurtig Menu"
)
2021-03-11 14:15:42 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_VIEWS_SETTINGS,
"Indstillinger"
)
2021-11-21 00:07:13 +00:00
#ifdef HAVE_LAKKA
#endif
2021-03-11 14:15:42 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_ADD_CONTENT_ENTRY_DISPLAY_MAIN_TAB,
"Hovedmenu"
)
2020-07-14 09:03:29 +00:00
2021-03-11 14:15:42 +00:00
/* Settings > User Interface > Menu Item Visibility > Quick Menu */
2020-07-14 09:03:29 +00:00
/* Settings > User Interface > Views > Settings */
2022-04-03 00:10:31 +00:00
2020-07-14 09:03:29 +00:00
/* Settings > User Interface > Appearance */
/* Settings > AI Service */
/* Settings > Accessibility */
/* Settings > Power Management */
/* Settings > Achievements */
2021-11-26 00:07:25 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_ENABLE,
"Præstationer"
)
2020-07-14 09:03:29 +00:00
2022-12-31 00:10:25 +00:00
/* Settings > Achievements > Appearance */
2023-01-06 00:11:35 +00:00
/* Settings > Achievements > Visibility */
2020-07-14 09:03:29 +00:00
/* Settings > Network */
/* Settings > Network > Updater */
/* Settings > Playlists */
2021-03-11 14:15:42 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HISTORY_LIST_ENABLE,
"Historik"
)
2021-11-26 00:07:25 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_CORE,
"Kerne:"
)
2020-07-14 09:03:29 +00:00
/* Settings > Playlists > Playlist Management */
/* Settings > User */
/* Settings > User > Privacy */
/* Settings > User > Accounts */
/* Settings > User > Accounts > RetroAchievements */
/* Settings > User > Accounts > YouTube */
/* Settings > User > Accounts > Twitch */
2021-01-09 04:04:24 +00:00
/* Settings > User > Accounts > Facebook Gaming */
2020-07-14 09:03:29 +00:00
/* Settings > Directory */
2021-11-26 00:07:25 +00:00
MSG_HASH( /* FIXME Not RGUI specific */
MENU_ENUM_LABEL_VALUE_RGUI_BROWSER_DIRECTORY,
"Filhåndtering"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_DIRECTORY,
"Spilleliste"
)
2020-07-14 09:03:29 +00:00
2022-04-03 00:10:31 +00:00
#ifdef HAVE_MIST
/* Settings > Steam */
#endif
2020-07-14 09:03:29 +00:00
/* Music */
/* Music > Quick Menu */
/* Netplay */
/* Netplay > Host */
2021-03-11 14:15:42 +00:00
/* Import Content */
2020-07-14 09:03:29 +00:00
2021-03-11 14:15:42 +00:00
/* Import Content > Scan File */
2020-07-14 09:03:29 +00:00
2021-03-11 14:15:42 +00:00
/* Import Content > Manual Scan */
2020-07-14 09:03:29 +00:00
2021-11-26 00:07:25 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_SYSTEM_NAME,
"Systemnavn"
)
2020-07-14 09:03:29 +00:00
2020-07-31 07:50:17 +00:00
/* Explore tab */
2020-07-14 09:03:29 +00:00
/* Playlist > Playlist Item */
/* Playlist Item > Set Core Association */
/* Playlist Item > Information */
2021-11-26 00:07:25 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_CORE_NAME,
"Kerne"
)
2020-07-14 09:03:29 +00:00
/* Quick Menu */
2021-11-26 00:07:25 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACHIEVEMENT_LIST,
"Præstationer"
)
2020-07-14 09:03:29 +00:00
/* Quick Menu > Options */
2021-03-11 14:15:42 +00:00
/* Quick Menu > Options > Manage Core Options */
/* - Legacy (unused) */
2020-07-14 09:03:29 +00:00
/* Quick Menu > Controls */
2022-03-17 00:08:48 +00:00
/* Quick Menu > Controls > Manage Remap Files */
/* Quick Menu > Controls > Manage Remap Files > Load Remap File */
2020-07-14 09:03:29 +00:00
/* Quick Menu > Cheats */
/* Quick Menu > Cheats > Start or Continue Cheat Search */
/* Quick Menu > Cheats > Load Cheat File (Replace) */
/* Quick Menu > Cheats > Load Cheat File (Append) */
/* Quick Menu > Cheats > Cheat Details */
/* Quick Menu > Disc Control */
/* Quick Menu > Shaders */
/* Quick Menu > Shaders > Save */
2020-11-23 14:54:07 +00:00
2020-07-14 09:03:29 +00:00
/* Quick Menu > Shaders > Remove */
/* Quick Menu > Shaders > Shader Parameters */
/* Quick Menu > Overrides */
/* Quick Menu > Achievements */
/* Quick Menu > Information */
/* Miscellaneous UI Items */
/* Settings Options */
/* RGUI: Settings > User Interface > Appearance */
/* RGUI: Settings Options */
/* XMB: Settings > User Interface > Appearance */
/* XMB: Settings Options */
/* Ozone: Settings > User Interface > Appearance */
/* MaterialUI: Settings > User Interface > Appearance */
/* MaterialUI: Settings Options */
/* Qt (Desktop Menu) */
2021-03-11 14:15:42 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_TITLE,
"Indstillinger"
)
2021-11-26 00:07:25 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_HELP,
"&Hjælp"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_LOAD_CORE,
"Indlæs kerne"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_TAB_PLAYLISTS,
"Spilleliste"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_TAB_FILE_BROWSER,
"Filhåndtering"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_CORE,
"Kerne"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_PLAYLIST_ENTRY_CORE,
"Kerne:"
)
2020-07-14 09:03:29 +00:00
/* Unsorted */
2021-03-11 14:15:42 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOAD_CONTENT_HISTORY,
"Historik"
)
2021-11-26 00:07:25 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_USER,
"Bruger"
)
2020-07-14 09:03:29 +00:00
/* Unused (Only Exist in Translation Files) */
2021-11-26 00:07:25 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HELP,
"Hjælp"
)
2020-07-14 09:03:29 +00:00
/* Unused (Needs Confirmation) */
2021-11-26 00:07:25 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_QUIT,
"Luk"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_SCROLL_UP,
"Rul Op"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_TOGGLE_KEYBOARD,
"Slå Tastatur Til/Fra"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_TOGGLE_MENU,
"Åbn/luk menu"
)
2020-07-14 09:03:29 +00:00
/* Discord Status */
/* Notifications */
2022-05-16 00:13:33 +00:00
2020-07-14 09:03:29 +00:00
/* Lakka */
/* Environment Specific Settings */
2021-11-26 00:07:25 +00:00
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_RESTART_KEY,
"Genstart RetroArch"
)
2020-07-14 09:03:29 +00:00
#ifdef HAVE_LAKKA_SWITCH
#endif
#if defined(HAVE_LAKKA_SWITCH) || defined(HAVE_LIBNX)
#endif
#ifdef HAVE_LAKKA
#endif
#ifdef GEKKO
#endif
2023-06-02 00:13:28 +00:00
#ifdef UDEV_TOUCH_SUPPORT
#endif
2020-07-14 09:03:29 +00:00
#ifdef HAVE_ODROIDGO2
#else
#endif
2022-08-18 00:12:16 +00:00
#ifdef _3DS
2020-07-14 09:03:29 +00:00
#endif
#ifdef HAVE_QT
#endif