android-calculatorpp/android-app-core/res/values-ru/text_preferences.xml

42 lines
2.6 KiB
XML
Raw Normal View History

2013-06-26 04:22:07 -04:00
<!--
~ Copyright 2013 serso aka se.solovyev
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
~
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Contact details
~
~ Email: se.solovyev@gmail.com
~ Site: http://se.solovyev.org
-->
2012-10-26 15:29:05 -04:00
<resources>
2013-07-01 15:37:35 -04:00
<string name="c_auto_orientation_title">Автоповорот экрана</string>
<string name="c_auto_orientation_summary">Если включено, приложение будет поворачивать экран вместе с устройством</string>
<string name="c_show_equals_button_title">Показывать клавишу равно</string>
<string name="c_show_equals_button_summary">Если включено, то клавиша равно будет показана</string>
<string name="c_hide_numeral_base_digits_title">Не показывать цифры из других систем счисления</string>
<string name="c_hide_numeral_base_digits_summary">Если включено, то цифры из других систем счисления не будут показаны
2013-06-14 16:31:49 -04:00
</string>
2013-07-01 15:37:35 -04:00
<string name="prefs_history_show_intermediate_calculations_title">Показывать промежуточные вычисления на экране истории
2013-06-14 16:31:49 -04:00
</string>
2013-07-01 15:37:35 -04:00
<string name="prefs_history_show_intermediate_calculations_summary">Если включено, то все вычисления будут показаны
2013-06-14 16:31:49 -04:00
на экране истории
</string>
2013-07-01 15:37:35 -04:00
<string name="p_calculations_calculate_on_fly_title">Результат вычисляется по мере ввода выражения</string>
<string name="p_calculations_calculate_on_fly_summary">Если включено, то результат вычисляется по мере ввода
выражения</string>
<string name="prefs_prevent_screen_from_fading_title">Не выключать экран</string>
<string name="prefs_prevent_screen_from_fading_summary">Если включено, то экран в приложении не будет гаснуть</string>
</resources>