1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Added missing text internationalization for "Starting EPG scan"

This commit is contained in:
Klaus Schmidinger 2005-05-05 13:08:07 +02:00
parent ff0a48d3be
commit 6d0cb1beb0
4 changed files with 29 additions and 3 deletions

View File

@ -1313,3 +1313,6 @@ Steffen Beyer <cpunk@reactor.de>
Daniel Thompson <daniel.thompson@st.com> Daniel Thompson <daniel.thompson@st.com>
for fixing a memory leak in tComponent for fixing a memory leak in tComponent
Matthias Lötzke <Matthias@Loetzke.de>
for adding missing text internationalization for "Starting EPG scan"

View File

@ -3481,3 +3481,5 @@ Video Disk Recorder Revision History
- Updated the Danish OSD texts (thanks to Mogens Elneff). - Updated the Danish OSD texts (thanks to Mogens Elneff).
- Fixed a memory leak in tComponent (thanks to Stefan Huelswitt and Daniel Thompson). - Fixed a memory leak in tComponent (thanks to Stefan Huelswitt and Daniel Thompson).
- Fixed a memory leak in cDvbPlayer (thanks to Stefan Huelswitt). - Fixed a memory leak in cDvbPlayer (thanks to Stefan Huelswitt).
- Added missing text internationalization for "Starting EPG scan" (thanks to
Matthias Lötzke).

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: eitscan.c 1.23 2004/10/31 16:19:49 kls Exp $ * $Id: eitscan.c 1.24 2005/05/05 13:05:00 kls Exp $
*/ */
#include "eitscan.h" #include "eitscan.h"
@ -152,7 +152,7 @@ void cEITScanner::Process(void)
if ((!Channel->Ca() || Channel->Ca() == Device->DeviceNumber() + 1 || Channel->Ca() >= 0x0100) && Device->ProvidesTransponder(Channel)) { if ((!Channel->Ca() || Channel->Ca() == Device->DeviceNumber() + 1 || Channel->Ca() >= 0x0100) && Device->ProvidesTransponder(Channel)) {
if (Device == cDevice::PrimaryDevice() && !currentChannel) { if (Device == cDevice::PrimaryDevice() && !currentChannel) {
currentChannel = Device->CurrentChannel(); currentChannel = Device->CurrentChannel();
Skins.Message(mtInfo, "Starting EPG scan"); Skins.Message(mtInfo, tr("Starting EPG scan"));
} }
currentDevice = Device;//XXX see also dvbdevice.c!!! currentDevice = Device;//XXX see also dvbdevice.c!!!
Device->SwitchChannel(Channel, false); Device->SwitchChannel(Channel, false);

23
i18n.c
View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: i18n.c 1.186 2005/05/05 11:08:47 kls Exp $ * $Id: i18n.c 1.187 2005/05/05 13:06:28 kls Exp $
* *
* Translations provided by: * Translations provided by:
* *
@ -5241,6 +5241,27 @@ const tI18nPhrase Phrases[] = {
"Saate edastamise peatamine...", "Saate edastamise peatamine...",
"Pausere live udsendelse...", "Pausere live udsendelse...",
}, },
{ "Starting EPG scan",
"Beginne mit EPG-Scan",
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
},
{ "This plugin has no setup parameters!", { "This plugin has no setup parameters!",
"Dieses Plugin hat keine Setup-Parameter!", "Dieses Plugin hat keine Setup-Parameter!",
"Ta plugin nima nastavitvenih parametrov!", "Ta plugin nima nastavitvenih parametrov!",