From ff9d6e1ee8f51b943958960df3e32aa6551dc6e0 Mon Sep 17 00:00:00 2001 From: Ashura Date: Sun, 15 Jan 2017 20:56:04 +0100 Subject: [PATCH] Added some more translations --- intl/msg_hash_de.c | 8 ++++++++ intl/msg_hash_de.h | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/intl/msg_hash_de.c b/intl/msg_hash_de.c index 10517b0dae..3be5492418 100644 --- a/intl/msg_hash_de.c +++ b/intl/msg_hash_de.c @@ -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; diff --git a/intl/msg_hash_de.h b/intl/msg_hash_de.h index 6e794b79bf..1874ba7e39 100644 --- a/intl/msg_hash_de.h +++ b/intl/msg_hash_de.h @@ -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,