Fix lint issues

This commit is contained in:
serso
2016-03-23 21:32:51 +01:00
parent d6ea6c742f
commit 72b333681c
210 changed files with 394 additions and 2690 deletions

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!--Generated by crowdin.com--><!--Generated by crowdin.net-->
<resources>
<string name="c_about">O aplikacji</string>
<string name="c_about_content">Copyright © 20092013\n\n<b>Stworzona przez serso aka se.solovyev</b>\n\n
Jesteśmy na Facebooku: <a href="http://facebook.com/calculatorpp">http://facebook.com/calculatorpp</a>\n\n
Program jest rozpowszechniany pod licencją Apache 2.0 License:\nkod źródłowy można znaleźć na\n

View File

@@ -5,5 +5,5 @@
<string name="cpp_converter_electric_current">Prąd elektryczny</string>
<string name="cpp_converter_length">Długość fizyczna</string>
<string name="cpp_converter_mass">Masa</string>
<string name="cpp_converter_termperature">Temperatura</string>
<string name="cpp_converter_temperature">Temperatura</string>
</resources>

View File

@@ -1,16 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!--Generated by crowdin.com--><!--Generated by crowdin.net-->
<resources>
<string name="c_auto_orientation_title">Automatyczne obracanie ekranu</string>
<string name="c_auto_orientation_summary">Ekran aplikacji będzie obracał się zgodnie z położeniem urządzenia</string>
<string name="c_show_equals_button_title">Pokaż przycisk \'=\'</string>
<string name="c_show_equals_button_summary">Przycisk \'=\' pojawi się na ekranie</string>
<string name="c_hide_numeral_base_digits_title">Ukryj znaki innych systemów liczbowych</string>
<string name="c_hide_numeral_base_digits_summary">Znaki systemów liczbowych o innej podstawie nie będą wyświetlane</string>
<string name="prefs_history_show_intermediate_calculations_title">Pokaż obliczenia pośrednie w historii</string>
<string name="prefs_history_show_intermediate_calculations_summary">Wszystkie obliczenia będą widoczne w historii</string>
<string name="p_calculations_calculate_on_fly_title">Obliczenia podczas wpisywania</string>
<string name="p_calculations_calculate_on_fly_summary">Obliczenia będą wykonywane automatycznie podczas wpisywania</string>
<string name="prefs_prevent_screen_from_fading_title">Podświetlenie ekranu</string>
<string name="prefs_prevent_screen_from_fading_summary">Ekran będzie podświetlony przez cały czas używania aplikacji</string>
<string name="prefs_language_title">Language</string>
</resources>

View File

@@ -2,33 +2,20 @@
<resources>
<string name="c_app_name">Calculator++</string>
<string name="c_app_name_on_screen">Calculator++ (tryb okna)</string>
<string name="c_app_settings">Ustawienia</string>
<string name="c_result_copied">Wynik został skopiowany do schowka!</string>
<string name="c_settings">Ustawienia</string>
<string name="c_help">Pomoc</string>
<string name="c_vars_and_constants">Zmienne i stałe</string>
<string name="c_prefs_calculations_category">Ustawienia obliczeń</string>
<string name="c_prefs_appearance_category">Ustawienia wyglądu</string>
<string name="c_prefs_other_category">Inne ustawienia</string>
<string name="c_undo">cofnij</string>
<string name="c_redo">ponów</string>
<string name="c_clear">C</string>
<string name="c_vars">zmienne</string>
<string name="c_copy">Kopiuj</string>
<string name="c_plot">Stwórz wykres</string>
<string name="c_graph">Wykres</string>
<string name="c_calc_color_display_title">Wyróżnianie wyrażeń</string>
<string name="c_calc_round_result_title">Zaokrąglanie wyniku</string>
<string name="c_calc_round_result_summary">Włącza zaokrąglanie wyniku</string>
<string name="c_calc_science_notation_title">Zawsze notacja naukowa</string>
<string name="c_calc_science_notation_summary">Wymusza użycie notacji naukowej na wyjściu (12.34E-12)</string>
<string name="p_calc_result_precision_title">Dokładność wyniku</string>
<string name="p_calc_max_calculation_time_title">Maksymalny czas obliczeń</string>
<string name="p_calc_max_calculation_time_summary">Jeśli obliczenia przekroczą określony limit, kalkulator zatrzyma się i zgłosi błąd</string>
<string name="c_exit">Wyjście</string>
<string name="c_cancel">Anuluj</string>
<string name="c_save">Zapisz</string>
<string name="c_remove">Usuń</string>
<string name="c_yes">Tak</string>
<string name="c_no">Nie</string>
<string name="removal_confirmation">Potwierdzenie usunięcia</string>
@@ -42,9 +29,7 @@
<string name="c_var_name_clashes">Nazwa zmiennej pokrywa się z nazwą funkcji!</string>
<string name="c_var_already_exists">Zmienna o tej samej nazwie już istnieje!</string>
<string name="c_name_is_not_valid">Nazwa stałej jest nieprawidłowa: nazwa musi zaczynać się od litery, może zawierać litery, cyfry lub znak podkreślenia.</string>
<string name="c_calc_editor_hint">Wprowadź wyrażenie</string>
<string name="c_history">Historia</string>
<string name="c_history_button">M</string>
<string name="c_char_is_not_accepted">Znak \'%s\' nie może być użyty w nazwie zmiennej!</string>
<string name="c_calc_angle_units">Jednostka wielkości kąta</string>
<string name="p_deg">Stopnie</string>
@@ -63,69 +48,29 @@
<string name="p_metro_green_theme">Zielony Metro</string>
<string name="p_metro_purple_theme">Fioletowy Metro</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">Dokładność wyświetlanego wyniku (wszystkie obliczenia są wykonywane przy maksymalnej dokładności, niezależnie od tej opcji)</string>
<string name="c_calc_color_display_summary">Włącza cieniowanie i wyróżnianie w polu edytora (np. nazw funkcji, argumentów)</string>
<string name="c_calc_theme_summary">Ustawia wygląd kalkulatora</string>
<string name="c_toggle_datetime">Pokaż/ukryj datę</string>
<string name="p_grouping_separator_no">Bez grupowania</string>
<string name="p_grouping_separator_apostrophe">Apostrof (\')</string>
<string name="p_grouping_separator_space">Spacja ( )</string>
<string name="c_calc_grouping_separator">Grupowanie cyfr</string>
<string name="c_calc_grouping_separator_summary">Ustawia znak grupujący cyfry</string>
<string name="c_calc_multiplication_sign">Znak mnożenia</string>
<string name="c_calc_multiplication_sign_summary">Ustawia znak mnożenia</string>
<string name="c_calc_layout">Układ graficzny</string>
<string name="p_layout_calculator">Naukowy</string>
<string name="p_layout_calculator_mobile">Naukowy (Duże przyciski)</string>
<string name="p_layout_simple">Prosty</string>
<string name="p_layout_simple_mobile">Prosty (Duże przyciski)</string>
<string name="c_calc_layout_summary">Ustawia wygląd przycisków</string>
<string name="c_calc_haptic_feedback_title">Wibracja przy naciśnięciu</string>
<string name="c_calc_haptic_feedback_summary">Włącza wibrację po naciśnięciu przycisku</string>
<string name="p_calc_haptic_feedback_strength_disabled">Wyłączony</string>
<string name="p_calc_haptic_feedback_strength_short">Krótki</string>
<string name="p_calc_haptic_feedback_strength_middle">Średni</string>
<string name="p_calc_haptic_feedback_strength_long">Długi</string>
<string name="empty_var_error">Nie można stworzyć pustej stałej!</string>
<string name="not_valid_result">Obecny wynik jest nieprawidłowy!</string>
<string name="c_plot_graph">Wykres</string>
<string name="c_min_x_value">Od</string>
<string name="c_max_x_value">Do</string>
<string name="c_expression_copied">Wyrażenie zostało skopiowane do schowka!</string>
<string name="c_use">Użyj</string>
<string name="c_use_short">Użyj</string>
<string name="c_copy_expression">Skopiuj wyrażenie</string>
<string name="c_copy_result">Skopiuj wynik</string>
<string name="c_history_expression">Wartość</string>
<string name="c_history_comment">Komentarz</string>
<string name="c_save_history">Zapisz historię</string>
<string name="c_edit_history">Modyfikuj historię</string>
<string name="c_edit">Modyfikuj</string>
<string name="cpp_history_tab_saved">Zapisana historia</string>
<string name="c_history_already_saved">Historia została już zachowana!</string>
<string name="c_history_must_be_saved">Historia musi być zapisana przed edycją!</string>
<string name="c_history_was_removed">Historia została pomyślnie usunięta!</string>
<string name="c_history_saved">Historia została pomyślnie zapisana!</string>
<string name="c_copy_description">Skopiuj opis</string>
<string name="c_copy_value">Skopiuj wartość</string>
<string name="c_first_start_text">Dziękujemy za wybranie Calculator++!\n\nCalculator++ jest potężnym narzędziem służącym do wykonywania codziennych obliczeń.</string>
<string name="c_calc_show_release_notes_title">Pokaż informacje o wydaniu</string>
<string name="c_calc_show_release_notes_summary">Określa, czy okno z informacjami o wydaniu ma pojawić się po aktualizacji programu</string>
<string name="c_calc_use_back_button_as_prev_summary">Określa zachowanie przycisku Wstecz</string>
<string name="c_calc_use_back_button_as_prev_title">Użyj przycisku Wstecz do przywracania historii</string>
<string name="c_warning">Ostrzeżenie</string>
<string name="c_error">Błąd</string>
<string name="c_billing_error">Zakup nie jest możliwy: musisz posiadać konto Google Checkout połączone z kontem Google oraz musi być aktywne połączenie z Internetem.</string>
<string name="c_calc_ad_free_title">Wspomóż projekt</string>
<string name="c_calc_ad_free_summary">I usuń reklamy</string>
<string name="c_calc_already_purchased">Opcja bez reklam została już zakupiona!</string>
<string name="c_feedback_text">Używasz już aplikacji Calculator++ przez dłuższy czas\n
i ważna jest dla nas Twoja opinia na jej temat.\n\n
Proszę, oceń Calculator++ \nna<a href="https://market.android.com/details?id=org.solovyev.android.calculator">
Google Play</a>,\n napisz komentarz lub \npodyskutuj o aplikacji \nna
<a href="http://facebook.com/calculatorpp">Facebooku</a></string>
<string name="c_angle_units_changed_to">Jednostka wielkości kąta zmieniona na \'%s\'!</string>
<string name="c_numeral_base_changed_to">System liczbowy zmieniony na \'%s\'!</string>
<string name="c_conversion_tool">Konwersja</string>
@@ -133,33 +78,15 @@ Proszę, oceń Calculator++ \nna<a href="https://market.android.com/details?id=o
<string name="convert_to_hex">Zamień na hex</string>
<string name="convert_to_bin">Zamień na bin</string>
<string name="convert_to_dec">Zamień na dec</string>
<string name="editor">Edytor</string>
<string name="result">Wynik</string>
<string name="other">Inne</string>
<string name="derivatives">Pochodne/Całki</string>
<string name="crashed">Calculator++ zawiesił się&#8230;</string>
<string name="prefs_graph_screen_title">Ustawienia wykresu</string>
<string name="p_white_line_color">Biały</string>
<string name="p_grey_line_color">Szary</string>
<string name="p_red_line_color">Czerwony</string>
<string name="p_blue_line_color">Niebieski</string>
<string name="p_green_line_color">Zielony</string>
<string name="c_function_name">Nazwa</string>
<string name="c_function_value">Wartość</string>
<string name="c_function_description">Opis</string>
<string name="c_function_parameters">Parametry</string>
<string name="function_create_function">Stwórz funkcję</string>
<string name="function_edit_function">Edytuj funkcję</string>
<string name="function_name_is_not_valid">Nazwa funkcji jest nieprawidłowa: nazwa musi zaczynać się od litery, może zawierać litery, cyfry i znak podkreślenia.</string>
<string name="function_already_exists">Funkcja o takiej samej nazwie już istnieje!</string>
<string name="function_is_empty">Definicja funkcji nie może być pusta!</string>
<string name="function_removal_confirmation_question">Czy na pewno chcesz usunąć funkcję \'%s\'?</string>
<string name="empty_function_error">Nie można utworzyć pustej funkcji!</string>
<string name="do_not_show_messages_in_session">Nie pokazuj tej wiadomości do czasu następnej sesji</string>
<string name="calculation_messages_dialog_title">Calculator++ ostrzeżenie</string>
<string name="ok">OK</string>
<string name="p_show_calculation_messages_dialog_title">Pokaż wiadomości o obliczeniach w oknie</string>
<string name="p_show_calculation_messages_dialog_summary">Jeżeli pojawi się wiadomość podczas obliczeń, to zostanie ona wyświetlona w specjalnym oknie</string>
<string name="fix">Popraw</string>
<string name="p_preferred_numeral_base_title">Domyślny system liczbowy</string>
<string name="p_preferred_numeral_base_summary">Określa domyślny system liczbowy</string>
@@ -168,10 +95,6 @@ Proszę, oceń Calculator++ \nna<a href="https://market.android.com/details?id=o
<string name="p_preferred_angle_units_summary">Określa domyślną jednostkę wielkości kąta</string>
<string name="preferred_angle_units_message">Domyślna jednostka wielkości kąta \'%1$s\' różni się od obecnej \'%2$s\'. Nie zapomniałeś zmienić tej opcji?</string>
<string name="close">Zamknij</string>
<string name="c_app_widget_3x3_name">Calculator++ Widżet (3x3)</string>
<string name="c_app_widget_3x4_name">Calculator++ Widżet (3x4)</string>
<string name="c_app_widget_4x4_name">Calculator++ Widżet (4x4)</string>
<string name="c_app_widget_4x5_name">Calculator++ Widżet (4x5)</string>
<string name="open_onscreen_calculator">Kliknij, aby otworzyć kalkulator w trybie okna</string>
<string name="prefs_onscreen_title">Ustawienia kalkulatora (w osobnym oknie)</string>
<string name="prefs_widget_title">Widget settings</string>
@@ -180,22 +103,7 @@ Proszę, oceń Calculator++ \nna<a href="https://market.android.com/details?id=o
<string name="prefs_onscreen_show_app_icon_title">Pokaż oddzielną ikonę (wymagany restart)</string>
<string name="prefs_onscreen_show_app_icon_summary">Druga ikona pojawi się na liście aplikacji</string>
<string name="cpp_this_change_may_require_reboot">Ta zmiana może wymagać ponownego uruchomienia</string>
<string name="cpp_plot_2d">Wykres 2D</string>
<string name="cpp_plot_3d">Wykres 3D</string>
<string name="cpp_plot_functions">Wykreślanie funkcji</string>
<string name="cpp_prefs_graph_plot_imag_title">Wykreśl część urojoną funkcji</string>
<string name="cpp_prefs_graph_plot_imag_summary">Część urojona funkcji będzie wykreślona</string>
<string name="cpp_monochrome_line_color_type">Monochromatyczny</string>
<string name="cpp_color_map_line_color_type">Kolorowy (tylko w trybie 3D)</string>
<string name="cpp_solid_line_style">Stały (-----)</string>
<string name="cpp_dashed_line_style">Przerywany (- - -)</string>
<string name="cpp_dotted_line_style">Kropkowany (. . .)</string>
<string name="cpp_dash_dotted_line_style">Mieszany (-.-.-)</string>
<string name="cpp_plotter">Wykresy</string>
<string name="cpp_plot_screenshot">Zrób zrzut ekranu</string>
<string name="cpp_plot_screenshot_saved">Zrzut ekranu pomyślnie zapisany: %1$s!</string>
<string name="cpp_plot_unable_to_save_screenshot">Zrzut ekranu nie może zostać zapisany, gdy karta SD nie jest zamontowana. Zamontuj kartę SD i spróbuj ponownie!</string>
<string name="cpp_plot_function_line_color_type">Typ koloru linii</string>
<string name="cpp_plot_function_line_color">Kolor linii</string>
<string name="cpp_plot_function_line_style">Styl linii</string>
<string name="cpp_plot_function_line_width">Szerekość linii</string>