From e0de96fc7168daeaf414fb6196e08969468427d2 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Mon, 7 Jun 2004 19:09:34 +0000 Subject: - fixed Timebar which sometimes displayed something beyond 100% - fixed scrolling in EPG detail display - added "MenuEventEndTime", "MenuEventVPSTime" and "MenuEventDate" - added "DateTimeF" and "MenuEventDateTimeF" for free formattable dates - added parameter format that holds the format string for the above items - implemented setup menu to flush image cache --- i18n.c | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) (limited to 'i18n.c') diff --git a/i18n.c b/i18n.c index 7c28ca6..469bf7b 100644 --- a/i18n.c +++ b/i18n.c @@ -1,9 +1,51 @@ /* - * $Id: i18n.c,v 1.2 2004/06/05 16:52:44 lordjaxom Exp $ + * $Id: i18n.c,v 1.3 2004/06/07 18:23:11 lordjaxom Exp $ */ #include "i18n.h" +const tI18nPhrase Phrases[] = { + { "Flush image cache", + "Bildspeicher leeren", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + }, + { "Flushing image cache...", + "Bildspeicher wird geleert...", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + }, + { NULL } +}; + cText2SkinI18n::cText2SkinI18n(const char *Skin): cText2SkinFile(Skin) { mIdentity = (string)"text2skin_" + Skin; mNumPhrases = 0; -- cgit v1.2.3