From 1447427bdf8657e60144f142135c4157c1834ec8 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Thu, 28 Apr 2005 20:55:43 +0000 Subject: [PATCH] - added finnish translations (thanks to Rolf Ahrenberg) --- i18n.c | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/i18n.c b/i18n.c index 61ec329..6026a0f 100644 --- a/i18n.c +++ b/i18n.c @@ -1,5 +1,5 @@ /* - * $Id: i18n.c,v 1.1 2004/12/30 22:43:58 lordjaxom Exp $ + * $Id: i18n.c,v 1.2 2005/04/28 20:55:43 lordjaxom Exp $ */ #include "i18n.h" @@ -747,5 +747,25 @@ const tI18nPhrase Phrases[] = { "" // Russian #endif }, + { "Bind to IP", // English + "",// Deutsch + "", // Slovenski + "", // Italiano + "", // Nederlands + "", // Português + "", // Français + "", // Norsk + "Sido osoitteeseen", // suomi + "", // Polski + "", // Español + "", // Ellinika + "", // Svenska + "", // Romaneste + "", // Magyar + "", // Catala +#if VDRVERSNUM >= 10300 + "" // Russian +#endif + }, { NULL } };