locale: add LOCALE_NETWORKMENU_SERVICES

Origin commit data
------------------
Commit: c21fcd1f3c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-06-26 (Tue, 26 Jun 2012)
This commit is contained in:
[CST] Focus
2012-06-26 16:43:33 +04:00
parent 023a582bde
commit baa89bf3bd
3 changed files with 3 additions and 0 deletions

View File

@@ -952,6 +952,7 @@ networkmenu.ntptitle Time-Syncronisation
networkmenu.password Key
networkmenu.reset_settings_now Do you want restore the previous settings?
networkmenu.select_if Interface
networkmenu.services Network services
networkmenu.setupnow Apply network settings now
networkmenu.setuponstartup Setup network on startup
networkmenu.show Show active Network settings

View File

@@ -979,6 +979,7 @@ typedef enum
LOCALE_NETWORKMENU_PASSWORD,
LOCALE_NETWORKMENU_RESET_SETTINGS_NOW,
LOCALE_NETWORKMENU_SELECT_IF,
LOCALE_NETWORKMENU_SERVICES,
LOCALE_NETWORKMENU_SETUPNOW,
LOCALE_NETWORKMENU_SETUPONSTARTUP,
LOCALE_NETWORKMENU_SHOW,

View File

@@ -979,6 +979,7 @@ const char * locale_real_names[] =
"networkmenu.password",
"networkmenu.reset_settings_now",
"networkmenu.select_if",
"networkmenu.services",
"networkmenu.setupnow",
"networkmenu.setuponstartup",
"networkmenu.show",