mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
locals: add locales for additional PiP keys
This commit is contained in:
@@ -360,7 +360,9 @@ extra.fec_s2_qpsk_9_10 9/10 s2 qpsk
|
||||
extra.key_current_transponder Current Transponder Key
|
||||
extra.key_list_end end
|
||||
extra.key_list_start home
|
||||
extra.key_pip PiP
|
||||
extra.key_pip_close Close PiP
|
||||
extra.key_pip_setup Configure PiP
|
||||
extra.key_pip_swap Swap PiP/live
|
||||
extra.key_plugin One touch plugin
|
||||
extra.key_screenshot Screenshot key
|
||||
extra.key_timeshift Timeshift
|
||||
@@ -844,7 +846,9 @@ menu.hint_key_mptime Assign button to show play time\nleft time
|
||||
menu.hint_key_mptimeshift Assign button to start timeshift
|
||||
menu.hint_key_pagedown Assign button to show next items page
|
||||
menu.hint_key_pageup Assign button to show previous items page
|
||||
menu.hint_key_pip Assign button to top PiP
|
||||
menu.hint_key_pip_close Assign button to stop PiP
|
||||
menu.hint_key_pip_setup Assign button to configure PiP
|
||||
menu.hint_key_pip_swap Assign button to swap PiP and live channel
|
||||
menu.hint_key_poweroff Assign button to switch power state\n (standby/deepstandby <-> running)
|
||||
menu.hint_key_quickzap Configure keybingdings for quick\nchannel switch
|
||||
menu.hint_key_repeatblock Delay after button press and before\nfirst key repeat
|
||||
|
@@ -387,7 +387,9 @@ typedef enum
|
||||
LOCALE_EXTRA_KEY_CURRENT_TRANSPONDER,
|
||||
LOCALE_EXTRA_KEY_LIST_END,
|
||||
LOCALE_EXTRA_KEY_LIST_START,
|
||||
LOCALE_EXTRA_KEY_PIP,
|
||||
LOCALE_EXTRA_KEY_PIP_CLOSE,
|
||||
LOCALE_EXTRA_KEY_PIP_SETUP,
|
||||
LOCALE_EXTRA_KEY_PIP_SWAP,
|
||||
LOCALE_EXTRA_KEY_PLUGIN,
|
||||
LOCALE_EXTRA_KEY_SCREENSHOT,
|
||||
LOCALE_EXTRA_KEY_TIMESHIFT,
|
||||
@@ -871,7 +873,9 @@ typedef enum
|
||||
LOCALE_MENU_HINT_KEY_MPTIMESHIFT,
|
||||
LOCALE_MENU_HINT_KEY_PAGEDOWN,
|
||||
LOCALE_MENU_HINT_KEY_PAGEUP,
|
||||
LOCALE_MENU_HINT_KEY_PIP,
|
||||
LOCALE_MENU_HINT_KEY_PIP_CLOSE,
|
||||
LOCALE_MENU_HINT_KEY_PIP_SETUP,
|
||||
LOCALE_MENU_HINT_KEY_PIP_SWAP,
|
||||
LOCALE_MENU_HINT_KEY_POWEROFF,
|
||||
LOCALE_MENU_HINT_KEY_QUICKZAP,
|
||||
LOCALE_MENU_HINT_KEY_REPEATBLOCK,
|
||||
|
@@ -387,7 +387,9 @@ const char * locale_real_names[] =
|
||||
"extra.key_current_transponder",
|
||||
"extra.key_list_end",
|
||||
"extra.key_list_start",
|
||||
"extra.key_pip",
|
||||
"extra.key_pip_close",
|
||||
"extra.key_pip_setup",
|
||||
"extra.key_pip_swap",
|
||||
"extra.key_plugin",
|
||||
"extra.key_screenshot",
|
||||
"extra.key_timeshift",
|
||||
@@ -871,7 +873,9 @@ const char * locale_real_names[] =
|
||||
"menu.hint_key_mptimeshift",
|
||||
"menu.hint_key_pagedown",
|
||||
"menu.hint_key_pageup",
|
||||
"menu.hint_key_pip",
|
||||
"menu.hint_key_pip_close",
|
||||
"menu.hint_key_pip_setup",
|
||||
"menu.hint_key_pip_swap",
|
||||
"menu.hint_key_poweroff",
|
||||
"menu.hint_key_quickzap",
|
||||
"menu.hint_key_repeatblock",
|
||||
|
Reference in New Issue
Block a user