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

@@ -201,9 +201,7 @@
<string name="c_first_start_text_title">Приветствие</string>
<string name="c_first_start_text">Спасибо за выбор Калькулятора++!\n\nКалькулятор++ - это мощный инструмент для
проведения ежедневных расчётов.\n\nДля избавление от рекламы и поддержки проекта вы можете воспользоваться
специальной опцией доступной из настроек приложения.\n\nПеред началом работы рекомендуется прочитать FAQ и
подсказки для использования всех возможностей программы (нажмите Меню, затем Помощь)
проведения ежедневных расчётов.
</string>
<string name="c_calc_show_release_notes_title">Показывать примечания к выпуску</string>

View File

@@ -181,7 +181,7 @@
<string name="c_copy_value">複製值</string>
<string name="c_first_start_text">感謝您選擇 Calculator++!\n\nCalculator++
是一個強大的計算工具.\n\n您可以從設定選單內的一個特殊選項移除廣告並支持此專案.\n\n強烈建議您在使用本程式之前先閱讀常見問題以及提示 (按下選單鍵, 然後選擇「說明」)
是一個強大的計算工具.
</string>
<string name="c_first_start_text_title">歡迎</string>

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>