Fix lint issues
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
~ Site: http://se.solovyev.org
|
||||
-->
|
||||
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string-array name="p_theme_names">
|
||||
<item>@string/cpp_theme_dark</item>
|
||||
<item>@string/cpp_theme_light</item>
|
||||
@@ -60,12 +60,6 @@
|
||||
<item>" "</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="p_multiplication_sign_values" 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>
|
||||
|
@@ -20,7 +20,10 @@
|
||||
~ Site: http://se.solovyev.org
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<color name="cpp_ripple_material_dark" tools:ignore="PrivateResource">@color/ripple_material_dark</color>
|
||||
<color name="cpp_ripple_material_light" tools:ignore="PrivateResource">@color/ripple_material_light</color>
|
||||
|
||||
<color name="cpp_text">@color/grey_300</color>
|
||||
<color name="cpp_text_error">@color/cpp_text_inverse</color>
|
||||
<color name="cpp_text_inverse">@color/grey_800</color>
|
||||
|
@@ -20,7 +20,6 @@
|
||||
|
||||
<dimen name="cpp_display_text_size">25sp</dimen>
|
||||
<dimen name="cpp_min_editor_text_size">24sp</dimen>
|
||||
<dimen name="cpp_pane_margin">2dp</dimen>
|
||||
|
||||
<dimen name="cpp_onscreen_display_text_size">20sp</dimen>
|
||||
<dimen name="cpp_onscreen_header_button_text_size">10dp</dimen>
|
||||
@@ -44,8 +43,6 @@
|
||||
<!-- 3 * cpp_image_button_size - 2 * cpp_plot_icon_margin -->
|
||||
<dimen name="cpp_plot_icon_size">70dp</dimen>
|
||||
<dimen name="cpp_plot_icon_margin">10dp</dimen>
|
||||
<dimen name="cpp_dialog_width_max">400dp</dimen>
|
||||
<dimen name="cpp_card_margin">4dp</dimen>
|
||||
|
||||
<dimen name="list_item_height">48dp</dimen>
|
||||
<dimen name="cpp_wizard_preview_width">200dp</dimen>
|
||||
|
@@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Copyright 2013 serso aka se.solovyev
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
~
|
||||
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~ Contact details
|
||||
~
|
||||
~ Email: se.solovyev@gmail.com
|
||||
~ Site: http://se.solovyev.org
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<string name="p_calc_history" translatable="false">org.solovyev.android.calculator.CalculatorModel_history</string>
|
||||
<string name="p_calc_ad_free" translatable="false">false</string>
|
||||
</resources>
|
@@ -1,30 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--
|
||||
~ Copyright 2013 serso aka se.solovyev
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
~
|
||||
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~ Contact details
|
||||
~
|
||||
~ Email: se.solovyev@gmail.com
|
||||
~ Site: http://se.solovyev.org
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<declare-styleable name="NumberRangeSeekBar">
|
||||
<attr name="boundaries" format="string" />
|
||||
<attr name="step" format="string" />
|
||||
</declare-styleable>
|
||||
</resources>
|
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--Generated by crowdin.com--><!--Generated by crowdin.net-->
|
||||
<resources>
|
||||
<string name="c_about">About</string>
|
||||
<string name="c_about_content">Copyright © 2009–2015\n\n<b>Created by serso aka se.solovyev</b>\n\n
|
||||
We are on Facebook: <a href="http://facebook.com/calculatorpp">http://facebook.com/calculatorpp</a>\n\n
|
||||
This program is distributed under Apache 2.0 License:\nsource code can be found on\n
|
||||
|
@@ -5,5 +5,5 @@
|
||||
<string name="cpp_converter_electric_current">Electric current</string>
|
||||
<string name="cpp_converter_length">Length</string>
|
||||
<string name="cpp_converter_mass">Mass</string>
|
||||
<string name="cpp_converter_termperature">Temperature</string>
|
||||
<string name="cpp_converter_temperature">Temperature</string>
|
||||
</resources>
|
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="UnusedResources">
|
||||
<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>
|
||||
|
@@ -9,10 +9,6 @@
|
||||
<string name="cpp_kb_memory_plus" translatable="false">M+</string>
|
||||
<string name="cpp_kb_memory_minus" translatable="false">M-</string>
|
||||
<string name="cpp_kb_memory_clear" translatable="false">MC</string>
|
||||
<string name="cpp_plot_add_function" translatable="false">+</string>
|
||||
<string name="cpp_plot_zoom_in" translatable="false">+</string>
|
||||
<string name="cpp_plot_zoom_reset" translatable="false">0</string>
|
||||
<string name="cpp_plot_zoom_out" translatable="false">−</string>
|
||||
<string name="cpp_dimensions_x_min" translatable="false">X min</string>
|
||||
<string name="dimensions_x_max" translatable="false">X max</string>
|
||||
<string name="dimensions_y_min" translatable="false">Y min</string>
|
||||
|
@@ -1,21 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--Generated by crowdin.com--><!--Generated by crowdin.net-->
|
||||
<resources>
|
||||
<string name="c_auto_orientation_title">Auto-rotate screen</string>
|
||||
<string name="c_auto_orientation_summary">If turned on app will rotate screen with device</string>
|
||||
<string name="c_show_equals_button_title">Show equals button</string>
|
||||
<string name="c_show_equals_button_summary">If turned on equals button is shown</string>
|
||||
<string name="c_hide_numeral_base_digits_title">Hide digits of other numeral systems</string>
|
||||
<string name="c_hide_numeral_base_digits_summary">If turned on numeral base digits of other numeral bases will be
|
||||
hidden
|
||||
</string>
|
||||
<string name="prefs_history_show_intermediate_calculations_title">Show intermediate calculations in history</string>
|
||||
<string name="prefs_history_show_intermediate_calculations_summary">If turned on all calculations will be shown in the
|
||||
history screen
|
||||
</string>
|
||||
<string name="p_calculations_calculate_on_fly_title">Result is calculated while typing</string>
|
||||
<string name="p_calculations_calculate_on_fly_summary">If turned on calculations are done automatically while typing</string>
|
||||
<string name="prefs_prevent_screen_from_fading_title">Prevent screen from fading</string>
|
||||
<string name="prefs_prevent_screen_from_fading_summary">If turned on screen will not fade while using the app
|
||||
</string>
|
||||
<string name="prefs_language_title">Language</string>
|
||||
</resources>
|
||||
|
@@ -22,7 +22,6 @@
|
||||
|
||||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
|
||||
|
||||
<string name="c_release_notes_for_118_version" translatable="false">2.0.0</string>
|
||||
<string name="c_release_notes_for_118">
|
||||
★ German and Polish translations\n
|
||||
★ Wizard\n
|
||||
@@ -32,7 +31,6 @@
|
||||
★ Other fixes
|
||||
</string>
|
||||
|
||||
<string name="c_release_notes_for_141_version" translatable="false">2.1.2</string>
|
||||
<string name="c_release_notes_for_141">
|
||||
★ Improved button gesture detection\n
|
||||
★ Fast text removal by long pressing "Erase" button\n
|
||||
@@ -40,7 +38,6 @@
|
||||
★ Various bugfixes, stability and usability improvements
|
||||
</string>
|
||||
|
||||
<string name="c_release_notes_for_143_version" translatable="false">2.1.4</string>
|
||||
<string name="c_release_notes_for_143">
|
||||
★ App language can be changed in settings\n
|
||||
★ Floating calculator themes\n
|
||||
|
@@ -2,33 +2,20 @@
|
||||
<resources>
|
||||
<string name="c_app_name">Calculator++</string>
|
||||
<string name="c_app_name_on_screen">Calculator++ (Window mode)</string>
|
||||
<string name="c_app_settings">Settings</string>
|
||||
<string name="c_result_copied">Result has been copied to the clipboard!</string>
|
||||
<string name="c_settings">Settings</string>
|
||||
<string name="c_help">Help</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_undo">undo</string>
|
||||
<string name="c_redo">redo</string>
|
||||
<string name="c_clear">C</string>
|
||||
<string name="c_vars">vars</string>
|
||||
<string name="c_copy">Copy</string>
|
||||
<string name="c_plot">Plot graph</string>
|
||||
<string name="c_graph">Graph</string>
|
||||
<string name="c_calc_color_display_title">Highlight expressions</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="p_calc_result_precision_title">Precision of result</string>
|
||||
<string name="p_calc_max_calculation_time_title">Maximum calculation time</string>
|
||||
<string name="p_calc_max_calculation_time_summary">If calculations exceed specified limit - calculator halts with error</string>
|
||||
<string name="c_exit">Exit</string>
|
||||
<string name="c_cancel">Cancel</string>
|
||||
<string name="c_save">Save</string>
|
||||
<string name="c_remove">Remove</string>
|
||||
<string name="c_yes">Yes</string>
|
||||
<string name="c_no">No</string>
|
||||
<string name="removal_confirmation">Removal confirmation</string>
|
||||
@@ -42,9 +29,7 @@
|
||||
<string name="c_var_name_clashes">Variable name clashes with function name!</string>
|
||||
<string name="c_var_already_exists">Variable with the same name already exists!</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_calc_editor_hint">Enter new expression</string>
|
||||
<string name="c_history">History</string>
|
||||
<string name="c_history_button">M</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>
|
||||
@@ -63,70 +48,30 @@
|
||||
<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="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_toggle_datetime">Show/hide date</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_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_short">Short</string>
|
||||
<string name="p_calc_haptic_feedback_strength_middle">Middle</string>
|
||||
<string name="p_calc_haptic_feedback_strength_long">Long</string>
|
||||
<string name="empty_var_error">Unable to create empty constant!</string>
|
||||
<string name="not_valid_result">Current result is not valid!</string>
|
||||
<string name="c_plot_graph">Graph</string>
|
||||
<string name="c_min_x_value">From</string>
|
||||
<string name="c_max_x_value">To</string>
|
||||
<string name="c_expression_copied">Expression copied to the clipboard!</string>
|
||||
<string name="c_use">Use</string>
|
||||
<string name="c_use_short">Use</string>
|
||||
<string name="c_copy_expression">Copy expression</string>
|
||||
<string name="c_copy_result">Copy result</string>
|
||||
<string name="c_history_expression">Value</string>
|
||||
<string name="c_history_comment">Comment</string>
|
||||
<string name="c_save_history">Save history</string>
|
||||
<string name="c_edit_history">Modify history</string>
|
||||
<string name="c_edit">Modify</string>
|
||||
<string name="cpp_history_tab_saved">Saved</string>
|
||||
<string name="cpp_history_tab_recent">Recent</string>
|
||||
<string name="c_history_already_saved">History was already saved!</string>
|
||||
<string name="c_history_must_be_saved">History must be saved before editing!</string>
|
||||
<string name="c_history_was_removed">History has been successfully removed!</string>
|
||||
<string name="c_history_saved">History has been successfully saved!</string>
|
||||
<string name="c_copy_description">Copy description</string>
|
||||
<string name="c_copy_value">Copy value</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_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_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
|
||||
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
|
||||
<a href="http://facebook.com/calculatorpp">Facebook</a></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>
|
||||
@@ -134,21 +79,9 @@
|
||||
<string name="convert_to_hex">Convert to hex</string>
|
||||
<string name="convert_to_bin">Convert to bin</string>
|
||||
<string name="convert_to_dec">Convert to dec</string>
|
||||
<string name="editor">Editor</string>
|
||||
<string name="result">Result</string>
|
||||
<string name="other">Other</string>
|
||||
<string name="derivatives">Derivatives/Integrals</string>
|
||||
<string name="crashed">Calculator++ has crashed…</string>
|
||||
<string name="prefs_graph_screen_title">Graph settings</string>
|
||||
<string name="p_white_line_color">White</string>
|
||||
<string name="p_grey_line_color">Grey</string>
|
||||
<string name="p_red_line_color">Red</string>
|
||||
<string name="p_blue_line_color">Blue</string>
|
||||
<string name="p_green_line_color">Green</string>
|
||||
<string name="c_function_name">Name</string>
|
||||
<string name="c_function_value">Value</string>
|
||||
<string name="c_function_description">Description</string>
|
||||
<string name="c_function_parameters">Parameters</string>
|
||||
<string name="c_function_parameter">Parameter</string>
|
||||
<string name="function_create_function">Create function</string>
|
||||
<string name="function_edit_function">Edit function</string>
|
||||
@@ -158,12 +91,6 @@
|
||||
<string name="invalid_name">Invalid name</string>
|
||||
<string name="function_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="empty_function_error">Unable to create empty function!</string>
|
||||
<string name="do_not_show_messages_in_session">Do not show this message until next session</string>
|
||||
<string name="calculation_messages_dialog_title">Calculator++ warning</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="p_show_calculation_messages_dialog_title">Show calculation messages in dialog</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="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>
|
||||
@@ -172,10 +99,6 @@
|
||||
<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="c_app_widget_3x3_name">Calculator++ Widget (3x3)</string>
|
||||
<string name="c_app_widget_3x4_name">Calculator++ Widget (3x4)</string>
|
||||
<string name="c_app_widget_4x4_name">Calculator++ Widget (4x4)</string>
|
||||
<string name="c_app_widget_4x5_name">Calculator++ Widget (4x5)</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>
|
||||
@@ -184,22 +107,7 @@
|
||||
<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_plot_2d">2D plot</string>
|
||||
<string name="cpp_plot_3d">3D plot</string>
|
||||
<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>
|
||||
@@ -243,4 +151,6 @@
|
||||
<string name="fn_line_color">Line color</string>
|
||||
<string name="cpp_mode">Mode</string>
|
||||
<string name="cpp_mode_status">Mode: %1$s</string>
|
||||
<string name="cpp_units_from" comment="Hint to be used in 'From' input field in unit converter window">From</string>
|
||||
<string name="cpp_units_to" comment="Hint to be used in 'To' input field in unit converter window">To</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user