mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
as requested, implement 'easy' menu mode for novice users;
default behavior should not be changed, easy mode forced by /var/etc/.easymenu file inside image; at the moment switch between modes is done by main menu -> 'stop' button -> enter pin code, restart needed after mode switch
This commit is contained in:
@@ -749,6 +749,7 @@ const char * locale_real_names[] =
|
||||
"ledcontroler.on.led1",
|
||||
"ledcontroler.on.led2",
|
||||
"mainmenu.audioplayer",
|
||||
"mainmenu.channels",
|
||||
"mainmenu.clearsectionsd",
|
||||
"mainmenu.games",
|
||||
"mainmenu.head",
|
||||
@@ -765,7 +766,9 @@ const char * locale_real_names[] =
|
||||
"mainmenu.service",
|
||||
"mainmenu.settings",
|
||||
"mainmenu.shutdown",
|
||||
"mainmenu.shutdown_menu",
|
||||
"mainmenu.sleeptimer",
|
||||
"mainmenu.standby",
|
||||
"mainmenu.tvmode",
|
||||
"mainmenu.tvradio_switch",
|
||||
"mainsettings.audio",
|
||||
@@ -813,6 +816,7 @@ const char * locale_real_names[] =
|
||||
"menu.hint_backup",
|
||||
"menu.hint_bedit",
|
||||
"menu.hint_cache_txt",
|
||||
"menu.hint_channels",
|
||||
"menu.hint_cec_mode",
|
||||
"menu.hint_cec_standby",
|
||||
"menu.hint_cec_view_on",
|
||||
@@ -1011,6 +1015,7 @@ const char * locale_real_names[] =
|
||||
"menu.hint_osd_preset",
|
||||
"menu.hint_parentallock_changepin",
|
||||
"menu.hint_parentallock_lockage",
|
||||
"menu.hint_parentallock_menu",
|
||||
"menu.hint_parentallock_prompt",
|
||||
"menu.hint_personalize",
|
||||
"menu.hint_pictureviewer_defdir",
|
||||
@@ -1139,6 +1144,7 @@ const char * locale_real_names[] =
|
||||
"menu.hint_settings",
|
||||
"menu.hint_show_mute_icon",
|
||||
"menu.hint_shutdown",
|
||||
"menu.hint_shutdown_menu",
|
||||
"menu.hint_shutdown_count",
|
||||
"menu.hint_shutdown_rcdelay",
|
||||
"menu.hint_shutdown_real",
|
||||
@@ -1152,6 +1158,7 @@ const char * locale_real_names[] =
|
||||
"menu.hint_softupdate_expert_read",
|
||||
"menu.hint_softupdate_expert_write",
|
||||
"menu.hint_softupdate_settings",
|
||||
"menu.hint_standby",
|
||||
"menu.hint_start_tostandby",
|
||||
"menu.hint_streaminfo",
|
||||
"menu.hint_subchannel_pos",
|
||||
@@ -1561,6 +1568,7 @@ const char * locale_real_names[] =
|
||||
"parentallock.lockage18",
|
||||
"parentallock.lockedchannel",
|
||||
"parentallock.lockedprogram",
|
||||
"parentallock.menu",
|
||||
"parentallock.never",
|
||||
"parentallock.onsignal",
|
||||
"parentallock.parentallock",
|
||||
|
Reference in New Issue
Block a user