see changelog
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
19990613 23:15 CET Eddie Runia
|
||||
* source/rtl/natmsg/msg???.c
|
||||
more languages added.
|
||||
* source/rtl/natxxx.c
|
||||
id.
|
||||
|
||||
19990613 23:00 CET Eddie Runia
|
||||
* source/rtl/environ.c
|
||||
__Run() added for Borland and DJGPP
|
||||
|
||||
@@ -24,4 +24,10 @@
|
||||
#include "natmsg/msgspa.c"
|
||||
#elif (HB_LANGUAGE == UK)
|
||||
#include "natmsg/msguk.c"
|
||||
#elif (HB_LANGUAGE == CAT)
|
||||
#include "natmsg/msgcat.c"
|
||||
#elif (HB_LANGUAGE == ITA)
|
||||
#include "natmsg/msgita.c"
|
||||
#elif (HB_LANGUAGE == FRE)
|
||||
#include "natmsg/msgfre.c"
|
||||
#endif
|
||||
|
||||
19
harbour/source/rtl/natmsg/msgcat.c
Normal file
19
harbour/source/rtl/natmsg/msgcat.c
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
* Language support unit for Catalan
|
||||
*
|
||||
*/
|
||||
|
||||
char *hb_monthsname[ 12 ] = {
|
||||
"Xaner", "Febrer", "Mars",
|
||||
"April", "Mallol", "Xuniol", "Xuliol",
|
||||
"Agust", "Setembre", "Octubre",
|
||||
"Novembre", "Decembre" };
|
||||
|
||||
char *hb_daysname[ 7 ] = {
|
||||
"Diumenge", "Dilluns", "Dimarts",
|
||||
"Dimecres", "Dijous", "Divendres",
|
||||
"Disabte" };
|
||||
19
harbour/source/rtl/natmsg/msgfre.c
Normal file
19
harbour/source/rtl/natmsg/msgfre.c
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
* Language support unit for French
|
||||
*
|
||||
*/
|
||||
|
||||
char *hb_monthsname[ 12 ] = {
|
||||
"Janvier", "F‚vrier", "Mars",
|
||||
"Avril", "May", "Juin", "Juillet",
|
||||
"Ao–t", "Septembre", "Octobre",
|
||||
"Novembre", "D‚cembre" };
|
||||
|
||||
char *hb_daysname[ 7 ] = {
|
||||
"Dimanche", "Lundi", "Mardi",
|
||||
"Mercredi", "Jeudi", "Vendredi",
|
||||
"Samedi" };
|
||||
19
harbour/source/rtl/natmsg/msgita.c
Normal file
19
harbour/source/rtl/natmsg/msgita.c
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
* Language support unit for Italian
|
||||
*
|
||||
*/
|
||||
|
||||
char *hb_monthsname[ 12 ] = {
|
||||
"Gennaio", "Febbraio", "Marzo",
|
||||
"Aprile", "Maggio", "Giugno", "Luglio",
|
||||
"Agosto", "Settembre", "Ottobre",
|
||||
"Novembre", "Dicembre" };
|
||||
|
||||
char *hb_daysname[ 7 ] = {
|
||||
"Domenica", "Lunedi", "Martedi",
|
||||
"Mercoledi", "Giovedi", "Venerdi",
|
||||
"Sabato" };
|
||||
Reference in New Issue
Block a user