locals: add hint locale for xupnpd network service

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4902c39f95
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-09-03 (Tue, 03 Sep 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-09-03 18:11:44 +04:00
parent a10c18d3e1
commit 31ce41140d
3 changed files with 3 additions and 0 deletions

View File

@@ -961,6 +961,7 @@ menu.hint_net_ssid Enter SSID of wireless network\nyou want to connect to
menu.hint_net_telnet Enable telnet login to your box
menu.hint_net_test Test network connection: ping gateway,\n name server and external IP
menu.hint_net_ushare Share connected HDD over uPnp
menu.hint_net_xupnpd Share live channels over UPNP
menu.hint_network IP address, gateway, DNS, Time sync\nNetwork shares and services
menu.hint_new_zap_mode Allow channel switch while browsing\n(toggle mode with 'mute' in channel list)
menu.hint_numeric_adjust Adjust channel list mode on numeric zap

View File

@@ -988,6 +988,7 @@ typedef enum
LOCALE_MENU_HINT_NET_TELNET,
LOCALE_MENU_HINT_NET_TEST,
LOCALE_MENU_HINT_NET_USHARE,
LOCALE_MENU_HINT_NET_XUPNPD,
LOCALE_MENU_HINT_NETWORK,
LOCALE_MENU_HINT_NEW_ZAP_MODE,
LOCALE_MENU_HINT_NUMERIC_ADJUST,

View File

@@ -988,6 +988,7 @@ const char * locale_real_names[] =
"menu.hint_net_telnet",
"menu.hint_net_test",
"menu.hint_net_ushare",
"menu.hint_net_xupnpd",
"menu.hint_network",
"menu.hint_new_zap_mode",
"menu.hint_numeric_adjust",