From 8de6ead24762c31ea643a878b22bdd0301c5c85f Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Sat, 29 Sep 2012 14:45:57 +0400 Subject: [PATCH] locals: add locales for start wizard initial settings Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/410b19aaf3ecff2fba571939c213506122c3f86f Author: [CST] Focus Date: 2012-09-29 (Sat, 29 Sep 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- data/locale/english.locale | 2 ++ src/system/locals.h | 2 ++ src/system/locals_intern.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/data/locale/english.locale b/data/locale/english.locale index 1d5307a08..d9d25012b 100644 --- a/data/locale/english.locale +++ b/data/locale/english.locale @@ -1799,6 +1799,8 @@ videomenu.videoformat_149 14:9 videomenu.videoformat_169 16:9 videomenu.videoformat_43 4:3 videomenu.videomode Digital video mode +wizard.initial_settings Initial settings found +wizard.install_settings Do you want to install channels for Astra 19.2°E ? wizard.welcome_head Welcome to the Setup Wizard wizard.welcome_text Next steps will guide you through initial installation of the device.\nImportant: Your CoolStream set-top box can be conveniently controlled\nwith the web interface for timer management or live TV on the Web browser.\nDo not make it accessible to untrusted networks!\nDo you want to continue? word.from from diff --git a/src/system/locals.h b/src/system/locals.h index 113bf9cc9..857ffefc8 100644 --- a/src/system/locals.h +++ b/src/system/locals.h @@ -1826,6 +1826,8 @@ typedef enum LOCALE_VIDEOMENU_VIDEOFORMAT_169, LOCALE_VIDEOMENU_VIDEOFORMAT_43, LOCALE_VIDEOMENU_VIDEOMODE, + LOCALE_WIZARD_INITIAL_SETTINGS, + LOCALE_WIZARD_INSTALL_SETTINGS, LOCALE_WIZARD_WELCOME_HEAD, LOCALE_WIZARD_WELCOME_TEXT, LOCALE_WORD_FROM, diff --git a/src/system/locals_intern.h b/src/system/locals_intern.h index 15b277c1a..7f13792bb 100644 --- a/src/system/locals_intern.h +++ b/src/system/locals_intern.h @@ -1826,6 +1826,8 @@ const char * locale_real_names[] = "videomenu.videoformat_169", "videomenu.videoformat_43", "videomenu.videomode", + "wizard.initial_settings", + "wizard.install_settings", "wizard.welcome_head", "wizard.welcome_text", "word.from",