|
|
|
@@ -4,16 +4,9 @@
|
|
|
|
|
<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>
|
|
|
|
|
<string name="c_prefs_calculations_category">Calculation settings</string>
|
|
|
|
|
<string name="c_prefs_appearance_category">Appearance settings</string>
|
|
|
|
|
<string name="c_prefs_other_category">Other settings</string>
|
|
|
|
|
<string name="c_clear">C</string>
|
|
|
|
|
<string name="c_vars">vars</string>
|
|
|
|
|
<string name="c_plot">Plot graph</string>
|
|
|
|
|
<string name="c_calc_round_result_title">Round result</string>
|
|
|
|
|
<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="cpp_precision">Precision</string>
|
|
|
|
|
<string name="c_save">Save</string>
|
|
|
|
|
<string name="removal_confirmation">Removal confirmation</string>
|
|
|
|
@@ -29,29 +22,21 @@
|
|
|
|
|
<string name="c_name_is_not_valid">Name of the constant is not valid: name must start with letter, can contain letters, digits and underscore.</string>
|
|
|
|
|
<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="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="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="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="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="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>
|
|
|
|
|
<string name="c_use">Use</string>
|
|
|
|
|
<string name="c_copy_expression">Copy expression</string>
|
|
|
|
@@ -62,14 +47,10 @@
|
|
|
|
|
<string name="cpp_history_tab_recent">Recent</string>
|
|
|
|
|
<string name="c_first_start_text">Thank you for choosing Calculator++!\n\nCalculator++ is a powerful tool for making everyday calculations.</string>
|
|
|
|
|
<string name="c_calc_show_release_notes_title">Show release notes</string>
|
|
|
|
|
<string name="c_calc_show_release_notes_summary">Defines if release notes popup window should appear after update to the new version</string>
|
|
|
|
|
<string name="c_calc_use_back_button_as_prev_summary">Defines the behaviour of the Back button</string>
|
|
|
|
|
<string name="c_calc_use_back_button_as_prev_title">Use Back button for previous history</string>
|
|
|
|
|
<string name="c_error">Error</string>
|
|
|
|
|
<string name="c_calc_ad_free_title">Support the project</string>
|
|
|
|
|
<string name="c_calc_ad_free_summary">And remove the advertisement</string>
|
|
|
|
|
<string name="c_angle_units_changed_to">Angle units have been changed to \'%s\'!</string>
|
|
|
|
|
<string name="c_numeral_base_changed_to">Numeral base has been changed to \'%s\'!</string>
|
|
|
|
|
<string name="c_conversion_tool">Conversion tool</string>
|
|
|
|
|
<string name="c_convert">Convert to…</string>
|
|
|
|
|
<string name="convert_to_hex">Convert to hex</string>
|
|
|
|
@@ -78,33 +59,18 @@
|
|
|
|
|
<string name="other">Other</string>
|
|
|
|
|
<string name="derivatives">Derivatives/Integrals</string>
|
|
|
|
|
<string name="c_function_name">Name</string>
|
|
|
|
|
<string name="cpp_fn_parameter">Parameter</string>
|
|
|
|
|
<string name="function_create_function">Create function</string>
|
|
|
|
|
<string name="function_edit_function">Edit function</string>
|
|
|
|
|
<string name="function_name_is_not_valid">Name of function is not valid: name must start with a letter, can contain letters, digits and underscore.</string>
|
|
|
|
|
<string name="function_already_exists">Function with the same name already exists!</string>
|
|
|
|
|
<string name="function_is_empty">Function body could not be empty!</string>
|
|
|
|
|
<string name="cpp_invalid_name">Name contains an illegal character</string>
|
|
|
|
|
<string name="cpp_fn_duplicate_parameter">There is already a parameter with the same name</string>
|
|
|
|
|
<string name="function_removal_confirmation_question">Do you really want to delete \'%s\' function?</string>
|
|
|
|
|
<string name="fix">Fix</string>
|
|
|
|
|
<string name="p_preferred_numeral_base_title">Default numeral system</string>
|
|
|
|
|
<string name="p_preferred_numeral_base_summary">Defines the default numeral system</string>
|
|
|
|
|
<string name="preferred_numeral_base_message">Default numeral system \'%1$s\' differs from current \'%2$s\'. Forgot to change back?</string>
|
|
|
|
|
<string name="p_preferred_angle_units_title">Default angle units</string>
|
|
|
|
|
<string name="p_preferred_angle_units_summary">Defines the default angle units</string>
|
|
|
|
|
<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="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>
|
|
|
|
|
<string name="cpp_plotter">Function plotter</string>
|
|
|
|
|
<string name="cpp_plot_function_line_color">Line color</string>
|
|
|
|
|
<string name="cpp_plot_function_line_width">Line width</string>
|
|
|
|
|
<string name="cpp_plot_button_text">+plot</string>
|
|
|
|
|
<string name="cpp_plot_empty_function_error">Unable to plot empty function!</string>
|
|
|
|
|
<string name="cpp_plot_too_many_variables">Unable to plot: too many variables!</string>
|
|
|
|
|
<string name="cpp_plot_range">Graph range</string>
|
|
|
|
|