diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-08-25 13:52:38 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-08-25 13:52:38 +0200 |
commit | 0525d1bb780981e63214973b9eb2d60bd84d1dca (patch) | |
tree | 09d763d2333643b6570b9f36450d5e9b22b55035 /i18n.c | |
parent | 14d3933d91af23a9d79c083163fe6f0281475001 (diff) | |
download | vdr-0525d1bb780981e63214973b9eb2d60bd84d1dca.tar.gz vdr-0525d1bb780981e63214973b9eb2d60bd84d1dca.tar.bz2 |
New Setup parameter MaxVideoFileSize
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 11 |
1 files changed, 10 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.33 2001/08/25 12:27:03 kls Exp $ + * $Id: i18n.c 1.34 2001/08/25 13:41:57 kls Exp $ * * Slovenian translations provided by Miha Setina <mihasetina@softhome.net> * Italian translations provided by Alberto Carraro <bertocar@tin.it> @@ -857,6 +857,15 @@ const tPhrase Phrases[] = { "Hauteur affichage", "", // TODO }, + { "MaxVideoFileSize", + "Max. Video Dateigröße", + "", // TODO + "", // TODO + "", // TODO + "", // TODO + "", // TODO + "", // TODO + }, // The days of the week: { "MTWTFSS", "MDMDFSS", |