|
|
|
@ -273,12 +273,12 @@ void Languages::InitGuiMessagesTab()
|
|
|
|
|
InsertGuiPair(cant_create_main_window, "I could not create the main window of the application");
|
|
|
|
|
InsertGuiPair(cant_init_common_controls,"I could not initialize the common controls (InitCommonControlsEx)");
|
|
|
|
|
InsertGuiPair(about_text,
|
|
|
|
|
"Mathematical calculator TTCalc %d.%d.%d\r\n"
|
|
|
|
|
"Mathematical calculator TTCalc %d.%d.%d%s\r\n"
|
|
|
|
|
"Author: Tomasz Sowa\r\n"
|
|
|
|
|
"Contact: t.sowa@slimaczek.pl\r\n"
|
|
|
|
|
"Licence: (New) BSD licence\r\n"
|
|
|
|
|
"Project page: http://sourceforge.net/projects/ttcalc\r\n"
|
|
|
|
|
"Bignum library: TTMath %d.%d.%d\r\n"
|
|
|
|
|
"Bignum library: TTMath %d.%d.%d%s\r\n"
|
|
|
|
|
"Programming language: C++\r\n"
|
|
|
|
|
"Compiler: %s\r\n"
|
|
|
|
|
"\r\n"
|
|
|
|
@ -381,12 +381,12 @@ void Languages::InitGuiMessagesTab()
|
|
|
|
|
InsertGuiPair(cant_create_main_window, "Nie uda³o siê utworzyæ g³ównego okna aplikacji");
|
|
|
|
|
InsertGuiPair(cant_init_common_controls,"Nie uda³o siê zainicjalizowaæ obs³ugi Common Controls (InitCommonControlsEx)");
|
|
|
|
|
InsertGuiPair(about_text,
|
|
|
|
|
"Kalkulator matematyczny TTCalc %d.%d.%d\r\n"
|
|
|
|
|
"Kalkulator matematyczny TTCalc %d.%d.%d%s\r\n"
|
|
|
|
|
"Autor: Tomasz Sowa\r\n"
|
|
|
|
|
"Kontakt: t.sowa@slimaczek.pl\r\n"
|
|
|
|
|
"Licencja: (New) BSD\r\n"
|
|
|
|
|
"Strona projektu: http://sourceforge.net/projects/ttcalc\r\n"
|
|
|
|
|
"Biblioteka du¿ych liczb: TTMath %d.%d.%d\r\n"
|
|
|
|
|
"Biblioteka du¿ych liczb: TTMath %d.%d.%d%s\r\n"
|
|
|
|
|
"Jêzyk programowania: C++\r\n"
|
|
|
|
|
"Kompilator: %s\r\n"
|
|
|
|
|
"\r\n"
|
|
|
|
|