mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
fix compil: loacles not available for VUPLUS_ALL
This commit is contained in:
@@ -308,8 +308,10 @@ channellist.since seit
|
|||||||
channellist.start Start
|
channellist.start Start
|
||||||
ci.check_live_slot CI-Slot auf Live-TV Nutzung prüfen
|
ci.check_live_slot CI-Slot auf Live-TV Nutzung prüfen
|
||||||
ci.clock CI Takt (Mhz)
|
ci.clock CI Takt (Mhz)
|
||||||
|
ci.clock_extra_high extra hoch
|
||||||
ci.clock_high hoch
|
ci.clock_high hoch
|
||||||
ci.clock_normal normal
|
ci.clock_normal normal
|
||||||
|
ci.delay DVB-CI-Verzögerung
|
||||||
ci.empty Kein CAM im Slot
|
ci.empty Kein CAM im Slot
|
||||||
ci.ignore_msg CA Meldungen ignorieren
|
ci.ignore_msg CA Meldungen ignorieren
|
||||||
ci.init_failed CAM-Init fehlgeschlagen
|
ci.init_failed CAM-Init fehlgeschlagen
|
||||||
|
@@ -308,8 +308,10 @@ channellist.since since
|
|||||||
channellist.start starts
|
channellist.start starts
|
||||||
ci.check_live_slot Check CI-slot for live-tv use
|
ci.check_live_slot Check CI-slot for live-tv use
|
||||||
ci.clock CI clock (Mhz)
|
ci.clock CI clock (Mhz)
|
||||||
|
ci.clock_extra_high extra high
|
||||||
ci.clock_high high
|
ci.clock_high high
|
||||||
ci.clock_normal normal
|
ci.clock_normal normal
|
||||||
|
ci.delay DVB-CI delay
|
||||||
ci.empty No CAM in slot
|
ci.empty No CAM in slot
|
||||||
ci.ignore_msg Ignore CA messages
|
ci.ignore_msg Ignore CA messages
|
||||||
ci.init_failed CAM init failed
|
ci.init_failed CAM init failed
|
||||||
|
@@ -158,7 +158,7 @@ int CCAMMenuHandler::doMainMenu()
|
|||||||
|
|
||||||
int CiSlots = ca ? ca->GetNumberCISlots() : 0;
|
int CiSlots = ca ? ca->GetNumberCISlots() : 0;
|
||||||
if(CiSlots) {
|
if(CiSlots) {
|
||||||
#if BOXMODEL_VUPLUS_ALL //FIXME: loacles not available
|
#if BOXMODEL_VUPLUS_ALL
|
||||||
cammenu->addItem(new CMenuOptionChooser(LOCALE_CI_DELAY, &g_settings.ci_delay, CI_DELAY_OPTIONS, CI_DELAY_OPTION_COUNT, true, this));
|
cammenu->addItem(new CMenuOptionChooser(LOCALE_CI_DELAY, &g_settings.ci_delay, CI_DELAY_OPTIONS, CI_DELAY_OPTION_COUNT, true, this));
|
||||||
#endif
|
#endif
|
||||||
cammenu->addItem(new CMenuOptionChooser(LOCALE_CI_RESET_STANDBY, &g_settings.ci_standby_reset, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true));
|
cammenu->addItem(new CMenuOptionChooser(LOCALE_CI_RESET_STANDBY, &g_settings.ci_standby_reset, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true));
|
||||||
|
@@ -335,8 +335,10 @@ typedef enum
|
|||||||
LOCALE_CHANNELLIST_START,
|
LOCALE_CHANNELLIST_START,
|
||||||
LOCALE_CI_CHECK_LIVE_SLOT,
|
LOCALE_CI_CHECK_LIVE_SLOT,
|
||||||
LOCALE_CI_CLOCK,
|
LOCALE_CI_CLOCK,
|
||||||
|
LOCALE_CI_CLOCK_EXTRA_HIGH,
|
||||||
LOCALE_CI_CLOCK_HIGH,
|
LOCALE_CI_CLOCK_HIGH,
|
||||||
LOCALE_CI_CLOCK_NORMAL,
|
LOCALE_CI_CLOCK_NORMAL,
|
||||||
|
LOCALE_CI_DELAY,
|
||||||
LOCALE_CI_EMPTY,
|
LOCALE_CI_EMPTY,
|
||||||
LOCALE_CI_IGNORE_MSG,
|
LOCALE_CI_IGNORE_MSG,
|
||||||
LOCALE_CI_INIT_FAILED,
|
LOCALE_CI_INIT_FAILED,
|
||||||
|
@@ -335,8 +335,10 @@ const char * locale_real_names[] =
|
|||||||
"channellist.start",
|
"channellist.start",
|
||||||
"ci.check_live_slot",
|
"ci.check_live_slot",
|
||||||
"ci.clock",
|
"ci.clock",
|
||||||
|
"ci.clock_extra_high",
|
||||||
"ci.clock_high",
|
"ci.clock_high",
|
||||||
"ci.clock_normal",
|
"ci.clock_normal",
|
||||||
|
"ci.delay",
|
||||||
"ci.empty",
|
"ci.empty",
|
||||||
"ci.ignore_msg",
|
"ci.ignore_msg",
|
||||||
"ci.init_failed",
|
"ci.init_failed",
|
||||||
|
Reference in New Issue
Block a user