From de602ae6486b181ec081749a510cfcf15c71c817 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Fri, 18 Jun 2004 16:41:02 +0000 Subject: - reimplemented image cache (fixes segfaults and speeds up image loading) - fixed a recursion wenn de-initializing ImageMagick (crashes on exit) - reverted the changes in ImageMagick-loader that concerned palettes (obviously some versions of ImageMagick are BROKEN!!! I am using 5.5.7 which works fine. Version 5.4.7 shows random errors) - reimplemented "Flush image cache" into the setup menu - included -lMagick into Makefile as a workaround for Debian (and others possibly) - fixed display of scrollbar --- i18n.c | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) (limited to 'i18n.c') diff --git a/i18n.c b/i18n.c index affc848..e298d22 100644 --- a/i18n.c +++ b/i18n.c @@ -1,5 +1,5 @@ /* - * $Id: i18n.c,v 1.7 2004/06/16 18:46:50 lordjaxom Exp $ + * $Id: i18n.c,v 1.8 2004/06/18 16:08:11 lordjaxom Exp $ */ #include "i18n.h" @@ -24,6 +24,44 @@ const tI18nPhrase Phrases[] = { "", "" }, + { "Flush image cache", + "Bildspeicher leeren", + "", + "", + "", + "", + "", + "", + "Tyhjennä kuvat välimuistista", + "", + "", + "", + "", + "", + "", + "", + "", + "" + }, + { "Flushing image cache...", + "Bildspeicher wird geleert...", + "", + "", + "", + "", + "", + "", + "Tyhjennetään välimuistia...", + "", + "", + "", + "", + "", + "", + "", + "", + "" + }, { "Max. image cache size", "Max. Größe des Bildspeichers", "", -- cgit v1.2.3