locale: fix typo; thx to DdD

Origin commit data
------------------
Branch: ni/coolstream
Commit: f922cb8255
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-08-28 (Sun, 28 Aug 2022)

Origin message was:
------------------
- locale: fix typo; thx to DdD

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2022-08-28 21:50:51 +02:00
parent be88799050
commit 1baecdf2aa
7 changed files with 7 additions and 7 deletions

View File

@@ -2728,7 +2728,7 @@ scants.numberofdataservices Daten
scants.numberofradioservices Radio scants.numberofradioservices Radio
scants.numberoftotalservices Alle scants.numberoftotalservices Alle
scants.numberoftvservices TV scants.numberoftvservices TV
scants.preverences_receiving_system Grundeinstellungen scants.preferences_receiving_system Grundeinstellungen
scants.provider Anbieter scants.provider Anbieter
scants.select_tp Wählen Sie einen Transponder scants.select_tp Wählen Sie einen Transponder
scants.startnow Kanalsuche starten scants.startnow Kanalsuche starten

View File

@@ -2728,7 +2728,7 @@ scants.numberofdataservices Data
scants.numberofradioservices Radio scants.numberofradioservices Radio
scants.numberoftotalservices Total scants.numberoftotalservices Total
scants.numberoftvservices TV scants.numberoftvservices TV
scants.preverences_receiving_system Preferences scants.preferences_receiving_system Preferences
scants.provider Provider: scants.provider Provider:
scants.select_tp Select transponder scants.select_tp Select transponder
scants.startnow start scan scants.startnow start scan

View File

@@ -2005,7 +2005,7 @@ scants.numberofdataservices Data
scants.numberofradioservices Radio scants.numberofradioservices Radio
scants.numberoftotalservices Totaal scants.numberoftotalservices Totaal
scants.numberoftvservices TV scants.numberoftvservices TV
scants.preverences_receiving_system Voorkeuren scants.preferences_receiving_system Voorkeuren
scants.provider Provider: scants.provider Provider:
scants.select_tp Selecteer transponder scants.select_tp Selecteer transponder
scants.startnow start scan scants.startnow start scan

View File

@@ -2696,7 +2696,7 @@ scants.numberofdataservices Data
scants.numberofradioservices Rádio scants.numberofradioservices Rádio
scants.numberoftotalservices Celkom scants.numberoftotalservices Celkom
scants.numberoftvservices TV scants.numberoftvservices TV
scants.preverences_receiving_system Nastavenia scants.preferences_receiving_system Nastavenia
scants.provider Poskytovateľ: scants.provider Poskytovateľ:
scants.select_tp Výber transpondéru scants.select_tp Výber transpondéru
scants.startnow Spustiť prehľadávanie scants.startnow Spustiť prehľadávanie

View File

@@ -749,7 +749,7 @@ int CScanSetup::showScanMenu()
} }
} }
settings->addItem(new CMenuSeparator(CMenuSeparator::LINE | CMenuSeparator::STRING, LOCALE_SCANTS_PREVERENCES_RECEIVING_SYSTEM )); settings->addItem(new CMenuSeparator(CMenuSeparator::LINE | CMenuSeparator::STRING, LOCALE_SCANTS_PREFERENCES_RECEIVING_SYSTEM ));
//service select mode //service select mode
mc = new CMenuOptionChooser(LOCALE_ZAPIT_SCANTYPE, (int *)&scansettings.scanType, SCANTS_ZAPIT_SCANTYPE, SCANTS_ZAPIT_SCANTYPE_COUNT, true, NULL, CRCInput::convertDigitToKey(shortcut++), "", true); mc = new CMenuOptionChooser(LOCALE_ZAPIT_SCANTYPE, (int *)&scansettings.scanType, SCANTS_ZAPIT_SCANTYPE, SCANTS_ZAPIT_SCANTYPE_COUNT, true, NULL, CRCInput::convertDigitToKey(shortcut++), "", true);

View File

@@ -2755,7 +2755,7 @@ typedef enum
LOCALE_SCANTS_NUMBEROFRADIOSERVICES, LOCALE_SCANTS_NUMBEROFRADIOSERVICES,
LOCALE_SCANTS_NUMBEROFTOTALSERVICES, LOCALE_SCANTS_NUMBEROFTOTALSERVICES,
LOCALE_SCANTS_NUMBEROFTVSERVICES, LOCALE_SCANTS_NUMBEROFTVSERVICES,
LOCALE_SCANTS_PREVERENCES_RECEIVING_SYSTEM, LOCALE_SCANTS_PREFERENCES_RECEIVING_SYSTEM,
LOCALE_SCANTS_PROVIDER, LOCALE_SCANTS_PROVIDER,
LOCALE_SCANTS_SELECT_TP, LOCALE_SCANTS_SELECT_TP,
LOCALE_SCANTS_STARTNOW, LOCALE_SCANTS_STARTNOW,

View File

@@ -2755,7 +2755,7 @@ const char * locale_real_names[] =
"scants.numberofradioservices", "scants.numberofradioservices",
"scants.numberoftotalservices", "scants.numberoftotalservices",
"scants.numberoftvservices", "scants.numberoftvservices",
"scants.preverences_receiving_system", "scants.preferences_receiving_system",
"scants.provider", "scants.provider",
"scants.select_tp", "scants.select_tp",
"scants.startnow", "scants.startnow",