Polish language files
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
19990610-10:30 Alexander Kresin ( files posted by Marek Horodyski )
|
||||
+ source/rtl/natmsg/msgpl852.c
|
||||
+ source/rtl/natmsg/msgplmaz.c
|
||||
National language message files for Polish
|
||||
|
||||
19990609-12:55 EDT David G. Holm <dholm@jsd-llc.com>
|
||||
* source/rtl/files.c
|
||||
- Set _fmode to O_BINARY before using creat(),
|
||||
|
||||
18
harbour/source/rtl/natmsg/msgpl852.c
Normal file
18
harbour/source/rtl/natmsg/msgpl852.c
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
/* Polish language module */
|
||||
/* Codepage: Latin II - 852 */
|
||||
|
||||
char *hb_monthsname[ 12 ] = {
|
||||
"Styczeä", "Luty", "Marzec",
|
||||
"Kwiecieä", "Maj", "Czerwiec", "Lipiec",
|
||||
"Sierpieä", "Wrzesieä", "Pa«d«iernik",
|
||||
"Listopad", "Grudzieä" };
|
||||
|
||||
char *hb_daysname[ 7 ] = {
|
||||
"Niedziela", "Poniedzia<EFBFBD>ek", "Wtorek",
|
||||
"—roda", "Czwartek", "PiĄtek",
|
||||
"Sobota" };
|
||||
|
||||
|
||||
18
harbour/source/rtl/natmsg/msgplmaz.c
Normal file
18
harbour/source/rtl/natmsg/msgplmaz.c
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
/* Polish language module */
|
||||
/* Codepage: Polish - Mazovia */
|
||||
|
||||
char *hb_monthsname[ 12 ] = {
|
||||
"Stycze¤", "Luty", "Marzec",
|
||||
"Kwiecie¤", "Maj", "Czerwiec", "Lipiec",
|
||||
"Sierpie¤", "Wrzesie¤", "Pa¦d¦iernik",
|
||||
"Listopad", "Grudzie¤" };
|
||||
|
||||
char *hb_daysname[ 7 ] = {
|
||||
"Niedziela", "Poniedzia’ek", "Wtorek",
|
||||
"<EFBFBD>roda", "Czwartek", "Pi†tek",
|
||||
"Sobota" };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user