From c21fcd1f3cf84e64c3fab48cfa6c87581824bdfb Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 26 Jun 2012 16:43:33 +0400 Subject: [PATCH] locale: add LOCALE_NETWORKMENU_SERVICES --- data/locale/english.locale | 1 + src/system/locals.h | 1 + src/system/locals_intern.h | 1 + 3 files changed, 3 insertions(+) diff --git a/data/locale/english.locale b/data/locale/english.locale index 13c8993ad..f91381b0d 100644 --- a/data/locale/english.locale +++ b/data/locale/english.locale @@ -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 diff --git a/src/system/locals.h b/src/system/locals.h index 145eb3f6b..7797e770e 100644 --- a/src/system/locals.h +++ b/src/system/locals.h @@ -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, diff --git a/src/system/locals_intern.h b/src/system/locals_intern.h index 30aea307e..7f86f2df4 100644 --- a/src/system/locals_intern.h +++ b/src/system/locals_intern.h @@ -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",