mirror of
https://github.com/rofafor/vdr-plugin-femon.git
synced 2023-10-10 13:36:53 +02:00
Fixed Rolloff/StreamId layouts and updated Finnish translation.
This commit is contained in:
parent
09d17772d2
commit
30d7eea514
@ -434,9 +434,10 @@ void cFemonOsd::DrawInfoWindow(void)
|
||||
OSDDRAWINFORIGHT(trVDR("CoderateH"), *getCoderate(dtp.CoderateH()));
|
||||
offset += OSDROWHEIGHT;
|
||||
OSDDRAWINFOLEFT( trVDR("System"), *getSatelliteSystem(dtp.System()));
|
||||
if (dtp.System())
|
||||
if (dtp.System()) {
|
||||
OSDDRAWINFORIGHT(trVDR("RollOff"), *getRollOff(dtp.RollOff()));
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case cSource::stCable: {
|
||||
@ -471,9 +472,10 @@ void cFemonOsd::DrawInfoWindow(void)
|
||||
OSDDRAWINFORIGHT(trVDR("Guard"), *getGuard(dtp.Guard()));
|
||||
offset += OSDROWHEIGHT;
|
||||
OSDDRAWINFOLEFT( trVDR("System"), *getTerrestrialSystem(dtp.System()));
|
||||
if (dtp.System())
|
||||
if (dtp.System()) {
|
||||
OSDDRAWINFORIGHT(trVDR("StreamId"), *cString::sprintf("%d", dtp.StreamId()));
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case stIptv: {
|
||||
|
@ -170,7 +170,7 @@ msgid "Nid"
|
||||
msgstr "Verkko-ID"
|
||||
|
||||
msgid "Tid"
|
||||
msgstr "Lähete-ID"
|
||||
msgstr "TS-ID"
|
||||
|
||||
msgid "Rid"
|
||||
msgstr "Radio-ID"
|
||||
@ -387,9 +387,3 @@ msgstr "Mbit/s"
|
||||
|
||||
msgid "kbit/s"
|
||||
msgstr "kbit/s"
|
||||
|
||||
#~ msgid "Information"
|
||||
#~ msgstr "Tiedot"
|
||||
|
||||
#~ msgid "Statistics"
|
||||
#~ msgstr "Tilastot"
|
||||
|
Loading…
Reference in New Issue
Block a user