diff options
Diffstat (limited to 'src/main/res/values-pl')
-rw-r--r-- | src/main/res/values-pl/strings.xml | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/src/main/res/values-pl/strings.xml b/src/main/res/values-pl/strings.xml index 15bd0955..9f87b5c1 100644 --- a/src/main/res/values-pl/strings.xml +++ b/src/main/res/values-pl/strings.xml @@ -101,6 +101,7 @@ <string name="pref_xmpp_resource_summary">Nazwa identyfikująca urządzenie</string> <string name="pref_accept_files">Akceptuj pliki</string> <string name="pref_accept_files_summary">Automatycznie akceptuj pliki mniejsze niż...</string> + <string name="pref_accept_files_size_summary">Automatycznie akceptuj pliki mniejsze niż...</string> <string name="pref_notification_settings">Powiadomienie</string> <string name="pref_notifications">Powiadomienia</string> <string name="pref_notifications_summary">Powiadamiaj, gdy nadejdzie wiadomość</string> @@ -277,8 +278,6 @@ <string name="pref_security_settings">Bezpieczeństwo</string> <string name="pref_force_encryption">Wymuszaj szyfrowanie typu end-to-end</string> <string name="pref_force_encryption_summary">Szyfruj wszystkie wiadomości (poza konferencjami)</string> - <string name="pref_allow_message_correction">Pozwól na poprawianie wiadomości</string> - <string name="pref_allow_message_correction_summary">Pozwól swoim kontaktom poprawiać wiadomości</string> <string name="pref_dont_save_encrypted">Nie zapisuj zaszyfrowanych wiadomości</string> <string name="pref_dont_save_encrypted_summary">Uwaga: Może powodować utratę wiadomości</string> <string name="pref_expert_options">Ustawienia zaawansowane</string> @@ -486,6 +485,8 @@ <string name="recently_used">Ostatnio używana</string> <string name="choose_quick_action">Wybierz szybką akcję</string> <string name="search_for_contacts_or_groups">Szukaj kontaktów i grup</string> + <!--%s = bare jid, %d = count of online resources--> + <string name="dlg_msg_details_msg_status_failed">Operacja nieudana</string> <string name="send_private_message">Wyślij wiadomość prywatną</string> <string name="user_has_left_conference">%s opuścił(a) konferencję!</string> <string name="username">Nazwa użytkownika</string> @@ -496,8 +497,6 @@ <string name="download_failed_server_not_found">Pobieranie nieudane: Nie odnaleziono serwera</string> <string name="download_failed_file_not_found">Pobieranie nieudane: Nie odnaleziono pliku</string> <string name="download_failed_could_not_connect">Pobieranie nieudane: Nie można połączyć z hostem</string> - <string name="pref_use_white_background">Białe tło</string> - <string name="pref_use_white_background_summary">Pokazuj otrzymane wiadomości jako czarny tekst na białym tle</string> <string name="account_status_tor_unavailable">Sieć TOR jest niedostepna</string> <string name="server_info_broken">Zepsute</string> <string name="pref_presence_settings">Obecność</string> @@ -525,11 +524,8 @@ <string name="verified_omemo_key_with_certificate">Zweryfikowano klucz OMEMO z certyfikatem</string> <string name="device_does_not_support_certificates">Twoje urządzenie nie wspiera wyboru certyfikatów klienckich</string> <string name="pref_connection_options">Połączenie</string> - <string name="pref_use_tor">Połącz przez sieć TOR</string> - <string name="pref_use_tor_summary">Tuneluj wszystkie połączenia przez sieć TOR. Wymaga zainstalowania aplikacji \"Orbot\"</string> <string name="account_settings_hostname">Nazwa hosta</string> <string name="account_settings_port">Port</string> - <string name="hostname_or_onion">Adres serwera lub \".onion\" adres</string> <string name="not_a_valid_port">To nie jest prawidłowy numer portu</string> <string name="not_valid_hostname">To nie jest prawidłowa nazwa hosta</string> <string name="connected_accounts">%1$d z %2$d kont połączonych</string> @@ -538,7 +534,6 @@ <item quantity="few">%d wiadomości</item> <item quantity="other">%d wiadomości</item> </plurals> - <string name="load_more_messages">Załaduj wiecej wiadomości</string> <string name="shared_file_with_x">Dzielony plik z %s</string> <string name="shared_image_with_x">Dzielony obraz z %s</string> <string name="no_storage_permission">Conversations potrzebuje dostęp do zewnętrznego magazynu</string> @@ -556,8 +551,6 @@ <string name="notify_only_when_highlighted">Powiadom tylko gdy wspomniano</string> <string name="notify_never">Powiadomienia wyłączone</string> <string name="notify_paused">Powiadomienia wstrzymane</string> - <string name="pref_picture_compression">Kompresuj obrazki</string> - <string name="pref_picture_compression_summary">Zmień rozmiar i kompresuj obrazki</string> <string name="always">Zawsze</string> <string name="automatically">Automatycznie</string> <string name="battery_optimizations_enabled">Optymalizacje zużycia baterii włączone</string> @@ -567,6 +560,4 @@ <string name="selection_too_large">Zaznaczony obszar jest zbyt duży</string> <string name="no_accounts">(Brak aktywynych kont)</string> <string name="this_field_is_required">To pole jest wymagane</string> - <string name="correct_message">Popraw wiadomość</string> - <string name="send_corrected_message">Wyślij poprawioną wiadomość</string> </resources> |