android-calculatorpp/android-app-core/res/values-uk/text_functions.xml

51 lines
3.3 KiB
XML
Raw Normal View History

2013-07-16 09:13:37 -04:00
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.net-->
<resources>
2013-07-16 09:13:37 -04:00
<string name="c_functions">Функції</string>
<string name="c_fun_description_sin">Тригонометрична фунція синус</string>
<string name="c_fun_description_cos">Тригонометрична функція косинус</string>
<string name="c_fun_description_tan">Тригонометрична функція тангенс</string>
<string name="c_fun_description_cot">Тригонометрична функція котангенс</string>
<string name="c_fun_description_asin">Arcsine - inverse sine function</string>
<string name="c_fun_description_acos">Arccosine - inverse cosine function</string>
<string name="c_fun_description_atan">Arctangent - inverse tangent function</string>
<string name="c_fun_description_acot">Arccotangent - inverse cotangent function</string>
<string name="c_fun_description_ln">Натуральний логариф - логарифм за основою e</string>
<string name="c_fun_description_lg">Десятковий логарифм - логарифм за основою 10</string>
<string name="c_fun_description_log">Логарифм - логарифм за заданою основою</string>
<string name="c_fun_description_exp">Експонента</string>
<string name="c_fun_description_sqrt">Квадратний корінь</string>
<string name="c_fun_description_cubic">Кубічний корінь</string>
<string name="c_fun_description_abs">Gives absolute value of an argument</string>
<string name="c_fun_description_sgn">Gives the sign of an argument: -1 if argument is less than 0, 0
if equals to 0, 1 if more than 0
</string>
<string name="c_fun_description_eq">Фунцкія рівності - дає результат 1, якщо обидва аргументи рівні, інакше 0
</string>
<string name="c_fun_description_le">Lesser-or-equals function - gives 1 if two arguments are equals or first is less
than second, 0 otherwise
</string>
<string name="c_fun_description_ge">Greater-or-equals function - gives 1 if two arguments are equals or first is
greater than second, 0 otherwise
</string>
<string name="c_fun_description_ne">Not-equals function - gives 1 if two arguments are not equals, 0 otherwise
</string>
<string name="c_fun_description_lt">Lesser function - gives 1 if first argument is less than second, 0 otherwise
</string>
<string name="c_fun_description_gt">Greater function - gives 1 if first argument is greater than second, 0
otherwise
</string>
<string name="c_fun_description_rad">Converts degrees into radians: d - degrees, m - minutes (default = 0), s -
seconds (default = 0)
</string>
<string name="c_fun_description_dms">Converts degrees from DMS notation to decimal notation: d - degrees, m -
minutes (default = 0), s - seconds (default = 0)
</string>
<string name="c_fun_description_deg">Converts radians into degrees</string>
<string name="c_fun_category_trig">Тригонометричні</string>
<string name="c_fun_category_hyper_trig">Гіперболічні</string>
<string name="c_fun_category_comparison">Порівняння</string>
<string name="c_fun_category_common">Загальні</string>
<string name="c_fun_category_my">Власні</string>
</resources>