diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-01-17 15:38:11 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-01-17 15:38:11 +0100 |
commit | e4960d169e8f1184e571ab60df39e1ab2e584eb6 (patch) | |
tree | 1b1db050aef6f0da1cc4c91a0a678e46a9e16a95 /i18n.c | |
parent | 004b82d3d44a2fdf455ec5f6f8f95dd7bc3ad659 (diff) | |
download | vdr-e4960d169e8f1184e571ab60df39e1ab2e584eb6.tar.gz vdr-e4960d169e8f1184e571ab60df39e1ab2e584eb6.tar.bz2 |
The "Red" button in the "Setup/EPG" menu can now be used to force an EPG scan on a single DVB card system
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.142 2004/01/16 13:48:16 kls Exp $ + * $Id: i18n.c 1.143 2004/01/17 14:39:38 kls Exp $ * * Translations provided by: * @@ -819,6 +819,24 @@ const tI18nPhrase Phrases[] = { "Reiniciar", "ÁÑàÞá", }, + { "Scan", + "Scan", + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + }, // Confirmations: { "Delete channel?", "Kanal löschen?", |