From 8f57012e650e3714da88b59b607885bd9744c249 Mon Sep 17 00:00:00 2001 From: Chen Kedem Date: Mon, 25 Mar 2002 06:46:36 +0000 Subject: [PATCH] 2002-03-25 08:45 UTC+0200 Chen Kedem --- harbour/ChangeLog | 12 ++++++++++++ harbour/doc/en/lang.txt | 4 ++-- harbour/source/lang/msgzhb5.c | 33 ++++++++++++++++----------------- harbour/source/lang/msgzhgb.c | 34 ++++++++++++++++------------------ 4 files changed, 46 insertions(+), 37 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b92b159fed..ac37b33ead 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,18 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + * include/hbrddntx.h + * source/rdd/dbfntx/dbfntx1.c + * Lot of code is changed to avoid using of PHB_ITEM in internal functions, + some other optimizations. + DBFNTX became much faster now ( still not so fast as Clipper ). + +2002-03-27 02:26 UTC-0300 Horacio Roldan + * include/hbset.h + * source/rtl/set.c + ! changed definition of HB_SET_AUTORDER from BOOL into int. + +2002-03-25 21:53 UTC-0300 Walter Negro * source/rtl/tget.prg ! Fix minor bug with initial spaces in PICTURE diff --git a/harbour/doc/en/lang.txt b/harbour/doc/en/lang.txt index cd10bf6dc3..d5760384c8 100644 --- a/harbour/doc/en/lang.txt +++ b/harbour/doc/en/lang.txt @@ -31,8 +31,8 @@ * Language Codepage * Basque 850 EU * Catalan 850 CA - * Chinese Simplified 936 ZH_GB - * Chinese Traditional 950 ZH_BIG5 + * Chinese Simplified 936 ZHGB + * Chinese Traditional 950 ZHB5 * Croatian 852 HR852 * Croatian ISO-8859-2 HRISO * Czech 852 CS852 diff --git a/harbour/source/lang/msgzhb5.c b/harbour/source/lang/msgzhb5.c index afeacbda7b..5e0db08a01 100644 --- a/harbour/source/lang/msgzhb5.c +++ b/harbour/source/lang/msgzhb5.c @@ -51,10 +51,9 @@ * */ -/* Language name: Chinese */ -/* ISO language code (2 chars):ZH */ -/* Codepage: 936 for ZH,ZH-CN,ZH-SG (Chinese Simplified) */ -/* Codepage: 950 for ZH-HK,ZH-TW (Chinese Traditional) */ +/* Language name: Chinese Traditional */ +/* ISO language code (2 chars): ZH */ +/* Codepage: 950 for ZH-HK,ZH-TW */ #include "hbapilng.h" @@ -83,7 +82,7 @@ static HB_LANG s_lang = "る", "る", "る", - "る" + "る", /* Day names */ @@ -93,23 +92,23 @@ static HB_LANG s_lang = "琍戳", "琍戳", "琍戳き", - "琍戳せ" + "琍戳せ", /* CA-Cl*pper compatible natmsg items */ - "Database Files # Records Last Update Size", - "Do you want more samples?", - "Page No.", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Invalid date", - "Range: ", + "计沮畐郎 # 癘魁 程穝 ", + "惠璶ㄒ盾?", + "絏:", + "** 璸 **", + "* 璸 *", + "*** 璸 ***", + "础", + " ", + "ら戳獶猭", + "絛瞅: ", " - ", "Y/N", - "INVALID EXPRESSION", + "獶猭笷Α", /* Error description names */ diff --git a/harbour/source/lang/msgzhgb.c b/harbour/source/lang/msgzhgb.c index 3a59ae4422..bf678d7123 100644 --- a/harbour/source/lang/msgzhgb.c +++ b/harbour/source/lang/msgzhgb.c @@ -51,14 +51,12 @@ * */ -/* Language name: Chinese */ -/* ISO language code (2 chars):ZH */ -/* Codepage: 936 for ZH,ZH-CN,ZH-SG (Chinese Simplified) */ -/* Codepage: 950 for ZH-HK,ZH-TW (Chinese Traditional) */ +/* Language name: Chinese Simplified */ +/* ISO language code (2 chars): ZH */ +/* Codepage: 936 for ZH,ZH-CN,ZH-SG */ #include "hbapilng.h" -/* Chinese Simplified: Codepage: 936 for ZH,ZH-CN,ZH-SG ,this is for chinese-gb code */ static HB_LANG s_lang = { { @@ -84,7 +82,7 @@ static HB_LANG s_lang = "九月", "十月", "十一月", - "十二月" + "十二月", /* Day names */ @@ -94,23 +92,23 @@ static HB_LANG s_lang = "星期三", "星期四", "星期五", - "星期六" + "星期六", /* CA-Cl*pper compatible natmsg items */ - "Database Files # Records Last Update Size", - "Do you want more samples?", - "Page No.", - "** Subtotal **", - "* Subsubtotal *", - "*** Total ***", - "Ins", - " ", - "Invalid date", - "Range: ", + "数据库文件 # 记录 最后更新 大小", + "需要更多的例子吗?", + "页码:", + "** 小计 **", + "* 子小计 *", + "*** 合计 ***", + "插入", + " ", + "日期非法", + "范围: ", " - ", "Y/N", - "INVALID EXPRESSION", + "非法表达式", /* Error description names */