summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-04-28 20:55:43 +0000
committerlordjaxom <lordjaxom>2005-04-28 20:55:43 +0000
commit1447427bdf8657e60144f142135c4157c1834ec8 (patch)
tree2bc213dcf5308ea6435565c643a98fb390670d03 /i18n.c
parent4f85a010cdd1a67078824eb2412e072b3a6539e4 (diff)
downloadvdr-plugin-streamdev-1447427bdf8657e60144f142135c4157c1834ec8.tar.gz
vdr-plugin-streamdev-1447427bdf8657e60144f142135c4157c1834ec8.tar.bz2
- added finnish translations (thanks to Rolf Ahrenberg)
Diffstat (limited to 'i18n.c')
-rw-r--r--i18n.c22
1 files changed, 21 insertions, 1 deletions
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 }
};