mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- fix another typo around DATA_PIDS
This commit is contained in:
@@ -1518,7 +1518,7 @@ recordingmenu.apids Tonspuren
|
||||
recordingmenu.apids_ac3 AC3 Tonspuren aufnehmen
|
||||
recordingmenu.apids_alt Alternative Tonspuren aufn.
|
||||
recordingmenu.apids_std Standard Tonspur aufnehmen
|
||||
recordingmenu.datapdis Daten-Spuren
|
||||
recordingmenu.data_pids Daten-Spuren
|
||||
recordingmenu.defdir Aufnahmeverzeichnis
|
||||
recordingmenu.dvbsub_pids Untertitel aufnehmen
|
||||
recordingmenu.end_of_recording_epg EPG aktuelles Event
|
||||
|
@@ -1535,7 +1535,7 @@ recordingmenu.apids Audio streams
|
||||
recordingmenu.apids_ac3 record AC3 streams
|
||||
recordingmenu.apids_alt record alternative streams
|
||||
recordingmenu.apids_std record standard stream
|
||||
recordingmenu.datapdis Data streams
|
||||
recordingmenu.data_pids Data streams
|
||||
recordingmenu.defdir Recording directory
|
||||
recordingmenu.dvbsub_pids record dvbsub stream
|
||||
recordingmenu.end_of_recording_epg EPG act. Event
|
||||
|
@@ -232,7 +232,7 @@ int CRecordSetup::showRecordSetup()
|
||||
//datasettings
|
||||
CMenuWidget recordingaDataSettings(LOCALE_MAINSETTINGS_RECORDING, NEUTRINO_ICON_SETTINGS, width, MN_WIDGET_ID_RECORDSETUP_DATASETTINGS);
|
||||
showRecordDataSetup(&recordingaDataSettings);
|
||||
mf = new CMenuForwarder(LOCALE_RECORDINGMENU_DATAPIDS, true, NULL, &recordingaDataSettings, NULL, CRCInput::RC_1);
|
||||
mf = new CMenuForwarder(LOCALE_RECORDINGMENU_DATA_PIDS, true, NULL, &recordingaDataSettings, NULL, CRCInput::RC_1);
|
||||
mf->setHint("", LOCALE_MENU_HINT_RECORD_DATA);
|
||||
recordingSettings->addItem(mf);
|
||||
|
||||
@@ -309,7 +309,7 @@ void CRecordSetup::showRecordDataSetup(CMenuWidget *menu_datasettings)
|
||||
doj1->setHint("", LOCALE_MENU_HINT_RECORD_DATA_VTXT);
|
||||
doj2->setHint("", LOCALE_MENU_HINT_RECORD_DATA_DVBSUB);
|
||||
|
||||
menu_datasettings->addIntroItems(LOCALE_RECORDINGMENU_DATAPIDS);
|
||||
menu_datasettings->addIntroItems(LOCALE_RECORDINGMENU_DATA_PIDS);
|
||||
menu_datasettings->addItem(doj1);
|
||||
menu_datasettings->addItem(doj2);
|
||||
}
|
||||
|
@@ -1562,7 +1562,7 @@ typedef enum
|
||||
LOCALE_RECORDINGMENU_APIDS_AC3,
|
||||
LOCALE_RECORDINGMENU_APIDS_ALT,
|
||||
LOCALE_RECORDINGMENU_APIDS_STD,
|
||||
LOCALE_RECORDINGMENU_DATAPIDS,
|
||||
LOCALE_RECORDINGMENU_DATA_PIDS,
|
||||
LOCALE_RECORDINGMENU_DVBSUB_PIDS,
|
||||
LOCALE_RECORDINGMENU_DEFDIR,
|
||||
LOCALE_RECORDINGMENU_END_OF_RECORDING_EPG,
|
||||
|
@@ -1562,7 +1562,7 @@ const char * locale_real_names[] =
|
||||
"recordingmenu.apids_ac3",
|
||||
"recordingmenu.apids_alt",
|
||||
"recordingmenu.apids_std",
|
||||
"recordingmenu.datapdis",
|
||||
"recordingmenu.data_pids",
|
||||
"recordingmenu.dvbsub_pids",
|
||||
"recordingmenu.defdir",
|
||||
"recordingmenu.end_of_recording_epg",
|
||||
|
Reference in New Issue
Block a user