mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CTimerList: localize info and send timer buttons
This commit is contained in:
@@ -657,8 +657,8 @@ struct button_label TimerListButtons[] =
|
||||
{ NEUTRINO_ICON_BUTTON_GREEN , LOCALE_TIMERLIST_NEW },
|
||||
{ NEUTRINO_ICON_BUTTON_YELLOW , LOCALE_TIMERLIST_RELOAD },
|
||||
{ NEUTRINO_ICON_BUTTON_BLUE , LOCALE_TIMERLIST_MODIFY },
|
||||
{ NEUTRINO_ICON_BUTTON_INFO_SMALL, NONEXISTANT_LOCALE },
|
||||
{ NEUTRINO_ICON_BUTTON_PLAY , NONEXISTANT_LOCALE }
|
||||
{ NEUTRINO_ICON_BUTTON_INFO_SMALL, LOCALE_TIMERLIST_INFO },
|
||||
{ NEUTRINO_ICON_BUTTON_PLAY , LOCALE_TIMERLIST_SEND_TIMER }
|
||||
};
|
||||
size_t TimerListButtonsCount = sizeof(TimerListButtons)/sizeof(TimerListButtons[0]);
|
||||
|
||||
|
@@ -2348,6 +2348,7 @@ typedef enum
|
||||
LOCALE_TIMERLIST_CHANNEL,
|
||||
LOCALE_TIMERLIST_CHANNELSELECT,
|
||||
LOCALE_TIMERLIST_DELETE,
|
||||
LOCALE_TIMERLIST_INFO,
|
||||
LOCALE_TIMERLIST_MENUMODIFY,
|
||||
LOCALE_TIMERLIST_MENUNEW,
|
||||
LOCALE_TIMERLIST_MESSAGE,
|
||||
@@ -2383,6 +2384,7 @@ typedef enum
|
||||
LOCALE_TIMERLIST_REPEATCOUNT_HINT_1,
|
||||
LOCALE_TIMERLIST_REPEATCOUNT_HINT_2,
|
||||
LOCALE_TIMERLIST_SAVE,
|
||||
LOCALE_TIMERLIST_SEND_TIMER,
|
||||
LOCALE_TIMERLIST_STANDBY,
|
||||
LOCALE_TIMERLIST_STANDBY_OFF,
|
||||
LOCALE_TIMERLIST_STANDBY_ON,
|
||||
|
@@ -2348,6 +2348,7 @@ const char * locale_real_names[] =
|
||||
"timerlist.channel",
|
||||
"timerlist.channelselect",
|
||||
"timerlist.delete",
|
||||
"timerlist.info",
|
||||
"timerlist.menumodify",
|
||||
"timerlist.menunew",
|
||||
"timerlist.message",
|
||||
@@ -2383,6 +2384,7 @@ const char * locale_real_names[] =
|
||||
"timerlist.repeatcount.hint_1",
|
||||
"timerlist.repeatcount.hint_2",
|
||||
"timerlist.save",
|
||||
"timerlist.send.timer",
|
||||
"timerlist.standby",
|
||||
"timerlist.standby.off",
|
||||
"timerlist.standby.on",
|
||||
|
Reference in New Issue
Block a user