Plugin active i18n fr 1.4.x eingebaut

This commit is contained in:
thomas 2006-07-05 20:36:11 +00:00
parent c36434a83f
commit 2179180564
1 changed files with 21 additions and 1 deletions

22
i18n.c
View File

@ -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 }