changed: corrected the chinese translation
(The translation was made by: Juis) added: chinese language to the installer git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@162 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Version 0.8.5 prerelease (2009.06.11):
|
Version 0.8.5 prerelease (2009.06.14):
|
||||||
* added: new language: Chinese
|
* added: new language: Chinese
|
||||||
translation made by: ... <zhushengyi2008 at 126 dot com>
|
translation made by: Juis <zsyfly at gmail dot com>
|
||||||
* changed: version of the TTMath library: 0.8.5 (prerelease) now
|
* changed: version of the TTMath library: 0.8.5 now
|
||||||
|
|
||||||
Changes from TTMath 0.8.5 relating to TTCalc:
|
Changes from TTMath 0.8.5 relating to TTCalc:
|
||||||
* fixed: Big::Mod(x) didn't correctly return a carry
|
* fixed: Big::Mod(x) didn't correctly return a carry
|
||||||
|
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
AppName=TTCalc
|
AppName=TTCalc
|
||||||
AppVerName=TTCalc 0.8.4
|
AppVerName=TTCalc 0.8.5
|
||||||
AppVersion=0.8.4
|
AppVersion=0.8.5
|
||||||
AppPublisher=Tomasz Sowa
|
AppPublisher=Tomasz Sowa
|
||||||
AppPublisherURL=http://ttcalc.sourceforge.net
|
AppPublisherURL=http://ttcalc.sourceforge.net
|
||||||
AppSupportURL=http://ttcalc.sourceforge.net
|
AppSupportURL=http://ttcalc.sourceforge.net
|
||||||
@@ -26,6 +26,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
|
|||||||
Name: "polish"; MessagesFile: "compiler:Languages\Polish.isl"
|
Name: "polish"; MessagesFile: "compiler:Languages\Polish.isl"
|
||||||
Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl"
|
Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl"
|
||||||
Name: "danish"; MessagesFile: "compiler:Languages\Danish.isl"
|
Name: "danish"; MessagesFile: "compiler:Languages\Danish.isl"
|
||||||
|
Name: "chinese"; MessagesFile: "compiler:Languages\ChineseSimp-12-5.1.11.isl"
|
||||||
|
|
||||||
[InstallDelete]
|
[InstallDelete]
|
||||||
; prior to 0.8.3 we were using mingwm10.dll (now it is not needed and will be deleted if exists)
|
; prior to 0.8.3 we were using mingwm10.dll (now it is not needed and will be deleted if exists)
|
||||||
|
@@ -8,7 +8,6 @@ helpname = ttcalc.chm
|
|||||||
|
|
||||||
# the name of the setup is also set in the Inno Setup config file
|
# the name of the setup is also set in the Inno Setup config file
|
||||||
setupname = ttcalc-setup.exe
|
setupname = ttcalc-setup.exe
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -17,9 +16,11 @@ all: ttcalc
|
|||||||
|
|
||||||
include Makefile.dep
|
include Makefile.dep
|
||||||
|
|
||||||
|
|
||||||
ttcalc: $(o)
|
ttcalc: $(o)
|
||||||
$(CC) -o $(name) $(CFLAGS) $(o) -lcomctl32
|
$(CC) -o $(name) $(CFLAGS) $(o) -lcomctl32
|
||||||
|
|
||||||
|
|
||||||
resource.o: resource.rc
|
resource.o: resource.rc
|
||||||
#windres -DTTCALC_CONVERT resource.rc resource.o
|
#windres -DTTCALC_CONVERT resource.rc resource.o
|
||||||
windres resource.rc resource.o
|
windres resource.rc resource.o
|
||||||
@@ -27,7 +28,8 @@ resource.o: resource.rc
|
|||||||
|
|
||||||
help: $(helpdep)
|
help: $(helpdep)
|
||||||
Makefile.help.sh
|
Makefile.help.sh
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
setup: $(setupdep)
|
setup: $(setupdep)
|
||||||
iscc ../setup/innosetup.iss
|
iscc ../setup/innosetup.iss
|
||||||
|
@@ -19,26 +19,27 @@ winmain.o: winmain.cpp compileconfig.h winmain.h programresources.h iniparser.
|
|||||||
$(CC) -c $(CFLAGS) $<
|
$(CC) -c $(CFLAGS) $<
|
||||||
|
|
||||||
|
|
||||||
helpdep = ../help/arithmetic_functions.html \
|
helpdep = ../help/accuracy.html \
|
||||||
../help/logarithm_exponential.html \
|
../help/arithmetic_functions.html \
|
||||||
../help/trigonometric_functions.html \
|
../help/bitwise_functions.html \
|
||||||
../help/inverse_trigonometric_functions.html \
|
../help/conversions_deg_rad_grad.html \
|
||||||
../help/hyperbolic_functions.html \
|
../help/help.hhp \
|
||||||
../help/inverse_hyperbolic_functions.html \
|
../help/hyperbolic_functions.html \
|
||||||
../help/conversions_deg_rad_grad.html \
|
../help/index.hhk \
|
||||||
../help/rounding_functions.html \
|
../help/index.html \
|
||||||
../help/other_functions.html \
|
../help/inverse_hyperbolic_functions.html \
|
||||||
../help/operators_priority.html \
|
../help/inverse_trigonometric_functions.html \
|
||||||
../help/bitwise_functions.html \
|
../help/logarithm_exponential.html \
|
||||||
../help/index.html \
|
../help/logical_functions.html \
|
||||||
../help/userfunctions.html \
|
../help/operators_priority.html \
|
||||||
../help/logical_functions.html \
|
../help/other_functions.html \
|
||||||
../help/accuracy.html \
|
../help/rounding_functions.html \
|
||||||
../help/tips.html \
|
../help/styles.css \
|
||||||
../help/values_and_std_operators.html \
|
../help/tips.html \
|
||||||
../help/styles.css \
|
../help/toc.hhc \
|
||||||
../help/index.hhk \
|
../help/trigonometric_functions.html \
|
||||||
../help/toc.hhc \
|
../help/userfunctions.html \
|
||||||
../help/help.hhp
|
../help/values_and_std_operators.html
|
||||||
|
|
||||||
|
|
||||||
setupdep = ttcalc help ../setup/innosetup.iss ../setup/COPYRIGHT ../COPYRIGHT ../CHANGELOG ../README
|
setupdep = ttcalc help ../setup/innosetup.iss ../setup/COPYRIGHT ../COPYRIGHT ../CHANGELOG ../README
|
||||||
|
@@ -219,7 +219,7 @@ void Languages::InitErrorMessagesTab()
|
|||||||
InsertErrorPair(ttmath::err_ok,"ȷ<EFBFBD><EFBFBD>");
|
InsertErrorPair(ttmath::err_ok,"ȷ<EFBFBD><EFBFBD>");
|
||||||
InsertErrorPair(ttmath::err_nothing_has_read,"");
|
InsertErrorPair(ttmath::err_nothing_has_read,"");
|
||||||
InsertErrorPair(ttmath::err_unknown_character,"δ֪<EFBFBD>ַ<EFBFBD>");
|
InsertErrorPair(ttmath::err_unknown_character,"δ֪<EFBFBD>ַ<EFBFBD>");
|
||||||
InsertErrorPair(ttmath::err_unexpected_final_bracket,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"); //
|
InsertErrorPair(ttmath::err_unexpected_final_bracket,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
||||||
InsertErrorPair(ttmath::err_stack_not_clear,"δ֪<EFBFBD>ַ<EFBFBD>û<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
InsertErrorPair(ttmath::err_stack_not_clear,"δ֪<EFBFBD>ַ<EFBFBD>û<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
||||||
InsertErrorPair(ttmath::err_unknown_variable,"δ֪<EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
InsertErrorPair(ttmath::err_unknown_variable,"δ֪<EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
||||||
InsertErrorPair(ttmath::err_division_by_zero,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><EFBFBD>");
|
InsertErrorPair(ttmath::err_division_by_zero,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><EFBFBD>");
|
||||||
@@ -874,7 +874,7 @@ void Languages::InitGuiMessagesTab()
|
|||||||
InsertGuiPair(precision_2_info,"(+/-)3.4e+2776511644261678652, 85λ<35><CEBB>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD>");
|
InsertGuiPair(precision_2_info,"(+/-)3.4e+2776511644261678652, 85λ<35><CEBB>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD>");
|
||||||
InsertGuiPair(precision_3_info,"(+/-)6.7e+51217599719369681875006054625051616609, 258λ<38><CEBB>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD>");
|
InsertGuiPair(precision_3_info,"(+/-)6.7e+51217599719369681875006054625051616609, 258λ<38><CEBB>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD>");
|
||||||
|
|
||||||
InsertGuiPair(overflow_during_printing,"<EFBFBD><EFBFBD>ӡʱ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
InsertGuiPair(overflow_during_printing,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
||||||
|
|
||||||
InsertGuiPair(combo_rounding_none,"<EFBFBD><EFBFBD>");
|
InsertGuiPair(combo_rounding_none,"<EFBFBD><EFBFBD>");
|
||||||
InsertGuiPair(combo_rounding_integer,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
InsertGuiPair(combo_rounding_integer,"<EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
||||||
@@ -887,7 +887,7 @@ void Languages::InitGuiMessagesTab()
|
|||||||
InsertGuiPair(display_rounding, "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
InsertGuiPair(display_rounding, "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
||||||
InsertGuiPair(display_always_scientific,"һֱ");
|
InsertGuiPair(display_always_scientific,"һֱ");
|
||||||
InsertGuiPair(display_not_always_scientific,"<EFBFBD><EFBFBD>ָ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:");
|
InsertGuiPair(display_not_always_scientific,"<EFBFBD><EFBFBD>ָ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:");
|
||||||
InsertGuiPair(display_group_scientific, "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
InsertGuiPair(display_group_scientific, "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
||||||
InsertGuiPair(display_decimal_point, "С<EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
InsertGuiPair(display_decimal_point, "С<EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
||||||
InsertGuiPair(display_deg_rad_grad, "sin/cos asin/acos");
|
InsertGuiPair(display_deg_rad_grad, "sin/cos asin/acos");
|
||||||
InsertGuiPair(convert_type, "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
InsertGuiPair(convert_type, "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
||||||
@@ -903,11 +903,10 @@ void Languages::InitGuiMessagesTab()
|
|||||||
InsertGuiPair(menu_view_normal_view, "&<26><>ͨ<EFBFBD><CDA8>ͼ");
|
InsertGuiPair(menu_view_normal_view, "&<26><>ͨ<EFBFBD><CDA8>ͼ");
|
||||||
InsertGuiPair(menu_view_compact_view, "&<26><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼ");
|
InsertGuiPair(menu_view_compact_view, "&<26><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼ");
|
||||||
InsertGuiPair(menu_view_always_on_top, "&<26><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǰ");
|
InsertGuiPair(menu_view_always_on_top, "&<26><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǰ");
|
||||||
InsertGuiPair(menu_view_lang_english, "&English");
|
InsertGuiPair(menu_view_lang_english, "&Ӣ<EFBFBD><EFBFBD>");
|
||||||
InsertGuiPair(menu_view_lang_polish, "&Polish");
|
InsertGuiPair(menu_view_lang_polish, "&<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
||||||
InsertGuiPair(menu_view_lang_spanish, "&Spanish");
|
InsertGuiPair(menu_view_lang_spanish, "&<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
||||||
InsertGuiPair(menu_view_lang_danish, "&Danish");
|
InsertGuiPair(menu_view_lang_danish, "&<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
|
||||||
InsertGuiPair(menu_view_lang_chinese, "&Chinese");
|
|
||||||
InsertGuiPair(menu_view_close_program, "&<26>ر<EFBFBD>");
|
InsertGuiPair(menu_view_close_program, "&<26>ر<EFBFBD>");
|
||||||
InsertGuiPair(menu_edit_undo, "&ȡ<><C8A1>");
|
InsertGuiPair(menu_edit_undo, "&ȡ<><C8A1>");
|
||||||
InsertGuiPair(menu_edit_paste, "&ճ<><D5B3>");
|
InsertGuiPair(menu_edit_paste, "&ճ<><D5B3>");
|
||||||
@@ -922,10 +921,10 @@ void Languages::InitGuiMessagesTab()
|
|||||||
InsertGuiPair(cant_init_common_controls,"<EFBFBD><EFBFBD><EFBFBD>ܳ<EFBFBD>ʼ<EFBFBD><EFBFBD>ͨ<EFBFBD>ÿؼ<EFBFBD>(InitCommonControlsEx)");
|
InsertGuiPair(cant_init_common_controls,"<EFBFBD><EFBFBD><EFBFBD>ܳ<EFBFBD>ʼ<EFBFBD><EFBFBD>ͨ<EFBFBD>ÿؼ<EFBFBD>(InitCommonControlsEx)");
|
||||||
InsertGuiPair(about_text,
|
InsertGuiPair(about_text,
|
||||||
"Mathematical calculator TTCalc %d.%d.%d%s%s\r\n"
|
"Mathematical calculator TTCalc %d.%d.%d%s%s\r\n"
|
||||||
"Author: Tomasz Sowa\r\n"
|
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: Tomasz Sowa\r\n"
|
||||||
"Contact: t.sowa@ttmath.org\r\n"
|
"<EFBFBD><EFBFBD>ϵ: t.sowa@ttmath.org\r\n"
|
||||||
"Licence: BSD (open source)\r\n"
|
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD>: BSD (<28><>Դ<EFBFBD><D4B4>Ŀ)\r\n"
|
||||||
"Project page: http://ttcalc.sourceforge.net\r\n"
|
"<EFBFBD><EFBFBD>ҳ: http://ttcalc.sourceforge.net\r\n"
|
||||||
"Bignum library: TTMath %d.%d.%d%s\r\n"
|
"Bignum library: TTMath %d.%d.%d%s\r\n"
|
||||||
"Programming language: C++\r\n"
|
"Programming language: C++\r\n"
|
||||||
"Compiler: %s\r\n"
|
"Compiler: %s\r\n"
|
||||||
@@ -940,9 +939,7 @@ void Languages::InitGuiMessagesTab()
|
|||||||
"mantissa and 32 bits for the exponent) it's about +/-6.9e+646457021.\r\n"
|
"mantissa and 32 bits for the exponent) it's about +/-6.9e+646457021.\r\n"
|
||||||
"\r\n"
|
"\r\n"
|
||||||
#endif
|
#endif
|
||||||
"If you have any questions, advices or interesting ideas about"
|
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>κδ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>⡢<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȥ<EFBFBD><EFBFBD><EFBFBD>뷨<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>뿪<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ļ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҽ<EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ļ<EFBFBD>ӭ<EFBFBD><EFBFBD><EFBFBD>ǣ<EFBFBD>"
|
||||||
" this program or if you want to join to this project as"
|
|
||||||
" a developer or a programmer feel free to contant with the author."
|
|
||||||
);
|
);
|
||||||
InsertGuiPair(about_text_portable_version, " portable version");
|
InsertGuiPair(about_text_portable_version, " portable version");
|
||||||
InsertGuiPair(about_text_exe_packer, "EXE Packer: UPX 3.03\r\n");
|
InsertGuiPair(about_text_exe_packer, "EXE Packer: UPX 3.03\r\n");
|
||||||
|
Reference in New Issue
Block a user