mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
add new locale for tuner settings name shorter
This commit is contained in:
@@ -2385,6 +2385,7 @@ satsetup.fe_mode_link_twin TWIN
|
||||
satsetup.fe_mode_master Master
|
||||
satsetup.fe_mode_unused Nicht genutzt
|
||||
satsetup.fe_setup Tuner Einstellungen
|
||||
satsetup.fe_tuner Tuner
|
||||
satsetup.lofh LNB High Offset
|
||||
satsetup.lofl LNB Low Offset
|
||||
satsetup.lofs LNB Switch Offset
|
||||
|
@@ -2385,6 +2385,7 @@ satsetup.fe_mode_link_twin TWIN
|
||||
satsetup.fe_mode_master Master
|
||||
satsetup.fe_mode_unused Unused
|
||||
satsetup.fe_setup Setup tuner
|
||||
satsetup.fe_tuner Tuner
|
||||
satsetup.lofh LNB High Offset
|
||||
satsetup.lofl LNB Low Offset
|
||||
satsetup.lofs LNB switch Offset
|
||||
|
@@ -601,7 +601,7 @@ int CScanSetup::showScanMenu()
|
||||
//sat/provider selector
|
||||
#if 0
|
||||
if(CFEManager::getInstance()->haveSat() || CFEManager::getInstance()->getFrontendCount() > 1) {
|
||||
mf = new CMenuForwarder(LOCALE_SATSETUP_FE_SETUP, allow_start, NULL, this, "setup_frontend", CRCInput::convertDigitToKey(shortcut++));
|
||||
mf = new CMenuForwarder(LOCALE_SATSETUP_FE_TUNER, allow_start, NULL, this, "setup_frontend", CRCInput::convertDigitToKey(shortcut++));
|
||||
mf->setHint("", LOCALE_MENU_HINT_SCAN_FESETUP);
|
||||
settings->addItem(mf);
|
||||
}
|
||||
@@ -795,7 +795,7 @@ int CScanSetup::showScanMenuFrontendSetup()
|
||||
snprintf(tmp, sizeof(tmp), "config_frontend%d", i);
|
||||
|
||||
char name[255];
|
||||
snprintf(name, sizeof(name), "%s %d: %s [%s] %s", g_Locale->getText(LOCALE_SATSETUP_FE_SETUP), i+1,
|
||||
snprintf(name, sizeof(name), "%s %d: %s [%s] %s", g_Locale->getText(LOCALE_SATSETUP_FE_TUNER), i+1,
|
||||
fe->isHybrid() ? g_Locale->getText(LOCALE_SCANTS_ACTHYBRID)
|
||||
: fe->hasSat() ? g_Locale->getText(LOCALE_SCANTS_ACTSATELLITE)
|
||||
: fe->hasTerr() ? g_Locale->getText(LOCALE_SCANTS_ACTTERRESTRIAL)
|
||||
@@ -935,7 +935,7 @@ int CScanSetup::showFrontendSetup(int number)
|
||||
dmode = fe_config.diseqcType;
|
||||
|
||||
char name[255];
|
||||
snprintf(name, sizeof(name), "%s %d: [%s] %s", g_Locale->getText(LOCALE_SATSETUP_FE_SETUP), number+1, tuner_desc[number], fe->getName());
|
||||
snprintf(name, sizeof(name), "%s %d: [%s] %s", g_Locale->getText(LOCALE_SATSETUP_FE_TUNER), number+1, tuner_desc[number], fe->getName());
|
||||
|
||||
CMenuWidget * setupMenu = new CMenuWidget(name, NEUTRINO_ICON_SETTINGS, width);
|
||||
setupMenu->setSelected(feselected);
|
||||
|
@@ -2412,6 +2412,7 @@ typedef enum
|
||||
LOCALE_SATSETUP_FE_MODE_MASTER,
|
||||
LOCALE_SATSETUP_FE_MODE_UNUSED,
|
||||
LOCALE_SATSETUP_FE_SETUP,
|
||||
LOCALE_SATSETUP_FE_TUNER,
|
||||
LOCALE_SATSETUP_LOFH,
|
||||
LOCALE_SATSETUP_LOFL,
|
||||
LOCALE_SATSETUP_LOFS,
|
||||
|
@@ -2412,6 +2412,7 @@ const char * locale_real_names[] =
|
||||
"satsetup.fe_mode_master",
|
||||
"satsetup.fe_mode_unused",
|
||||
"satsetup.fe_setup",
|
||||
"satsetup.fe_tuner",
|
||||
"satsetup.lofh",
|
||||
"satsetup.lofl",
|
||||
"satsetup.lofs",
|
||||
|
Reference in New Issue
Block a user