English translations changes

This commit is contained in:
serso 2015-02-18 22:04:59 +01:00
parent 841b3a2d5e
commit c0707cfabc

View File

@ -2,328 +2,232 @@
<!--Generated by crowdin.com--> <!--Generated by crowdin.com-->
<!--Generated by crowdin.net--> <!--Generated by crowdin.net-->
<resources> <resources>
<string name="c_app_name">Calculator++</string> <string name="c_app_name">Calculator++</string>
<string name="c_app_name_on_screen">Calculator++ (Window mode)</string> <string name="c_app_name_on_screen">Calculator++ (Window mode)</string>
<string name="c_app_icon_name">Calc++</string> <string name="c_app_settings">Settings</string>
<string name="c_app_settings">Settings</string> <string name="c_result_copied">Result has been copied to the clipboard!</string>
<string name="c_syntax_error">Error</string> <string name="c_settings">Settings</string>
<string name="c_result_copied">Result has been copied to the clipboard!</string> <string name="c_help">Help</string>
<string name="c_settings">Settings</string> <string name="c_vars_and_constants">Variables And Constants</string>
<string name="c_help">Help</string> <string name="c_prefs_calculations_category">Calculation settings</string>
<string name="c_vars_and_constants">Variables And Constants</string> <string name="c_prefs_appearance_category">Appearance settings</string>
<string name="c_prefs_main_category">Main settings</string> <string name="c_prefs_other_category">Other settings</string>
<string name="c_prefs_calculations_category">Calculation settings</string> <string name="c_undo">undo</string>
<string name="c_prefs_appearance_category">Appearance settings</string> <string name="c_redo">redo</string>
<string name="c_prefs_other_category">Other settings</string> <string name="c_clear">C</string>
<string name="c_prefs_drag_button_category">Drag buttons settings</string> <string name="c_vars">vars</string>
<string name="c_down">Down</string> <string name="c_copy">Copy</string>
<string name="c_up">Up</string> <string name="c_plot">Plot graph</string>
<string name="c_restart">Restart</string> <string name="c_graph">Graph</string>
<string name="c_undo">undo</string> <string name="c_calc_color_display_title">Highlight expressions</string>
<string name="c_redo">redo</string> <string name="c_calc_round_result_title">Round result</string>
<string name="c_clear">C</string> <string name="c_calc_round_result_summary">Toggles rounding of the result</string>
<string name="c_paste">paste</string> <string name="c_calc_science_notation_title">Always scientific notation</string>
<string name="c_vars">vars</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="c_copy">Copy</string> <string name="p_calc_result_precision_title">Precision of result</string>
<string name="c_plot">Plot graph</string> <string name="p_calc_max_calculation_time_title">Maximum calculation time</string>
<string name="c_graph">Graph</string> <string name="p_calc_max_calculation_time_summary">If calculations exceed specified limit - calculator halts with error</string>
<string name="c_calc_color_display_title">Highlight expressions</string> <string name="c_exit">Exit</string>
<string name="c_calc_round_result_title">Round result</string> <string name="c_cancel">Cancel</string>
<string name="c_calc_round_result_summary">Toggles rounding of the result</string> <string name="c_save">Save</string>
<string name="c_calc_science_notation_title">Always scientific notation</string> <string name="c_remove">Remove</string>
<string name="c_calc_science_notation_summary">If turned on forces to use only scientific notation of output <string name="c_yes">Yes</string>
(12.34E-12) <string name="c_no">No</string>
</string> <string name="removal_confirmation">Removal confirmation</string>
<string name="p_calc_result_precision_title">Precision of result</string> <string name="c_var_removal_confirmation_question">Do you really want to delete \'%s\' variable?</string>
<string name="p_calc_max_calculation_time_title">Maximum calculation time</string> <string name="c_var_name">Name</string>
<string name="p_calc_max_calculation_time_summary">If calculations exceed specified limit - calculator halts with <string name="c_var_value">Value</string>
error <string name="c_var_description">Description</string>
</string> <string name="c_var_create_var">Create variable</string>
<string name="c_exit">Exit</string> <string name="c_var_edit_var">Edit variable</string>
<string name="c_add">Add</string> <string name="c_value_is_not_a_number">Value must be either a number or left empty: if you have parameters - create a function instead!</string>
<string name="c_cancel">Cancel</string> <string name="c_var_name_clashes">Variable name clashes with function name!</string>
<string name="c_save">Save</string> <string name="c_var_already_exists">Variable with the same name already exists!</string>
<string name="c_remove">Remove</string> <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_yes">Yes</string> <string name="c_calc_editor_hint">Enter new expression</string>
<string name="c_no">No</string> <string name="c_history">History</string>
<string name="removal_confirmation">Removal confirmation</string> <string name="c_history_button">M</string>
<string name="c_var_removal_confirmation_question">Do you really want to delete \'%s\' variable?</string> <string name="c_char_is_not_accepted">Character \'%s\' is not accepted in variable name!</string>
<string name="c_var_name">Name</string> <string name="c_calc_angle_units">Current angle units</string>
<string name="c_var_value">Value</string> <string name="p_deg">Degrees</string>
<string name="c_var_description">Description</string> <string name="p_rad">Radians</string>
<string name="c_var_create_var">Create variable</string> <string name="p_grad">Gradians</string>
<string name="c_var_edit_var">Edit variable</string> <string name="p_turns">Turns</string>
<string name="c_value_is_not_a_number">Value must be either a number or left empty: if you have parameters - create a <string name="c_angle_units_summary">Defines the units for angles to be used in calculations</string>
function instead! <string name="c_calc_numeral_bases">Current numeral system</string>
</string> <string name="c_numeral_bases_summary">Defines the numeral system to be used in calculations</string>
<string name="c_var_name_clashes">Variable name clashes with function name!</string> <string name="p_dec">Decimal</string>
<string name="c_var_already_exists">Variable with the same name already exists!</string> <string name="p_hex">Hexadecimal</string>
<string name="c_name_is_not_valid">Name of the constant is not valid: name must start with letter, can contain letters, <string name="p_oct">Octal</string>
digits and underscore. <string name="p_bin">Binary</string>
</string> <string name="c_calc_theme">Theme</string>
<string name="c_sys_var_cannot_be_changed">System variable cannot be changed!</string> <string name="p_metro_blue_theme">Metro Blue</string>
<string name="c_calc_editor_hint">Enter new expression</string> <string name="p_metro_green_theme">Metro Green</string>
<string name="c_press_to_copy">Press to copy</string> <string name="p_metro_purple_theme">Metro Purple</string>
<string name="c_continue">Continue</string> <string name="p_material_theme">Material</string>
<string name="c_history">History</string> <string name="p_material_light_theme">Material Light</string>
<string name="c_history_button">M</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="c_history_is_empty">History is empty!</string> <string name="c_calc_color_display_summary">Toggles colouring and styling in the calculator editor</string>
<string name="c_app_history">History</string> <string name="c_calc_theme_summary">Sets the theme for calculator</string>
<string name="c_char_is_not_accepted">Character \'%s\' is not accepted in variable name!</string> <string name="c_toggle_datetime">Show/hide date</string>
<string name="c_calc_angle_units">Current angle units</string> <string name="p_grouping_separator_no">No grouping separator</string>
<string name="p_deg">Degrees</string> <string name="p_grouping_separator_apostrophe">Apostrophe (\')</string>
<string name="p_rad">Radians</string> <string name="p_grouping_separator_space">Space ( )</string>
<string name="p_grad">Gradians</string> <string name="c_calc_grouping_separator">Grouping separator</string>
<string name="p_turns">Turns</string> <string name="c_calc_grouping_separator_summary">Sets grouping separator</string>
<string name="c_angle_units_summary">Defines the units for angles to be used in calculations</string> <string name="c_calc_multiplication_sign">Multiplication sign</string>
<string name="c_calc_numeral_bases">Current numeral system</string> <string name="c_calc_multiplication_sign_summary">Sets multiplication sign</string>
<string name="c_numeral_bases_summary">Defines the numeral system to be used in calculations</string> <string name="c_calc_layout">Layout</string>
<string name="p_dec">Decimal</string> <string name="p_layout_calculator">Scientific</string>
<string name="p_hex">Hexadecimal</string> <string name="p_layout_calculator_mobile">Scientific (Big buttons)</string>
<string name="p_oct">Octal</string> <string name="p_layout_simple">Simple</string>
<string name="p_bin">Binary</string> <string name="p_layout_simple_mobile">Simple (Big buttons)</string>
<string name="c_calc_theme">Theme</string> <string name="c_calc_layout_summary">Sets layout of buttons</string>
<string name="p_default_theme">Grey</string> <string name="c_calc_haptic_feedback_title">Haptic feedback</string>
<string name="p_violet_theme">Violet</string> <string name="c_calc_haptic_feedback_summary">Toggles vibration on button click</string>
<string name="p_light_blue_theme">Light Blue</string>
<string name="p_metro_blue_theme">Metro Blue</string>
<string name="p_metro_green_theme">Metro Green</string>
<string name="p_metro_purple_theme">Metro Purple</string>
<string name="p_material_theme">Material</string>
<string name="p_material_light_theme">Material Light</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="c_calc_color_display_summary">Toggles colouring and styling in the calculator editor</string>
<string name="c_calc_theme_summary">Sets the theme for calculator</string>
<string name="c_clear_history">Clear history</string>
<string name="c_toggle_datetime">Show/hide date</string>
<string name="c_simplify_instead_of_numeric">Next constants are undefined: {0}!</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="c_calc_grouping_separator">Grouping separator</string>
<string name="c_calc_grouping_separator_summary">Sets grouping separator</string>
<string name="c_calc_multiplication_sign">Multiplication sign</string>
<string name="c_calc_multiplication_sign_summary">Sets multiplication sign</string>
<string name="c_calc_layout">Layout</string>
<string name="p_layout_cellphone">Scientific (cellphone)</string>
<string name="p_layout_calculator">Scientific</string>
<string name="p_layout_calculator_mobile">Scientific (Big buttons)</string>
<string name="p_layout_simple">Simple</string>
<string name="p_layout_simple_mobile">Simple (Big buttons)</string>
<string name="c_calc_layout_summary">Sets layout of buttons</string>
<string name="c_calc_haptic_feedback_title">Haptic feedback</string>
<string name="c_calc_haptic_feedback_summary">Toggles vibration on button click</string>
<string name="p_calc_haptic_feedback_strength_disabled">Disabled</string> <string name="p_calc_haptic_feedback_strength_disabled">Disabled</string>
<string name="p_calc_haptic_feedback_strength_short">Short</string> <string name="p_calc_haptic_feedback_strength_short">Short</string>
<string name="p_calc_haptic_feedback_strength_middle">Middle</string> <string name="p_calc_haptic_feedback_strength_middle">Middle</string>
<string name="p_calc_haptic_feedback_strength_long">Long</string> <string name="p_calc_haptic_feedback_strength_long">Long</string>
<string name="p_calc_haptic_feedback_duration_title">Haptic feedback duration</string> <string name="empty_var_error">Unable to create empty constant!</string>
<string name="p_calc_haptic_feedback_duration_summary">Duration vibration on button click</string> <string name="not_valid_result">Current result is not valid!</string>
<string name="empty_var_error">Unable to create empty constant!</string> <string name="c_plot_graph">Graph</string>
<string name="not_valid_result">Current result is not valid!</string> <string name="c_min_x_value">From</string>
<string name="c_plot_graph">Graph</string> <string name="c_max_x_value">To</string>
<string name="c_min_x_value">From</string> <string name="c_expression_copied">Expression copied to the clipboard!</string>
<string name="c_max_x_value">To</string> <string name="c_use">Use</string>
<string name="c_swipe_distance">Swipe distance for buttons</string> <string name="c_use_short">Use</string>
<string name="c_swipe_distance_summary">Sets swipe distance for buttons that supports additional swipe actions <string name="c_copy_expression">Copy expression</string>
</string> <string name="c_copy_result">Copy result</string>
<string name="c_comment">Comment</string> <string name="c_history_expression">Value</string>
<string name="c_history_item_saved">Saved</string> <string name="c_history_comment">Comment</string>
<string name="c_history_item_not_saved">Not saved</string> <string name="c_save_history">Save history</string>
<string name="c_expression_copied">Expression copied to the clipboard!</string> <string name="c_edit_history">Modify history</string>
<string name="c_history_item_status">Status:</string> <string name="c_edit">Modify</string>
<string name="c_history_item_comment">Comment:</string> <string name="c_saved_history">Saved history</string>
<string name="c_use">Use</string> <string name="c_history_already_saved">History was already saved!</string>
<string name="c_use_short">Use</string> <string name="c_history_must_be_saved">History must be saved before editing!</string>
<string name="c_copy_expression">Copy expression</string> <string name="c_history_was_removed">History has been successfully removed!</string>
<string name="c_copy_result">Copy result</string> <string name="c_history_saved">History has been successfully saved!</string>
<string name="c_history_expression">Value</string> <string name="c_copy_description">Copy description</string>
<string name="c_history_item_already_saved">Saved (see \'Saved history\' tab)</string> <string name="c_copy_value">Copy value</string>
<string name="c_history_comment">Comment</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_save_history">Save history</string> <string name="c_calc_show_release_notes_title">Show release notes</string>
<string name="c_edit_history">Modify history</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_edit">Modify</string> <string name="c_calc_use_back_button_as_prev_summary">Defines the behaviour of the Back button</string>
<string name="c_saved_history">Saved history</string> <string name="c_calc_use_back_button_as_prev_title">Use Back button for previous history</string>
<string name="c_history_already_saved">History was already saved!</string> <string name="c_clear_billing_info_summary">Purchase information will be reloaded from the server</string>
<string name="c_history_must_be_saved">History must be saved before editing!</string> <string name="c_clear_billing_info_title">Update purchase information</string>
<string name="c_history_was_removed">History has been successfully removed!</string> <string name="c_warning">Warning</string>
<string name="c_history_saved">History has been successfully saved!</string> <string name="c_error">Error</string>
<string name="c_copy_description">Copy description</string> <string name="c_billing_error">Billing is not supported: you must have Google Checkout account linked to your Google account and must be connected to the internet.</string>
<string name="c_copy_value">Copy value</string> <string name="c_calc_ad_free_title">Support the project</string>
<string name="c_first_start_text">Thank you for choosing Calculator++!\n\nCalculator++ is a powerful tool for making <string name="c_calc_ad_free_summary">And remove the advertisement</string>
everyday calculations. <string name="c_calc_already_purchased">Ad free option has been already purchased!</string>
</string> <string name="c_feedback_text">You have been using Calculator++ for some time \n
<string name="c_first_start_text_title">Welcome</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_clear_billing_info_summary">Purchase information will be reloaded from the server</string>
<string name="c_clear_billing_info_title">Update purchase information</string>
<string name="c_warning">Warning</string>
<string name="c_error">Error</string>
<string name="c_billing_error">Billing is not supported: you must have Google Checkout account linked to your Google
account and must be connected to the internet.
</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_calc_already_purchased">Ad free option has been already purchased!</string>
<string name="c_calc_purchasing">Purchasing&#8230;</string>
<string name="c_calc_clearing">Clearing&#8230;</string>
<string name="c_feedback_title">Feedback</string>
<string name="c_feedback_text">You have been using Calculator++ for some time \n
and it\'s important for us to know your opinion about application.\n\n and it\'s important for us to know your opinion about application.\n\n
Please rate Calculator++ \non<a href="https://market.android.com/details?id=org.solovyev.android.calculator"> Please rate Calculator++ \non<a href="https://market.android.com/details?id=org.solovyev.android.calculator">
Google Play</a>,\n leave a comment or \ndiscuss the application \non Google Play</a>,\n leave a comment or \ndiscuss the application \non
<a href="http://facebook.com/calculatorpp">Facebook</a> <a href="http://facebook.com/calculatorpp">Facebook</a></string>
</string> <string name="c_angle_units_changed_to">Angle units have been changed to \'%s\'!</string>
<string name="c_notespp_announce_text">Good news - I have just released a new application for Android called <string name="c_numeral_base_changed_to">Numeral base has been changed to \'%s\'!</string>
<a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes">Notes++</a>.\n <string name="c_conversion_tool">Conversion tool</string>
If you\'re interested in a fast and easy way of making notes please follow the <string name="c_convert">Convert to&#8230;</string>
<a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes">link</a> <string name="convert_to_hex">Convert to hex</string>
and try Notes++! <string name="convert_to_bin">Convert to bin</string>
</string> <string name="convert_to_dec">Convert to dec</string>
<string name="c_angle_units_changed_to">Angle units have been changed to \'%s\'!</string> <string name="editor">Editor</string>
<string name="c_numeral_base_changed_to">Numeral base has been changed to \'%s\'!</string> <string name="result">Result</string>
<string name="c_conversion_tool">Conversion tool</string> <string name="other">Other</string>
<string name="c_convert">Convert to&#8230;</string> <string name="derivatives">Derivatives/Integrals</string>
<string name="convert_to_hex">Convert to hex</string> <string name="crashed">Calculator++ has crashed&#8230;</string>
<string name="convert_to_bin">Convert to bin</string> <string name="prefs_graph_screen_title">Graph settings</string>
<string name="convert_to_dec">Convert to dec</string> <string name="p_white_line_color">White</string>
<string name="editor">Editor</string> <string name="p_grey_line_color">Grey</string>
<string name="result">Result</string> <string name="p_red_line_color">Red</string>
<string name="other">Other</string> <string name="p_blue_line_color">Blue</string>
<string name="derivatives">Derivatives/Integrals</string> <string name="p_green_line_color">Green</string>
<string name="crashed">Calculator++ has crashed&#8230;</string> <string name="c_function_name">Name</string>
<string name="crash_dialog_title">Calculator++ crash report</string> <string name="c_function_value">Value</string>
<string name="crash_dialog_text"> Unfortunately, Calculator++ has crashed.\n\n <string name="c_function_description">Description</string>
In order to fix the problem we need some information about it. It\'s highly recommended to send a crash report via <string name="c_function_parameters">Parameters</string>
email (after pressing \'Ok\' button you will see all sent data in the new window).\n\n <string name="function_create_function">Create function</string>
Do you want to send a crash report? <string name="function_edit_function">Edit function</string>
</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="prefs_graph_screen_title">Graph settings</string> <string name="function_already_exists">Function with the same name already exists!</string>
<string name="prefs_graph_interpolate_function">Interpolate function\'s graph</string> <string name="function_is_empty">Function body could not be empty!</string>
<string name="prefs_graph_interpolate_function_summary">If checked cubic interpolation will be used in function <string name="function_param_not_empty">Function parameter should not be empty!</string>
graph drawing <string name="function_removal_confirmation_question">Do you really want to delete \'%s\' function?</string>
</string> <string name="empty_function_error">Unable to create empty function!</string>
<string name="prefs_graph_real_color_title">Color of real part of functions graph</string> <string name="do_not_show_messages_in_session">Do not show this message until next session</string>
<string name="prefs_graph_real_color_summary">Sets color of real part functions graph</string> <string name="calculation_messages_dialog_title">Calculator++ warning</string>
<string name="prefs_graph_imag_color_title">Color of imaginary part of functions graph</string> <string name="ok">OK</string>
<string name="prefs_graph_imag_color_summary">Sets color of imaginary part functions graph</string> <string name="p_show_calculation_messages_dialog_title">Show calculation messages in dialog</string>
<string name="p_white_line_color">White</string> <string name="p_show_calculation_messages_dialog_summary">If turned on if any message occurred while calculations special dialog will be shown</string>
<string name="p_grey_line_color">Grey</string> <string name="fix">Fix</string>
<string name="p_red_line_color">Red</string> <string name="p_preferred_numeral_base_title">Default numeral system</string>
<string name="p_blue_line_color">Blue</string> <string name="p_preferred_numeral_base_summary">Defines the default numeral system</string>
<string name="p_green_line_color">Green</string> <string name="preferred_numeral_base_message">Default numeral system \'%1$s\' differs from current \'%2$s\'. Forgot to change back?</string>
<string name="c_function_name">Name</string> <string name="p_preferred_angle_units_title">Default angle units</string>
<string name="c_function_value">Value</string> <string name="p_preferred_angle_units_summary">Defines the default angle units</string>
<string name="c_function_description">Description</string> <string name="preferred_angle_units_message">Default angle units \'%1$s\' differs from current \'%2$s\'. Forgot to change back?</string>
<string name="c_function_parameters">Parameters</string> <string name="close">Close</string>
<string name="function_create_function">Create function</string> <string name="c_app_widget_3x3_name">Calculator++ Widget (3x3)</string>
<string name="function_edit_function">Edit function</string> <string name="c_app_widget_3x4_name">Calculator++ Widget (3x4)</string>
<string name="function_name_is_not_valid">Name of function is not valid: name must start with a letter, can contain <string name="c_app_widget_4x4_name">Calculator++ Widget (4x4)</string>
letters, digits and underscore. <string name="c_app_widget_4x5_name">Calculator++ Widget (4x5)</string>
</string> <string name="open_onscreen_calculator">Click to open calculator in window mode</string>
<string name="function_already_exists">Function with the same name already exists!</string> <string name="prefs_onscreen_title">Calculator (in separate window) settings</string>
<string name="function_is_empty">Function body could not be empty!</string> <string name="prefs_onscreen_start_on_boot_title">Start on boot</string>
<string name="function_param_not_empty">Function parameter should not be empty!</string> <string name="prefs_onscreen_start_on_boot_summary">If turned on Calculator++ will appear in notification bar after device boot</string>
<string name="function_removal_confirmation_question">Do you really want to delete \'%s\' function?</string> <string name="prefs_onscreen_show_app_icon_title">Show separate icon (require reboot)</string>
<string name="empty_function_error">Unable to create empty function!</string> <string name="prefs_onscreen_show_app_icon_summary">If turned on second icon will be shown in applications\' list</string>
<string name="do_not_show_messages_in_session">Do not show this message until next session</string> <string name="cpp_this_change_may_require_reboot">This change may require reboot</string>
<string name="calculation_messages_dialog_title">Calculator++ warning</string> <string name="cpp_plot_2d">2D plot</string>
<string name="arithmetic_error_while_plot">Arithmetic error occurred while plotting: %s</string> <string name="cpp_plot_3d">3D plot</string>
<string name="ok">OK</string> <string name="cpp_plot_functions">Graph functions</string>
<string name="p_show_calculation_messages_dialog_title">Show calculation messages in dialog</string> <string name="cpp_prefs_graph_plot_imag_title">Plot imaginary part of function</string>
<string name="p_show_calculation_messages_dialog_summary">If turned on if any message occurred while calculations <string name="cpp_prefs_graph_plot_imag_summary">If checked imaginary part of function will be plotted</string>
special dialog will be shown <string name="cpp_monochrome_line_color_type">Monochrome</string>
</string> <string name="cpp_color_map_line_color_type">Color map (only 3D)</string>
<string name="fix">Fix</string> <string name="cpp_solid_line_style">Solid (-----)</string>
<string name="p_preferred_numeral_base_title">Default numeral system</string> <string name="cpp_dashed_line_style">Dashed (- - -)</string>
<string name="p_preferred_numeral_base_summary">Defines the default numeral system</string> <string name="cpp_dotted_line_style">Dotted (. . .)</string>
<string name="preferred_numeral_base_message">Default numeral system \'%1$s\' differs from current \'%2$s\'. Forgot <string name="cpp_dash_dotted_line_style">Dot-dashed (-.-.-)</string>
to change back? <string name="cpp_plotter">Function plotter</string>
</string> <string name="cpp_plot_screenshot">Capture screenshot</string>
<string name="p_preferred_angle_units_title">Default angle units</string> <string name="cpp_plot_screenshot_saved">Screenshot has been successfully saved: %1$s!</string>
<string name="p_preferred_angle_units_summary">Defines the default angle units</string> <string name="cpp_plot_unable_to_save_screenshot">Screenshot cannot be saved as SD card is not mounted. Mount SD card and try again!</string>
<string name="preferred_angle_units_message">Default angle units \'%1$s\' differs from current \'%2$s\'. Forgot to <string name="cpp_plot_function_line_color_type">Line color type</string>
change back? <string name="cpp_plot_function_line_color">Line color</string>
</string> <string name="cpp_plot_function_line_style">Line style</string>
<string name="close">Close</string> <string name="cpp_plot_function_line_width">Line width</string>
<string name="c_app_widget_3x3_name">Calculator++ Widget (3x3)</string> <string name="cpp_plot_function_settings">Function settings</string>
<string name="c_app_widget_3x4_name">Calculator++ Widget (3x4)</string> <string name="cpp_function">Function</string>
<string name="c_app_widget_4x4_name">Calculator++ Widget (4x4)</string> <string name="cpp_pinned">Pinned</string>
<string name="c_app_widget_4x5_name">Calculator++ Widget (4x5)</string> <string name="cpp_visible">Visible</string>
<string name="open_onscreen_calculator">Click to open calculator in window mode</string> <string name="cpp_plot_button_text">+plot</string>
<string name="prefs_onscreen_title">Calculator (in separate window) settings</string> <string name="cpp_plot_empty_function_error">Unable to plot empty function!</string>
<string name="prefs_onscreen_start_on_boot_title">Start on boot</string> <string name="cpp_plot_too_many_variables">Unable to plot: too many variables!</string>
<string name="prefs_onscreen_start_on_boot_summary">If turned on Calculator++ will appear in notification bar after <string name="cpp_plot_range">Graph range</string>
device boot <string name="cpp_fullscreen">Fullscreen</string>
</string> <string name="cpp_plot_range_x_min">X Min</string>
<string name="prefs_onscreen_show_app_icon_title">Show separate icon (require reboot)</string> <string name="cpp_plot_range_x_max">X Max</string>
<string name="prefs_onscreen_show_app_icon_summary">If turned on second icon will be shown in applications\' list <string name="cpp_plot_range_y_min">Y Min</string>
</string> <string name="cpp_plot_range_y_max">Y Max</string>
<string name="cpp_onscreen_remove_icon_message">You can remove second icon in applications\' list from application <string name="cpp_invalid_number">Invalid number!</string>
settings or by pressing the next button <string name="cpp_plot_boundaries_should_differ">Graph boundaries should not be the same!</string>
</string> <string name="cpp_apply">Apply</string>
<string name="cpp_this_change_may_require_reboot">This change may require reboot</string> <string name="cpp_message">Message</string>
<string name="cpp_plot_2d">2D plot</string> <string name="cpp_continue">Continue</string>
<string name="cpp_plot_3d">3D plot</string> <string name="cpp_purchase_text">Supporting the project is easy and secure: purchase process is provided by Google
<string name="cpp_plot_functions">Graph functions</string>
<string name="cpp_prefs_graph_plot_imag_title">Plot imaginary part of function</string>
<string name="cpp_prefs_graph_plot_imag_summary">If checked imaginary part of function will be plotted</string>
<string name="cpp_monochrome_line_color_type">Monochrome</string>
<string name="cpp_color_map_line_color_type">Color map (only 3D)</string>
<string name="cpp_solid_line_style">Solid (-----)</string>
<string name="cpp_dashed_line_style">Dashed (- - -)</string>
<string name="cpp_dotted_line_style">Dotted (. . .)</string>
<string name="cpp_dash_dotted_line_style">Dot-dashed (-.-.-)</string>
<string name="cpp_plotter">Function plotter</string>
<string name="cpp_plot_screenshot">Capture screenshot</string>
<string name="cpp_plot_screenshot_saved">Screenshot has been successfully saved: %1$s!</string>
<string name="cpp_plot_unable_to_save_screenshot">Screenshot cannot be saved as SD card is not mounted. Mount SD
card and try again!
</string>
<string name="cpp_plot_function_line_color_type">Line color type</string>
<string name="cpp_plot_function_line_color">Line color</string>
<string name="cpp_plot_function_line_style">Line style</string>
<string name="cpp_plot_function_line_width">Line width</string>
<string name="cpp_plot_function_settings">Function settings</string>
<string name="cpp_function">Function</string>
<string name="cpp_pinned">Pinned</string>
<string name="cpp_visible">Visible</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>
<string name="cpp_fullscreen">Fullscreen</string>
<string name="cpp_plot_range_x_min">X Min</string>
<string name="cpp_plot_range_x_max">X Max</string>
<string name="cpp_plot_range_y_min">Y Min</string>
<string name="cpp_plot_range_y_max">Y Max</string>
<string name="cpp_invalid_number">Invalid number!</string>
<string name="cpp_plot_boundaries_should_differ">Graph boundaries should not be the same!</string>
<string name="cpp_apply">Apply</string>
<string name="cpp_message">Message</string>
<string name="cpp_continue">Continue</string>
<string name="cpp_purchase_text">Supporting the project is easy and secure: purchase process is provided by Google
and all you need is a properly configured Google account.\n\n and all you need is a properly configured Google account.\n\n
Payment information is stored in Google servers with your Google account and you can easily use this application on Payment information is stored in Google servers with your Google account and you can easily use this application on
several devices.\n\n several devices.\n\n
By clicking \'Continue\' button you will be redirected to the Google Play app to make the payment. By clicking \'Continue\' button you will be redirected to the Google Play app to make the payment.</string>
</string> <string name="cpp_purchase_title">Purchase</string>
<string name="cpp_purchase_title">Purchase</string> <string name="cpp_var_show_greek_keyboard">Show Greek letters</string>
<string name="cpp_purchase_thank_you_text">Thank you for supporting this application!\n\n It might take several <string name="cpp_var_hide_greek_keyboard">Hide Greek letters</string>
minutes until the app will be informed about the purchase. You can always check the information about the purchase in
your Google Account.\n
If you have any problems or questions feel free to contact me directly (contacts are available in
Main-&gt;Menu-&gt;About)
</string>
<string name="cpp_var_show_greek_keyboard">Show Greek letters</string>
<string name="cpp_var_hide_greek_keyboard">Hide Greek letters</string>
<string name="cpp_clear_history_title">Clear history?</string> <string name="cpp_clear_history_title">Clear history?</string>
<string name="cpp_clear_history_message">All history will be cleared.</string> <string name="cpp_clear_history_message">All history will be cleared.</string>
<string name="cpp_clear_history">Clear</string> <string name="cpp_clear_history">Clear</string>