translations + preferences
This commit is contained in:
parent
9b6997e91b
commit
c9bd16fa4c
@ -221,6 +221,7 @@
|
|||||||
<string name="prefs_graph_scren_title">Настройки графика</string>
|
<string name="prefs_graph_scren_title">Настройки графика</string>
|
||||||
|
|
||||||
<string name="prefs_graph_interpolate_function">Интерполировать график</string>
|
<string name="prefs_graph_interpolate_function">Интерполировать график</string>
|
||||||
|
<string name="prefs_graph_interpolate_function_summary">Если включено - при построении графика будет использована интерполяция</string>
|
||||||
<string name="prefs_graph_real_color_title">Цвет вещественной части графика</string>
|
<string name="prefs_graph_real_color_title">Цвет вещественной части графика</string>
|
||||||
<string name="prefs_graph_real_color_summary">Устанавливает цвет вещественной части графика</string>
|
<string name="prefs_graph_real_color_summary">Устанавливает цвет вещественной части графика</string>
|
||||||
<string name="prefs_graph_imag_color_title">Цвет мнимой части графика</string>
|
<string name="prefs_graph_imag_color_title">Цвет мнимой части графика</string>
|
||||||
|
@ -221,6 +221,7 @@
|
|||||||
<string name="prefs_graph_scren_title">Graph preferences</string>
|
<string name="prefs_graph_scren_title">Graph preferences</string>
|
||||||
|
|
||||||
<string name="prefs_graph_interpolate_function">Interpolate function\'s graph</string>
|
<string name="prefs_graph_interpolate_function">Interpolate function\'s graph</string>
|
||||||
|
<string name="prefs_graph_interpolate_function_summary">If checked cubic interpolation will be used in function graph drawing</string>
|
||||||
<string name="prefs_graph_real_color_title">Color of real part of functions graph</string>
|
<string name="prefs_graph_real_color_title">Color of real part of functions graph</string>
|
||||||
<string name="prefs_graph_real_color_summary">Sets color of real part functions graph</string>
|
<string name="prefs_graph_real_color_summary">Sets color of real part functions graph</string>
|
||||||
<string name="prefs_graph_imag_color_title">Color of imaginary part of functions graph</string>
|
<string name="prefs_graph_imag_color_title">Color of imaginary part of functions graph</string>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<android.preference.CheckBoxPreference
|
<android.preference.CheckBoxPreference
|
||||||
a:key="graph_interpolate"
|
a:key="graph_interpolate"
|
||||||
a:title="@string/prefs_graph_interpolate_function"
|
a:title="@string/prefs_graph_interpolate_function"
|
||||||
a:summary="If checked cubic interpolation will be used in function graph drawing"/>
|
a:summary="@string/prefs_graph_interpolate_function_summary"/>
|
||||||
|
|
||||||
<ListPreference a:key="graph_line_color_real"
|
<ListPreference a:key="graph_line_color_real"
|
||||||
a:title="@string/prefs_graph_real_color_title"
|
a:title="@string/prefs_graph_real_color_title"
|
||||||
|
Loading…
Reference in New Issue
Block a user