Tusky-App-Android/app/src/main/res/values-pl/strings.xml

286 lines
19 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="error_generic">Wystąpił błąd.</string>
<string name="error_empty">To nie może pozostać puste.</string>
<string name="error_invalid_domain">Wprowadzono nieprawidłową domenę.</string>
<string name="error_failed_app_registration">Nie udało się uwierzytelnić z tą instancją.</string>
<string name="error_no_web_browser_found">Nie znaleziono przeglądarki internetowej.</string>
<string name="error_authorization_unknown">Wystąpił nieokreślony błąd podczas próby autoryzacji.</string>
<string name="error_authorization_denied">Odmówiono autoryzacji.</string>
<string name="error_retrieving_oauth_token">Nie udało się uzyskać tokenu logowania.</string>
<string name="error_compose_character_limit">Zbyt długi wpis!</string>
2018-09-06 22:48:19 +02:00
<string name="error_image_upload_size">Plik może mieć maksymalnie 8 MB.</string>
<string name="error_media_upload_type">Ten format pliku nie może zostać wysłany.</string>
<string name="error_media_upload_opening">Nie można otworzyć tego pliku.</string>
<string name="error_media_upload_permission">Wymagane jest pozwolenie na dostęp do plików z urządzenia.</string>
<string name="error_media_download_permission">Wymagane jest pozwolenie na przechowywanie plików na urządzeniu.</string>
<string name="error_media_upload_image_or_video">Do wpisu nie mogą być dołączone jednocześnie obrazy i pliki wideo.</string>
<string name="error_media_upload_sending">Wysyłanie nie powiodło się.</string>
<string name="error_report_too_few_statuses">Musisz zgłosić przynajmniej jeden wpis.</string>
<string name="error_invalid_regex">Nieprawidłowe wyrażenie regularne.</string>
<string name="error_sender_account_gone">Wysyłanie wpisu nie powiodło się.</string>
<string name="title_home">Strona główna</string>
<string name="title_advanced">Zaawansowane</string>
<string name="title_notifications">Powiadomienia</string>
<string name="title_public_local">Lokalne</string>
<string name="title_public_federated">Federalne</string>
<string name="title_view_thread">Wątek</string>
<string name="title_statuses">Posty</string>
<string name="title_statuses_with_replies">Z odpowiedziami</string>
<string name="title_follows">Śledzeni</string>
<string name="title_followers">Śledzący</string>
<string name="title_favourites">Ulubione</string>
<string name="title_mutes">Wyciszeni użytkownicy</string>
<string name="title_blocks">Zablokowani użytkownicy</string>
<string name="title_follow_requests">Prośby o możliwość śledzenia</string>
<string name="title_edit_profile">Edytuj profil</string>
2017-07-22 09:35:02 +02:00
<string name="title_saved_toot">Szkice</string>
<string name="title_licenses">Licencje</string>
<string name="status_boosted_format">%s podbił</string>
2017-11-30 20:12:09 +01:00
<string name="status_sensitive_media_title"><b>Wrażliwe treści</b>\nDotknij, aby wyświetlić</string>
<string name="status_media_hidden_title">Ukryto zawartość multimedialną</string>
<string name="status_sensitive_media_directions">Naciśnij, aby wyświetlić</string>
<string name="status_content_warning_show_more">Pokaż więcej</string>
<string name="status_content_warning_show_less">Ukryj</string>
2017-07-03 14:25:05 +02:00
<string name="footer_empty">Pusto! Pociągnij, aby odświeżyć.</string>
<string name="notification_reblog_format">%s podbił Twój post</string>
<string name="notification_favourite_format">%s dodał Twój post do ulubionych</string>
<string name="notification_follow_format">%s zaczął Cię śledzić</string>
<string name="report_username_format">Zgłoś @%s</string>
<string name="report_comment_hint">Dodatkowe komentarze?</string>
<string name="action_quick_reply">Szybka odpowiedź</string>
<string name="action_reply">Odpowiedz</string>
<string name="action_reblog">Podbij</string>
<string name="action_favourite">Dodaj do ulubionych</string>
<string name="action_more">Więcej</string>
<string name="action_compose">Napisz</string>
<string name="action_login">Zaloguj się Kontem Mastodon</string>
<string name="action_logout">Wyloguj się</string>
2018-02-19 17:43:25 +01:00
<string name="action_logout_confirm">Czy na pewno chcesz wylogować się z konta %1$s?</string>
<string name="action_follow">Śledź</string>
<string name="action_unfollow">Przestań śledzić</string>
<string name="action_block">Zablokuj</string>
<string name="action_unblock">Odblokuj</string>
<string name="action_hide_reblogs">Ukryj podbicia</string>
<string name="action_show_reblogs">Pokaż podbicia</string>
<string name="action_report">Zgłoś</string>
<string name="action_delete">Usuń</string>
<string name="action_send">Wyślij</string>
<string name="action_send_public">Wyślij!</string>
<string name="action_retry">Spróbuj ponownie</string>
<string name="action_close">Zamknij</string>
<string name="action_view_profile">Profil</string>
<string name="action_view_preferences">Preferencje</string>
<string name="action_view_favourites">Ulubione</string>
<string name="action_view_mutes">Wyciszeni użytkownicy</string>
<string name="action_view_blocks">Zablokowani użytkownicy</string>
<string name="action_view_follow_requests">Prośby o możliwość śledzenia</string>
<string name="action_view_media">Treści multimedialne</string>
<string name="action_open_in_web">Otwórz w przeglądarce</string>
ComposeActivity improvements (#548) * do not add media urls to status text * add scrolling to content * add arrow icon and animation to replying-to toggle * remove unnecessary compose_button_colors.xml * improve toot button * improve bottom bar, add bottom sheet for compose options, dedicated cw button * fix crash on Android < API 21 * move media picking from dialog to bottom sheet * add small style tootbutton * fix colors/button background for light theme * add icons to media chose bottom sheet * improve hide media button, delete unused styles * fix crash on dev build when taking photo * consolidate drawables * consolidate strings and ids, add tooltips to buttons * allow media only toots * change error message to show max size of upload correctly * fix button color * add emoji * code cleanup * Merge branch 'master' into compose_activity_refactoring # Conflicts: # app/src/main/java/com/keylesspalace/tusky/ComposeActivity.java * fix hidden snackbar * improve hint text color * add SendTootService * fix timeline refreshing * toot saving and error handling for sendtootservice * restructure some code * convert EditTextTyped to Kotlin * fixed pick media button disabled color * force sensitive media when content warning is shown * add db cache for emojis & fix tests * reorder buttons to match mastodon web * add possibility to cancel sending of toot * correctly delete sent toots * refresh SavedTootActivity after toot was sent * remove unused resources * correct params for toot saving in SendTootService * consolidate strings * bugfix * remove unused resources * fix notifications on old android for SendTootService * fix crash
2018-04-13 22:37:21 +02:00
<string name="action_add_media">Dodaj treści multimedialne</string>
<string name="action_photo_take">Wykonaj zdjęcie</string>
<string name="action_share">Udostępnij</string>
<string name="action_mute">Wycisz</string>
<string name="action_unmute">Cofnij wyciszenie</string>
<string name="action_mention">Wspomnij</string>
2017-06-27 23:11:47 +02:00
<string name="action_hide_media">Ukryj zawartość multimedialną</string>
<string name="action_open_drawer">Otwórz szufladkę</string>
<string name="action_save">Zapisz</string>
<string name="action_edit_profile">Edytuj profil</string>
<string name="action_edit_own_profile">Edytuj</string>
<string name="action_undo">Cofnij</string>
<string name="action_accept">Akceptuj</string>
<string name="action_reject">Odrzuć</string>
<string name="action_search">Szukaj</string>
<string name="action_access_saved_toot">Szkice</string>
<string name="action_toggle_visibility">Widoczność wpisu</string>
<string name="action_content_warning">Ostrzeżenie o zawartości</string>
<string name="action_emoji_keyboard">Klawiatura emoji</string>
<string name="download_image">Pobieranie %1$s</string>
<string name="action_copy_link">Skopiuj odnośnik</string>
<string name="send_status_link_to">Udostępnij odnośnik do wpisu…</string>
<string name="send_status_content_to">Udostępnij wpis do…</string>
<string name="confirmation_reported">Wyślij!</string>
<string name="confirmation_unblocked">Odblokowano użytkownika</string>
<string name="confirmation_unmuted">Cofnięto wyciszenie użytkownika</string>
<string name="status_sent">Wysłano!</string>
<string name="status_sent_long">Pomyślnie wysłano odpowiedź.</string>
<string name="hint_domain">Jaka instancja?</string>
<string name="hint_compose">Co Ci chodzi po głowie?</string>
2017-07-05 15:55:19 +02:00
<string name="hint_content_warning">Ostrzeżenie o zawartości</string>
<string name="hint_display_name">Nazwa wyświetlana</string>
<string name="hint_note">Biografia</string>
2017-07-03 14:25:05 +02:00
<string name="hint_search">Szukaj…</string>
<string name="search_no_results">Brak wyników</string>
<string name="label_quick_reply">Odpowiedz…</string>
<string name="label_avatar">Obraz profilowy</string>
<string name="label_header">Nagłówek</string>
<string name="link_whats_an_instance">Czym jest instancja?</string>
<string name="login_connection">Łączenie…</string>
<string name="dialog_whats_an_instance">Tutaj można wprowadzić domenę lub adres instancji,
np. mastodon.social, icosahedron.website, social.tchncs.de, i
2017-07-22 09:35:02 +02:00
<a href="https://instances.social">wiele więcej!</a>
\n\nJeżeli nie posiadasz jeszcze konta, wprowadź tu nazwę instancji, na której chcesz się zarejestrować.
Instancja jest miejscem, na którym znajduje się twoje konto,
lecz komunikując się z innymi serwerami, działa tak,
jakby były jednym portalem.
Więcej informacji można znaleźć na <a href="https://joinmastodon.org">joinmastodon.org</a>.
</string>
<string name="dialog_title_finishing_media_upload">Kończenie wysyłania treści</string>
<string name="dialog_message_uploading_media">Wysyłanie…</string>
<string name="dialog_download_image">Pobierz</string>
<string name="dialog_message_cancel_follow_request">Czy chcesz anulować prośbę o możliwość śledzenia?</string>
<string name="dialog_unfollow_warning">Czy chcesz przestać śledzić to konto?</string>
<string name="visibility_public">Publiczne: Opublikuj na publicznych osiach czasu</string>
<string name="visibility_unlisted">Niepubliczne: Nie wyświetlaj na publicznych osiach czasu</string>
<string name="visibility_private">Tylko śledzeni: Wyświetlaj tylko śledzonym</string>
<string name="visibility_direct">Bezpośrednio: Widoczne tylko dla wspomnianych</string>
<string name="pref_title_notification_settings">Powiadomienia</string>
<string name="pref_title_edit_notification_settings">Edytuj powiadomienia</string>
<string name="pref_title_notifications_enabled">Powiadomienia</string>
<string name="pref_summary_notifications">dla konta %1$s</string>
<string name="pref_title_notification_alerts">Alerty</string>
<string name="pref_title_notification_alert_sound">Powiadamiaj dźwiękiem</string>
<string name="pref_title_notification_alert_vibrate">Powiadamiaj wibracją</string>
<string name="pref_title_notification_alert_light">Powiadamiaj diodą</string>
<string name="pref_title_notification_filters">Powiadom mnie, gdy</string>
<string name="pref_title_notification_filter_mentions">wspomniano o mnie</string>
<string name="pref_title_notification_filter_follows">zaczęto mnie śledzić</string>
<string name="pref_title_notification_filter_reblogs">moje posty zostaną podbite</string>
<string name="pref_title_notification_filter_favourites">moje posty zostaną dodane do ulubionych</string>
<string name="pref_title_appearance_settings">Wygląd</string>
Theming improvements (#502) * Split theme definitions into day and night * Add support for Night Mode in code * Add theme chooser in preferences * Fix translations * Adjust IDs * Adjust preferences for custom themes * UI tweaks for custom theme support * Added code for custom theme support 🍅 * Fixed resource display in Kotlin 🍅 * Restored styles * Updated strings * Fixed getIdentifier() to fit into setTheme() * Removed redundant resources * Reset default theme to "Dusky" * Fixed night mode handler to maintain compatibility * Refactor functions to use helper methods * Added license block * Added preview to theme selector * Added color identifier getter helper method * Fixed reference in AccountMediaFragment * Cleanup * Fixed navbar foreground not changing color * Fix fallback theme switch(){} * Enable location-based daylight trigger * Cleanup * Modified theming strategy to reduce clutter in preferences * Updated translations for latest version * Removed "Default" theme flavor from settings * Updated Polish translations 🇵🇱 * Modified TwilightManager handling code to support Android M's UiModeManager features and moved it to its own function * Updated Polish translations 🇵🇱 * Cleanup; Fixed hardcoded string * Added missing escape in string * Removed permission request dialog. As we now use native UiModeManager APIs that don't need special permission for Android 6.0 and above, we no longer need to bother user with Android M+ specific location permission request dialog. * Increased readability of ThemeUtil class * Refactored ThemeUtils.setAppNightMode method * Cleanup
2018-01-20 13:39:01 +01:00
<string name="pref_title_app_theme">Motyw</string>
2018-02-19 17:43:25 +01:00
<string-array name="app_theme_names">
<item>Ciemny</item>
<item>Jasny</item>
<item>Czarny</item>
2018-02-19 17:43:25 +01:00
<item>Zmieniaj automatycznie po zachodzie słońca</item>
New Crowdin translations (#1106) * New translations strings.xml (Italian) * New translations strings.xml (Czech) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Dutch) * New translations strings.xml (Italian) * New translations strings.xml (Tamil) * New translations strings.xml (Russian) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Polish) * New translations strings.xml (Persian) * New translations strings.xml (Occitan) * New translations strings.xml (Hungarian) * New translations strings.xml (German) * New translations strings.xml (French) * New translations strings.xml (Chinese Traditional, Singapore) * New translations strings.xml (Chinese Traditional, Macau) * New translations strings.xml (Chinese Traditional, Hong Kong) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Arabic) * New translations strings.xml (Japanese) * New translations strings.xml (Turkish) * New translations strings.xml (Spanish) * New translations strings.xml (Esperanto) * New translations strings.xml (Dutch) * New translations strings.xml (Dutch) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Dutch) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Italian) * New translations strings.xml (Japanese) * New translations strings.xml (Japanese) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech)
2019-03-08 21:12:07 +01:00
<item>Use System Design</item>
2018-02-19 17:43:25 +01:00
</string-array>
<string name="pref_title_browser_settings">Przeglądarka</string>
<string name="pref_title_custom_tabs">Używaj niestandardowych kart Chrome</string>
<string name="pref_title_hide_follow_button">Ukryj przycisk śledzenia podczas przewijania</string>
<string name="pref_title_status_filter">Filtrowanie osi czasu</string>
<string name="pref_title_status_tabs">Karty</string>
<string name="pref_title_show_boosts">Pokazuj podbicia</string>
<string name="pref_title_show_replies">Pokazuj odpowiedzi</string>
<string name="pref_title_filter_regex">Filtruj z użyciem wyrażeń regularnych</string>
2017-06-27 23:11:47 +02:00
<string name="pref_title_show_media_preview">Pokazuj podgląd zawartości multimedialnej</string>
<string name="pref_title_http_proxy_settings">Proxy HTTP</string>
<string name="pref_title_http_proxy_enable">Włącz proxy HTTP</string>
<string name="pref_title_http_proxy_server">Serwer proxy HTTP</string>
<string name="pref_title_http_proxy_port">Port proxy HTTP</string>
<string name="pref_default_post_privacy">Domyślne ustawienia prywatności wpisów</string>
<string name="pref_publishing">Publikowanie</string>
<string-array name="post_privacy_names">
<item>Publiczne</item>
<item>Niewypisane</item>
<item>Tylko dla śledzonych</item>
</string-array>
<string name="pref_status_text_size">Rozmiar tekstu wpisów</string>
<string-array name="status_text_size_names">
<item>Najmniejszy</item>
<item>Mały</item>
<item>Średni</item>
<item>Duży</item>
<item>Ogromny</item>
</string-array>
<string name="notification_channel_mention_name">Nowe wspomnienia</string>
<string name="notification_channel_mention_descriptions">Powiadomienia o nowych wspomnieniach</string>
<string name="notification_channel_follow_name">Nowi śledzący</string>
<string name="notification_channel_follow_description">Powiadomienia o nowych śledzących</string>
<string name="notification_channel_boost_name">Podbicia</string>
<string name="notification_channel_boost_description">Powiadomienia o podbiciu wpisów</string>
<string name="notification_channel_favourite_name">Ulubione</string>
<string name="notification_channel_favourite_description">Powiadomienia o dodaniu wpisów do ulubionych</string>
<string name="notification_mention_format">%s wspomniał o Tobie</string>
<string name="notification_summary_large">%1$s, %2$s, %3$s i %4$d innych</string>
<string name="notification_summary_medium">%1$s, %2$s, i %3$s</string>
<string name="notification_summary_small">%1$s i %2$s</string>
<string name="notification_title_summary">%d nowych powiadomień</string>
<string name="description_account_locked">Konto zablokowane</string>
<string name="about_title_activity">O programie</string>
<string name="about_tusky_license">Tusky jest wolnym i otwartoźródłowym oprogramowaniem.
Jest on dostępny na licencji GNU General Public License w wersji trzeciej.
Możesz przeczytać przetłumaczoną treść licencji <a href="https://web.archive.org/web/20171024013739/http://itlaw.computerworld.pl/wp-content/uploads/2008/03/powszechna-licencja-publiczna-gnu_v2.pdf">tutaj</a>.</string>
<!-- note to translators:
* you should think of “free” as in “free speech,” not as in “free beer”.
We sometimes call it “libre software,” borrowing the French or Spanish word for “free” as in freedom,
to show we do not mean the software is gratis. Source: https://www.gnu.org/philosophy/free-sw.html
* the url can be changed to link to the localized version of the license.
-->
<string name="about_project_site"> Strona projektu:\n
2018-02-25 14:51:06 +01:00
https://tuskyapp.github.io
</string>
<string name="about_bug_feature_request_site"> Zgłoszenia błędów i propozycje funkcji:\n
2018-02-25 14:51:06 +01:00
https://github.com/tuskyapp/Tusky/issues
</string>
<string name="about_tusky_account">Profil Tuskyego</string>
<string name="status_share_content">Udostępnij zawartość postu</string>
<string name="status_share_link">Udostępnij link do postu</string>
2017-06-27 23:11:47 +02:00
<string name="status_media_images">Obrazy</string>
<string name="status_media_video">Wideo</string>
<string name="state_follow_requested">Wysłano prośbę o możliwość śledzenia</string>
<string name="no_content">brak zawartości</string>
<!--These are for timestamps on statuses. For example: "16s" or "2d"-->
<string name="abbreviated_in_years">w %d lata</string>
<string name="abbreviated_in_days">w %d dni</string>
<string name="abbreviated_in_hours">w %d godz.</string>
<string name="abbreviated_in_minutes">w %d min.</string>
<string name="abbreviated_in_seconds">w %ds</string>
<string name="abbreviated_years_ago">%d lat temu</string>
<string name="abbreviated_days_ago">%d dni temu</string>
<string name="abbreviated_hours_ago">%d godz. temu</string>
<string name="abbreviated_minutes_ago">%d min. temu</string>
<string name="abbreviated_seconds_ago">%ds temu</string>
<string name="follows_you">Śledzi Cię</string>
<string name="pref_title_alway_show_sensitive_media">Zawsze wyświetlaj wrażliwą zawartość</string>
<string name="title_media">Zawartość multimedialna</string>
<string name="replying_to">Odpowiadasz na wpis autorstwa @%s</string>
<string name="load_more_placeholder_text">załaduj więcej</string>
2018-02-19 17:43:25 +01:00
<string name="add_account_name">Dodaj konto</string>
<string name="add_account_description">Dodaj nowe Konto Mastodon</string>
<string name="action_lists">Listy</string>
<string name="title_lists">Listy</string>
<string name="title_list_timeline">Oś czasu listy</string>
2018-02-19 17:43:25 +01:00
<string name="compose_active_account_description">Publikowanie z konta %1$s</string>
<string name="error_failed_set_caption">Nie udało się ustawić podpisu</string>
<string name="action_set_caption">Ustaw podpis</string>
<string name="action_remove_media">Usuń</string>
<string name="lock_account_label">Zablokuj konto</string>
<string name="lock_account_label_description">Wymaga od Ciebie ręcznej akceptacji próśb o śledzenie</string>
<string name="compose_save_draft">Czy chcesz zapisać szkic?</string>
<string name="send_toot_notification_title">Wysyłanie wpisu…</string>
<string name="send_toot_notification_error_title">Wystąpił błąd podczas wysyłania wpisu</string>
<string name="send_toot_notification_channel_name">Wysyłanie wpisów</string>
<string name="send_toot_notification_cancel_title">Anulowano wysyłanie</string>
<string name="send_toot_notification_saved_content">Kopia wpisu została zapisana jako szkic</string>
<string name="action_compose_shortcut">Wyślij</string>
<string name="error_no_custom_emojis">Twoja instancja %s nie używa żadnych niestandardowych emoji</string>
<string name="copy_to_clipboard_success">Skopiowano do schowka</string>
<string name="emoji_style">Styl emoji</string>
<string name="system_default">Domyślny systemu</string>
<string name="download_fonts">Musisz najpierw pobrać te zestawy emoji</string>
<string name="performing_lookup_title">Wyszukiwanie…</string>
<string name="expand_collapse_all_statuses">Rozwiń/zwiń wszystkie wpisy</string>
<string name="action_open_toot">Otwórz wpis</string>
<string name="restart_required">Wymagane jest ponowne uruchomienie</string>
<string name="restart_emoji">Musisz uruchomić ponownie Tuskyego, aby zastosować zmiany</string>
<string name="later">Później</string>
<string name="restart">Uruchom ponownie</string>
<string name="caption_systememoji">Domyślny zestaw emoji tego urządzenia</string>
<string name="caption_blobmoji">Emoji Blob znane z Androida 4.47.1</string>
<string name="caption_twemoji">Standardowy zestaw emoji Mastodona</string>
<string name="download_failed">Pobieranie nie powiodło się</string>
<string name="account_moved_description">%1$s przeniósł się na:</string>
<string name="reblog_private">Podbij grupie docelowej autora oryginału</string>
<string name="unreblog_private">Cofnij podbicie</string>
<string name="license_description">Tusky zawiera kod i zasoby następujących projektów open source:</string>
<string name="license_apache_2">Na licencji Apache (kopia poniżej)</string>
<string name="profile_metadata_label">Metadane profilu</string>
<string name="profile_metadata_add">dodaj dane</string>
<string name="profile_metadata_label_label">Nazwa</string>
<string name="profile_metadata_content_label">Zawartość</string>
</resources>