From dff38fc6eeb7e686523edbb44a3e4cfb13e55a7f Mon Sep 17 00:00:00 2001 From: martii Date: Tue, 6 May 2014 12:31:32 +0200 Subject: [PATCH] locale: rename in => word.in --- data/locale/deutsch.locale | 2 +- data/locale/english.locale | 2 +- src/gui/eventlist.cpp | 2 +- src/gui/infoviewer.cpp | 2 +- src/system/locals.h | 2 +- src/system/locals_intern.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/locale/deutsch.locale b/data/locale/deutsch.locale index c96d8a8db..116063cca 100644 --- a/data/locale/deutsch.locale +++ b/data/locale/deutsch.locale @@ -652,7 +652,6 @@ imageinfo.kernel Kernel: imageinfo.license Lizenz imageinfo.vcs Git: imageinfo.version Version: -in in inetradio.name Internetradio infoviewer.epgnotload Informationen noch nicht geladen... 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_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.in in zapit.scantype Service-Auswahl zapit.scantype.all Alle Services zapit.scantype.radio Nur Radio diff --git a/data/locale/english.locale b/data/locale/english.locale index 07b43a090..a6d62f1c6 100644 --- a/data/locale/english.locale +++ b/data/locale/english.locale @@ -652,7 +652,6 @@ imageinfo.kernel Kernel: imageinfo.license License imageinfo.vcs Git: imageinfo.version Version: -in in inetradio.name Internetradio infoviewer.epgnotload EPG not loaded.... 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_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.in in zapit.scantype scan for services zapit.scantype.all all services zapit.scantype.radio only radio diff --git a/src/gui/eventlist.cpp b/src/gui/eventlist.cpp index e8ca2f0e8..8cca0c519 100644 --- a/src/gui/eventlist.cpp +++ b/src/gui/eventlist.cpp @@ -779,7 +779,7 @@ void CNeutrinoEventList::paintItem(unsigned int pos, t_channel_id channel_idI) if ( (seit> 0) && (seit<100) && (duration_str.length()!=0) ) { 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; g_Font[SNeutrinoSettings::FONT_TYPE_EVENTLIST_ITEMSMALL]->RenderString(x+width-fwidth2-5- 20- w, ypos+ fheight1+3, fwidth2, beginnt, color); diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index a02dc0f11..149f9b064 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -1671,7 +1671,7 @@ void CInfoViewer::show_Data (bool calledFromEvent) int rest = (info_CurrentNext.current_zeit.dauer / 60) - seit; if (jetzt < info_CurrentNext.current_zeit.startzeit) { 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 { runningPercent = (jetzt - info_CurrentNext.current_zeit.startzeit) * 100 / info_CurrentNext.current_zeit.dauer; if (runningPercent > 100) diff --git a/src/system/locals.h b/src/system/locals.h index c0665a000..4380963a5 100644 --- a/src/system/locals.h +++ b/src/system/locals.h @@ -679,7 +679,6 @@ typedef enum LOCALE_IMAGEINFO_LICENSE, LOCALE_IMAGEINFO_VCS, LOCALE_IMAGEINFO_VERSION, - LOCALE_IN, LOCALE_INETRADIO_NAME, LOCALE_INFOVIEWER_EPGNOTLOAD, LOCALE_INFOVIEWER_EPGWAIT, @@ -2147,6 +2146,7 @@ typedef enum LOCALE_WIZARD_WELCOME_HEAD, LOCALE_WIZARD_WELCOME_TEXT, LOCALE_WORD_FROM, + LOCALE_WORD_IN, LOCALE_ZAPIT_SCANTYPE, LOCALE_ZAPIT_SCANTYPE_ALL, LOCALE_ZAPIT_SCANTYPE_RADIO, diff --git a/src/system/locals_intern.h b/src/system/locals_intern.h index c129e5cb9..27e78864f 100644 --- a/src/system/locals_intern.h +++ b/src/system/locals_intern.h @@ -679,7 +679,6 @@ const char * locale_real_names[] = "imageinfo.license", "imageinfo.vcs", "imageinfo.version", - "in", "inetradio.name", "infoviewer.epgnotload", "infoviewer.epgwait", @@ -2147,6 +2146,7 @@ const char * locale_real_names[] = "wizard.welcome_head", "wizard.welcome_text", "word.from", + "word.in", "zapit.scantype", "zapit.scantype.all", "zapit.scantype.radio",