From 2179180564f179307e41214ee98936df8a0b06c0 Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 5 Jul 2006 20:36:11 +0000 Subject: [PATCH] =?UTF-8?q?Plugin=20active=20i18n=20f=FCr=201.4.x=20eingeb?= =?UTF-8?q?aut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n.c | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/i18n.c b/i18n.c index 4ed8ab3..346cb69 100644 --- a/i18n.c +++ b/i18n.c @@ -1,5 +1,5 @@ /* - * $Id: i18n.c,v 1.3 2005/05/10 21:02:24 lordjaxom Exp $ + * $Id: i18n.c,v 1.4 2006/07/05 20:36:11 thomas Exp $ */ #include "i18n.h" @@ -805,6 +805,26 @@ const tI18nPhrase Phrases[] = { "", // Catala #if VDRVERSNUM >= 10300 "" // Russian +#endif + }, + { "Streaming active", // English + "Streamen im Gange",// Deutsch + "", // Slovenski + "", // Italiano + "", // Nederlands + "", // Português + "", // Français + "", // Norsk + "", // suomi + "", // Polski + "", // Español + "", // Ellinika + "", // Svenska + "", // Romaneste + "", // Magyar + "", // Catala +#if VDRVERSNUM >= 10300 + "" // Russian #endif }, { NULL }