summaryrefslogtreecommitdiff
path: root/PLUGINS/SRC/hello/i18n.c
diff options
context:
space:
mode:
Diffstat (limited to 'PLUGINS/SRC/hello/i18n.c')
-rw-r--r--PLUGINS/SRC/hello/i18n.c41
1 files changed, 40 insertions, 1 deletions
diff --git a/PLUGINS/SRC/hello/i18n.c b/PLUGINS/SRC/hello/i18n.c
index 7061742..9bb6fbf 100644
--- a/PLUGINS/SRC/hello/i18n.c
+++ b/PLUGINS/SRC/hello/i18n.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: i18n.c 1.1 2002/05/09 15:13:31 kls Exp $
+ * $Id: i18n.c 1.2 2002/05/11 12:27:00 kls Exp $
*/
#include "i18n.h"
@@ -35,6 +35,19 @@ const tI18nPhrase Phrases[] = {
"",// TODO
"",// TODO
},
+ { "Howdy folks!",
+ "Tach zusammen!",
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ },
{ "A friendly greeting",
"Ein freundlicher Gruß",
"",// TODO
@@ -48,5 +61,31 @@ const tI18nPhrase Phrases[] = {
"",// TODO
"",// TODO
},
+ { "Greeting time (s)",
+ "Dauer des Grußes (s)",
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ },
+ { "Use alternate greeting",
+ "Alternativen Gruß verwenden",
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ },
{ NULL }
};