diff --git a/android-app-core/res/values-ru/text_wizard.xml b/android-app-core/res/values-ru/text_wizard.xml index 94d1ca06..89a08898 100644 --- a/android-app-core/res/values-ru/text_wizard.xml +++ b/android-app-core/res/values-ru/text_wizard.xml @@ -39,4 +39,8 @@ Выберите режим Калькулятор в отдельном окне Основы использования кнопок + Калькулятор в отдельном окне позволяет вам произодить вычисления не закрывая при этом другие приложения + Включить калькулятор в отдельном окне (вторая иконка появится в списке приложений) + Специально разработанные кнопки позволяют быстро и просто использовать дополнительные возможности калькулятора + diff --git a/android-app-core/res/values/text_wizard.xml b/android-app-core/res/values/text_wizard.xml index 0c43c604..819a2582 100644 --- a/android-app-core/res/values/text_wizard.xml +++ b/android-app-core/res/values/text_wizard.xml @@ -59,5 +59,14 @@ Donating money Translating Contributing source code + Calculator in separate window allows you to do calculations while + using other apps on your device + + Enable calculator in separate window (second icon will appear in the + apps list) + + Drag button is an exclusive feature of Calculator++ which provides + fast access to the secondary functions + \ No newline at end of file diff --git a/android-app/res/layout/cpp_wizard_step_drag_button.xml b/android-app/res/layout/cpp_wizard_step_drag_button.xml index aef74a78..54daa6db 100644 --- a/android-app/res/layout/cpp_wizard_step_drag_button.xml +++ b/android-app/res/layout/cpp_wizard_step_drag_button.xml @@ -29,7 +29,7 @@ a:orientation="vertical"> diff --git a/android-app/res/layout/cpp_wizard_step_onscreen.xml b/android-app/res/layout/cpp_wizard_step_onscreen.xml index cb7ee2d1..a1a7f108 100644 --- a/android-app/res/layout/cpp_wizard_step_onscreen.xml +++ b/android-app/res/layout/cpp_wizard_step_onscreen.xml @@ -28,7 +28,7 @@ a:orientation="vertical"> @@ -36,6 +36,6 @@ a:id="@+id/wizard_onscreen_app_enabled_checkbox" a:layout_height="wrap_content" a:layout_width="match_parent" - a:text="Enable calculator in separate window (second icon will appear in the apps list)"/> + a:text="@string/cpp_wizard_onscreen_checkbox"/>