Russian language support

This commit is contained in:
Alexander S.Kresin
1999-06-07 06:47:36 +00:00
parent ef155a77f6
commit 5e79945e17
3 changed files with 31 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
19990607-09:40 Alexander Kresin
+ source/rtl/natmsg/msgru866.c
+ source/rtl/natmsg/msgr1251.c
National language message files for Russian
19990606-16:42 PST Ron Pinkas
* include/hberrors.h
added define WARN_AMBIGUOUS_VAR 1

View File

@@ -0,0 +1,13 @@
#include <extend.h>
#include <ctype.h>
char *hb_monthsname[ 12 ] = {
"ίνβΰπό", "Τεβπΰλό", "Μΰπς",
"ΐοπελό", "Μΰι", "Θώνό", "Θώλό",
"ΐβγσρς", "Ρενς<EFBFBD>από", "Ξκς<EFBFBD>από",
"Νξ<EFBFBD>από", "Δεκΰαπό" };
char *hb_daysname[ 7 ] = {
"Βξρκπερενόε", "Οξνεδελόνθκ", "Βςξπνθκ",
"Ρπεδΰ", "Χεςβεπγ", "Ο<EFBFBD>ςνθφΰ",
"Ρσααξςΰ" };

View File

@@ -0,0 +1,13 @@
#include <extend.h>
#include <ctype.h>
char *hb_monthsname[ 12 ] = {
"<EFBFBD>­¢ אל", "”¥¢א «ל", "<EFBFBD> אג",
"€¯א¥«ל", "<EFBFBD> ©", "ˆמ­ל", "ˆמ«ל",
"€¢£דבג", "‘¥­גן¡אל", "<EFBFBD>×גן¡אל",
"<EFBFBD>®ן¡אל", "„¥× ¡אל" };
char *hb_daysname[ 7 ] = {
"‚®ב×א¥ב¥­ל¥", "<EFBFBD>®­¥₪¥«ל­¨×", "‚ג®א­¨×",
"‘א¥₪ ", "—¥ג¢¥א£", "<EFBFBD>ןג­¨ז ",
"‘ד¡¡®ג " };