mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
add new locale for tuner settings name shorter
Origin commit data
------------------
Branch: ni/coolstream
Commit: 98d362ab97
Author: Frankenstone <dampf_acc@online.de>
Date: 2020-04-13 (Mon, 13 Apr 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2568,6 +2568,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
|
||||
|
@@ -2568,6 +2568,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
|
||||
|
@@ -608,7 +608,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);
|
||||
}
|
||||
@@ -811,7 +811,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)
|
||||
@@ -948,7 +948,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);
|
||||
|
@@ -2595,6 +2595,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,
|
||||
|
@@ -2595,6 +2595,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