locale: rename in => word.in

This commit is contained in:
martii
2014-05-06 12:31:32 +02:00
committed by svenhoefer
parent 5fb5ea91bf
commit dff38fc6ee
6 changed files with 6 additions and 6 deletions

View File

@@ -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);

View File

@@ -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)

View File

@@ -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,

View File

@@ -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",