From d6043867ec9ff7c767080e6e5ab70f2f6db4cd0c Mon Sep 17 00:00:00 2001 From: CoalaJoe Date: Sat, 10 Dec 2016 21:19:33 +0100 Subject: [PATCH] Updated and added more german translations Signed-off-by: CoalaJoe --- intl/msg_hash_de.c | 12 ++++++++++++ intl/msg_hash_de.h | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/intl/msg_hash_de.c b/intl/msg_hash_de.c index 347ed53b70..f733340ef1 100644 --- a/intl/msg_hash_de.c +++ b/intl/msg_hash_de.c @@ -413,6 +413,18 @@ int menu_hash_get_help_de_enum(enum msg_hash_enums msg, char *s, size_t len) "Positive X-Achse ist rechts. \n" "Positive Y-Achse ist unten."); break; + case MENU_ENUM_LABEL_VALUE_SAMBA_ENABLE: + snprintf(s, len, + "SAMBA aktivieren"); + break; + case MENU_ENUM_LABEL_VALUE_SHUTDOWN: + snprintf(s, len, + "Herunterfahren"); + break; + case MENU_ENUM_LABEL_VALUE_SSH_ENABLE: + snprintf(s, len, + "SSH aktivieren"); + break; case MSG_UNKNOWN: default: /* TODO/FIXME - translate */ diff --git a/intl/msg_hash_de.h b/intl/msg_hash_de.h index 728733dddd..ccc5030779 100644 --- a/intl/msg_hash_de.h +++ b/intl/msg_hash_de.h @@ -375,7 +375,7 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_OFF, /* Don't change. Needed for XMB atm. (Would MSG_HASH(MENU_ENUM_LABEL_VALUE_ON, /* Don't change. Needed for XMB atm. (Would be, "AUS") */ "ON") MSG_HASH(MENU_ENUM_LABEL_VALUE_ONLINE_UPDATER, - "Online-Aktualisierungen") + "Online-Aktualisierung") MSG_HASH(MENU_ENUM_LABEL_VALUE_ONSCREEN_DISPLAY_SETTINGS, "OSD-Einstellungen") MSG_HASH(MENU_ENUM_LABEL_VALUE_OPEN_ARCHIVE,