summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
Diffstat (limited to 'i18n.c')
-rw-r--r--i18n.c44
1 files changed, 43 insertions, 1 deletions
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;