diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-02-25 14:14:06 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-02-25 14:14:06 +0100 |
commit | 16fe4d783f2c5e34f18a329b542624e211e13e72 (patch) | |
tree | 2e88340b3cd87fda61b88ff659a1ec90a5e671ea /i18n.c | |
parent | 197d3762e49dc864abe95626c9c40dc6acd0a1f7 (diff) | |
download | vdr-16fe4d783f2c5e34f18a329b542624e211e13e72.tar.gz vdr-16fe4d783f2c5e34f18a329b542624e211e13e72.tar.bz2 |
Made "Channel entry timeout" a setup parameter1.5.1
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 24 |
1 files changed, 23 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.290 2007/02/25 11:57:25 kls Exp $ + * $Id: i18n.c 1.291 2007/02/25 13:59:28 kls Exp $ * * Translations provided by: * @@ -4646,6 +4646,28 @@ const tI18nPhrase Phrases[] = { "Zap timeout (s)", "Časový limit Zap (s)", }, + { "Setup.Miscellaneous$Channel entry timeout (ms)", + "Zeitlimit für Kanaleingabe (ms)", + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + }, { "Setup.Miscellaneous$Initial channel", "Kanal beim Einschalten", "Privzeti kanal", |