diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-03-03 16:12:29 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-03-03 16:12:29 +0100 |
commit | 9d4456a0a3dc65ee03baaa2fda8f8e0348664997 (patch) | |
tree | 365528c26bbc6d4f10b84c455329faa221de5457 /i18n.c | |
parent | 9f5397b51006f7918c07217b98e91ced547eb6f6 (diff) | |
download | vdr-9d4456a0a3dc65ee03baaa2fda8f8e0348664997.tar.gz vdr-9d4456a0a3dc65ee03baaa2fda8f8e0348664997.tar.bz2 |
CICAM setup for conditional access channels
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 12 |
1 files changed, 11 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.57 2002/02/24 12:54:12 kls Exp $ + * $Id: i18n.c 1.58 2002/03/03 16:12:00 kls Exp $ * * Slovenian translations provided by Miha Setina <mihasetina@softhome.net> * Italian translations provided by Alberto Carraro <bertocar@tin.it> @@ -1176,6 +1176,16 @@ const tPhrase Phrases[] = { "", // TODO "Näytä toiston tila", }, + { "CICAM DVB", + "CICAM DVB", + "", // TODO + "", // TODO + "", // TODO + "", // TODO + "", // TODO + "", // TODO + "", // TODO + }, // The days of the week: { "MTWTFSS", "MDMDFSS", |