wizard finished

This commit is contained in:
Solovyev_S
2013-07-01 13:00:02 +04:00
parent 5518a38f16
commit cba364f036
12 changed files with 186 additions and 107 deletions

View File

@@ -196,9 +196,7 @@
<string name="c_copy_value">Copy value</string>
<string name="c_first_start_text">Thank you for choosing Calculator++!\n\nCalculator++ is a powerful tool for making
everyday calculations.\n\nTo remove the ads and support the project you can use special option from application
settings.\n\nIt\'s highly recommended to read the FAQ and hints before the work to use all the features of
application (press Menu button and then Help)
everyday calculations.
</string>
<string name="c_first_start_text_title">Welcome</string>

View File

@@ -23,6 +23,10 @@
-->
<resources>
<string name="cpp_wizard_next">Next</string>
<string name="cpp_wizard_back">Back</string>
<string name="cpp_wizard_finish">Finish</string>
<string name="cpp_wizard_start">Start wizard</string>
<string name="cpp_wizard_layout_optimized">Optimized</string>
<string name="cpp_wizard_layout_big_buttons">Big buttons</string>
<string name="cpp_wizard_mode_simple">Simple</string>
@@ -47,5 +51,14 @@
<string name="cpp_wizard_mode_title">Choose mode</string>
<string name="cpp_wizard_onscreen_calculator_title">Calculator in a separate window</string>
<string name="cpp_wizard_dragbutton_title">Drag button basics</string>
<string name="cpp_wizard_final_title">Almost done!</string>
<string name="cpp_wizard_final_free_and_opensource">Calculator++ is free and open-source: all the features are free
of charge and source code can be found on github.
</string>
<string name="cpp_wizard_final_ways_to_help">There are several ways how you can help to make this app better:
</string>
<string name="cpp_wizard_final_donate">Donating money</string>
<string name="cpp_wizard_final_translate">Translating</string>
<string name="cpp_wizard_final_contribute">Contributing source code</string>
</resources>