translations
This commit is contained in:
parent
16385653d9
commit
33acdd68e6
@ -39,4 +39,8 @@
|
|||||||
<string name="cpp_wizard_mode_title">Выберите режим</string>
|
<string name="cpp_wizard_mode_title">Выберите режим</string>
|
||||||
<string name="cpp_wizard_onscreen_calculator_title">Калькулятор в отдельном окне</string>
|
<string name="cpp_wizard_onscreen_calculator_title">Калькулятор в отдельном окне</string>
|
||||||
<string name="cpp_wizard_dragbutton_title">Основы использования кнопок</string>
|
<string name="cpp_wizard_dragbutton_title">Основы использования кнопок</string>
|
||||||
|
<string name="cpp_wizard_onscreen_description">Калькулятор в отдельном окне позволяет вам произодить вычисления не закрывая при этом другие приложения</string>
|
||||||
|
<string name="cpp_wizard_onscreen_checkbox">Включить калькулятор в отдельном окне (вторая иконка появится в списке приложений)</string>
|
||||||
|
<string name="cpp_wizard_dragbutton_description">Специально разработанные кнопки позволяют быстро и просто использовать дополнительные возможности калькулятора
|
||||||
|
</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -59,5 +59,14 @@
|
|||||||
<string name="cpp_wizard_final_donate">Donating money</string>
|
<string name="cpp_wizard_final_donate">Donating money</string>
|
||||||
<string name="cpp_wizard_final_translate">Translating</string>
|
<string name="cpp_wizard_final_translate">Translating</string>
|
||||||
<string name="cpp_wizard_final_contribute">Contributing source code</string>
|
<string name="cpp_wizard_final_contribute">Contributing source code</string>
|
||||||
|
<string name="cpp_wizard_onscreen_description">Calculator in separate window allows you to do calculations while
|
||||||
|
using other apps on your device
|
||||||
|
</string>
|
||||||
|
<string name="cpp_wizard_onscreen_checkbox">Enable calculator in separate window (second icon will appear in the
|
||||||
|
apps list)
|
||||||
|
</string>
|
||||||
|
<string name="cpp_wizard_dragbutton_description">Drag button is an exclusive feature of Calculator++ which provides
|
||||||
|
fast access to the secondary functions
|
||||||
|
</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
@ -29,7 +29,7 @@
|
|||||||
a:orientation="vertical">
|
a:orientation="vertical">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
a:text="Drag button is an exclusive feature of Calculator++ which provides fast access to the secondary functions"
|
a:text="@string/cpp_wizard_dragbutton_description"
|
||||||
a:layout_height="wrap_content"
|
a:layout_height="wrap_content"
|
||||||
a:layout_width="match_parent"/>
|
a:layout_width="match_parent"/>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
a:orientation="vertical">
|
a:orientation="vertical">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
a:text="Calculator in separate window allows you to do calculations while using other apps on your device"
|
a:text="@string/cpp_wizard_onscreen_description"
|
||||||
a:layout_height="wrap_content"
|
a:layout_height="wrap_content"
|
||||||
a:layout_width="match_parent"/>
|
a:layout_width="match_parent"/>
|
||||||
|
|
||||||
@ -36,6 +36,6 @@
|
|||||||
a:id="@+id/wizard_onscreen_app_enabled_checkbox"
|
a:id="@+id/wizard_onscreen_app_enabled_checkbox"
|
||||||
a:layout_height="wrap_content"
|
a:layout_height="wrap_content"
|
||||||
a:layout_width="match_parent"
|
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"/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user