mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-15 06:58:34 +00:00
Added some more translations
This commit is contained in:
parent
0b029dc830
commit
ff9d6e1ee8
@ -401,6 +401,14 @@ int menu_hash_get_help_de_enum(enum msg_hash_enums msg, char *s, size_t len)
|
||||
case MENU_ENUM_LABEL_VALUE_ACHIEVEMENT_LIST_HARDCORE:
|
||||
snprintf(s, len, "Erfolgsliste (Hardcore)");
|
||||
break;
|
||||
case MENU_ENUM_LABEL_VALUE_MENU_ENUM_CONTROLS_PROLOG:
|
||||
snprintf(s, len,
|
||||
"Du kannst folgende Steuerelemente mit\n"
|
||||
"deinem Controller oder deiner Tastatur verwenden\n"
|
||||
"um durch das Menü zu navigieren: \n"
|
||||
" \n"
|
||||
);
|
||||
break;
|
||||
case MENU_ENUM_LABEL_VALUE_PARENT_DIRECTORY:
|
||||
snprintf(s, len, "Übergeordnetes Verzeichnis");
|
||||
break;
|
||||
|
@ -76,6 +76,8 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_CONFIGURATIONS,
|
||||
"Konfigurationsdatei laden") /* FIXME/UPDATE */
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_CONFIGURATION_SETTINGS,
|
||||
"Konfigurations-Einstellungen")
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_CONFIGURATIONS_LIST,
|
||||
"Konfigurationen")
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_CONFIG_SAVE_ON_EXIT,
|
||||
"Speichere Konfiguration beim Beenden")
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_CONTENT_COLLECTION_LIST,
|
||||
@ -886,12 +888,22 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_XMB_SHOW_VIDEO,
|
||||
"Zeige Videos")
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_YES,
|
||||
"Ja")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
|
||||
"Verwalte und erstelle Konfigurationsdateien.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_CONTENT_HISTORY_SIZE,
|
||||
"Limit the number of entries in recent playlist for games, images, music, and videos.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_HELP_LIST,
|
||||
"Erfahre mehr derüber wie Retroarch funktioniert.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_HISTORY_LIST_ENABLE,
|
||||
"Enable or disable recent playlist for games, images, music, and videos.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_INFORMATION_LIST_LIST,
|
||||
"Zeigt Informationen über Core, Netzwerk, und des Systems an. Anzeigen-Manager für Datenbank und Zeiger.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_INPUT_UNIFIED_MENU_CONTROLS,
|
||||
"Use the same controls for both the menu and the game. Applies to the keyboard.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_NETPLAY,
|
||||
"Hoste eine Netplay Session oder trete einer bei.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_ONLINE_UPDATER,
|
||||
"Lade Add-Ons, Komponenten und Inhalte für RetroArch herunter.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_PAUSE_NONACTIVE,
|
||||
"Pause gameplay when window focus is lost.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_VIDEO_DISABLE_COMPOSITION,
|
||||
|
Loading…
x
Reference in New Issue
Block a user