mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
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:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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);
|
||||||
|
@@ -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,
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user