mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-02-21 14:00:56 +01:00
Update strings.xml
This commit is contained in:
parent
47530413f5
commit
48bebdcd57
@ -1,15 +1,19 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="formula_divide_by_zero_error">Error: division by zero</string>
|
|
||||||
<string name="app_name">Simple Calculator</string>
|
<string name="app_name">Simple Calculator</string>
|
||||||
|
<string name="app_launcher_name">Calculator</string>
|
||||||
|
<string name="scientific_calculator">Scientific Calculator</string>
|
||||||
|
<!-- Calculator field -->
|
||||||
|
<string name="formula_divide_by_zero_error">Error: division by zero</string>
|
||||||
|
<!-- History -->
|
||||||
<string name="history">History</string>
|
<string name="history">History</string>
|
||||||
<string name="history_empty">History is empty</string>
|
<string name="history_empty">History is empty</string>
|
||||||
<string name="clear_history">Clear</string>
|
<string name="clear_history">Clear</string>
|
||||||
<string name="history_cleared">History has been cleared</string>
|
<string name="history_cleared">History has been cleared</string>
|
||||||
|
<!-- Settings -->
|
||||||
<string name="vibrate_on_button_press">Vibrate on button press</string>
|
<string name="vibrate_on_button_press">Vibrate on button press</string>
|
||||||
<string name="app_launcher_name">Calculator</string>
|
|
||||||
<string name="scientific_calculator">Scientific Calculator</string>
|
|
||||||
<string name="use_comma_as_decimal_mark">Use comma as a decimal mark</string>
|
<string name="use_comma_as_decimal_mark">Use comma as a decimal mark</string>
|
||||||
|
<!-- FAQ -->
|
||||||
<string name="faq_1_title">How does the C (Clear) button work\?</string>
|
<string name="faq_1_title">How does the C (Clear) button work\?</string>
|
||||||
<string name="faq_1_text">Tapping on it will remove one character at a time. Long pressing it will reset all fields at once.</string>
|
<string name="faq_1_text">Tapping on it will remove one character at a time. Long pressing it will reset all fields at once.</string>
|
||||||
</resources>
|
</resources>
|
Loading…
x
Reference in New Issue
Block a user