locale: add LOCALE_CI_OP

Origin commit data
------------------
Branch: ni/coolstream
Commit: f45ce753f3
Author: vanhofen <vanhofen@gmx.de>
Date: 2025-07-19 (Sat, 19 Jul 2025)

Origin message was:
------------------
- locale: add LOCALE_CI_OP

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2025-07-19 12:32:51 +02:00
parent dfc58c00bd
commit 9f418ef8db
5 changed files with 5 additions and 1 deletions

View File

@@ -352,6 +352,7 @@ ci.mode CI Kanäle während einer Aufnahme
ci.mode_0 alle Kanäle
ci.mode_1 gleicher Transponder
ci.mode_2 keine CI Kanäle
ci.op Operator-Profile
ci.rec_zapto Umschalten bei Aufnahmen mit CAM
ci.removed CAM entfernt -> Slot
ci.reset Reset

View File

@@ -352,6 +352,7 @@ ci.mode Usable CI channel while recording
ci.mode_0 all channels
ci.mode_1 same transponder
ci.mode_2 no other CI channel
ci.op Operator profiles
ci.rec_zapto Zap when recording needs CAM
ci.removed CAM removed from slot
ci.reset Reset

View File

@@ -218,7 +218,7 @@ int CCAMMenuHandler::doMainMenu()
#if BOXMODEL_VUPLUS_ALL
cammenu->addItem(new CMenuOptionChooser(LOCALE_CI_RPR, &g_settings.ci_rpr[i], OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, this));
#endif
cammenu->addItem(new CMenuOptionChooser("Operator-Profile"/*LOCALE_CI_OP*/, &g_settings.ci_op[i], OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, this));
cammenu->addItem(new CMenuOptionChooser(LOCALE_CI_OP, &g_settings.ci_op[i], OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, this));
cammenu->addItem(new CMenuOptionChooser(LOCALE_CI_IGNORE_MSG, &g_settings.ci_ignore_messages[i], OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true));
cammenu->addItem(new CMenuOptionChooser(LOCALE_CI_SAVE_PINCODE, &g_settings.ci_save_pincode[i], OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, this));
} else {

View File

@@ -379,6 +379,7 @@ typedef enum
LOCALE_CI_MODE_0,
LOCALE_CI_MODE_1,
LOCALE_CI_MODE_2,
LOCALE_CI_OP,
LOCALE_CI_REC_ZAPTO,
LOCALE_CI_REMOVED,
LOCALE_CI_RESET,

View File

@@ -379,6 +379,7 @@ const char * locale_real_names[] =
"ci.mode_0",
"ci.mode_1",
"ci.mode_2",
"ci.op",
"ci.rec_zapto",
"ci.removed",
"ci.reset",