diff --git a/i18n.c b/i18n.c index 6026a0f..4ed8ab3 100644 --- a/i18n.c +++ b/i18n.c @@ -1,5 +1,5 @@ /* - * $Id: i18n.c,v 1.2 2005/04/28 20:55:43 lordjaxom Exp $ + * $Id: i18n.c,v 1.3 2005/05/10 21:02:24 lordjaxom Exp $ */ #include "i18n.h" @@ -765,6 +765,46 @@ const tI18nPhrase Phrases[] = { "", // Catala #if VDRVERSNUM >= 10300 "" // Russian +#endif + }, + { "Remote Schedule", // English + "",// Deutsch + "", // Slovenski + "", // Italiano + "", // Nederlands + "", // Português + "", // Français + "", // Norsk + "Etäkoneen ohjelmaopas", // suomi + "", // Polski + "", // Español + "", // Ellinika + "", // Svenska + "", // Romaneste + "", // Magyar + "", // Catala +#if VDRVERSNUM >= 10300 + "" // Russian +#endif + }, + { "Filter Streaming", // English + "",// Deutsch + "", // Slovenski + "", // Italiano + "", // Nederlands + "", // Português + "", // Français + "", // Norsk + "Suodatetun tiedon suoratoisto", // suomi + "", // Polski + "", // Español + "", // Ellinika + "", // Svenska + "", // Romaneste + "", // Magyar + "", // Catala +#if VDRVERSNUM >= 10300 + "" // Russian #endif }, { NULL }