locals: add extra hint for local sw update menu point

This commit is contained in:
[CST] Focus
2012-11-16 19:46:37 +04:00
parent 76947173c0
commit b2e3f2a19b
3 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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,

View File

@@ -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",