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 14:13:17 -04:00
|
|
|
<resources>
|
2013-06-14 16:31:49 -04:00
|
|
|
<string name="c_auto_orientation_title">Toggle screen orientation change</string>
|
|
|
|
<string name="c_auto_orientation_summary">If turned on calculator will change screen orientation automatically
|
|
|
|
</string>
|
2012-10-26 14:13:17 -04:00
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<string name="c_show_equals_button_title">Show equals button</string>
|
|
|
|
<string name="c_show_equals_button_summary">If turned on equals button is shown</string>
|
2012-10-26 14:13:17 -04:00
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<string name="c_hide_numeral_base_digits_title">Hide numeral base digits</string>
|
|
|
|
<string name="c_hide_numeral_base_digits_summary">If turned on numeral base digits of other numeral bases will be
|
|
|
|
hidden
|
|
|
|
</string>
|
2012-10-26 14:13:17 -04:00
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<string name="prefs_history_show_intermediate_calculations_title">Show intermediate calculations in history</string>
|
|
|
|
<string name="prefs_history_show_intermediate_calculations_summary">If turned on all calculations will be shown on
|
|
|
|
history screen
|
|
|
|
</string>
|
2012-10-26 14:13:17 -04:00
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<string name="p_calculations_calculate_on_fly_title">Result is calculated while typing expression</string>
|
|
|
|
<string name="p_calculations_calculate_on_fly_summary">If turned on calculations are done automatically while typing
|
|
|
|
expression
|
|
|
|
</string>
|
2013-06-25 09:24:49 -04:00
|
|
|
|
|
|
|
<string name="prefs_prevent_screen_from_fading_title">Prevent screen from fading</string>
|
2013-06-26 04:22:07 -04:00
|
|
|
<string name="prefs_prevent_screen_from_fading_summary">If turned on screen will not fade while using the app
|
|
|
|
</string>
|
2012-04-21 04:33:51 -04:00
|
|
|
</resources>
|