From 1dba13d74f3864dfa701485570011b8efa74e737 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Thu, 18 Jul 2013 14:39:09 +0400 Subject: [PATCH] locals: add locales for buttons backlight menu --- data/locale/english.locale | 3 +++ src/system/locals.h | 3 +++ src/system/locals_intern.h | 3 +++ 3 files changed, 9 insertions(+) diff --git a/data/locale/english.locale b/data/locale/english.locale index 46b087399..543e34983 100644 --- a/data/locale/english.locale +++ b/data/locale/english.locale @@ -685,6 +685,8 @@ lcdmenu.statusline status line lcdmenu.statusline.both volume / playtime lcdmenu.statusline.playtime playtime lcdmenu.statusline.volume volume +ledcontroler.backlight Buttons backlight +ledcontroler.backlight.tv TV mode ledcontroler.blink Blink in deep standby, if timer set ledcontroler.menu Power Button LEDs ledcontroler.mode.deepstandby Deep Standby @@ -756,6 +758,7 @@ menu.hint_audioplayer_title Enable SMS-style title search in playlist menu.hint_auto_lang Auto-switch audio to preferred language menu.hint_auto_subs Auto-start subtitles for preferred language menu.hint_back Return to previous menu\nPress menu key to close all menus +menu.hint_backlight Configure buttons backlight menu.hint_backup Backup configs and channels to selected dir menu.hint_bedit Edit favorites and bouquets menu.hint_bigwindows Channellist, EPG-infos, audioplayer and some other windows are displayed full screen diff --git a/src/system/locals.h b/src/system/locals.h index 798981bd2..cbb7a3396 100644 --- a/src/system/locals.h +++ b/src/system/locals.h @@ -712,6 +712,8 @@ typedef enum LOCALE_LCDMENU_STATUSLINE_BOTH, LOCALE_LCDMENU_STATUSLINE_PLAYTIME, LOCALE_LCDMENU_STATUSLINE_VOLUME, + LOCALE_LEDCONTROLER_BACKLIGHT, + LOCALE_LEDCONTROLER_BACKLIGHT_TV, LOCALE_LEDCONTROLER_BLINK, LOCALE_LEDCONTROLER_MENU, LOCALE_LEDCONTROLER_MODE_DEEPSTANDBY, @@ -783,6 +785,7 @@ typedef enum LOCALE_MENU_HINT_AUTO_LANG, LOCALE_MENU_HINT_AUTO_SUBS, LOCALE_MENU_HINT_BACK, + LOCALE_MENU_HINT_BACKLIGHT, LOCALE_MENU_HINT_BACKUP, LOCALE_MENU_HINT_BEDIT, LOCALE_MENU_HINT_BIGWINDOWS, diff --git a/src/system/locals_intern.h b/src/system/locals_intern.h index cf9bd009b..472cddbf9 100644 --- a/src/system/locals_intern.h +++ b/src/system/locals_intern.h @@ -712,6 +712,8 @@ const char * locale_real_names[] = "lcdmenu.statusline.both", "lcdmenu.statusline.playtime", "lcdmenu.statusline.volume", + "ledcontroler.backlight", + "ledcontroler.backlight.tv", "ledcontroler.blink", "ledcontroler.menu", "ledcontroler.mode.deepstandby", @@ -783,6 +785,7 @@ const char * locale_real_names[] = "menu.hint_auto_lang", "menu.hint_auto_subs", "menu.hint_back", + "menu.hint_backlight", "menu.hint_backup", "menu.hint_bedit", "menu.hint_bigwindows",