added: Danish language to the setup
changed: version of the program: 0.8.4 git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@140 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@
|
||||
#define TTCALC_MAJOR_VER 0
|
||||
#define TTCALC_MINOR_VER 8
|
||||
#define TTCALC_REVISION_VER 4
|
||||
#define TTCALC_PRERELEASE_VER 1
|
||||
#define TTCALC_PRERELEASE_VER 0
|
||||
|
||||
|
||||
|
||||
|
||||
+10
-9
@@ -328,7 +328,7 @@ void Languages::InitGuiMessagesTab()
|
||||
InsertGuiPair(display_not_always_scientific,"When the exponent is greater than:");
|
||||
InsertGuiPair(display_group_scientific, "Print the result as the scientific value");
|
||||
InsertGuiPair(display_decimal_point, "Decimal point");
|
||||
InsertGuiPair(display_deg_red_grad, "sin/cos asin/acos");
|
||||
InsertGuiPair(display_deg_rad_grad, "sin/cos asin/acos");
|
||||
InsertGuiPair(convert_type, "Type");
|
||||
InsertGuiPair(convert_input, "Input");
|
||||
InsertGuiPair(convert_output, "Output");
|
||||
@@ -361,7 +361,7 @@ void Languages::InitGuiMessagesTab()
|
||||
InsertGuiPair(about_text,
|
||||
"Mathematical calculator TTCalc %d.%d.%d%s%s\r\n"
|
||||
"Author: Tomasz Sowa\r\n"
|
||||
"Contact: t.sowa@slimaczek.pl\r\n"
|
||||
"Contact: t.sowa@ttmath.org\r\n"
|
||||
"Licence: BSD (open source)\r\n"
|
||||
"Project page: http://ttcalc.sourceforge.net\r\n"
|
||||
"Bignum library: TTMath %d.%d.%d%s\r\n"
|
||||
@@ -459,7 +459,7 @@ void Languages::InitGuiMessagesTab()
|
||||
InsertGuiPair(display_not_always_scientific,"Jeœli eksponent jest wiêkszy ni¿:");
|
||||
InsertGuiPair(display_group_scientific, "Wyœwietl wynik w postaci naukowej");
|
||||
InsertGuiPair(display_decimal_point, "Przecinek dziesiêtny");
|
||||
InsertGuiPair(display_deg_red_grad, "sin/cos asin/acos");
|
||||
InsertGuiPair(display_deg_rad_grad, "sin/cos asin/acos");
|
||||
InsertGuiPair(convert_type, "Typ");
|
||||
InsertGuiPair(convert_input, "Wejœcie");
|
||||
InsertGuiPair(convert_output, "Wyjœcie");
|
||||
@@ -492,7 +492,7 @@ void Languages::InitGuiMessagesTab()
|
||||
InsertGuiPair(about_text,
|
||||
"Kalkulator matematyczny TTCalc %d.%d.%d%s%s\r\n"
|
||||
"Autor: Tomasz Sowa\r\n"
|
||||
"Kontakt: t.sowa@slimaczek.pl\r\n"
|
||||
"Kontakt: t.sowa@ttmath.org\r\n"
|
||||
"Licencja: BSD (open source)\r\n"
|
||||
"Strona projektu: http://ttcalc.sourceforge.net\r\n"
|
||||
"Biblioteka du¿ych liczb: TTMath %d.%d.%d%s\r\n"
|
||||
@@ -594,7 +594,7 @@ void Languages::InitGuiMessagesTab()
|
||||
InsertGuiPair(display_not_always_scientific,"Cuando el exponente es mas grande que:");
|
||||
InsertGuiPair(display_group_scientific, "Imprimir el resultado como valor cientifico");
|
||||
InsertGuiPair(display_decimal_point, "Decimal point");
|
||||
InsertGuiPair(display_deg_red_grad, "sin/cos asin/acos");
|
||||
InsertGuiPair(display_deg_rad_grad, "sin/cos asin/acos");
|
||||
InsertGuiPair(convert_type, "Tipo");
|
||||
InsertGuiPair(convert_input, "Entrada");
|
||||
InsertGuiPair(convert_output, "Salida");
|
||||
@@ -627,7 +627,7 @@ void Languages::InitGuiMessagesTab()
|
||||
InsertGuiPair(about_text,
|
||||
"Calculadora matematica TTCalc %d.%d.%d%s%s\r\n"
|
||||
"Autor: Tomasz Sowa\r\n"
|
||||
"Contacto: t.sowa@slimaczek.pl\r\n"
|
||||
"Contacto: t.sowa@ttmath.org\r\n"
|
||||
"Licencia: BSD (open source)\r\n"
|
||||
"Pagina del proyecto: http://ttcalc.sourceforge.net\r\n"
|
||||
"Biblioteca Bignum: TTMath %d.%d.%d%s\r\n"
|
||||
@@ -715,7 +715,8 @@ void Languages::InitGuiMessagesTab()
|
||||
InsertGuiPair(combo_rounding_integer,"til heltal");
|
||||
InsertGuiPair(combo_rounding_to_number,"til");
|
||||
InsertGuiPair(combo_rounding_after_comma,"ciffer(cifre)");
|
||||
InsertGuiPair(check_remove_zeroes,"Fjern sidste trailing nuller");
|
||||
InsertGuiPair(check_remove_zeroes,"Fjern sidste overflødige nuller");
|
||||
|
||||
|
||||
InsertGuiPair(display_input, "Input");
|
||||
InsertGuiPair(display_output, "Output");
|
||||
@@ -724,7 +725,7 @@ void Languages::InitGuiMessagesTab()
|
||||
InsertGuiPair(display_not_always_scientific,"Når exponenten er større end:");
|
||||
InsertGuiPair(display_group_scientific, "Print resultatet som den videnskablige værdi");
|
||||
InsertGuiPair(display_decimal_point, "Decimal punkt");
|
||||
InsertGuiPair(display_deg_red_grad, "sin/cos asin/acos");
|
||||
InsertGuiPair(display_deg_rad_grad, "sin/cos asin/acos");
|
||||
InsertGuiPair(convert_type, "Type");
|
||||
InsertGuiPair(convert_input, "Input");
|
||||
InsertGuiPair(convert_output, "Udput");
|
||||
@@ -757,7 +758,7 @@ void Languages::InitGuiMessagesTab()
|
||||
InsertGuiPair(about_text,
|
||||
"Matematisk lommeregner TTCalc %d.%d.%d%s%s\r\n"
|
||||
"Forfatter: Tomasz Sowa\r\n"
|
||||
"Kontakt: t.sowa@slimaczek.pl\r\n"
|
||||
"Kontakt: t.sowa@ttmath.org\r\n"
|
||||
"Licens: BSD (open source)\r\n"
|
||||
"Projekt side: http://ttcalc.sourceforge.net\r\n"
|
||||
"Bignum biblotek: TTMath %d.%d.%d%s\r\n"
|
||||
|
||||
+1
-1
@@ -102,7 +102,7 @@ public:
|
||||
display_always_scientific,
|
||||
display_not_always_scientific,
|
||||
display_decimal_point,
|
||||
display_deg_red_grad,
|
||||
display_deg_rad_grad,
|
||||
convert_type,
|
||||
convert_input,
|
||||
convert_output,
|
||||
|
||||
+1
-1
@@ -447,7 +447,7 @@ int i;
|
||||
|
||||
SetDlgItemText(hWnd, IDC_CHECK_REMOVE_ZEROES, GetPrgRes()->GetLanguages()->GuiMessage(Languages::check_remove_zeroes));
|
||||
|
||||
SetDlgItemText(hWnd, IDC_LABEL_DISPLAY_DEG_RAD_GRAD, GetPrgRes()->GetLanguages()->GuiMessage(Languages::display_deg_red_grad));
|
||||
SetDlgItemText(hWnd, IDC_LABEL_DISPLAY_DEG_RAD_GRAD, GetPrgRes()->GetLanguages()->GuiMessage(Languages::display_deg_rad_grad));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user