2013-06-17 10:35:54 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<!--
|
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
|
2013-06-17 10:35:54 -04:00
|
|
|
-->
|
|
|
|
|
|
|
|
<resources>
|
2013-06-18 16:52:49 -04:00
|
|
|
<string name="cpp_wizard_layout_optimized">Optimized</string>
|
|
|
|
<string name="cpp_wizard_layout_big_buttons">Big buttons</string>
|
2013-06-17 10:35:54 -04:00
|
|
|
<string name="cpp_wizard_mode_simple">Simple</string>
|
2013-06-26 04:22:07 -04:00
|
|
|
<string name="cpp_wizard_mode_simple_description">In simple mode only basic functionality will be available from the
|
|
|
|
main screen.
|
|
|
|
Result is rounded up to 5 digits.
|
|
|
|
</string>
|
2013-06-17 10:35:54 -04:00
|
|
|
<string name="cpp_wizard_mode_engineer">Engineer</string>
|
2013-06-26 04:22:07 -04:00
|
|
|
<string name="cpp_wizard_mode_engineer_description">In engineer mode special functions will be used on the main
|
|
|
|
screen.
|
|
|
|
Result is is not rounded and is presented in engineer notation.
|
|
|
|
</string>
|
2013-06-24 07:50:27 -04:00
|
|
|
<string name="cpp_restart_wizard">Start wizard</string>
|
2013-06-24 09:38:53 -04:00
|
|
|
|
2013-06-24 16:46:37 -04:00
|
|
|
<string name="cpp_wizard_dragbutton_action_end">Excellent! Tap button one more time to try again</string>
|
|
|
|
<string name="cpp_wizard_dragbutton_action_center">Tap button once to use 9</string>
|
|
|
|
<string name="cpp_wizard_dragbutton_action_up">Drag from the center of the button up to use %</string>
|
|
|
|
<string name="cpp_wizard_dragbutton_action_left">Drag from the center of the button to the left to use sin</string>
|
|
|
|
<string name="cpp_wizard_dragbutton_action_down">Drag from the center of the button down to use ^2</string>
|
|
|
|
<string name="cpp_wizard_welcome_title">Welcome</string>
|
|
|
|
<string name="cpp_wizard_layout_title">Choose layout</string>
|
|
|
|
<string name="cpp_wizard_mode_title">Choose mode</string>
|
|
|
|
<string name="cpp_wizard_onscreen_calculator_title">Calculator in separate window</string>
|
|
|
|
<string name="cpp_wizard_dragbutton_title">Drag button basics</string>
|
2013-06-24 09:38:53 -04:00
|
|
|
|
2013-06-17 10:35:54 -04:00
|
|
|
</resources>
|