see changelog
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
19990604-13:56 CET Thomas Braun (upload Eddie Runia)
|
||||
+ source/rtl/natmsg/msgger.c
|
||||
National language message file for German
|
||||
|
||||
19990604-11:50 CET Eddie Runia
|
||||
* source/compiler/harbour.y
|
||||
support for the following syntax added :
|
||||
|
||||
13
harbour/source/rtl/natmsg/msgger.c
Normal file
13
harbour/source/rtl/natmsg/msgger.c
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <extend.h>
|
||||
#include <ctype.h>
|
||||
|
||||
char *hb_monthsname[ 12 ] = {
|
||||
"Januar", "Februar", "März",
|
||||
"April", "Mai", "Juni", "Juli",
|
||||
"August", "September", "Oktober",
|
||||
"November", "Dezember" };
|
||||
|
||||
char *hb_daysname[ 7 ] = {
|
||||
"Sonntag", "Montag", "Dienstag",
|
||||
"Mittwoch", "Donnerstag", "Freitag",
|
||||
"Samstag" };
|
||||
Reference in New Issue
Block a user