android-calculatorpp/calculatorpp/res/values/text_preferences.xml

10 lines
623 B
XML
Raw Normal View History

2012-04-21 04:33:51 -04:00
<resources>
<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>
<string name="c_show_equals_button_title">Show equals button</string>
2012-04-21 07:06:27 -04:00
<string name="c_show_equals_button_summary">If turned on equals button is shown</string>
2012-04-23 03:31:23 -04:00
2012-04-24 15:33:47 -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-04-21 04:33:51 -04:00
</resources>