Settings refactor + Feedback reporter + Translations
This commit is contained in:
@@ -21,59 +21,59 @@
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<string-array name="p_simple_theme_names">
|
||||
<item>@string/p_use_app_theme</item>
|
||||
<string-array name="cpp_simple_theme_names">
|
||||
<item>@string/cpp_theme_app</item>
|
||||
<item>@string/cpp_theme_dark</item>
|
||||
<item>@string/cpp_theme_light</item>
|
||||
<item>@string/p_metro_blue_theme</item>
|
||||
<item>@string/cpp_theme_metro_blue</item>
|
||||
</string-array>
|
||||
<string-array name="p_simple_theme_values" translatable="false">
|
||||
<string-array name="cpp_simple_themes" translatable="false">
|
||||
<item>default_theme</item>
|
||||
<item>material_theme</item>
|
||||
<item>material_light_theme</item>
|
||||
<item>metro_blue_theme</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="p_grouping_separator_names">
|
||||
<item>@string/p_grouping_separator_no</item>
|
||||
<item>@string/p_grouping_separator_apostrophe</item>
|
||||
<item>@string/p_grouping_separator_space</item>
|
||||
<string-array name="cpp_thousands_separator_names">
|
||||
<item>@string/cpp_thousands_separator_no</item>
|
||||
<item>@string/cpp_thousands_separator_apostrophe</item>
|
||||
<item>@string/cpp_thousands_separator_space</item>
|
||||
</string-array>
|
||||
<string-array name="p_grouping_separator_values" translatable="false">
|
||||
<string-array name="cpp_thousands_separators" translatable="false">
|
||||
<item>""</item>
|
||||
<item>\'</item>
|
||||
<item>" "</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="p_layout_names">
|
||||
<item>@string/cpp_wizard_mode_engineer</item>
|
||||
<item>@string/cpp_wizard_mode_simple</item>
|
||||
<string-array name="cpp_layout_names">
|
||||
<item>@string/cpp_mode_engineer</item>
|
||||
<item>@string/cpp_mode_simple</item>
|
||||
</string-array>
|
||||
<string-array name="p_layout_values" translatable="false">
|
||||
<string-array name="cpp_layouts" translatable="false">
|
||||
<item>engineer</item>
|
||||
<item>simple</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="p_angle_units_names">
|
||||
<item>@string/p_deg</item>
|
||||
<item>@string/p_rad</item>
|
||||
<item>@string/p_grad</item>
|
||||
<item>@string/p_turns</item>
|
||||
<string-array name="cpp_angle_unit_names">
|
||||
<item>@string/cpp_deg</item>
|
||||
<item>@string/cpp_rad</item>
|
||||
<item>@string/cpp_grad</item>
|
||||
<item>@string/cpp_turns</item>
|
||||
</string-array>
|
||||
<string-array name="p_angle_units" translatable="false">
|
||||
<string-array name="cpp_angle_units" translatable="false">
|
||||
<item>deg</item>
|
||||
<item>rad</item>
|
||||
<item>grad</item>
|
||||
<item>turns</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="p_numeral_bases_names">
|
||||
<item>@string/p_dec</item>
|
||||
<item>@string/p_hex</item>
|
||||
<item>@string/p_oct</item>
|
||||
<item>@string/p_bin</item>
|
||||
<string-array name="cpp_numeral_base_names">
|
||||
<item>@string/cpp_dec</item>
|
||||
<item>@string/cpp_hex</item>
|
||||
<item>@string/cpp_oct</item>
|
||||
<item>@string/cpp_bin</item>
|
||||
</string-array>
|
||||
<string-array name="p_numeral_bases" translatable="false">
|
||||
<string-array name="cpp_numeral_bases" translatable="false">
|
||||
<item>dec</item>
|
||||
<item>hex</item>
|
||||
<item>oct</item>
|
||||
@@ -81,7 +81,7 @@
|
||||
</string-array>
|
||||
|
||||
<string-array name="cpp_modes">
|
||||
<item>@string/cpp_wizard_mode_simple</item>
|
||||
<item>@string/cpp_wizard_mode_engineer</item>
|
||||
<item>@string/cpp_mode_simple</item>
|
||||
<item>@string/cpp_mode_engineer</item>
|
||||
</string-array>
|
||||
</resources>
|
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="UnusedResources">
|
||||
<resources>
|
||||
<string name="cpp_prefs_vibrate_on_keypress">Vibrate on touch</string>
|
||||
<string name="cpp_prefs_auto_rotate_screen">Auto-rotate screen</string>
|
||||
<string name="cpp_language">Language</string>
|
||||
@@ -15,6 +15,8 @@
|
||||
<string name="cpp_switch">Switch</string>
|
||||
<string name="cpp_add">Add</string>
|
||||
<string name="cpp_mode">Mode</string>
|
||||
<string name="cpp_enable">Enable</string>
|
||||
<string name="cpp_other">Other</string>
|
||||
<string name="cpp_edit">Edit</string>
|
||||
<string name="cpp_delete">Delete</string>
|
||||
<string name="cpp_done">Done</string>
|
||||
|
8
app/src/main/res/values/text_imported_other1.xml
Normal file
8
app/src/main/res/values/text_imported_other1.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="cpp_introduction">Introduction</string>
|
||||
<string name="cpp_prefs_basic">Basic</string>
|
||||
<string name="cpp_prefs_advanced">Advanced</string>
|
||||
<string name="cpp_report_problem">Report a problem</string>
|
||||
<string name="cpp_help">Help</string>
|
||||
</resources>
|
10
app/src/main/res/values/text_microsoft.xml
Normal file
10
app/src/main/res/values/text_microsoft.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="cpp_appearance" comment="Visual Studio-2013">Appearance</string>
|
||||
<string name="cpp_number_format" comment="Excel-2016">Number format</string>
|
||||
<string name="cpp_system_language" comment="Windows-8">System language</string>
|
||||
<string name="cpp_format" comment="Visual Studio-2013">Format</string>
|
||||
<string name="cpp_angles" comment="Visio-2016">Angles</string>
|
||||
<string name="cpp_thousands_separator" comment="Dynamics AX">Thousands separator</string>
|
||||
<string name="cpp_examples" comment=".NET Framework-4.5">Examples</string>
|
||||
</resources>
|
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--Generated by crowdin.com--><!--Generated by crowdin.net-->
|
||||
<resources>
|
||||
<string name="c_app_name">Calculator++</string>
|
||||
<string name="cpp_app_name">Calculator++</string>
|
||||
<string name="c_app_name_on_screen">Calculator++ (Window mode)</string>
|
||||
<string name="c_result_copied">Result has been copied to the clipboard!</string>
|
||||
<string name="c_vars_and_constants">Variables And Constants</string>
|
||||
@@ -14,7 +14,7 @@
|
||||
<string name="c_calc_round_result_summary">Toggles rounding of the result</string>
|
||||
<string name="c_calc_science_notation_title">Always scientific notation</string>
|
||||
<string name="c_calc_science_notation_summary">If turned on forces to use only scientific notation of output (12.34E-12)</string>
|
||||
<string name="p_calc_result_precision_title">Precision of result</string>
|
||||
<string name="cpp_precision">Precision</string>
|
||||
<string name="c_save">Save</string>
|
||||
<string name="removal_confirmation">Removal confirmation</string>
|
||||
<string name="c_var_removal_confirmation_question">Do you really want to delete \'%s\' variable?</string>
|
||||
@@ -30,26 +30,26 @@
|
||||
<string name="c_history">History</string>
|
||||
<string name="c_char_is_not_accepted">Character \'%s\' is not accepted in variable name!</string>
|
||||
<string name="c_calc_angle_units">Current angle units</string>
|
||||
<string name="p_deg">Degrees</string>
|
||||
<string name="p_rad">Radians</string>
|
||||
<string name="p_grad">Gradians</string>
|
||||
<string name="p_turns">Turns</string>
|
||||
<string name="cpp_deg">Degrees</string>
|
||||
<string name="cpp_rad">Radians</string>
|
||||
<string name="cpp_grad">Gradians</string>
|
||||
<string name="cpp_turns">Turns</string>
|
||||
<string name="c_angle_units_summary">Defines the units for angles to be used in calculations</string>
|
||||
<string name="c_calc_numeral_bases">Current numeral system</string>
|
||||
<string name="c_numeral_bases_summary">Defines the numeral system to be used in calculations</string>
|
||||
<string name="p_dec">Decimal</string>
|
||||
<string name="p_hex">Hexadecimal</string>
|
||||
<string name="p_oct">Octal</string>
|
||||
<string name="p_bin">Binary</string>
|
||||
<string name="cpp_dec">Decimal</string>
|
||||
<string name="cpp_hex">Hexadecimal</string>
|
||||
<string name="cpp_oct">Octal</string>
|
||||
<string name="cpp_bin">Binary</string>
|
||||
<string name="c_calc_theme">Theme</string>
|
||||
<string name="p_metro_blue_theme">Metro Blue</string>
|
||||
<string name="cpp_theme_metro_blue">Metro Blue</string>
|
||||
<string name="p_metro_green_theme">Metro Green</string>
|
||||
<string name="p_metro_purple_theme">Metro Purple</string>
|
||||
<string name="p_use_app_theme">App theme</string>
|
||||
<string name="cpp_theme_app">App theme</string>
|
||||
<string name="c_calc_result_precision_summary">Precision of the result value (all calculations are done with maximum precision regardless of the value of this option)</string>
|
||||
<string name="p_grouping_separator_no">No grouping separator</string>
|
||||
<string name="p_grouping_separator_apostrophe">Apostrophe (\')</string>
|
||||
<string name="p_grouping_separator_space">Space ( )</string>
|
||||
<string name="cpp_thousands_separator_no">No grouping separator</string>
|
||||
<string name="cpp_thousands_separator_apostrophe">Apostrophe (\')</string>
|
||||
<string name="cpp_thousands_separator_space">Space ( )</string>
|
||||
<string name="c_calc_grouping_separator">Grouping separator</string>
|
||||
<string name="c_calc_grouping_separator_summary">Sets grouping separator</string>
|
||||
<string name="not_valid_result">Current result is not valid!</string>
|
||||
@@ -96,8 +96,8 @@
|
||||
<string name="preferred_angle_units_message">Default angle units \'%1$s\' differs from current \'%2$s\'. Forgot to change back?</string>
|
||||
<string name="close">Close</string>
|
||||
<string name="open_onscreen_calculator">Click to open calculator in window mode</string>
|
||||
<string name="prefs_onscreen_title">Calculator (in separate window) settings</string>
|
||||
<string name="prefs_widget_title">Widget settings</string>
|
||||
<string name="cpp_floating_calculator">Floating calculator</string>
|
||||
<string name="cpp_widget">Widget</string>
|
||||
<string name="prefs_onscreen_show_app_icon_title">Show separate icon (require reboot)</string>
|
||||
<string name="prefs_onscreen_show_app_icon_summary">If turned on second icon will be shown in applications\' list</string>
|
||||
<string name="cpp_this_change_may_require_reboot">This change may require reboot</string>
|
||||
@@ -120,8 +120,6 @@
|
||||
<string name="cpp_clear_history">Clear</string>
|
||||
<string name="cpp_new_in_version">New in %1$s version</string>
|
||||
<string name="cpp_release_notes_choose_theme">Do you want to try new Material themes? Choose them from the list:</string>
|
||||
<string name="cpp_system_language">System language</string>
|
||||
<string name="cpp_angles">Angles</string>
|
||||
<string name="cpp_radix">Radix</string>
|
||||
<string name="cpp_numeral_system">Numeral system</string>
|
||||
<string name="cpp_number_format_dec">Decimal</string>
|
||||
|
@@ -4,12 +4,12 @@
|
||||
<string name="cpp_wizard_back">Back</string>
|
||||
<string name="cpp_wizard_start">Start wizard</string>
|
||||
<string name="cpp_wizard_finish">Done</string>
|
||||
<string name="cpp_wizard_mode_simple">Simple</string>
|
||||
<string name="cpp_mode_simple">Simple</string>
|
||||
<string name="cpp_wizard_mode_simple_description">In simple mode only basic functionality will be available from the
|
||||
main screen.
|
||||
Result is rounded up to 5 digits, degrees are used as the default angle units.
|
||||
</string>
|
||||
<string name="cpp_wizard_mode_engineer">Engineer</string>
|
||||
<string name="cpp_mode_engineer">Engineer</string>
|
||||
<string name="cpp_wizard_mode_engineer_description">In engineer mode special functions will be used on the main
|
||||
screen.
|
||||
Result is not rounded and is presented in engineer notation, radians are used as the default angle units.
|
||||
|
Reference in New Issue
Block a user