summaryrefslogtreecommitdiff
path: root/PLUGINS
diff options
context:
space:
mode:
Diffstat (limited to 'PLUGINS')
-rw-r--r--PLUGINS/SRC/hello/i18n.c20
1 files changed, 19 insertions, 1 deletions
diff --git a/PLUGINS/SRC/hello/i18n.c b/PLUGINS/SRC/hello/i18n.c
index 9bb6fbf..644bb50 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.2 2002/05/11 12:27:00 kls Exp $
+ * $Id: i18n.c 1.3 2002/06/23 13:05:59 kls Exp $
*/
#include "i18n.h"
@@ -21,6 +21,9 @@ const tI18nPhrase Phrases[] = {
"",// TODO
"",// TODO
"",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
},
{ "Hello world!",
"Hallo Welt!",
@@ -34,6 +37,9 @@ const tI18nPhrase Phrases[] = {
"",// TODO
"",// TODO
"",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
},
{ "Howdy folks!",
"Tach zusammen!",
@@ -47,6 +53,9 @@ const tI18nPhrase Phrases[] = {
"",// TODO
"",// TODO
"",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
},
{ "A friendly greeting",
"Ein freundlicher Gruß",
@@ -60,6 +69,9 @@ const tI18nPhrase Phrases[] = {
"",// TODO
"",// TODO
"",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
},
{ "Greeting time (s)",
"Dauer des Grußes (s)",
@@ -73,6 +85,9 @@ const tI18nPhrase Phrases[] = {
"",// TODO
"",// TODO
"",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
},
{ "Use alternate greeting",
"Alternativen Gruß verwenden",
@@ -86,6 +101,9 @@ const tI18nPhrase Phrases[] = {
"",// TODO
"",// TODO
"",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
},
{ NULL }
};