|
|
|
@ -109,7 +109,7 @@ void Languages::InitErrorMessagesTab()
|
|
|
|
|
InsertErrorPair(ttmath::err_functions_loop,"There's a recurrence between functions");
|
|
|
|
|
InsertErrorPair(ttmath::err_must_be_only_one_value,"Variables or functions must return only one value");
|
|
|
|
|
InsertErrorPair(ttmath::err_still_calculating,"Calculating...");
|
|
|
|
|
//InsertErrorPair(ttmath::err_too_big_factorial,"A too big argument for the factorial() function");
|
|
|
|
|
InsertErrorPair(ttmath::err_percent_from,"Incorrectly used percentage operator");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -143,6 +143,7 @@ void Languages::InitErrorMessagesTab()
|
|
|
|
|
InsertErrorPair(ttmath::err_functions_loop,"Pomiêdzy funkcjami zachodzi wywo³anie rekurencyjne");
|
|
|
|
|
InsertErrorPair(ttmath::err_must_be_only_one_value,"Zmienne albo funkcje mog¹ posiadaæ (zwracaæ) tylko jedn¹ wartoœæ");
|
|
|
|
|
InsertErrorPair(ttmath::err_still_calculating,"Obliczanie...");
|
|
|
|
|
InsertErrorPair(ttmath::err_percent_from,"Nieprawid³owo u¿yty operator procentu");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
@ -175,6 +176,7 @@ void Languages::InitErrorMessagesTab()
|
|
|
|
|
InsertErrorPair(ttmath::err_functions_loop,"Recurrencia entre funciones");
|
|
|
|
|
InsertErrorPair(ttmath::err_must_be_only_one_value,"Variables o funciones solo pueden retornar un valor");
|
|
|
|
|
InsertErrorPair(ttmath::err_still_calculating,"Calculando ...");
|
|
|
|
|
InsertErrorPair(ttmath::err_percent_from,"Incorrectly used percentage operator");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
@ -206,6 +208,7 @@ void Languages::InitErrorMessagesTab()
|
|
|
|
|
InsertErrorPair(ttmath::err_functions_loop,"Der er en gentagelse mellem funktioner");
|
|
|
|
|
InsertErrorPair(ttmath::err_must_be_only_one_value,"Variabler eller funktioner skal kun returnere én værdi");
|
|
|
|
|
InsertErrorPair(ttmath::err_still_calculating,"Regner...");
|
|
|
|
|
InsertErrorPair(ttmath::err_percent_from,"Incorrectly used percentage operator");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
@ -237,6 +240,7 @@ void Languages::InitErrorMessagesTab()
|
|
|
|
|
InsertErrorPair(ttmath::err_functions_loop,"º¯ÊýÑ»·");
|
|
|
|
|
InsertErrorPair(ttmath::err_must_be_only_one_value,"±äÁ¿»òº¯Êý±ØÐëÓзµ»ØÖµ");
|
|
|
|
|
InsertErrorPair(ttmath::err_still_calculating,"ÕýÔÚ¼ÆËã...");
|
|
|
|
|
InsertErrorPair(ttmath::err_percent_from,"Incorrectly used percentage operator");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
@ -268,6 +272,7 @@ void Languages::InitErrorMessagesTab()
|
|
|
|
|
InsertErrorPair(ttmath::err_functions_loop,"Ôóíêöèè ðåêóððåíòíû");
|
|
|
|
|
InsertErrorPair(ttmath::err_must_be_only_one_value,"Ïåðåìåííûå èëè ôóíêöèè äîëæíû âîçâðàùàòü òîëüêî îäíî çíà÷åíèå");
|
|
|
|
|
InsertErrorPair(ttmath::err_still_calculating,"Ïîäñ÷èòûâàåì...");
|
|
|
|
|
InsertErrorPair(ttmath::err_percent_from,"Incorrectly used percentage operator");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
@ -299,6 +304,7 @@ void Languages::InitErrorMessagesTab()
|
|
|
|
|
InsertErrorPair(ttmath::err_functions_loop,"Det är en upprepning mellan funktioner");
|
|
|
|
|
InsertErrorPair(ttmath::err_must_be_only_one_value,"Variabler eller funktioner skall kunna avge ett värde");
|
|
|
|
|
InsertErrorPair(ttmath::err_still_calculating,"Räknar bävrar...");
|
|
|
|
|
InsertErrorPair(ttmath::err_percent_from,"Incorrectly used percentage operator");
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|