diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-10-13 12:14:49 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-10-13 12:14:49 +0200 |
commit | 95c8c2b60cfa455520798ea4db2a071ed18c2a2c (patch) | |
tree | 54346d4779f50d6caee950da353811239897d675 /i18n.c | |
parent | 44cb1a79a5ef620f317102cdae4c4c8780f250af (diff) | |
download | vdr-95c8c2b60cfa455520798ea4db2a071ed18c2a2c.tar.gz vdr-95c8c2b60cfa455520798ea4db2a071ed18c2a2c.tar.bz2 |
New configuration file 'reccmds.conf'
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 18 |
1 files changed, 17 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.95 2002/10/06 11:31:18 kls Exp $ + * $Id: i18n.c 1.96 2002/10/13 11:03:39 kls Exp $ * * Translations provided by: * @@ -199,6 +199,22 @@ const tI18nPhrase Phrases[] = { "Comenzi", "Parancsok", }, + { "Recording commands", + "Befehle für Aufzeichnungen", + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + }, { "Edit channel", "Kanal editieren", "Uredi kanal", |