From 10e2c5ae4af342daf48208484534a332d08a5b30 Mon Sep 17 00:00:00 2001 From: lasers Date: Thu, 8 Dec 2016 15:59:21 -0600 Subject: [PATCH] Add information for Netplay->ScanLocalNetwork --- intl/msg_hash_chs.c | 4 ++++ intl/msg_hash_ja.c | 4 ++++ intl/msg_hash_lbl.h | 2 ++ intl/msg_hash_us.c | 4 ++++ intl/msg_hash_vn.c | 4 ++++ 5 files changed, 18 insertions(+) diff --git a/intl/msg_hash_chs.c b/intl/msg_hash_chs.c index fd31b108bd..00dc556cb0 100644 --- a/intl/msg_hash_chs.c +++ b/intl/msg_hash_chs.c @@ -1579,6 +1579,10 @@ int menu_hash_get_help_chs_enum(enum msg_hash_enums msg, char *s, size_t len) snprintf(s, len, "Setting related to Netplay."); break; + case MENU_ENUM_LABEL_NETPLAY_LAN_SCAN_SETTINGS: + snprintf(s, len, + "Search for and connect to netplay hosts on the local network."); + break; case MENU_ENUM_LABEL_DYNAMIC_WALLPAPER: snprintf(s, len, "Dynamically load a new wallpaper \n" diff --git a/intl/msg_hash_ja.c b/intl/msg_hash_ja.c index 074c8e4203..7a32a5977f 100644 --- a/intl/msg_hash_ja.c +++ b/intl/msg_hash_ja.c @@ -1610,6 +1610,10 @@ int menu_hash_get_help_jp_enum(enum msg_hash_enums msg, char *s, size_t len) snprintf(s, len, "Setting related to Netplay."); break; + case MENU_ENUM_LABEL_NETPLAY_LAN_SCAN_SETTINGS: + snprintf(s, len, + "Search for and connect to netplay hosts on the local network."); + break; case MENU_ENUM_LABEL_DYNAMIC_WALLPAPER: snprintf(s, len, "Dynamically load a new wallpaper \n" diff --git a/intl/msg_hash_lbl.h b/intl/msg_hash_lbl.h index faed9a4d15..e6b20cbcce 100644 --- a/intl/msg_hash_lbl.h +++ b/intl/msg_hash_lbl.h @@ -592,6 +592,8 @@ MSG_HASH(MENU_ENUM_LABEL_NETPLAY_SPECTATOR_MODE_ENABLE, "netplay_spectator_mode_enable") MSG_HASH(MENU_ENUM_LABEL_NETPLAY_TCP_UDP_PORT, "netplay_tcp_udp_port") +MSG_HASH(MENU_ENUM_LABEL_NETPLAY_LAN_SCAN_SETTINGS, + "Search for and connect to netplay hosts on the local network.") MSG_HASH(MENU_ENUM_LABEL_NETWORK_CMD_ENABLE, "network_cmd_enable") MSG_HASH(MENU_ENUM_LABEL_NETWORK_CMD_PORT, diff --git a/intl/msg_hash_us.c b/intl/msg_hash_us.c index 9448c84123..2240849e01 100644 --- a/intl/msg_hash_us.c +++ b/intl/msg_hash_us.c @@ -1612,6 +1612,10 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len) snprintf(s, len, "Disconnects an active Netplay connection."); break; + case MENU_ENUM_LABEL_NETPLAY_LAN_SCAN_SETTINGS: + snprintf(s, len, + "Search for and connect to netplay hosts on the local network."); + break; case MENU_ENUM_LABEL_NETPLAY_SETTINGS: snprintf(s, len, "Setting related to Netplay."); diff --git a/intl/msg_hash_vn.c b/intl/msg_hash_vn.c index 3b024ff83f..8bbd00098a 100644 --- a/intl/msg_hash_vn.c +++ b/intl/msg_hash_vn.c @@ -1612,6 +1612,10 @@ int menu_hash_get_help_vn_enum(enum msg_hash_enums msg, char *s, size_t len) snprintf(s, len, "Setting related to Netplay."); break; + case MENU_ENUM_LABEL_NETPLAY_LAN_SCAN_SETTINGS: + snprintf(s, len, + "Search for and connect to netplay hosts on the local network."); + break; case MENU_ENUM_LABEL_DYNAMIC_WALLPAPER: snprintf(s, len, "Dynamically tải a new wallpaper \n"