- added finnish translations (thanks to Rolf Ahrenberg)

This commit is contained in:
lordjaxom 2005-04-28 20:55:43 +00:00
parent 4f85a010cd
commit 1447427bdf
1 changed files with 21 additions and 1 deletions

22
i18n.c
View File

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