Polish language files

This commit is contained in:
Alexander S.Kresin
1999-06-10 07:32:12 +00:00
parent 902cde8f9b
commit 0219ca6544
3 changed files with 41 additions and 0 deletions

View File

@@ -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(),

View 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" };

View 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", "Poniedziaek", "Wtorek",
"<EFBFBD>roda", "Czwartek", "Pi†tek",
"Sobota" };