diff options
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 40 |
1 files changed, 39 insertions, 1 deletions
@@ -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", "", |