mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
locals: add locales for buttons backlight menu
This commit is contained in:
@@ -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
|
||||
|
@@ -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,
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user