From c93926a1eb1a46e8942b932d1f561df9a6208c42 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Tue, 11 Jan 2005 18:00:34 +0000 Subject: - added missing table entries for Eesti and Dansk --- i18n.c | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 53 insertions(+), 5 deletions(-) diff --git a/i18n.c b/i18n.c index 4a909e8..9c5a80e 100644 --- a/i18n.c +++ b/i18n.c @@ -1,10 +1,34 @@ /* - * $Id: i18n.c,v 1.1 2004/12/19 22:03:14 lordjaxom Exp $ + * $Id: i18n.c,v 1.2 2005/01/11 18:00:34 lordjaxom Exp $ */ #include "i18n.h" +#include const tI18nPhrase Phrases[] = { + /* + { "English", + "Deutsch", + "Slovenski", + "Italiano", + "Nederlands", + "Português", + "Français", + "Norsk", + "suomi", // this is not a typo - it's really lowercase! + "Polski", + "Español", + "ÅëëçíéêÜ", // Greek + "Svenska", + "Românã", + "Magyar", + "Català", + "ÀãááÚØÙ", // Russian + "Hrvatski", + "Eesti", + "Dansk", + }, + */ { "Loader for text-based skins", "Lader für textbasierte Skins", "", @@ -22,7 +46,13 @@ const tI18nPhrase Phrases[] = { "", "", "", - "" + "", +#if VDRVERSNUM >= 10313 + "", +#endif +#if VDRVERSNUM >= 10316 + "", +#endif }, { "Flush image cache", "Bildspeicher leeren", @@ -41,7 +71,13 @@ const tI18nPhrase Phrases[] = { "", "", "", - "" + "", +#if VDRVERSNUM >= 10313 + "", +#endif +#if VDRVERSNUM >= 10316 + "", +#endif }, { "Flushing image cache...", "Bildspeicher wird geleert...", @@ -60,7 +96,13 @@ const tI18nPhrase Phrases[] = { "", "", "", - "" + "", +#if VDRVERSNUM >= 10313 + "", +#endif +#if VDRVERSNUM >= 10316 + "", +#endif }, { "Max. image cache size", "Max. Größe des Bildspeichers", @@ -79,7 +121,13 @@ const tI18nPhrase Phrases[] = { "", "", "", - "" + "", +#if VDRVERSNUM >= 10313 + "", +#endif +#if VDRVERSNUM >= 10316 + "", +#endif }, { NULL } }; -- cgit v1.2.3