mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
locals: add extra hint for local sw update menu point
This commit is contained in:
@@ -1035,7 +1035,8 @@ menu.hint_shutdown_rcdelay Enable deep-standby, if power button\npressed more th
|
|||||||
menu.hint_shutdown_real Enable soft-standby mode\nIf disabled, power button put box to deep-standby
|
menu.hint_shutdown_real Enable soft-standby mode\nIf disabled, power button put box to deep-standby
|
||||||
menu.hint_sleeptimer Set timer to put your box\nin sleep mode
|
menu.hint_sleeptimer Set timer to put your box\nin sleep mode
|
||||||
menu.hint_soft_restart Restart Neutrino-HD without reboot
|
menu.hint_soft_restart Restart Neutrino-HD without reboot
|
||||||
menu.hint_softupdate_check In the Internet or local check for available updates
|
menu.hint_softupdate_check Check online update, download and flash firmware
|
||||||
|
menu.hint_softupdate_check_local Select and flash firmware from local file
|
||||||
menu.hint_softupdate_expert Separate partitions from the flash read / write to the flash
|
menu.hint_softupdate_expert Separate partitions from the flash read / write to the flash
|
||||||
menu.hint_softupdate_expert_read Separate partitions (U-Boot, Splash, Kernel, SystemFS) from the flash read
|
menu.hint_softupdate_expert_read Separate partitions (U-Boot, Splash, Kernel, SystemFS) from the flash read
|
||||||
menu.hint_softupdate_expert_write Separate partitions (Splash, Kernel, SystemFS) write to the flash
|
menu.hint_softupdate_expert_write Separate partitions (Splash, Kernel, SystemFS) write to the flash
|
||||||
|
@@ -1063,6 +1063,7 @@ typedef enum
|
|||||||
LOCALE_MENU_HINT_SLEEPTIMER,
|
LOCALE_MENU_HINT_SLEEPTIMER,
|
||||||
LOCALE_MENU_HINT_SOFT_RESTART,
|
LOCALE_MENU_HINT_SOFT_RESTART,
|
||||||
LOCALE_MENU_HINT_SOFTUPDATE_CHECK,
|
LOCALE_MENU_HINT_SOFTUPDATE_CHECK,
|
||||||
|
LOCALE_MENU_HINT_SOFTUPDATE_CHECK_LOCAL,
|
||||||
LOCALE_MENU_HINT_SOFTUPDATE_EXPERT,
|
LOCALE_MENU_HINT_SOFTUPDATE_EXPERT,
|
||||||
LOCALE_MENU_HINT_SOFTUPDATE_EXPERT_READ,
|
LOCALE_MENU_HINT_SOFTUPDATE_EXPERT_READ,
|
||||||
LOCALE_MENU_HINT_SOFTUPDATE_EXPERT_WRITE,
|
LOCALE_MENU_HINT_SOFTUPDATE_EXPERT_WRITE,
|
||||||
|
@@ -1063,6 +1063,7 @@ const char * locale_real_names[] =
|
|||||||
"menu.hint_sleeptimer",
|
"menu.hint_sleeptimer",
|
||||||
"menu.hint_soft_restart",
|
"menu.hint_soft_restart",
|
||||||
"menu.hint_softupdate_check",
|
"menu.hint_softupdate_check",
|
||||||
|
"menu.hint_softupdate_check_local",
|
||||||
"menu.hint_softupdate_expert",
|
"menu.hint_softupdate_expert",
|
||||||
"menu.hint_softupdate_expert_read",
|
"menu.hint_softupdate_expert_read",
|
||||||
"menu.hint_softupdate_expert_write",
|
"menu.hint_softupdate_expert_write",
|
||||||
|
Reference in New Issue
Block a user