diff --git a/calculatorpp/res/values-ru/text_strings.xml b/calculatorpp/res/values-ru/text_strings.xml index 925549dd..49abe69d 100644 --- a/calculatorpp/res/values-ru/text_strings.xml +++ b/calculatorpp/res/values-ru/text_strings.xml @@ -221,6 +221,7 @@ Настройки графика Интерполировать график + Если включено - при построении графика будет использована интерполяция Цвет вещественной части графика Устанавливает цвет вещественной части графика Цвет мнимой части графика diff --git a/calculatorpp/res/values/text_strings.xml b/calculatorpp/res/values/text_strings.xml index 4d29b66f..c165fe46 100644 --- a/calculatorpp/res/values/text_strings.xml +++ b/calculatorpp/res/values/text_strings.xml @@ -221,6 +221,7 @@ Graph preferences Interpolate function\'s graph + If checked cubic interpolation will be used in function graph drawing Color of real part of functions graph Sets color of real part functions graph Color of imaginary part of functions graph diff --git a/calculatorpp/res/xml/plot_preferences.xml b/calculatorpp/res/xml/plot_preferences.xml index f9796c35..104540c9 100644 --- a/calculatorpp/res/xml/plot_preferences.xml +++ b/calculatorpp/res/xml/plot_preferences.xml @@ -9,7 +9,7 @@ + a:summary="@string/prefs_graph_interpolate_function_summary"/>