mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
locale: rename in => word.in
This commit is contained in:
@@ -652,7 +652,6 @@ imageinfo.kernel Kernel:
|
|||||||
imageinfo.license Lizenz
|
imageinfo.license Lizenz
|
||||||
imageinfo.vcs Git:
|
imageinfo.vcs Git:
|
||||||
imageinfo.version Version:
|
imageinfo.version Version:
|
||||||
in in
|
|
||||||
inetradio.name Internetradio
|
inetradio.name Internetradio
|
||||||
infoviewer.epgnotload Informationen noch nicht geladen...
|
infoviewer.epgnotload Informationen noch nicht geladen...
|
||||||
infoviewer.epgwait Warte auf EPG-Informationen...
|
infoviewer.epgwait Warte auf EPG-Informationen...
|
||||||
@@ -2120,6 +2119,7 @@ wizard.setup_type_hint Wählen Sie einfache Grundeinstellungen oder erweiterte A
|
|||||||
wizard.welcome_head Willkommen zur Ersteinrichtung Ihres Receivers!
|
wizard.welcome_head Willkommen zur Ersteinrichtung Ihres Receivers!
|
||||||
wizard.welcome_text Wir gratulieren Ihnen zum Kauf Ihrer CST. In den nun folgenden\nSchritten begleiten wir Sie durch die Erstinstallation des Gerätes.\nWir wünschen Ihnen viel Freude mit dem wohl einzigartigsten Receiver!\nBeachten Sie: Ihre CST Set-Top-Box lässt sich bequem per Webinterface\nsteuern, um zum Beispiel die Timer-Verwaltung zu nutzen oder Live-TV im Web-Browser zu schauen.\nAchten Sie darauf, dass Ihre Gerät nicht von aussen zugänglich ist,\nda sonst ein Zugriff über das Internet nicht ausgeschlossen werden kann!\nNächster Schritt?
|
wizard.welcome_text Wir gratulieren Ihnen zum Kauf Ihrer CST. In den nun folgenden\nSchritten begleiten wir Sie durch die Erstinstallation des Gerätes.\nWir wünschen Ihnen viel Freude mit dem wohl einzigartigsten Receiver!\nBeachten Sie: Ihre CST Set-Top-Box lässt sich bequem per Webinterface\nsteuern, um zum Beispiel die Timer-Verwaltung zu nutzen oder Live-TV im Web-Browser zu schauen.\nAchten Sie darauf, dass Ihre Gerät nicht von aussen zugänglich ist,\nda sonst ein Zugriff über das Internet nicht ausgeschlossen werden kann!\nNächster Schritt?
|
||||||
word.from ab
|
word.from ab
|
||||||
|
word.in in
|
||||||
zapit.scantype Service-Auswahl
|
zapit.scantype Service-Auswahl
|
||||||
zapit.scantype.all Alle Services
|
zapit.scantype.all Alle Services
|
||||||
zapit.scantype.radio Nur Radio
|
zapit.scantype.radio Nur Radio
|
||||||
|
@@ -652,7 +652,6 @@ imageinfo.kernel Kernel:
|
|||||||
imageinfo.license License
|
imageinfo.license License
|
||||||
imageinfo.vcs Git:
|
imageinfo.vcs Git:
|
||||||
imageinfo.version Version:
|
imageinfo.version Version:
|
||||||
in in
|
|
||||||
inetradio.name Internetradio
|
inetradio.name Internetradio
|
||||||
infoviewer.epgnotload EPG not loaded....
|
infoviewer.epgnotload EPG not loaded....
|
||||||
infoviewer.epgwait waiting for EPG...
|
infoviewer.epgwait waiting for EPG...
|
||||||
@@ -2120,6 +2119,7 @@ wizard.setup_type_hint Easy to setup for CanalDigitaal/TéléSAT/TV Vlaanderen p
|
|||||||
wizard.welcome_head Welcome to the Setup Wizard
|
wizard.welcome_head Welcome to the Setup Wizard
|
||||||
wizard.welcome_text Next steps will guide you through initial installation of the device.\nImportant: Your CST set-top box can be conveniently controlled\nwith the web interface for timer management or live TV on the Web browser.\nDo not make it accessible to untrusted networks!\nDo you want to continue?
|
wizard.welcome_text Next steps will guide you through initial installation of the device.\nImportant: Your CST set-top box can be conveniently controlled\nwith the web interface for timer management or live TV on the Web browser.\nDo not make it accessible to untrusted networks!\nDo you want to continue?
|
||||||
word.from from
|
word.from from
|
||||||
|
word.in in
|
||||||
zapit.scantype scan for services
|
zapit.scantype scan for services
|
||||||
zapit.scantype.all all services
|
zapit.scantype.all all services
|
||||||
zapit.scantype.radio only radio
|
zapit.scantype.radio only radio
|
||||||
|
@@ -779,7 +779,7 @@ void CNeutrinoEventList::paintItem(unsigned int pos, t_channel_id channel_idI)
|
|||||||
if ( (seit> 0) && (seit<100) && (duration_str.length()!=0) )
|
if ( (seit> 0) && (seit<100) && (duration_str.length()!=0) )
|
||||||
{
|
{
|
||||||
char beginnt[100];
|
char beginnt[100];
|
||||||
snprintf(beginnt, sizeof(beginnt), "%s %d %s", g_Locale->getText(LOCALE_IN), seit, unit_short_minute);
|
snprintf(beginnt, sizeof(beginnt), "%s %d %s", g_Locale->getText(LOCALE_WORD_IN), seit, unit_short_minute);
|
||||||
int w = g_Font[SNeutrinoSettings::FONT_TYPE_EVENTLIST_ITEMSMALL]->getRenderWidth(beginnt) + 10;
|
int w = g_Font[SNeutrinoSettings::FONT_TYPE_EVENTLIST_ITEMSMALL]->getRenderWidth(beginnt) + 10;
|
||||||
|
|
||||||
g_Font[SNeutrinoSettings::FONT_TYPE_EVENTLIST_ITEMSMALL]->RenderString(x+width-fwidth2-5- 20- w, ypos+ fheight1+3, fwidth2, beginnt, color);
|
g_Font[SNeutrinoSettings::FONT_TYPE_EVENTLIST_ITEMSMALL]->RenderString(x+width-fwidth2-5- 20- w, ypos+ fheight1+3, fwidth2, beginnt, color);
|
||||||
|
@@ -1671,7 +1671,7 @@ void CInfoViewer::show_Data (bool calledFromEvent)
|
|||||||
int rest = (info_CurrentNext.current_zeit.dauer / 60) - seit;
|
int rest = (info_CurrentNext.current_zeit.dauer / 60) - seit;
|
||||||
if (jetzt < info_CurrentNext.current_zeit.startzeit) {
|
if (jetzt < info_CurrentNext.current_zeit.startzeit) {
|
||||||
runningPercent = 0;
|
runningPercent = 0;
|
||||||
snprintf (runningRest, sizeof(runningRest), "%s %d %s", g_Locale->getText(LOCALE_IN), seit, unit_short_minute);
|
snprintf (runningRest, sizeof(runningRest), "%s %d %s", g_Locale->getText(LOCALE_WORD_IN), seit, unit_short_minute);
|
||||||
} else {
|
} else {
|
||||||
runningPercent = (jetzt - info_CurrentNext.current_zeit.startzeit) * 100 / info_CurrentNext.current_zeit.dauer;
|
runningPercent = (jetzt - info_CurrentNext.current_zeit.startzeit) * 100 / info_CurrentNext.current_zeit.dauer;
|
||||||
if (runningPercent > 100)
|
if (runningPercent > 100)
|
||||||
|
@@ -679,7 +679,6 @@ typedef enum
|
|||||||
LOCALE_IMAGEINFO_LICENSE,
|
LOCALE_IMAGEINFO_LICENSE,
|
||||||
LOCALE_IMAGEINFO_VCS,
|
LOCALE_IMAGEINFO_VCS,
|
||||||
LOCALE_IMAGEINFO_VERSION,
|
LOCALE_IMAGEINFO_VERSION,
|
||||||
LOCALE_IN,
|
|
||||||
LOCALE_INETRADIO_NAME,
|
LOCALE_INETRADIO_NAME,
|
||||||
LOCALE_INFOVIEWER_EPGNOTLOAD,
|
LOCALE_INFOVIEWER_EPGNOTLOAD,
|
||||||
LOCALE_INFOVIEWER_EPGWAIT,
|
LOCALE_INFOVIEWER_EPGWAIT,
|
||||||
@@ -2147,6 +2146,7 @@ typedef enum
|
|||||||
LOCALE_WIZARD_WELCOME_HEAD,
|
LOCALE_WIZARD_WELCOME_HEAD,
|
||||||
LOCALE_WIZARD_WELCOME_TEXT,
|
LOCALE_WIZARD_WELCOME_TEXT,
|
||||||
LOCALE_WORD_FROM,
|
LOCALE_WORD_FROM,
|
||||||
|
LOCALE_WORD_IN,
|
||||||
LOCALE_ZAPIT_SCANTYPE,
|
LOCALE_ZAPIT_SCANTYPE,
|
||||||
LOCALE_ZAPIT_SCANTYPE_ALL,
|
LOCALE_ZAPIT_SCANTYPE_ALL,
|
||||||
LOCALE_ZAPIT_SCANTYPE_RADIO,
|
LOCALE_ZAPIT_SCANTYPE_RADIO,
|
||||||
|
@@ -679,7 +679,6 @@ const char * locale_real_names[] =
|
|||||||
"imageinfo.license",
|
"imageinfo.license",
|
||||||
"imageinfo.vcs",
|
"imageinfo.vcs",
|
||||||
"imageinfo.version",
|
"imageinfo.version",
|
||||||
"in",
|
|
||||||
"inetradio.name",
|
"inetradio.name",
|
||||||
"infoviewer.epgnotload",
|
"infoviewer.epgnotload",
|
||||||
"infoviewer.epgwait",
|
"infoviewer.epgwait",
|
||||||
@@ -2147,6 +2146,7 @@ const char * locale_real_names[] =
|
|||||||
"wizard.welcome_head",
|
"wizard.welcome_head",
|
||||||
"wizard.welcome_text",
|
"wizard.welcome_text",
|
||||||
"word.from",
|
"word.from",
|
||||||
|
"word.in",
|
||||||
"zapit.scantype",
|
"zapit.scantype",
|
||||||
"zapit.scantype.all",
|
"zapit.scantype.all",
|
||||||
"zapit.scantype.radio",
|
"zapit.scantype.radio",
|
||||||
|
Reference in New Issue
Block a user