From 3d738f9c8a5d48bb22b3330c036b6887b0f9d6c1 Mon Sep 17 00:00:00 2001
From: lordjaxom <lordjaxom>
Date: Sun, 13 Jun 2004 18:40:59 +0000
Subject: - added parameter alpha for images - added ReplayMode as Logo to
 display a replaylogo (normal, vcd, mp3, dvd, ...) - added some german and
 finnish (thx to Rolf Ahrenberg) translations - fixed VPSTime which was
 displayed although is was equal to the StartTime - fixed MenuItems which
 displayed non-Text items periodically - fixed calculation of the editable
 width in the main menu - fixed animation delay (specified in 1/100th, used
 1/1000th) - flushing cache when entering a new display (now the cache
 basically holds   all items necessary in one display) - removed "flush image
 cache" from setup menu - added "max. cache size" to setup menu

---
 i18n.c | 29 +++++------------------------
 1 file changed, 5 insertions(+), 24 deletions(-)

(limited to 'i18n.c')

diff --git a/i18n.c b/i18n.c
index 5b9cceb..4493b3b 100644
--- a/i18n.c
+++ b/i18n.c
@@ -1,12 +1,12 @@
 /*
- * $Id: i18n.c,v 1.5 2004/06/08 20:45:52 lordjaxom Exp $
+ * $Id: i18n.c,v 1.6 2004/06/12 21:16:18 lordjaxom Exp $
  */
 
 #include "i18n.h"
 
 const tI18nPhrase Phrases[] = {
   { "Loader for text-based skins",
-    "",
+    "Lader f�r textbasierte Skins",
     "",
     "",
     "",
@@ -24,34 +24,15 @@ const tI18nPhrase Phrases[] = {
     "",
     ""
   },
-  { "Flush image cache",
-    "Bildspeicher leeren",
-    "",
-    "",
-    "",
-    "",
-    "",
-    "",
-    "Tyhjenn� kuvat v�limuistista",
-    "",
-    "",
-    "",
-    "",
-    "",
-    "",
-    "",
-    "",
-    ""
-  },
-  { "Flushing image cache...",
-    "Bildspeicher wird geleert...",
+  { "Max. image cache size",
+    "Max. Gr��e des Bildspeichers",
     "",
     "",
     "",
     "",
     "",
     "",
-    "Tyhjennet��n v�limuistia...",
+    "V�limuistin maksimikoko",
     "",
     "",
     "",
-- 
cgit v1.2.3