4591 lines
108 KiB
Plaintext
4591 lines
108 KiB
Plaintext
# Copyright (C) YEAR This file is copyright:
|
||
# This file is distributed under the same license as the neochat package.
|
||
#
|
||
# Karol Kosek <krkk@krkk.ct8.pl>, 2020.
|
||
# Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>, 2021, 2022, 2023.
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: neochat\n"
|
||
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
|
||
"POT-Creation-Date: 2023-09-27 01:41+0000\n"
|
||
"PO-Revision-Date: 2023-09-24 08:05+0200\n"
|
||
"Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>\n"
|
||
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
|
||
"Language: pl\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: 8bit\n"
|
||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||
"|| n%100>=20) ? 1 : 2);\n"
|
||
"X-Generator: Lokalize 23.04.3\n"
|
||
|
||
#: src/controller.cpp:204
|
||
#, kde-format
|
||
msgid "Login Failed: Access Token invalid or revoked"
|
||
msgstr "Nie udało się wejść: token dostępowy nieprawidłowy lub unieważniony"
|
||
|
||
#: src/controller.cpp:207 src/controller.cpp:212 src/login.cpp:93
|
||
#, kde-format
|
||
msgid "Login Failed: %1"
|
||
msgstr "Nie udało się wejść: %1"
|
||
|
||
#: src/controller.cpp:218
|
||
#, kde-format
|
||
msgid "Network Error: %1"
|
||
msgstr "Błąd sieciowy: %1"
|
||
|
||
#: src/controller.cpp:243
|
||
#, kde-format
|
||
msgid "Access token wasn't found"
|
||
msgstr "Nie znaleziono żadnego tokena dostępu"
|
||
|
||
#: src/controller.cpp:243
|
||
#, kde-format
|
||
msgid "Maybe it was deleted?"
|
||
msgstr "Może został usunięty?"
|
||
|
||
#: src/controller.cpp:247
|
||
#, kde-format
|
||
msgid "Access to keychain was denied."
|
||
msgstr "Odmówiono dostępu do pęku kluczy."
|
||
|
||
#: src/controller.cpp:247
|
||
#, kde-format
|
||
msgid "Please allow NeoChat to read the access token"
|
||
msgstr "Zezwól NeoChatowi odczytać tokena dostępowego"
|
||
|
||
#: src/controller.cpp:250
|
||
#, kde-format
|
||
msgid "No keychain available."
|
||
msgstr "Brak pęku kluczy."
|
||
|
||
#: src/controller.cpp:250
|
||
#, kde-format
|
||
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
|
||
msgstr "Wgraj pęk kluczy, np. KWallet lub pęk kluczy GNOME dla Linuksa"
|
||
|
||
#: src/controller.cpp:253
|
||
#, kde-format
|
||
msgid "Unable to read access token"
|
||
msgstr "Nie można odczytać tokena dostępu"
|
||
|
||
#: src/controller.cpp:349
|
||
#, kde-format
|
||
msgid "File too large to download."
|
||
msgstr "Plik jest zbyt duży do pobrania."
|
||
|
||
#: src/controller.cpp:349
|
||
#, kde-format
|
||
msgid "Contact your matrix server administrator for support."
|
||
msgstr "Napisz do obsługi twojego serwera Matriksa z prośbą o pomoc."
|
||
|
||
#: src/controller.cpp:379
|
||
#, kde-format
|
||
msgid "The room id you are trying to join is not valid"
|
||
msgstr "Id pokoju, do którego próbujesz dołączyć, jest nieprawidłowy"
|
||
|
||
#: src/eventhandler.cpp:289 src/eventhandler.cpp:491
|
||
#: src/models/messageeventmodel.cpp:453
|
||
#, kde-format
|
||
msgid "<i>[This message was deleted]</i>"
|
||
msgstr "<i>[Wiadomość została usunięta]</i>"
|
||
|
||
#: src/eventhandler.cpp:289 src/models/messageeventmodel.cpp:454
|
||
#, kde-format
|
||
msgid "<i>[This message was deleted: %1]</i>"
|
||
msgstr "<i>[Wiadomość została usunięta: %1]</i>"
|
||
|
||
#: src/eventhandler.cpp:320
|
||
#, kde-format
|
||
msgid "reinvited %1 to the room"
|
||
msgstr "zaprosił(a) ponownie %1 do pokoju"
|
||
|
||
#: src/eventhandler.cpp:322
|
||
#, kde-format
|
||
msgctxt "Optional reason for an invitation"
|
||
msgid ": %1"
|
||
msgstr ": %1"
|
||
|
||
#: src/eventhandler.cpp:331 src/eventhandler.cpp:515
|
||
#, kde-format
|
||
msgid "joined the room (repeated)"
|
||
msgstr "dołączył(a) do pokoju (powtórzono)"
|
||
|
||
#: src/eventhandler.cpp:333
|
||
#, kde-format
|
||
msgid "invited %1 to the room"
|
||
msgstr "zaprosił(a) %1 do pokoju"
|
||
|
||
#: src/eventhandler.cpp:333 src/eventhandler.cpp:517
|
||
#, kde-format
|
||
msgid "joined the room"
|
||
msgstr "dołączył(a) do pokoju"
|
||
|
||
#: src/eventhandler.cpp:337
|
||
#, kde-format
|
||
msgid ": %1"
|
||
msgstr ": %1"
|
||
|
||
#: src/eventhandler.cpp:344 src/eventhandler.cpp:525
|
||
#, kde-format
|
||
msgctxt "their refers to a singular user"
|
||
msgid "cleared their display name"
|
||
msgstr "wyczyścił(a) swoją wyświetlaną nazwę"
|
||
|
||
#: src/eventhandler.cpp:346
|
||
#, kde-format
|
||
msgctxt "their refers to a singular user"
|
||
msgid "changed their display name to %1"
|
||
msgstr "zmienił(a) swoją wyświetlaną nazwę na %1"
|
||
|
||
#: src/eventhandler.cpp:351 src/eventhandler.cpp:532
|
||
#, kde-format
|
||
msgid " and "
|
||
msgstr " i "
|
||
|
||
#: src/eventhandler.cpp:354 src/eventhandler.cpp:535
|
||
#, kde-format
|
||
msgctxt "their refers to a singular user"
|
||
msgid "cleared their avatar"
|
||
msgstr "wyczyścił(a) swój awatar"
|
||
|
||
#: src/eventhandler.cpp:356 src/eventhandler.cpp:537
|
||
#, kde-format
|
||
msgid "set an avatar"
|
||
msgstr "ustawił(a) awatar"
|
||
|
||
#: src/eventhandler.cpp:358 src/eventhandler.cpp:539
|
||
#, kde-format
|
||
msgctxt "their refers to a singular user"
|
||
msgid "updated their avatar"
|
||
msgstr "zmienił(a) swój awatar"
|
||
|
||
#: src/eventhandler.cpp:362 src/eventhandler.cpp:543
|
||
#, kde-format
|
||
msgctxt "<user> changed nothing"
|
||
msgid "changed nothing"
|
||
msgstr "nie zmienił niczego"
|
||
|
||
#: src/eventhandler.cpp:368
|
||
#, kde-format
|
||
msgid "withdrew %1's invitation"
|
||
msgstr "wycofał(a) zaproszenie %1"
|
||
|
||
#: src/eventhandler.cpp:368 src/eventhandler.cpp:549
|
||
#, kde-format
|
||
msgid "rejected the invitation"
|
||
msgstr "odrzucił(a) zaproszenie"
|
||
|
||
#: src/eventhandler.cpp:372
|
||
#, kde-format
|
||
msgid "unbanned %1"
|
||
msgstr "odbanował(a) %1"
|
||
|
||
#: src/eventhandler.cpp:372 src/eventhandler.cpp:553
|
||
#, kde-format
|
||
msgid "self-unbanned"
|
||
msgstr "samo-odbanowany"
|
||
|
||
#: src/eventhandler.cpp:375
|
||
#, kde-format
|
||
msgid "has put %1 out of the room: %2"
|
||
msgstr "umieścił %1 poza pokojem: %2"
|
||
|
||
#: src/eventhandler.cpp:376 src/eventhandler.cpp:555
|
||
#, kde-format
|
||
msgid "left the room"
|
||
msgstr "opuścił(a) pokój"
|
||
|
||
#: src/eventhandler.cpp:380
|
||
#, kde-format
|
||
msgid "banned %1 from the room"
|
||
msgstr "zbanował %1 w tym pokoju"
|
||
|
||
#: src/eventhandler.cpp:382
|
||
#, kde-format
|
||
msgid "banned %1 from the room: %2"
|
||
msgstr "zbanował(a) %1 z pokoju: %2"
|
||
|
||
#: src/eventhandler.cpp:385 src/eventhandler.cpp:560
|
||
#, kde-format
|
||
msgid "self-banned from the room"
|
||
msgstr "samozbanowany(a) z pokoju"
|
||
|
||
#: src/eventhandler.cpp:389 src/eventhandler.cpp:563
|
||
#, kde-format
|
||
msgid "requested an invite"
|
||
msgstr "zażądaj zaproszenia"
|
||
|
||
#: src/eventhandler.cpp:389
|
||
#, kde-format
|
||
msgid "requested an invite with reason: %1"
|
||
msgstr "zażądano zaproszenia z powodem: %1"
|
||
|
||
#: src/eventhandler.cpp:393 src/eventhandler.cpp:567
|
||
#, kde-format
|
||
msgid "made something unknown"
|
||
msgstr "zrobił(a) coś nieznanego"
|
||
|
||
#: src/eventhandler.cpp:396 src/eventhandler.cpp:570
|
||
#, kde-format
|
||
msgid "cleared the room main alias"
|
||
msgstr "wyczyścił(a) główny alias pokoju"
|
||
|
||
#: src/eventhandler.cpp:396
|
||
#, kde-format
|
||
msgid "set the room main alias to: %1"
|
||
msgstr "ustawił(a) główny alias pokoju na: %1"
|
||
|
||
#: src/eventhandler.cpp:399 src/eventhandler.cpp:573
|
||
#, kde-format
|
||
msgid "cleared the room name"
|
||
msgstr "wyczyścił(a) nazwę pokoju"
|
||
|
||
#: src/eventhandler.cpp:399
|
||
#, kde-format
|
||
msgid "set the room name to: %1"
|
||
msgstr "ustawił(a) nazwę pokoju na: %1"
|
||
|
||
#: src/eventhandler.cpp:402 src/eventhandler.cpp:576
|
||
#, kde-format
|
||
msgid "cleared the topic"
|
||
msgstr "wyczyścił(a) temat"
|
||
|
||
#: src/eventhandler.cpp:403
|
||
#, kde-format
|
||
msgid "set the topic to: %1"
|
||
msgstr "ustawił(a) temat na: %1"
|
||
|
||
#: src/eventhandler.cpp:409 src/eventhandler.cpp:579
|
||
#, kde-format
|
||
msgid "changed the room avatar"
|
||
msgstr "zmienił(a) awatar pokoju"
|
||
|
||
#: src/eventhandler.cpp:412 src/eventhandler.cpp:582
|
||
#, kde-format
|
||
msgid "activated End-to-End Encryption"
|
||
msgstr "aktywował(a) szyfrowanie End-to-End"
|
||
|
||
#: src/eventhandler.cpp:415
|
||
#, kde-format
|
||
msgid "upgraded the room to version %1"
|
||
msgstr "zaktualizował(a) pokój do wersji %1"
|
||
|
||
#: src/eventhandler.cpp:416
|
||
#, kde-format
|
||
msgid "created the room, version %1"
|
||
msgstr "utworzył(a) pokój, wersja %1"
|
||
|
||
#: src/eventhandler.cpp:419 src/eventhandler.cpp:588
|
||
#, kde-format
|
||
msgctxt "'power level' means permission level"
|
||
msgid "changed the power levels for this room"
|
||
msgstr "zmieniono poziomy mocy dla tego pokoju"
|
||
|
||
#: src/eventhandler.cpp:423 src/eventhandler.cpp:592
|
||
#, kde-format
|
||
msgid "changed the server access control lists for this room"
|
||
msgstr "zmieniono serwerową listę sterującą dostępem dla tego pokoju"
|
||
|
||
#: src/eventhandler.cpp:427
|
||
#, kde-format
|
||
msgctxt "[User] added <name> widget"
|
||
msgid "added %1 widget"
|
||
msgstr "dodał %1 element interfejsu"
|
||
|
||
#: src/eventhandler.cpp:430
|
||
#, kde-format
|
||
msgctxt "[User] removed <name> widget"
|
||
msgid "removed %1 widget"
|
||
msgstr "usunął %1 element interfejsu"
|
||
|
||
#: src/eventhandler.cpp:432
|
||
#, kde-format
|
||
msgctxt "[User] configured <name> widget"
|
||
msgid "configured %1 widget"
|
||
msgstr "ustawił %1 element interfejsu"
|
||
|
||
#: src/eventhandler.cpp:437
|
||
#, kde-format
|
||
msgid "updated %1 state"
|
||
msgstr "zaktualizował(a) stan %1"
|
||
|
||
#: src/eventhandler.cpp:438
|
||
#, kde-format
|
||
msgid "updated %1 state for %2"
|
||
msgstr "zaktualizował(a) stan %1 dla %2"
|
||
|
||
#: src/eventhandler.cpp:443 src/eventhandler.cpp:609
|
||
#, kde-format
|
||
msgid "Unknown event"
|
||
msgstr "Nieznane wydarzenie"
|
||
|
||
#: src/eventhandler.cpp:458
|
||
#, kde-format
|
||
msgid "a file"
|
||
msgstr "plik"
|
||
|
||
#: src/eventhandler.cpp:498
|
||
#, kde-format
|
||
msgid "sent a message"
|
||
msgstr "wysłał(a) wiadomość"
|
||
|
||
#: src/eventhandler.cpp:502
|
||
#, kde-format
|
||
msgid "sent a sticker"
|
||
msgstr "wysłał(a) naklejkę"
|
||
|
||
#: src/eventhandler.cpp:508
|
||
#, kde-format
|
||
msgid "reinvited someone to the room"
|
||
msgstr "zaprosił(a) ponownie kogoś do pokoju"
|
||
|
||
#: src/eventhandler.cpp:517
|
||
#, kde-format
|
||
msgid "invited someone to the room"
|
||
msgstr "zaprosił(a) kogoś do pokoju"
|
||
|
||
#: src/eventhandler.cpp:527
|
||
#, kde-format
|
||
msgctxt "their refers to a singular user"
|
||
msgid "changed their display name"
|
||
msgstr "zmienił(a) swoją nazwę wyświetlaną"
|
||
|
||
#: src/eventhandler.cpp:549
|
||
#, kde-format
|
||
msgid "withdrew a user's invitation"
|
||
msgstr "wycofał(a) zaproszenie użytkownika"
|
||
|
||
#: src/eventhandler.cpp:553
|
||
#, kde-format
|
||
msgid "unbanned a user"
|
||
msgstr "odbanował(a) użytkownika"
|
||
|
||
#: src/eventhandler.cpp:555
|
||
#, kde-format
|
||
msgid "put a user out of the room"
|
||
msgstr "umieścił(a) użytkownika poza pokojem"
|
||
|
||
#: src/eventhandler.cpp:558
|
||
#, kde-format
|
||
msgid "banned a user from the room"
|
||
msgstr "zbanował(a) użytkownika w tym pokoju"
|
||
|
||
#: src/eventhandler.cpp:570
|
||
#, kde-format
|
||
msgid "set the room main alias"
|
||
msgstr "ustawił(a) główny alias pokoju"
|
||
|
||
#: src/eventhandler.cpp:573
|
||
#, kde-format
|
||
msgid "set the room name"
|
||
msgstr "ustawił(a) nazwę pokoju"
|
||
|
||
#: src/eventhandler.cpp:576
|
||
#, kde-format
|
||
msgid "set the topic"
|
||
msgstr "ustawił(a) temat"
|
||
|
||
#: src/eventhandler.cpp:585
|
||
#, kde-format
|
||
msgid "upgraded the room version"
|
||
msgstr "uaktualnił(a) wersję pokoju"
|
||
|
||
#: src/eventhandler.cpp:585
|
||
#, kde-format
|
||
msgid "created the room"
|
||
msgstr "utworzył(a) pokój"
|
||
|
||
#: src/eventhandler.cpp:596
|
||
#, kde-format
|
||
msgid "added a widget"
|
||
msgstr "dodał(a) element interfejsu"
|
||
|
||
#: src/eventhandler.cpp:599
|
||
#, kde-format
|
||
msgid "removed a widget"
|
||
msgstr "usunął(ęła) element interfejsu"
|
||
|
||
#: src/eventhandler.cpp:601
|
||
#, kde-format
|
||
msgid "configured a widget"
|
||
msgstr "ustawił(a) element interfejsu"
|
||
|
||
#: src/eventhandler.cpp:603
|
||
#, kde-format
|
||
msgid "updated the state"
|
||
msgstr "uaktualnił(a) stan"
|
||
|
||
#: src/eventhandler.cpp:607
|
||
#, kde-format
|
||
msgid "started a poll"
|
||
msgstr "rozpoczął(ęła) głosowanie"
|
||
|
||
#: src/eventhandler.cpp:981
|
||
#, kde-format
|
||
msgid "1 user: "
|
||
msgid_plural "%1 users: "
|
||
msgstr[0] "1 użytkownik: "
|
||
msgstr[1] "%1 użytkowników: "
|
||
msgstr[2] "%1 użytkowników: "
|
||
|
||
#: src/eventhandler.cpp:984
|
||
#, kde-format
|
||
msgctxt "list separator"
|
||
msgid ", "
|
||
msgstr ", "
|
||
|
||
#: src/filetransferpseudojob.cpp:48
|
||
#, kde-format
|
||
msgctxt "Job heading, like 'Copying'"
|
||
msgid "Downloading"
|
||
msgstr "Pobieranie"
|
||
|
||
#: src/filetransferpseudojob.cpp:48
|
||
#, kde-format
|
||
msgctxt "Job heading, like 'Copying'"
|
||
msgid "Uploading"
|
||
msgstr "Wysyłanie"
|
||
|
||
#: src/filetransferpseudojob.cpp:49
|
||
#, kde-format
|
||
msgctxt "The URL being downloaded/uploaded"
|
||
msgid "Source"
|
||
msgstr "Miejsce źródłowe"
|
||
|
||
#: src/filetransferpseudojob.cpp:50
|
||
#, kde-format
|
||
msgctxt "The location being downloaded to"
|
||
msgid "Destination"
|
||
msgstr "Miejsce docelowe"
|
||
|
||
#: src/login.cpp:85 src/login.cpp:100
|
||
#, kde-format
|
||
msgid "Network Error"
|
||
msgstr "Błąd sieci"
|
||
|
||
#: src/main.cpp:133
|
||
#, kde-format
|
||
msgid "NeoChat"
|
||
msgstr "NeoChat"
|
||
|
||
#: src/main.cpp:135
|
||
#, kde-format
|
||
msgid "Matrix client"
|
||
msgstr "Klient Matrix"
|
||
|
||
#: src/main.cpp:137
|
||
#, kde-format
|
||
msgid "© 2018-2020 Black Hat, 2020-2023 KDE Community"
|
||
msgstr "© 2018-2020 Black Hat, 2020-2023 społeczność KDE"
|
||
|
||
#: src/main.cpp:138
|
||
#, kde-format
|
||
msgid "Carl Schwan"
|
||
msgstr "Carl Schwan"
|
||
|
||
#: src/main.cpp:138 src/main.cpp:139 src/main.cpp:140
|
||
#, kde-format
|
||
msgid "Maintainer"
|
||
msgstr "Opiekun"
|
||
|
||
#: src/main.cpp:139
|
||
#, kde-format
|
||
msgid "Tobias Fella"
|
||
msgstr "Tobias Fella"
|
||
|
||
#: src/main.cpp:140
|
||
#, kde-format
|
||
msgid "James Graham"
|
||
msgstr "James Graham"
|
||
|
||
#: src/main.cpp:141
|
||
#, kde-format
|
||
msgid "Black Hat"
|
||
msgstr "Czarny kapelusz"
|
||
|
||
#: src/main.cpp:141
|
||
#, kde-format
|
||
msgid "Original author of Spectral"
|
||
msgstr "Pierwotny autor Spectral"
|
||
|
||
#: src/main.cpp:142
|
||
#, kde-format
|
||
msgid "Alexey Rusakov"
|
||
msgstr "Alexey Rusakov"
|
||
|
||
#: src/main.cpp:142
|
||
#, kde-format
|
||
msgid "Maintainer of Quotient"
|
||
msgstr "Opiekun Quotient"
|
||
|
||
#: src/main.cpp:143
|
||
#, kde-format
|
||
msgctxt "NAME OF TRANSLATORS"
|
||
msgid "Your names"
|
||
msgstr "Karol Kosek, Łukasz Wojniłowicz"
|
||
|
||
#: src/main.cpp:143
|
||
#, kde-format
|
||
msgctxt "EMAIL OF TRANSLATORS"
|
||
msgid "Your emails"
|
||
msgstr "krkk@krkk.ct8.pl, lukasz.wojnilowicz@gmail.com"
|
||
|
||
#: src/main.cpp:147
|
||
#, kde-format
|
||
msgid "A Qt5 library to write cross-platform clients for Matrix"
|
||
msgstr "Biblioteka Qt5 do pisania wieloplatformowych programów dla Matriksa"
|
||
|
||
#: src/main.cpp:149
|
||
#, kde-format
|
||
msgctxt "<version number> (built against <possibly different version number>)"
|
||
msgid "%1 (built against %2)"
|
||
msgstr "%1 (zbudowane na %2)"
|
||
|
||
#: src/main.cpp:216
|
||
#, kde-format
|
||
msgid "Client for the matrix communication protocol"
|
||
msgstr "Program do obsługi protokołu matrix"
|
||
|
||
#: src/main.cpp:217
|
||
#, kde-format
|
||
msgid "Supports matrix: url scheme"
|
||
msgstr "Obsługuje matriksa: schemat url"
|
||
|
||
#: src/main.cpp:218
|
||
#, kde-format
|
||
msgid "Ignore all SSL Errors, e.g., unsigned certificates."
|
||
msgstr "Pomijaj wszystkie błędy SSL, np. o niepodpisanych certyfikatach."
|
||
|
||
#: src/matriximageprovider.cpp:38
|
||
#, kde-format
|
||
msgid "Media id '%1' doesn't follow server/mediaId pattern"
|
||
msgstr "ID pliku multimedialnego '%1' nie przestrzega wzorca serwera/mediaId"
|
||
|
||
#: src/matriximageprovider.cpp:96
|
||
#, kde-format
|
||
msgid "Image request has been cancelled"
|
||
msgstr "Żądanie wiadomości zostało anulowane"
|
||
|
||
#: src/models/actionsmodel.cpp:24
|
||
#, kde-format
|
||
msgid "Leaving this room."
|
||
msgstr "Opuszcza ten pokój."
|
||
|
||
#: src/models/actionsmodel.cpp:31 src/models/actionsmodel.cpp:228
|
||
#: src/models/actionsmodel.cpp:254 src/models/actionsmodel.cpp:284
|
||
#, kde-format
|
||
msgctxt "'<text>' does not look like a room id or alias."
|
||
msgid "'%1' does not look like a room id or alias."
|
||
msgstr "'%1' nie wygląda jak identyfikator pokoju, czy alias."
|
||
|
||
#: src/models/actionsmodel.cpp:39
|
||
#, kde-format
|
||
msgctxt "Leaving room <roomname>."
|
||
msgid "Leaving room %1."
|
||
msgstr "Opuszczanie pokoju %1."
|
||
|
||
#: src/models/actionsmodel.cpp:42
|
||
#, kde-format
|
||
msgctxt "Room <roomname> not found"
|
||
msgid "Room %1 not found."
|
||
msgstr "Nie znaleziono pokoju %1."
|
||
|
||
#: src/models/actionsmodel.cpp:50 src/models/actionsmodel.cpp:320
|
||
#, kde-format
|
||
msgid "No new nickname provided, no changes will happen."
|
||
msgstr "Nie podano nowego pseudonimu, więc nie nastąpi żadna zmiana."
|
||
|
||
#: src/models/actionsmodel.cpp:65 src/models/actionsmodel.cpp:75
|
||
#: src/models/actionsmodel.cpp:85 src/models/actionsmodel.cpp:95
|
||
#: src/models/actionsmodel.cpp:115 src/models/actionsmodel.cpp:135
|
||
#: src/models/actionsmodel.cpp:146 src/models/actionsmodel.cpp:162
|
||
#: src/models/actionsmodel.cpp:172 src/models/actionsmodel.cpp:182
|
||
msgid "<message>"
|
||
msgstr "<wiadomość>"
|
||
|
||
#: src/models/actionsmodel.cpp:66
|
||
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
|
||
msgstr "Wstawia ¯\\_(ツ)_/¯ do zwykłej wiadomości tekstowej"
|
||
|
||
#: src/models/actionsmodel.cpp:76
|
||
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
|
||
msgstr "Wstawia ( ͡° ͜ʖ ͡°) do zwykłej wiadomości tekstowej"
|
||
|
||
#: src/models/actionsmodel.cpp:86
|
||
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
|
||
msgstr "Poprzedza (╯°□°)╯︵ ┻━┻ w zwykłej wiadomości tekstowej"
|
||
|
||
#: src/models/actionsmodel.cpp:96
|
||
msgid "Prepends ┬──┬ ノ( ゜-゜ノ) to a plain-text message"
|
||
msgstr "Poprzedza ┬──┬ ノ( ゜-゜ノ) w zwykłej wiadomości tekstowej"
|
||
|
||
#: src/models/actionsmodel.cpp:116
|
||
msgid "Sends the given message colored as a rainbow"
|
||
msgstr "Wysyła daną wiadomość w barwach tęczy"
|
||
|
||
#: src/models/actionsmodel.cpp:136
|
||
msgid "Sends the given emote colored as a rainbow"
|
||
msgstr "Wysyła daną emotikonę w barwach tęczy"
|
||
|
||
#: src/models/actionsmodel.cpp:147
|
||
msgid "Sends the given message as plain text"
|
||
msgstr "Wysyła daną wiadomość w postaci zwykłego tekstu"
|
||
|
||
#: src/models/actionsmodel.cpp:163
|
||
msgid "Sends the given message as a spoiler"
|
||
msgstr "Wysyła daną wiadomość jako spojler"
|
||
|
||
#: src/models/actionsmodel.cpp:173
|
||
msgid "Sends the given emote"
|
||
msgstr "Wysyła daną emotikonę"
|
||
|
||
#: src/models/actionsmodel.cpp:183
|
||
msgid "Sends the given message as a notice"
|
||
msgstr "Wysyła daną wiadomość jako powiadomienie"
|
||
|
||
#: src/models/actionsmodel.cpp:192 src/models/actionsmodel.cpp:354
|
||
#: src/models/actionsmodel.cpp:382 src/models/actionsmodel.cpp:432
|
||
#: src/models/actionsmodel.cpp:470 src/models/actionsmodel.cpp:505
|
||
#, kde-format
|
||
msgctxt "'<text>' does not look like a matrix id."
|
||
msgid "'%1' does not look like a matrix id."
|
||
msgstr "'%1' nie wygląda jak identyfikator matriksa."
|
||
|
||
#: src/models/actionsmodel.cpp:197
|
||
#, kde-format
|
||
msgctxt "<user> is already invited to this room."
|
||
msgid "%1 is already invited to this room."
|
||
msgstr "%1 został już zaproszony do tego pokoju."
|
||
|
||
#: src/models/actionsmodel.cpp:201
|
||
#, kde-format
|
||
msgctxt "<user> is banned from this room."
|
||
msgid "%1 is banned from this room."
|
||
msgstr "%1 jest zbanowany w tym pokoju."
|
||
|
||
#: src/models/actionsmodel.cpp:205
|
||
#, kde-format
|
||
msgid "You are already in this room."
|
||
msgstr "Już jesteś w tym pokoju."
|
||
|
||
#: src/models/actionsmodel.cpp:209
|
||
#, kde-format
|
||
msgctxt "<user> is already in this room."
|
||
msgid "%1 is already in this room."
|
||
msgstr "%1 przebywa już w tym pokoju."
|
||
|
||
#: src/models/actionsmodel.cpp:213
|
||
#, kde-format
|
||
msgctxt "<username> was invited into this room"
|
||
msgid "%1 was invited into this room"
|
||
msgstr "%1 został zaproszony do tego pokoju"
|
||
|
||
#: src/models/actionsmodel.cpp:218 src/models/actionsmodel.cpp:372
|
||
#: src/models/actionsmodel.cpp:400 src/models/actionsmodel.cpp:493
|
||
msgid "<user id>"
|
||
msgstr "<id-użytkownika>"
|
||
|
||
#: src/models/actionsmodel.cpp:219
|
||
msgid "Invites the user to this room"
|
||
msgstr "Zaprasza użytkownika do tego pokoju"
|
||
|
||
#: src/models/actionsmodel.cpp:236 src/models/actionsmodel.cpp:291
|
||
#, kde-format
|
||
msgctxt "Joining room <roomname>."
|
||
msgid "Joining room %1."
|
||
msgstr "Dołączanie do pokoju %1."
|
||
|
||
#: src/models/actionsmodel.cpp:242 src/models/actionsmodel.cpp:297
|
||
msgid "<room alias or id>"
|
||
msgstr "<alias lub id pokoju>"
|
||
|
||
#: src/models/actionsmodel.cpp:243 src/models/actionsmodel.cpp:298
|
||
msgid "Joins the given room"
|
||
msgstr "Dołącza do danego pokoju"
|
||
|
||
#: src/models/actionsmodel.cpp:262
|
||
#, kde-format
|
||
msgctxt "Knocking room <roomname>."
|
||
msgid "Knocking room %1."
|
||
msgstr "Pukanie do pokoju %1."
|
||
|
||
#: src/models/actionsmodel.cpp:274
|
||
msgid "<room alias or id> [<reason>]"
|
||
msgstr "<alias lub id pokoju> [<powód>]"
|
||
|
||
#: src/models/actionsmodel.cpp:275
|
||
msgid "Requests to join the given room"
|
||
msgstr "Prośby o dołączenie do danego pokoju"
|
||
|
||
#: src/models/actionsmodel.cpp:288
|
||
#, kde-format
|
||
msgctxt "You are already in room <roomname>."
|
||
msgid "You are already in room %1."
|
||
msgstr "Już przebywasz w tym pokoju %1."
|
||
|
||
#: src/models/actionsmodel.cpp:305 src/models/actionsmodel.cpp:313
|
||
msgid "[<room alias or id>]"
|
||
msgstr "[<alias lub id pokoju>]"
|
||
|
||
#: src/models/actionsmodel.cpp:306 src/models/actionsmodel.cpp:314
|
||
msgid "Leaves the given room or this room, if there is none given"
|
||
msgstr "Opuszcza dany pokój lub ten pokój, jeśli nie podano żadnego"
|
||
|
||
#: src/models/actionsmodel.cpp:328 src/models/actionsmodel.cpp:336
|
||
#: src/models/actionsmodel.cpp:344
|
||
msgid "<display name>"
|
||
msgstr "<wyświetlana nazwa>"
|
||
|
||
#: src/models/actionsmodel.cpp:329
|
||
msgid "Changes your global display name"
|
||
msgstr "Zmienia twoją globalną, wyświetlaną nazwę"
|
||
|
||
#: src/models/actionsmodel.cpp:337 src/models/actionsmodel.cpp:345
|
||
msgid "Changes your display name in this room"
|
||
msgstr "Zmienia twoją wyświetlaną nazwę w tym pokoju"
|
||
|
||
#: src/models/actionsmodel.cpp:359
|
||
#, kde-format
|
||
msgctxt "<username> is already ignored."
|
||
msgid "%1 is already ignored."
|
||
msgstr "%1 jest już wyciszony."
|
||
|
||
#: src/models/actionsmodel.cpp:364
|
||
#, kde-format
|
||
msgctxt "<username> is now ignored"
|
||
msgid "%1 is now ignored."
|
||
msgstr "%1 jest teraz wyciszony."
|
||
|
||
#: src/models/actionsmodel.cpp:366 src/models/actionsmodel.cpp:394
|
||
#, kde-format
|
||
msgctxt "<username> is not a known user"
|
||
msgid "%1 is not a known user."
|
||
msgstr "%1 nie jest znanym użytkownikiem."
|
||
|
||
#: src/models/actionsmodel.cpp:373
|
||
msgid "Ignores the given user"
|
||
msgstr "Wycisza danego użytkownika"
|
||
|
||
#: src/models/actionsmodel.cpp:388
|
||
#, kde-format
|
||
msgctxt "<username> is not ignored."
|
||
msgid "%1 is not ignored."
|
||
msgstr "%1 nie jest wyciszony."
|
||
|
||
#: src/models/actionsmodel.cpp:392
|
||
#, kde-format
|
||
msgctxt "<username> is no longer ignored."
|
||
msgid "%1 is no longer ignored."
|
||
msgstr "%1 nie jest już wyciszony."
|
||
|
||
#: src/models/actionsmodel.cpp:401
|
||
msgid "Unignores the given user"
|
||
msgstr "Usuwa wyciszenie danego użytkownika"
|
||
|
||
#: src/models/actionsmodel.cpp:421
|
||
msgid "<reaction text>"
|
||
msgstr "<tekst reakcji>"
|
||
|
||
#: src/models/actionsmodel.cpp:422
|
||
msgid "React to the message with the given text"
|
||
msgstr "Zareaguj na tę wiadomość danym tekstem"
|
||
|
||
#: src/models/actionsmodel.cpp:437
|
||
#, kde-format
|
||
msgctxt "<user> is already banned from this room."
|
||
msgid "%1 is already banned from this room."
|
||
msgstr "%1 został już zbanowany w tym pokoju"
|
||
|
||
#: src/models/actionsmodel.cpp:445
|
||
#, kde-format
|
||
msgid "You are not allowed to ban users from this room."
|
||
msgstr "Nie masz pozwolenia na banowanie użytkowników w tym pokoju."
|
||
|
||
#: src/models/actionsmodel.cpp:451
|
||
#, kde-format
|
||
msgctxt "You are not allowed to ban <username> from this room."
|
||
msgid "You are not allowed to ban %1 from this room."
|
||
msgstr "Nie masz pozwolenia na zbanowanie %1 w tym pokoju."
|
||
|
||
#: src/models/actionsmodel.cpp:455
|
||
#, kde-format
|
||
msgctxt "<username> was banned from this room."
|
||
msgid "%1 was banned from this room."
|
||
msgstr "%1 został zbanowany w tym pokoju."
|
||
|
||
#: src/models/actionsmodel.cpp:460 src/models/actionsmodel.cpp:537
|
||
msgid "<user id> [<reason>]"
|
||
msgstr "<id-użytkownika> [<powód>]"
|
||
|
||
#: src/models/actionsmodel.cpp:461
|
||
msgid "Bans the given user"
|
||
msgstr "Banuje danego użytkownika"
|
||
|
||
#: src/models/actionsmodel.cpp:478
|
||
#, kde-format
|
||
msgid "You are not allowed to unban users from this room."
|
||
msgstr "Nie masz pozwolenia na odbanowywanie użytkowników w tym pokoju."
|
||
|
||
#: src/models/actionsmodel.cpp:483
|
||
#, kde-format
|
||
msgctxt "<user> is not banned from this room."
|
||
msgid "%1 is not banned from this room."
|
||
msgstr "%1 nie jest zbanowany w tym pokoju"
|
||
|
||
#: src/models/actionsmodel.cpp:487
|
||
#, kde-format
|
||
msgctxt "<username> was unbanned from this room."
|
||
msgid "%1 was unbanned from this room."
|
||
msgstr "%1 został odbanowany w tym pokoju"
|
||
|
||
#: src/models/actionsmodel.cpp:494
|
||
msgid "Removes the ban of the given user"
|
||
msgstr "Usuwa bana na danego użytkownika"
|
||
|
||
#: src/models/actionsmodel.cpp:509
|
||
#, kde-format
|
||
msgid "You cannot kick yourself from the room."
|
||
msgstr "Nie możesz wykopać samego siebie z pokoju."
|
||
|
||
#: src/models/actionsmodel.cpp:513
|
||
#, kde-format
|
||
msgctxt "<username> is not in this room"
|
||
msgid "%1 is not in this room."
|
||
msgstr "%1 nie przebywa w tym pokoju."
|
||
|
||
#: src/models/actionsmodel.cpp:522
|
||
#, kde-format
|
||
msgid "You are not allowed to kick users from this room."
|
||
msgstr "Nie masz pozwolenia na wykopywanie użytkowników z tego pokoju."
|
||
|
||
#: src/models/actionsmodel.cpp:528
|
||
#, kde-format
|
||
msgctxt "You are not allowed to kick <username> from this room"
|
||
msgid "You are not allowed to kick %1 from this room."
|
||
msgstr "Nie masz pozwolenia na wykopanie %1 z tego pokoju."
|
||
|
||
#: src/models/actionsmodel.cpp:532
|
||
#, kde-format
|
||
msgctxt "<username> was kicked from this room."
|
||
msgid "%1 was kicked from this room."
|
||
msgstr "%1 został wykopany z tego pokoju."
|
||
|
||
#: src/models/actionsmodel.cpp:538
|
||
msgid "Removes the user from the room"
|
||
msgstr "Usuwa użytkownika z pokoju"
|
||
|
||
#: src/models/emojimodel.cpp:149 src/models/emojimodel.cpp:207
|
||
#, kde-format
|
||
msgctxt "Previously used emojis"
|
||
msgid "History"
|
||
msgstr "Historia"
|
||
|
||
#: src/models/emojimodel.cpp:154
|
||
#, kde-format
|
||
msgctxt "'Smileys' is a category of emoji"
|
||
msgid "Smileys"
|
||
msgstr "Uśmiechy"
|
||
|
||
#: src/models/emojimodel.cpp:159
|
||
#, kde-format
|
||
msgctxt "'People' is a category of emoji"
|
||
msgid "People"
|
||
msgstr "Ludzie"
|
||
|
||
#: src/models/emojimodel.cpp:164
|
||
#, kde-format
|
||
msgctxt "'Nature' is a category of emoji"
|
||
msgid "Nature"
|
||
msgstr "Natura"
|
||
|
||
#: src/models/emojimodel.cpp:169
|
||
#, kde-format
|
||
msgctxt "'Food' is a category of emoji"
|
||
msgid "Food"
|
||
msgstr "Jedzenie"
|
||
|
||
#: src/models/emojimodel.cpp:174
|
||
#, kde-format
|
||
msgctxt "'Activities' is a category of emoji"
|
||
msgid "Activities"
|
||
msgstr "Aktywności"
|
||
|
||
#: src/models/emojimodel.cpp:179
|
||
#, kde-format
|
||
msgctxt "'Travel' is a category of emoji"
|
||
msgid "Travel"
|
||
msgstr "Podróże"
|
||
|
||
#: src/models/emojimodel.cpp:184
|
||
#, kde-format
|
||
msgctxt "'Objects' is a category of emoji"
|
||
msgid "Objects"
|
||
msgstr "Obiekty"
|
||
|
||
#: src/models/emojimodel.cpp:189
|
||
#, kde-format
|
||
msgctxt "'Symbols' is a category of emoji"
|
||
msgid "Symbols"
|
||
msgstr "Symbole"
|
||
|
||
#: src/models/emojimodel.cpp:194
|
||
#, kde-format
|
||
msgctxt "'Flags' is a category of emoji"
|
||
msgid "Flags"
|
||
msgstr "Flagi"
|
||
|
||
#: src/models/emojimodel.cpp:213
|
||
#, kde-format
|
||
msgctxt "'Custom' is a category of emoji"
|
||
msgid "Custom"
|
||
msgstr "Własne"
|
||
|
||
#: src/models/imagepacksmodel.cpp:87
|
||
#, kde-format
|
||
msgctxt "As in 'The user's own Stickers'"
|
||
msgid "Own Stickers"
|
||
msgstr "Własne naklejki"
|
||
|
||
#: src/models/imagepacksmodel.cpp:87
|
||
#, kde-format
|
||
msgctxt "As in 'The user's own emojis"
|
||
msgid "Own Emojis"
|
||
msgstr "Własne emoji"
|
||
|
||
#: src/models/messageeventmodel.cpp:479
|
||
#, kde-format
|
||
msgid "[REDACTED]"
|
||
msgstr "[ZREDAGOWANO]"
|
||
|
||
#: src/models/messageeventmodel.cpp:479
|
||
#, kde-format
|
||
msgid "[REDACTED: %1]"
|
||
msgstr "[ZREDAGOWANO: %1]"
|
||
|
||
#: src/models/messagefiltermodel.cpp:126
|
||
#, kde-format
|
||
msgctxt "n times"
|
||
msgid " %1 time "
|
||
msgid_plural " %1 times "
|
||
msgstr[0] " %1 raz "
|
||
msgstr[1] " %1 razy "
|
||
msgstr[2] " %1 razy "
|
||
|
||
#: src/models/messagefiltermodel.cpp:132
|
||
#, kde-format
|
||
msgctxt "n users"
|
||
msgid " %1 user "
|
||
msgid_plural " %1 users "
|
||
msgstr[0] " %1 użytkownik "
|
||
msgstr[1] " %1 użytkowników "
|
||
msgstr[2] " %1 użytkowników "
|
||
|
||
#: src/models/messagefiltermodel.cpp:142
|
||
#, kde-format
|
||
msgctxt "[action 1], [action 2 and/or action 3]"
|
||
msgid ", "
|
||
msgstr ", "
|
||
|
||
#: src/models/messagefiltermodel.cpp:145
|
||
#, kde-format
|
||
msgctxt "[action 1, action 2] or [action 3]"
|
||
msgid " or "
|
||
msgstr " lub "
|
||
|
||
#: src/models/messagefiltermodel.cpp:145
|
||
#, kde-format
|
||
msgctxt "[action 1, action 2] and [action 3]"
|
||
msgid " and "
|
||
msgstr " oraz "
|
||
|
||
#: src/models/reactionmodel.cpp:85
|
||
#, kde-format
|
||
msgctxt "Separate the usernames of users"
|
||
msgid " and "
|
||
msgstr " oraz "
|
||
|
||
#: src/models/reactionmodel.cpp:92
|
||
#, kde-format
|
||
msgctxt "%1 is the number of other users"
|
||
msgid " and %1 other"
|
||
msgid_plural " and %1 others"
|
||
msgstr[0] " i %1 inny"
|
||
msgstr[1] " i %1 innych"
|
||
msgstr[2] " i %1 innych"
|
||
|
||
#: src/models/reactionmodel.cpp:96
|
||
#, kde-format
|
||
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
|
||
msgid "%2 reacted with %3"
|
||
msgid_plural "%2 reacted with %3"
|
||
msgstr[0] "%2 zareagował %3"
|
||
msgstr[1] "%2 zareagował %3"
|
||
msgstr[2] "%2 zareagował %3"
|
||
|
||
#: src/models/roomlistmodel.cpp:412
|
||
#, kde-format
|
||
msgid "Invited"
|
||
msgstr "Zaproszone"
|
||
|
||
#: src/models/roomlistmodel.cpp:414
|
||
#, kde-format
|
||
msgid "Favorite"
|
||
msgstr "Ulubione"
|
||
|
||
#: src/models/roomlistmodel.cpp:416
|
||
#, kde-format
|
||
msgid "Direct Messages"
|
||
msgstr "Bezpośrednie wiadomości"
|
||
|
||
#: src/models/roomlistmodel.cpp:418
|
||
#, kde-format
|
||
msgid "Normal"
|
||
msgstr "Zwykłe"
|
||
|
||
#: src/models/roomlistmodel.cpp:420
|
||
#, kde-format
|
||
msgid "Low priority"
|
||
msgstr "Niski priorytet"
|
||
|
||
#: src/models/roomlistmodel.cpp:422
|
||
#, kde-format
|
||
msgid "Spaces"
|
||
msgstr "Odstępy"
|
||
|
||
#: src/neochatconnection.cpp:163
|
||
#, kde-format
|
||
msgid "Room creation failed: %1"
|
||
msgstr "Nie udało się utworzyć pokoju: %1"
|
||
|
||
#: src/neochatconnection.cpp:174
|
||
#, kde-format
|
||
msgid "Space creation failed: %1"
|
||
msgstr "Nie udało się utworzyć przestrzeni: %1"
|
||
|
||
#: src/neochatroom.cpp:1333 src/neochatroom.cpp:1334
|
||
#, kde-format
|
||
msgid "Report sent successfully."
|
||
msgstr "Pomyślnie wysłano zgłoszenie."
|
||
|
||
#: src/neochatroom.cpp:1707 src/neochatroom.cpp:1715
|
||
#, kde-format
|
||
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
|
||
msgid "Lat: %1, Lon: %2"
|
||
msgstr "Szer.: %1, Dł.: %2"
|
||
|
||
#: src/notificationsmanager.cpp:128
|
||
#, kde-format
|
||
msgid "Encrypted Message"
|
||
msgstr "Zaszyfrowana wiadomość"
|
||
|
||
#: src/notificationsmanager.cpp:201 src/qml/main.qml:262
|
||
#, kde-format
|
||
msgid "%1: %2"
|
||
msgstr "%1: %2"
|
||
|
||
#: src/notificationsmanager.cpp:207
|
||
#, kde-format
|
||
msgid "Open NeoChat in this room"
|
||
msgstr "Otwórz NeoChat w tym pokoju"
|
||
|
||
#: src/notificationsmanager.cpp:220 src/qml/FileDelegateContextMenu.qml:59
|
||
#: src/qml/HoverActions.qml:109 src/qml/MessageDelegateContextMenu.qml:102
|
||
#, kde-format
|
||
msgid "Reply"
|
||
msgstr "Odpowiedz"
|
||
|
||
#: src/notificationsmanager.cpp:221
|
||
#, kde-format
|
||
msgid "Reply..."
|
||
msgstr "Odpowiedz..."
|
||
|
||
#: src/notificationsmanager.cpp:239
|
||
#, kde-format
|
||
msgid "%1 invited you to a room"
|
||
msgstr "%1 zaprosił cię do pokoju"
|
||
|
||
#: src/notificationsmanager.cpp:243
|
||
#, kde-format
|
||
msgid "Open this invitation in NeoChat"
|
||
msgstr "Otwórz to zaproszenie w NeoChat"
|
||
|
||
#: src/notificationsmanager.cpp:249
|
||
#, kde-format
|
||
msgctxt "@action:button The thing being accepted is an invitation to chat"
|
||
msgid "Accept"
|
||
msgstr "Przyjmij"
|
||
|
||
#: src/notificationsmanager.cpp:249
|
||
#, kde-format
|
||
msgctxt "@action:button The thing being rejected is an invitation to chat"
|
||
msgid "Reject"
|
||
msgstr "Odrzuć"
|
||
|
||
#: src/notificationsmanager.cpp:249
|
||
#, kde-format
|
||
msgctxt "@action:button The thing being rejected is an invitation to chat"
|
||
msgid "Reject and Ignore User"
|
||
msgstr "Odrzuć lub pomijaj użytkownika"
|
||
|
||
#: src/qml/About.qml:10
|
||
#, kde-format
|
||
msgctxt "@title:window"
|
||
msgid "About NeoChat"
|
||
msgstr "O NeoChat"
|
||
|
||
#: src/qml/AboutKDE.qml:7
|
||
#, kde-format
|
||
msgctxt "@title:window"
|
||
msgid "About KDE"
|
||
msgstr "O KDE"
|
||
|
||
#: src/qml/AccountEditorPage.qml:19
|
||
#, kde-format
|
||
msgid "Edit Account"
|
||
msgstr "Edytuj konto"
|
||
|
||
#: src/qml/AccountEditorPage.qml:61
|
||
#, kde-format
|
||
msgid "Upload new avatar"
|
||
msgstr "Wyślij nowy awatar"
|
||
|
||
#: src/qml/AccountEditorPage.qml:78
|
||
#, kde-format
|
||
msgid "Remove current avatar"
|
||
msgstr "Usuń bieżącego awatara"
|
||
|
||
#: src/qml/AccountEditorPage.qml:101
|
||
#, kde-format
|
||
msgid "User information"
|
||
msgstr "Szczegóły użytkownika"
|
||
|
||
#: src/qml/AccountEditorPage.qml:106
|
||
#, kde-format
|
||
msgid "Name:"
|
||
msgstr "Nazwa:"
|
||
|
||
#: src/qml/AccountEditorPage.qml:112
|
||
#, kde-format
|
||
msgid "Label:"
|
||
msgstr "Etykieta:"
|
||
|
||
#: src/qml/AccountEditorPage.qml:117 src/qml/AccountEditorPage.qml:170
|
||
#: src/qml/EmoticonEditorPage.qml:110 src/qml/General.qml:106
|
||
#, kde-format
|
||
msgid "Save"
|
||
msgstr "Zapisz"
|
||
|
||
#: src/qml/AccountEditorPage.qml:133
|
||
#: src/qml/ConfirmDeactivateAccountDialog.qml:29
|
||
#: src/qml/NetworkProxyPage.qml:88 src/qml/Password.qml:31
|
||
#, kde-format
|
||
msgid "Password"
|
||
msgstr "Hasło"
|
||
|
||
#: src/qml/AccountEditorPage.qml:138
|
||
#, kde-format
|
||
msgid "Your server doesn't support changing your password"
|
||
msgstr "Twój serwer nie obsługuje zmieniania twojego hasła"
|
||
|
||
#: src/qml/AccountEditorPage.qml:143
|
||
#, kde-format
|
||
msgid "Current Password:"
|
||
msgstr "Obecne hasło:"
|
||
|
||
#: src/qml/AccountEditorPage.qml:150
|
||
#, kde-format
|
||
msgid "New Password:"
|
||
msgstr "Nowe hasło:"
|
||
|
||
#: src/qml/AccountEditorPage.qml:157
|
||
#, kde-format
|
||
msgid "Confirm new Password:"
|
||
msgstr "Potwierdź nowe hasło:"
|
||
|
||
#: src/qml/AccountEditorPage.qml:162
|
||
#, kde-format
|
||
msgid "Passwords don't match"
|
||
msgstr "Hasła nie są sobie równe"
|
||
|
||
#: src/qml/AccountEditorPage.qml:176
|
||
#, kde-format
|
||
msgid "Passwords do not match"
|
||
msgstr "Hasła nie są sobie równe"
|
||
|
||
#: src/qml/AccountEditorPage.qml:184
|
||
#, kde-format
|
||
msgid "Server Information"
|
||
msgstr "Szczegóły serwera"
|
||
|
||
#: src/qml/AccountEditorPage.qml:188
|
||
#, kde-format
|
||
msgid "Homeserver url"
|
||
msgstr "Adres URL serwera domowego"
|
||
|
||
#: src/qml/AccountEditorPage.qml:209
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Account Management"
|
||
msgstr "Zarządzanie kontem"
|
||
|
||
#: src/qml/AccountEditorPage.qml:214
|
||
#, kde-format
|
||
msgid "Deactivate Account"
|
||
msgstr "Wyłącz konto"
|
||
|
||
#: src/qml/AccountEditorPage.qml:215
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Confirm Deactivating Account"
|
||
msgstr "Potwierdź wyłączenie konta"
|
||
|
||
#: src/qml/AccountMenu.qml:21 src/qml/UserInfo.qml:178
|
||
#, kde-format
|
||
msgid "Edit this account"
|
||
msgstr "Edytuj to konto"
|
||
|
||
#: src/qml/AccountMenu.qml:26 src/qml/AccountsPage.qml:35
|
||
#: src/qml/UserInfo.qml:172
|
||
#, kde-format
|
||
msgid "Account editor"
|
||
msgstr "Edytor konta"
|
||
|
||
#: src/qml/AccountMenu.qml:30
|
||
#, kde-format
|
||
msgid "Notification settings"
|
||
msgstr "Ustawienia powiadomień"
|
||
|
||
#: src/qml/AccountMenu.qml:36 src/qml/AccountMenu.qml:46
|
||
#: src/qml/GlobalMenu.qml:34 src/qml/main.qml:395 src/qml/UserInfo.qml:238
|
||
#, kde-format
|
||
msgid "Configure"
|
||
msgstr "Ustawienia"
|
||
|
||
#: src/qml/AccountMenu.qml:40 src/qml/DevicesPage.qml:17
|
||
#: src/qml/SettingsPage.qml:69
|
||
#, kde-format
|
||
msgid "Devices"
|
||
msgstr "Urządzenia"
|
||
|
||
#: src/qml/AccountMenu.qml:50 src/qml/AccountsPage.qml:72
|
||
#, kde-format
|
||
msgid "Logout"
|
||
msgstr "Wyloguj"
|
||
|
||
#: src/qml/AccountsPage.qml:20 src/qml/AccountsPage.qml:23
|
||
#: src/qml/SettingsPage.qml:38
|
||
#, kde-format
|
||
msgid "Accounts"
|
||
msgstr "Konta"
|
||
|
||
#: src/qml/AccountsPage.qml:100 src/qml/UserInfo.qml:46
|
||
#, kde-format
|
||
msgid "Add Account"
|
||
msgstr "Dodaj konto"
|
||
|
||
#: src/qml/AccountsPage.qml:115
|
||
#, kde-format
|
||
msgid "Password changed successfully"
|
||
msgstr "Hasło zmieniono pomyślnie"
|
||
|
||
#: src/qml/AccountsPage.qml:117
|
||
#, kde-format
|
||
msgid "Wrong password entered"
|
||
msgstr "Wpisano złe hasło"
|
||
|
||
#: src/qml/AccountsPage.qml:119
|
||
#, kde-format
|
||
msgid "Unknown problem while trying to change password"
|
||
msgstr "Wystąpił nieznany problem podczas próby zmiany hasła"
|
||
|
||
#: src/qml/AppearanceSettingsPage.qml:19
|
||
#, kde-format
|
||
msgctxt "@title:window"
|
||
msgid "Appearance"
|
||
msgstr "Wygląd"
|
||
|
||
#: src/qml/AppearanceSettingsPage.qml:22
|
||
#, kde-format
|
||
msgid "General theme"
|
||
msgstr "Ogólny wygląd"
|
||
|
||
#: src/qml/AppearanceSettingsPage.qml:114
|
||
#, kde-format
|
||
msgid "Bubbles"
|
||
msgstr "Bąbelki"
|
||
|
||
#: src/qml/AppearanceSettingsPage.qml:183
|
||
#, kde-format
|
||
msgid "Compact"
|
||
msgstr "Zwarty"
|
||
|
||
#: src/qml/AppearanceSettingsPage.qml:203
|
||
#, kde-format
|
||
msgid "Use compact room list"
|
||
msgstr "Użyj zwartego spisu pokojów"
|
||
|
||
#: src/qml/AppearanceSettingsPage.qml:225
|
||
#, kde-format
|
||
msgid "Show fancy effects in chat"
|
||
msgstr "Pokaż ciekawe efekty w rozmowie"
|
||
|
||
#: src/qml/AppearanceSettingsPage.qml:239
|
||
#, kde-format
|
||
msgid "Use transparent chat page"
|
||
msgstr "Użyj przezroczystej strony rozmowy"
|
||
|
||
#: src/qml/AppearanceSettingsPage.qml:257
|
||
#, kde-format
|
||
msgid "Transparency"
|
||
msgstr "Przezroczystość"
|
||
|
||
#: src/qml/AppearanceSettingsPage.qml:274
|
||
#, kde-format
|
||
msgid "Only enabled if the transparent chat page is enabled."
|
||
msgstr "Włączone tylko, gdy włączana jest przezroczysta strona rozmowy."
|
||
|
||
#: src/qml/AppearanceSettingsPage.qml:287
|
||
#, kde-format
|
||
msgid "Show your messages on the right"
|
||
msgstr "Pokaż swoje wiadomości po prawej"
|
||
|
||
#: src/qml/AppearanceSettingsPage.qml:300
|
||
#, kde-format
|
||
msgid "Show links preview in the chat messages"
|
||
msgstr "Pokaż podglądy odnośników w wiadomościach rozmowy"
|
||
|
||
#: src/qml/AppearanceSettingsPage.qml:311
|
||
#, kde-format
|
||
msgid "Show Avatar"
|
||
msgstr "Pokaż awatar"
|
||
|
||
#: src/qml/AppearanceSettingsPage.qml:315
|
||
#, kde-format
|
||
msgid "In chat"
|
||
msgstr "W rozmowie"
|
||
|
||
#: src/qml/AppearanceSettingsPage.qml:325
|
||
#, kde-format
|
||
msgid "In sidebar"
|
||
msgstr "Na pasku bocznym"
|
||
|
||
#: src/qml/AttachmentPane.qml:30
|
||
#, kde-format
|
||
msgid "Attachment:"
|
||
msgstr "Załącznik:"
|
||
|
||
#: src/qml/AttachmentPane.qml:38 src/qml/HoverActions.qml:103
|
||
#: src/qml/ImageEditorPage.qml:21 src/qml/MessageDelegateContextMenu.qml:93
|
||
#, kde-format
|
||
msgid "Edit"
|
||
msgstr "Edytuj"
|
||
|
||
#: src/qml/AttachmentPane.qml:62
|
||
#, kde-format
|
||
msgid "Cancel sending attachment"
|
||
msgstr "Wyłącz wysyłanie załączników"
|
||
|
||
#: src/qml/BanSheet.qml:18
|
||
#, kde-format
|
||
msgid "Ban User"
|
||
msgstr "Zbanuj użytkownika"
|
||
|
||
#: src/qml/BanSheet.qml:22
|
||
#, kde-format
|
||
msgid "Reason for banning this user"
|
||
msgstr "Powód zbanowania tego użytkownika"
|
||
|
||
#: src/qml/BanSheet.qml:34
|
||
#, kde-format
|
||
msgctxt "@action:button 'Ban' as in 'Ban this user'"
|
||
msgid "Ban"
|
||
msgstr "Zbanuj"
|
||
|
||
#: src/qml/BanSheet.qml:43 src/qml/InviteUserPage.qml:24
|
||
#: src/qml/RemoveSheet.qml:49 src/qml/ReportSheet.qml:43
|
||
#, kde-format
|
||
msgctxt "@action"
|
||
msgid "Cancel"
|
||
msgstr "Anuluj"
|
||
|
||
#: src/qml/Categories.qml:21 src/qml/General.qml:22 src/qml/SettingsPage.qml:20
|
||
#, kde-format
|
||
msgid "General"
|
||
msgstr "Ogólne"
|
||
|
||
#: src/qml/Categories.qml:33 src/qml/Security.qml:17
|
||
#, kde-format
|
||
msgid "Security"
|
||
msgstr "Zabezpieczenia"
|
||
|
||
#: src/qml/Categories.qml:44
|
||
#, kde-format
|
||
msgid "Permissions"
|
||
msgstr "Uprawnienia"
|
||
|
||
#: src/qml/Categories.qml:55 src/qml/SettingsPage.qml:32
|
||
#, kde-format
|
||
msgid "Notifications"
|
||
msgstr "Powiadomienia"
|
||
|
||
#: src/qml/ChatBar.qml:67
|
||
#, kde-format
|
||
msgid "Attach an image or file"
|
||
msgstr "Załącz obraz lub plik"
|
||
|
||
#: src/qml/ChatBar.qml:94
|
||
#, kde-format
|
||
msgid "Emojis & Stickers"
|
||
msgstr "Emoji i naklejki"
|
||
|
||
#: src/qml/ChatBar.qml:111
|
||
#, kde-format
|
||
msgid "Send a Location"
|
||
msgstr "Wyślij położenie"
|
||
|
||
#: src/qml/ChatBar.qml:125
|
||
#, kde-format
|
||
msgid "Send message"
|
||
msgstr "Wyślij wiadomość"
|
||
|
||
#: src/qml/ChatBar.qml:172
|
||
#, kde-format
|
||
msgid "Send an encrypted message…"
|
||
msgstr "Wyślij wiadomość zaszyfrowaną…"
|
||
|
||
#: src/qml/ChatBar.qml:172
|
||
#, kde-format
|
||
msgid "Set an attachment caption..."
|
||
msgstr "Nadaj podpis załącznikowi..."
|
||
|
||
#: src/qml/ChatBar.qml:172
|
||
#, kde-format
|
||
msgid "Send a message…"
|
||
msgstr "Wyślij wiadomość…"
|
||
|
||
#: src/qml/ChatBar.qml:355
|
||
#, kde-format
|
||
msgctxt "@action:button"
|
||
msgid "Cancel reply"
|
||
msgstr "Przerwij odpowiadanie"
|
||
|
||
#: src/qml/ChatBar.qml:550
|
||
#, kde-format
|
||
msgid "Choose local file"
|
||
msgstr "Wybierz plik lokalny"
|
||
|
||
#: src/qml/ChatBar.qml:578
|
||
#, kde-format
|
||
msgid "Clipboard image"
|
||
msgstr "Obraz ze schowka"
|
||
|
||
#: src/qml/ChooseRoomDialog.qml:14
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Choose a Room"
|
||
msgstr "Wybierz pokój"
|
||
|
||
#: src/qml/ColorScheme.qml:15
|
||
#, kde-format
|
||
msgid "Color theme"
|
||
msgstr "Zestaw kolorów"
|
||
|
||
#: src/qml/ConfirmDeactivateAccountDialog.qml:16
|
||
#: src/qml/ConfirmDeactivateAccountDialog.qml:19
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Deactivate Account"
|
||
msgstr "Wyłącz konto"
|
||
|
||
#: src/qml/ConfirmDeactivateAccountDialog.qml:23
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Warning"
|
||
msgstr "Ostrzeżenie"
|
||
|
||
#: src/qml/ConfirmDeactivateAccountDialog.qml:24
|
||
#, kde-format
|
||
msgid ""
|
||
"Your account will be permanently disabled.\n"
|
||
"This cannot be undone.\n"
|
||
"Your Matrix ID will not be available for new accounts.\n"
|
||
"Your messages will stay available."
|
||
msgstr ""
|
||
"Twoje konto zostanie trwale wyłączone.\n"
|
||
"Nie będzie można tego wycofać.\n"
|
||
"Twój Id Matriksa nie będzie dostępny dla nowych kont.\n"
|
||
"Twoje wiadomości pozostaną dostępne."
|
||
|
||
#: src/qml/ConfirmDeactivateAccountDialog.qml:34
|
||
#, kde-format
|
||
msgid "Deactivate account"
|
||
msgstr "Wyłącz konto"
|
||
|
||
#: src/qml/ConfirmEncryptionDialog.qml:19
|
||
#: src/qml/ConfirmEncryptionDialog.qml:38
|
||
#, kde-format
|
||
msgid "Activate Encryption"
|
||
msgstr "Włącz szyfrowanie"
|
||
|
||
#: src/qml/ConfirmEncryptionDialog.qml:22
|
||
#, kde-format
|
||
msgid ""
|
||
"It will not be possible to deactivate the encryption after it is enabled."
|
||
msgstr "Nie będzie można wyłączyć szyfrowania po jego włączeniu."
|
||
|
||
#: src/qml/ConfirmEncryptionDialog.qml:32 src/qml/ConfirmLogoutDialog.qml:31
|
||
#: src/qml/ImageEditorPage.qml:126
|
||
#, kde-format
|
||
msgid "Cancel"
|
||
msgstr "Anuluj"
|
||
|
||
#: src/qml/ConfirmLogoutDialog.qml:18 src/qml/ConfirmLogoutDialog.qml:37
|
||
#, kde-format
|
||
msgid "Sign out"
|
||
msgstr "Wypisz"
|
||
|
||
#: src/qml/ConfirmLogoutDialog.qml:21
|
||
#, kde-format
|
||
msgid "Are you sure you want to sign out?"
|
||
msgstr "Czy na pewno chcesz się wypisać?"
|
||
|
||
#: src/qml/ContextMenu.qml:31
|
||
#, kde-format
|
||
msgid "Open in New Window"
|
||
msgstr "Otwórz w nowym oknie"
|
||
|
||
#: src/qml/ContextMenu.qml:42 src/qml/ContextMenu.qml:186
|
||
#, kde-format
|
||
msgid "Remove from Favourites"
|
||
msgstr "Usuń z ulubionych"
|
||
|
||
#: src/qml/ContextMenu.qml:42 src/qml/ContextMenu.qml:186
|
||
#, kde-format
|
||
msgid "Add to Favourites"
|
||
msgstr "Dodaj do ulubionych"
|
||
|
||
#: src/qml/ContextMenu.qml:48 src/qml/ContextMenu.qml:200
|
||
#, kde-format
|
||
msgid "Reprioritize"
|
||
msgstr "Zmień priorytet"
|
||
|
||
#: src/qml/ContextMenu.qml:48 src/qml/ContextMenu.qml:200
|
||
#, kde-format
|
||
msgid "Deprioritize"
|
||
msgstr "Obniż priorytet"
|
||
|
||
#: src/qml/ContextMenu.qml:54 src/qml/ContextMenu.qml:207
|
||
#, kde-format
|
||
msgid "Mark as Read"
|
||
msgstr "Oznacz jako przeczytane"
|
||
|
||
#: src/qml/ContextMenu.qml:60
|
||
#, kde-format
|
||
msgctxt "@action:inmenu"
|
||
msgid "Copy user's Matrix ID to Clipboard"
|
||
msgstr "Skopiuj ID użytkownika Matriksa do schowka"
|
||
|
||
#: src/qml/ContextMenu.qml:60 src/qml/SpaceListContextMenu.qml:36
|
||
#: src/qml/SpaceListContextMenu.qml:116
|
||
#, kde-format
|
||
msgctxt "@action:inmenu"
|
||
msgid "Copy Address to Clipboard"
|
||
msgstr "Skopiuj adres do schowka"
|
||
|
||
#: src/qml/ContextMenu.qml:72
|
||
#, kde-format
|
||
msgid "Notification State"
|
||
msgstr "Stan powiadomienia"
|
||
|
||
#: src/qml/ContextMenu.qml:75
|
||
#, kde-format
|
||
msgid "Follow Global Setting"
|
||
msgstr "Zgodnie z ustawieniami ogólnymi"
|
||
|
||
#: src/qml/ContextMenu.qml:86 src/qml/PushNotification.qml:35
|
||
#, kde-format
|
||
msgctxt "As in 'notify for all messages'"
|
||
msgid "All"
|
||
msgstr "Wszystkie"
|
||
|
||
#: src/qml/ContextMenu.qml:97 src/qml/PushNotification.qml:43
|
||
#, kde-format
|
||
msgctxt ""
|
||
"As in 'notify when the user is mentioned or the message contains a set "
|
||
"keyword'"
|
||
msgid "@Mentions and Keywords"
|
||
msgstr "@Wzmianki i Słowa Kluczowe"
|
||
|
||
#: src/qml/ContextMenu.qml:108 src/qml/PushNotification.qml:51
|
||
#, kde-format
|
||
msgctxt "As in 'do not notify for any messages'"
|
||
msgid "Off"
|
||
msgstr "Wył."
|
||
|
||
#: src/qml/ContextMenu.qml:121 src/qml/ContextMenu.qml:123
|
||
#: src/qml/ContextMenu.qml:193 src/qml/RoomDrawer.qml:104
|
||
#: src/qml/RoomDrawerPage.qml:47
|
||
#, kde-format
|
||
msgid "Room Settings"
|
||
msgstr "Ustawienia pokoju"
|
||
|
||
#: src/qml/ContextMenu.qml:129 src/qml/ContextMenu.qml:214
|
||
#, kde-format
|
||
msgid "Leave Room"
|
||
msgstr "Opuść pokój"
|
||
|
||
#: src/qml/CreateRoomDialog.qml:13 src/qml/ExploreComponent.qml:43
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Create a Room"
|
||
msgstr "Utwórz pokój"
|
||
|
||
#: src/qml/CreateRoomDialog.qml:20
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Room Information"
|
||
msgstr "Szczegóły pokoju"
|
||
|
||
#: src/qml/CreateRoomDialog.qml:25 src/qml/General.qml:72
|
||
#, kde-format
|
||
msgid "Room name:"
|
||
msgstr "Nazwa pokoju:"
|
||
|
||
#: src/qml/CreateRoomDialog.qml:31 src/qml/General.qml:82
|
||
#, kde-format
|
||
msgid "Room topic:"
|
||
msgstr "Temat pokoju:"
|
||
|
||
#: src/qml/CreateRoomDialog.qml:37 src/qml/JoinRoomPage.qml:203
|
||
#, kde-format
|
||
msgctxt "@action:button"
|
||
msgid "Ok"
|
||
msgstr "Ok"
|
||
|
||
#: src/qml/CreateSpaceDialog.qml:16 src/qml/ExploreComponent.qml:48
|
||
#, kde-format
|
||
msgid "Create a Space"
|
||
msgstr "Utwórz przestrzeń"
|
||
|
||
#: src/qml/CreateSpaceDialog.qml:21 src/qml/ExploreComponent.qml:51
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Create a Space"
|
||
msgstr "Utwórz przestrzeń"
|
||
|
||
#: src/qml/CreateSpaceDialog.qml:26
|
||
#, kde-format
|
||
msgid "Space name"
|
||
msgstr "Nazwa przestrzeni"
|
||
|
||
#: src/qml/CreateSpaceDialog.qml:30
|
||
#, kde-format
|
||
msgid "Space topic (optional)"
|
||
msgstr "Temat przestrzeni (niewymagany)"
|
||
|
||
#: src/qml/CreateSpaceDialog.qml:33
|
||
#, kde-format
|
||
msgid "Create space"
|
||
msgstr "Utwórz przestrzeń"
|
||
|
||
#: src/qml/DeviceDelegate.qml:50
|
||
#, kde-format
|
||
msgctxt "@label"
|
||
msgid "%1, Last activity: %2"
|
||
msgstr "%1, ostatnia aktywność: %2"
|
||
|
||
#: src/qml/DeviceDelegate.qml:59
|
||
#, kde-format
|
||
msgid "New device name"
|
||
msgstr "Nazwa nowego urządzenia"
|
||
|
||
#: src/qml/DeviceDelegate.qml:68
|
||
#, kde-format
|
||
msgid "Cancel editing display name"
|
||
msgstr "Przerwij zmianę wyświetlanej nazwy"
|
||
|
||
#: src/qml/DeviceDelegate.qml:75
|
||
#, kde-format
|
||
msgid "Confirm new display name"
|
||
msgstr "Potwierdź nową wyświetlaną nazwę"
|
||
|
||
#: src/qml/DeviceDelegate.qml:90
|
||
#, kde-format
|
||
msgid "Edit device name"
|
||
msgstr "Edytuj nazwę urządzenia"
|
||
|
||
#: src/qml/DeviceDelegate.qml:104
|
||
#, kde-format
|
||
msgid "Verify device"
|
||
msgstr "Sprawdź urządzenie"
|
||
|
||
#: src/qml/DeviceDelegate.qml:119
|
||
#, kde-format
|
||
msgid "Logout device"
|
||
msgstr "Wyloguj urządzenie"
|
||
|
||
#: src/qml/DevicesPage.qml:27
|
||
#, kde-format
|
||
msgid "This Device"
|
||
msgstr "To urządzenie"
|
||
|
||
#: src/qml/DevicesPage.qml:32
|
||
#, kde-format
|
||
msgid "Verified Devices"
|
||
msgstr "Sprawdzone urządzenia"
|
||
|
||
#: src/qml/DevicesPage.qml:37
|
||
#, kde-format
|
||
msgid "Unverified Devices"
|
||
msgstr "Niesprawdzone urządzenia"
|
||
|
||
#: src/qml/DevicesPage.qml:42
|
||
#, kde-format
|
||
msgid "Devices without Encryption Support"
|
||
msgstr "Urządzenia nieobsługujące szyfrowania"
|
||
|
||
#: src/qml/DevicesPage.qml:57
|
||
#, kde-format
|
||
msgid "Please login to view the signed-in devices for your account."
|
||
msgstr ""
|
||
"Zaloguj się, aby obejrzeć obecnie podłączone urządzenia dla swojego konta."
|
||
|
||
#: src/qml/DevicesPage.qml:67
|
||
#, kde-format
|
||
msgid "Remove device"
|
||
msgstr "Usuń urządzenie"
|
||
|
||
#: src/qml/DevicesPage.qml:71 src/qml/Password.qml:27
|
||
#: src/qml/RegisterPassword.qml:18
|
||
#, kde-format
|
||
msgid "Password:"
|
||
msgstr "Hasło:"
|
||
|
||
#: src/qml/DevicesPage.qml:75 src/qml/General.qml:334
|
||
#: src/qml/PowerLevelDialog.qml:43
|
||
#, kde-format
|
||
msgid "Confirm"
|
||
msgstr "Potwierdź"
|
||
|
||
#: src/qml/DevtoolsPage.qml:18 src/qml/RoomInformation.qml:83
|
||
#, kde-format
|
||
msgid "Developer Tools"
|
||
msgstr "Narzędzia programistów"
|
||
|
||
#: src/qml/EditMenu.qml:15
|
||
#, kde-format
|
||
msgctxt "text editing menu action"
|
||
msgid "Undo"
|
||
msgstr "Cofnij"
|
||
|
||
#: src/qml/EditMenu.qml:25
|
||
#, kde-format
|
||
msgctxt "text editing menu action"
|
||
msgid "Redo"
|
||
msgstr "Przywróć"
|
||
|
||
#: src/qml/EditMenu.qml:38
|
||
#, kde-format
|
||
msgctxt "text editing menu action"
|
||
msgid "Cut"
|
||
msgstr "Wytnij"
|
||
|
||
#: src/qml/EditMenu.qml:48
|
||
#, kde-format
|
||
msgctxt "text editing menu action"
|
||
msgid "Copy"
|
||
msgstr "Skopiuj"
|
||
|
||
#: src/qml/EditMenu.qml:58
|
||
#, kde-format
|
||
msgctxt "text editing menu action"
|
||
msgid "Paste"
|
||
msgstr "Wklej"
|
||
|
||
#: src/qml/EditMenu.qml:68
|
||
#, kde-format
|
||
msgctxt "text editing menu action"
|
||
msgid "Delete"
|
||
msgstr "Usuń"
|
||
|
||
#: src/qml/EditMenu.qml:81
|
||
#, kde-format
|
||
msgctxt "text editing menu action"
|
||
msgid "Select All"
|
||
msgstr "Zaznacz wszystko"
|
||
|
||
#: src/qml/Email.qml:19
|
||
#, kde-format
|
||
msgid "Add an e-mail address:"
|
||
msgstr "Dadaj adres pocztowy:"
|
||
|
||
#: src/qml/Email.qml:31
|
||
#, kde-format
|
||
msgid "Confirm e-mail address"
|
||
msgstr "Potwierdź adres e-mail"
|
||
|
||
#: src/qml/Email.qml:33
|
||
#, kde-format
|
||
msgid ""
|
||
"A confirmation e-mail has been sent to your address. Please continue here "
|
||
"<b>after</b> clicking on the confirmation link in the e-mail"
|
||
msgstr ""
|
||
"Wysłano wiadomość potwierdzającą na twój adres. Wróć tutaj <b>po</b> "
|
||
"naciśnięciu na odnośnik potwierdzający w wiadomości."
|
||
|
||
#: src/qml/Email.qml:38
|
||
#, kde-format
|
||
msgctxt "@button"
|
||
msgid "Re-send confirmation e-mail"
|
||
msgstr "Wyślij ponownie wiadomość potwierdzającą"
|
||
|
||
#: src/qml/EmojiGrid.qml:83
|
||
#, kde-format
|
||
msgid "No stickers"
|
||
msgstr "Nie ma żadnych naklejek"
|
||
|
||
#: src/qml/EmojiGrid.qml:83
|
||
#, kde-format
|
||
msgid "No emojis"
|
||
msgstr "Bez emoji"
|
||
|
||
#: src/qml/EmojiPicker.qml:52 src/qml/EmoticonsPage.qml:19
|
||
#, kde-format
|
||
msgid "Emojis"
|
||
msgstr "Emoji"
|
||
|
||
#: src/qml/EmojiPicker.qml:59 src/qml/EmoticonsPage.qml:27
|
||
#, kde-format
|
||
msgid "Stickers"
|
||
msgstr "Naklejki"
|
||
|
||
#: src/qml/EmojiSas.qml:23
|
||
#, kde-format
|
||
msgid ""
|
||
"Confirm the emoji below are displayed on both devices, in the same order."
|
||
msgstr ""
|
||
"Potwierdź, że poniższe emoji są wyświetlane na obu urządzeniach, w tej samej "
|
||
"kolejności."
|
||
|
||
#: src/qml/EmojiSas.qml:39
|
||
#, kde-format
|
||
msgid "They match"
|
||
msgstr "Są zgodne"
|
||
|
||
#: src/qml/EmojiSas.qml:45
|
||
#, kde-format
|
||
msgid "They don't match"
|
||
msgstr "Są niezgodne"
|
||
|
||
#: src/qml/EmoticonEditorPage.qml:27 src/qml/EmoticonFormCard.qml:53
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Edit Sticker"
|
||
msgstr "Edytuj naklejkę"
|
||
|
||
#: src/qml/EmoticonEditorPage.qml:27 src/qml/EmoticonFormCard.qml:103
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Add Sticker"
|
||
msgstr "Dodaj naklejkę"
|
||
|
||
#: src/qml/EmoticonEditorPage.qml:28 src/qml/EmoticonFormCard.qml:53
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Edit Emoji"
|
||
msgstr "Edytuj emoji"
|
||
|
||
#: src/qml/EmoticonEditorPage.qml:28 src/qml/EmoticonFormCard.qml:103
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Add Emoji"
|
||
msgstr "Dodaj emoji"
|
||
|
||
#: src/qml/EmoticonEditorPage.qml:31
|
||
#, kde-format
|
||
msgid "Sticker"
|
||
msgstr "Naklejka"
|
||
|
||
#: src/qml/EmoticonEditorPage.qml:31
|
||
#, kde-format
|
||
msgid "Emoji"
|
||
msgstr "Emoji"
|
||
|
||
#: src/qml/EmoticonEditorPage.qml:60
|
||
#, kde-format
|
||
msgid "Change Image"
|
||
msgstr "Zmień obraz"
|
||
|
||
#: src/qml/EmoticonEditorPage.qml:60
|
||
#, kde-format
|
||
msgid "Set Image"
|
||
msgstr "Ustaw obraz"
|
||
|
||
#: src/qml/EmoticonEditorPage.qml:100
|
||
#, kde-format
|
||
msgid "Shortcode:"
|
||
msgstr "Krótki kod:"
|
||
|
||
#: src/qml/EmoticonEditorPage.qml:105
|
||
#, kde-format
|
||
msgid "Description:"
|
||
msgstr "Opis:"
|
||
|
||
#: src/qml/EmoticonFormCard.qml:71
|
||
#, kde-format
|
||
msgctxt "As in 'This sticker/emoji has no description'"
|
||
msgid "No Description"
|
||
msgstr "Brak opisu"
|
||
|
||
#: src/qml/EmoticonFormCard.qml:112
|
||
#, kde-format
|
||
msgid "Add Emoji"
|
||
msgstr "Dodaj emoji"
|
||
|
||
#: src/qml/EmoticonFormCard.qml:112
|
||
#, kde-format
|
||
msgid "Add Sticker"
|
||
msgstr "Dodaj naklejkę"
|
||
|
||
#: src/qml/EmoticonsPage.qml:16
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Stickers & Emojis"
|
||
msgstr "Naklejki i emoji"
|
||
|
||
#: src/qml/EncryptedDelegate.qml:20 src/qml/ReplyComponent.qml:196
|
||
#, kde-format
|
||
msgid ""
|
||
"This message is encrypted and the sender has not shared the key with this "
|
||
"device."
|
||
msgstr ""
|
||
"Ta wiadomość jest zaszyfrowana, a jej nadawca nie udostępnił klucza temu "
|
||
"urządzeniowi."
|
||
|
||
#: src/qml/ExploreComponent.qml:21 src/qml/RoomListPage.qml:164
|
||
#, kde-format
|
||
msgid "Explore rooms"
|
||
msgstr "Przeglądaj pokoje"
|
||
|
||
#: src/qml/ExploreComponent.qml:24 src/qml/GlobalMenu.qml:64
|
||
#: src/qml/RoomListPage.qml:170
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Explore Rooms"
|
||
msgstr "Przeglądaj pokoje"
|
||
|
||
#: src/qml/ExploreComponent.qml:35 src/qml/GlobalMenu.qml:49
|
||
#: src/qml/GlobalMenu.qml:54 src/qml/StartChatPage.qml:20
|
||
#, kde-format
|
||
msgid "Start a Chat"
|
||
msgstr "Rozpocznij rozmowę"
|
||
|
||
#: src/qml/ExploreComponent.qml:37
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Start a Chat"
|
||
msgstr "Rozpocznij rozmowę"
|
||
|
||
#: src/qml/ExploreComponent.qml:40
|
||
#, kde-format
|
||
msgid "Create a Room"
|
||
msgstr "Stwórz pokój"
|
||
|
||
#: src/qml/ExploreComponent.qml:71 src/qml/ExploreComponent.qml:132
|
||
#, kde-format
|
||
msgid "Create rooms and chats"
|
||
msgstr "Twórz pokoje i rozmowy"
|
||
|
||
#: src/qml/ExplorerDelegate.qml:81
|
||
#, kde-format
|
||
msgid "Joined"
|
||
msgstr "Dołączono"
|
||
|
||
#: src/qml/FileDelegate.qml:76 src/qml/FileDelegate.qml:167
|
||
#, kde-format
|
||
msgctxt ""
|
||
"tooltip for a button on a message; offers ability to download its file"
|
||
msgid "Download"
|
||
msgstr "Pobierz"
|
||
|
||
#: src/qml/FileDelegate.qml:92 src/qml/FileDelegate.qml:158
|
||
#, kde-format
|
||
msgctxt ""
|
||
"tooltip for a button on a message; offers ability to open its downloaded "
|
||
"file with an appropriate application"
|
||
msgid "Open File"
|
||
msgstr "Otwórz plik"
|
||
|
||
#: src/qml/FileDelegate.qml:107
|
||
#, kde-format
|
||
msgctxt "file download progress"
|
||
msgid "%1 / %2"
|
||
msgstr "%1 / %2"
|
||
|
||
#: src/qml/FileDelegate.qml:112
|
||
#, kde-format
|
||
msgctxt ""
|
||
"tooltip for a button on a message; stops downloading the message's file"
|
||
msgid "Stop Download"
|
||
msgstr "Zatrzymaj pobieranie"
|
||
|
||
#: src/qml/FileDelegateContextMenu.qml:43
|
||
#, kde-format
|
||
msgid "Open Externally"
|
||
msgstr "Otwórz zewnętrznie"
|
||
|
||
#: src/qml/FileDelegateContextMenu.qml:50
|
||
#, kde-format
|
||
msgid "Save As"
|
||
msgstr "Zapisz jako"
|
||
|
||
#: src/qml/FileDelegateContextMenu.qml:68
|
||
#: src/qml/MessageDelegateContextMenu.qml:136
|
||
#, kde-format
|
||
msgid "Copy"
|
||
msgstr "Skopiuj"
|
||
|
||
#: src/qml/FileDelegateContextMenu.qml:76
|
||
#: src/qml/MessageDelegateContextMenu.qml:127
|
||
#, kde-format
|
||
msgid "Remove"
|
||
msgstr "Usuń"
|
||
|
||
#: src/qml/FileDelegateContextMenu.qml:80
|
||
#: src/qml/MessageDelegateContextMenu.qml:131
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Remove Message"
|
||
msgstr "Usuń wiadomość"
|
||
|
||
#: src/qml/FileDelegateContextMenu.qml:85
|
||
#: src/qml/MessageDelegateContextMenu.qml:141 src/qml/ReportSheet.qml:34
|
||
#, kde-format
|
||
msgctxt ""
|
||
"@action:button 'Report' as in 'Report this event to the administrators'"
|
||
msgid "Report"
|
||
msgstr "Zgłoś"
|
||
|
||
#: src/qml/FileDelegateContextMenu.qml:89
|
||
#: src/qml/MessageDelegateContextMenu.qml:145
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Report Message"
|
||
msgstr "Zgłoś wiadomość"
|
||
|
||
#: src/qml/FileDelegateContextMenu.qml:94
|
||
#: src/qml/MessageDelegateContextMenu.qml:151
|
||
#, kde-format
|
||
msgid "View Source"
|
||
msgstr "Pokaż źródło"
|
||
|
||
#: src/qml/FullScreenMap.qml:23
|
||
#, kde-format
|
||
msgid "View Location"
|
||
msgstr "Obejrzyj położenie"
|
||
|
||
#: src/qml/FullScreenMap.qml:65
|
||
#, kde-format
|
||
msgid "Close"
|
||
msgstr "Zamknij"
|
||
|
||
#: src/qml/General.qml:25
|
||
#, kde-format
|
||
msgid "Room Information"
|
||
msgstr "Szczegóły pokoju"
|
||
|
||
#: src/qml/General.qml:47
|
||
#, kde-format
|
||
msgid "Update avatar"
|
||
msgstr "Uaktualnij awatar"
|
||
|
||
#: src/qml/General.qml:121
|
||
#, kde-format
|
||
msgid "Room ID"
|
||
msgstr "ID pokoju"
|
||
|
||
#: src/qml/General.qml:126
|
||
#, kde-format
|
||
msgid "Copy room ID to clipboard"
|
||
msgstr "Skopiuj ID pokoju do schowka"
|
||
|
||
#: src/qml/General.qml:140
|
||
#, kde-format
|
||
msgid "Room version"
|
||
msgstr "Wersja pokoju"
|
||
|
||
#: src/qml/General.qml:146
|
||
#, kde-format
|
||
msgid "Upgrade Room"
|
||
msgstr "Uaktualnij pokój"
|
||
|
||
#: src/qml/General.qml:165
|
||
#, kde-format
|
||
msgid "Aliases"
|
||
msgstr "Aliasy"
|
||
|
||
#: src/qml/General.qml:170
|
||
#, kde-format
|
||
msgid "No canonical alias set"
|
||
msgstr "Nie ustawiono kanonicznego aliasu"
|
||
|
||
#: src/qml/General.qml:183
|
||
#, kde-format
|
||
msgid "Make this alias the room's canonical alias"
|
||
msgstr "Uczyń ten alias kanonicznym aliasem pokoju"
|
||
|
||
#: src/qml/General.qml:198
|
||
#, kde-format
|
||
msgid "Delete alias"
|
||
msgstr "Usuń alias"
|
||
|
||
#: src/qml/General.qml:223
|
||
#, kde-format
|
||
msgid "#new_alias:server.org"
|
||
msgstr "#new_alias:server.org"
|
||
|
||
#: src/qml/General.qml:240
|
||
#, kde-format
|
||
msgid "Add new alias"
|
||
msgstr "Dodaj nowy alias"
|
||
|
||
#: src/qml/General.qml:260
|
||
#, kde-format
|
||
msgid "URL Previews"
|
||
msgstr "Podglądy adresów URL"
|
||
|
||
#: src/qml/General.qml:264
|
||
#, kde-format
|
||
msgid "Enable URL previews by default for room members"
|
||
msgstr "Domyślnie włącz podglądy URL dla członków pokoju"
|
||
|
||
#: src/qml/General.qml:272
|
||
#, kde-format
|
||
msgid "Enable URL previews"
|
||
msgstr "Włącz podglądy adresów URL"
|
||
|
||
#: src/qml/General.qml:274
|
||
#, kde-format
|
||
msgid "URL previews are enabled by default in this room"
|
||
msgstr "Podglądy URL są domyślnie włączone w tym pokoju"
|
||
|
||
#: src/qml/General.qml:274
|
||
#, kde-format
|
||
msgid "URL previews are disabled by default in this room"
|
||
msgstr "Podglądy URL są domyślnie wyłączone w tym pokoju"
|
||
|
||
#: src/qml/General.qml:285
|
||
#, kde-format
|
||
msgid "This room continues another conversation."
|
||
msgstr "W tym pokoju nadal toczona jest rozmowa."
|
||
|
||
#: src/qml/General.qml:289
|
||
#, kde-format
|
||
msgid "See older messages…"
|
||
msgstr "Zobacz starsze wiadomości…"
|
||
|
||
#: src/qml/General.qml:299
|
||
#, kde-format
|
||
msgid "This room has been replaced."
|
||
msgstr "Ten pokój został zastąpiony."
|
||
|
||
#: src/qml/General.qml:303
|
||
#, kde-format
|
||
msgid "See new room…"
|
||
msgstr "Zobacz nowy pokój…"
|
||
|
||
#: src/qml/General.qml:324
|
||
#, kde-format
|
||
msgid "Upgrade the Room"
|
||
msgstr "Uaktualnij pokój"
|
||
|
||
#: src/qml/General.qml:328
|
||
#, kde-format
|
||
msgid "Select new version"
|
||
msgstr "Wybierz nową wersję"
|
||
|
||
#: src/qml/GeneralSettingsPage.qml:15 src/qml/NetworkProxyPage.qml:16
|
||
#, kde-format
|
||
msgctxt "@title:window"
|
||
msgid "General"
|
||
msgstr "Ogólne"
|
||
|
||
#: src/qml/GeneralSettingsPage.qml:18
|
||
#, kde-format
|
||
msgid "General settings"
|
||
msgstr "Ustawienia ogólne"
|
||
|
||
#: src/qml/GeneralSettingsPage.qml:24
|
||
#, kde-format
|
||
msgid "Show in System Tray"
|
||
msgstr "Pokaż na tacce systemowej"
|
||
|
||
#: src/qml/GeneralSettingsPage.qml:38
|
||
#, kde-format
|
||
msgid "Minimize to system tray on startup"
|
||
msgstr "Zminimalizuj na tackę systemową po uruchomieniu"
|
||
|
||
#: src/qml/GeneralSettingsPage.qml:52
|
||
#, kde-format
|
||
msgid "Automatically hide/unhide the room information when resizing the window"
|
||
msgstr "Sam ukryj/odkryj szczegóły pokoju przy zmienianiu rozmiaru okna"
|
||
|
||
#: src/qml/GeneralSettingsPage.qml:63
|
||
#, kde-format
|
||
msgid "Timeline Events"
|
||
msgstr "Wydarzenia na osi czasu"
|
||
|
||
#: src/qml/GeneralSettingsPage.qml:68
|
||
#, kde-format
|
||
msgid "Show deleted messages"
|
||
msgstr "Pokaż usunięte wiadomości"
|
||
|
||
#: src/qml/GeneralSettingsPage.qml:81
|
||
#, kde-format
|
||
msgid "Show state events"
|
||
msgstr "Pokaż stany zdarzeń"
|
||
|
||
#: src/qml/GeneralSettingsPage.qml:98
|
||
#, kde-format
|
||
msgid "Show leave and join events"
|
||
msgstr "Pokaż dołączenia i opuszczania"
|
||
|
||
#: src/qml/GeneralSettingsPage.qml:116
|
||
#, kde-format
|
||
msgid "Show name change events"
|
||
msgstr "Pokaż zmiany nazw"
|
||
|
||
#: src/qml/GeneralSettingsPage.qml:134
|
||
#, kde-format
|
||
msgid "Show avatar update events"
|
||
msgstr "Pokaż uaktualnienia awatarów"
|
||
|
||
#: src/qml/GeneralSettingsPage.qml:144
|
||
#, kde-format
|
||
msgid "Rooms and private chats"
|
||
msgstr "Pokoje i prywatne rozmowy"
|
||
|
||
#: src/qml/GeneralSettingsPage.qml:148
|
||
#, kde-format
|
||
msgid "Separated"
|
||
msgstr "Oddzielone"
|
||
|
||
#: src/qml/GeneralSettingsPage.qml:157
|
||
#, kde-format
|
||
msgid "Intermixed"
|
||
msgstr "Złączone"
|
||
|
||
#: src/qml/GeneralSettingsPage.qml:167
|
||
#, kde-format
|
||
msgctxt "Chat Editor"
|
||
msgid "Editor"
|
||
msgstr "Edytor"
|
||
|
||
#: src/qml/GeneralSettingsPage.qml:172
|
||
#, kde-format
|
||
msgid "Use s/text/replacement syntax to edit your last message"
|
||
msgstr "Użyj składni s/tekst/zastąpienie do zmiany swojej ostatniej wiadomości"
|
||
|
||
#: src/qml/GeneralSettingsPage.qml:183
|
||
#, kde-format
|
||
msgid "Send typing notifications"
|
||
msgstr "Powiadamiaj o pisaniu"
|
||
|
||
#: src/qml/GeneralSettingsPage.qml:193
|
||
#, kde-format
|
||
msgid "Developer Settings"
|
||
msgstr "Ustawienia programisty"
|
||
|
||
#: src/qml/GeneralSettingsPage.qml:197
|
||
#, kde-format
|
||
msgid "Enable developer tools"
|
||
msgstr "Włącz narzędzia programistów"
|
||
|
||
#: src/qml/GlobalMenu.qml:20
|
||
#, kde-format
|
||
msgctxt "menu"
|
||
msgid "NeoChat"
|
||
msgstr "NeoChat"
|
||
|
||
#: src/qml/GlobalMenu.qml:27
|
||
#, kde-format
|
||
msgid "Configure NeoChat..."
|
||
msgstr "Ustawienia NeoChata..."
|
||
|
||
#: src/qml/GlobalMenu.qml:28
|
||
#, kde-format
|
||
msgctxt "menu"
|
||
msgid "Configure NeoChat..."
|
||
msgstr "Ustawienia NeoChata..."
|
||
|
||
#: src/qml/GlobalMenu.qml:38
|
||
#, kde-format
|
||
msgctxt "menu"
|
||
msgid "Quit NeoChat"
|
||
msgstr "Zakończ NeoChat"
|
||
|
||
#: src/qml/GlobalMenu.qml:45
|
||
#, kde-format
|
||
msgctxt "menu"
|
||
msgid "File"
|
||
msgstr "Plik"
|
||
|
||
#: src/qml/GlobalMenu.qml:48
|
||
#, kde-format
|
||
msgctxt "menu"
|
||
msgid "New Private Chat…"
|
||
msgstr "Nowa rozmowa prywatna..."
|
||
|
||
#: src/qml/GlobalMenu.qml:53
|
||
#, kde-format
|
||
msgctxt "menu"
|
||
msgid "New Group…"
|
||
msgstr "Nowa grupa..."
|
||
|
||
#: src/qml/GlobalMenu.qml:62
|
||
#, kde-format
|
||
msgctxt "menu"
|
||
msgid "Browse Chats…"
|
||
msgstr "Przeglądaj rozmowy..."
|
||
|
||
#: src/qml/GlobalMenu.qml:76
|
||
#, kde-format
|
||
msgctxt "menu"
|
||
msgid "Edit"
|
||
msgstr "Edytuj"
|
||
|
||
#: src/qml/GlobalMenu.qml:80
|
||
#, kde-format
|
||
msgctxt "menu"
|
||
msgid "View"
|
||
msgstr "Widok"
|
||
|
||
#: src/qml/GlobalMenu.qml:83
|
||
#, kde-format
|
||
msgctxt ""
|
||
"menu item that opens a UI element called the 'Quick Switcher', which offers "
|
||
"a fast keyboard-based interface for switching in between chats."
|
||
msgid "Open Quick Switcher"
|
||
msgstr "Otwórz szybki przełącznik"
|
||
|
||
#: src/qml/GlobalMenu.qml:89
|
||
#, kde-format
|
||
msgctxt "menu"
|
||
msgid "Window"
|
||
msgstr "Okno"
|
||
|
||
#: src/qml/GlobalMenu.qml:96
|
||
#, kde-format
|
||
msgctxt "menu"
|
||
msgid "Exit Full Screen"
|
||
msgstr "Zakończ tryb pełnoekranowy"
|
||
|
||
#: src/qml/GlobalMenu.qml:96
|
||
#, kde-format
|
||
msgctxt "menu"
|
||
msgid "Enter Full Screen"
|
||
msgstr "Przejdź w tryb pełnoekranowy"
|
||
|
||
#: src/qml/GlobalMenu.qml:102
|
||
#, kde-format
|
||
msgctxt "menu"
|
||
msgid "Help"
|
||
msgstr "Pomoc"
|
||
|
||
#: src/qml/GlobalMenu.qml:105
|
||
#, kde-format
|
||
msgctxt "menu"
|
||
msgid "Matrix FAQ"
|
||
msgstr "FAQ Matriksa"
|
||
|
||
#: src/qml/GlobalNotificationsPage.qml:17
|
||
#, kde-format
|
||
msgctxt "@title:window"
|
||
msgid "Notifications"
|
||
msgstr "Powiadomienia"
|
||
|
||
#: src/qml/GlobalNotificationsPage.qml:22
|
||
#, kde-format
|
||
msgid "Enable notifications for this account"
|
||
msgstr "Włącz powiadomienia dla tego konta"
|
||
|
||
#: src/qml/GlobalNotificationsPage.qml:23
|
||
#, kde-format
|
||
msgid "Whether push notifications are generated by your Matrix server"
|
||
msgstr "Określa czy powiadomienia push są wysyłane przez twój serwer Matrix"
|
||
|
||
#: src/qml/GlobalNotificationsPage.qml:33
|
||
#, kde-format
|
||
msgid "Room Notifications"
|
||
msgstr "Powiadomienia pokoju"
|
||
|
||
#: src/qml/GlobalNotificationsPage.qml:50
|
||
#, kde-format
|
||
msgid "@Mentions"
|
||
msgstr "@Wspomnienia"
|
||
|
||
#: src/qml/GlobalNotificationsPage.qml:67 src/qml/PushNotification.qml:61
|
||
#, kde-format
|
||
msgid "Keywords"
|
||
msgstr "Słowa kluczowe"
|
||
|
||
#: src/qml/GlobalNotificationsPage.qml:91 src/qml/PushNotification.qml:96
|
||
#, kde-format
|
||
msgid "Keyword…"
|
||
msgstr "Słowo kluczowe…"
|
||
|
||
#: src/qml/GlobalNotificationsPage.qml:110 src/qml/PushNotification.qml:115
|
||
#, kde-format
|
||
msgid "Add keyword"
|
||
msgstr "Dodaj słowo kluczowe"
|
||
|
||
#: src/qml/GlobalNotificationsPage.qml:131
|
||
#, kde-format
|
||
msgid "Invites"
|
||
msgstr "Zaproszenia"
|
||
|
||
#: src/qml/GlobalNotificationsPage.qml:148
|
||
#, kde-format
|
||
msgid "Unknown"
|
||
msgstr "Nieznany"
|
||
|
||
#: src/qml/GroupChatDrawerHeader.qml:61
|
||
#, kde-format
|
||
msgid "No name"
|
||
msgstr "Brak nazwy"
|
||
|
||
#: src/qml/GroupChatDrawerHeader.qml:81
|
||
#, kde-format
|
||
msgid "No Topic"
|
||
msgstr "Brak tematu"
|
||
|
||
#: src/qml/Homeserver.qml:19
|
||
#, kde-format
|
||
msgid "Server Url:"
|
||
msgstr "Adres URL serwera:"
|
||
|
||
#: src/qml/Homeserver.qml:24
|
||
#, kde-format
|
||
msgid "Registration is disabled on this server."
|
||
msgstr "Rejestrowanie się na ten serwer jest wyłączone."
|
||
|
||
#: src/qml/Homeserver.qml:39 src/qml/Username.qml:36
|
||
#, kde-format
|
||
msgid "Loading"
|
||
msgstr "Wczytywanie"
|
||
|
||
#: src/qml/HoverActions.qml:85
|
||
#, kde-format
|
||
msgid "This message was sent from a verified device"
|
||
msgstr "Wiadomość tę wysłano ze sprawdzonego urządzenia"
|
||
|
||
#: src/qml/HoverActions.qml:98
|
||
#, kde-format
|
||
msgid "React"
|
||
msgstr "Dodaj reakcję"
|
||
|
||
#: src/qml/ImageEditorPage.qml:37
|
||
#, kde-format
|
||
msgctxt "@action:button Undo modification"
|
||
msgid "Undo"
|
||
msgstr "Cofnij"
|
||
|
||
#: src/qml/ImageEditorPage.qml:44
|
||
#, kde-format
|
||
msgctxt "@action:button Accept image modification"
|
||
msgid "Accept"
|
||
msgstr "Zatwierdź"
|
||
|
||
#: src/qml/ImageEditorPage.qml:52
|
||
#, kde-format
|
||
msgid ""
|
||
"Unable to save file. Check if you have the correct permission to edit the "
|
||
"cache directory."
|
||
msgstr ""
|
||
"Nie udało się zapisać pliku. Sprawdź czy masz wystarczające uprawnienia do "
|
||
"edycji katalogu pamięci podręcznej."
|
||
|
||
#: src/qml/ImageEditorPage.qml:126 src/qml/ImageEditorPage.qml:143
|
||
#, kde-format
|
||
msgctxt "@action:button Crop an image"
|
||
msgid "Crop"
|
||
msgstr "Przytnij"
|
||
|
||
#: src/qml/ImageEditorPage.qml:148
|
||
#, kde-format
|
||
msgctxt "@action:button Rotate an image to the left"
|
||
msgid "Rotate left"
|
||
msgstr "Obróć w lewo"
|
||
|
||
#: src/qml/ImageEditorPage.qml:154
|
||
#, kde-format
|
||
msgctxt "@action:button Rotate an image to the right"
|
||
msgid "Rotate right"
|
||
msgstr "Obróć w prawo"
|
||
|
||
#: src/qml/ImageEditorPage.qml:160
|
||
#, kde-format
|
||
msgctxt "@action:button Mirror an image vertically"
|
||
msgid "Flip"
|
||
msgstr "Odbij w pionie"
|
||
|
||
#: src/qml/ImageEditorPage.qml:166
|
||
#, kde-format
|
||
msgctxt "@action:button Mirror an image horizontally"
|
||
msgid "Mirror"
|
||
msgstr "Odbij w poziomie"
|
||
|
||
#: src/qml/InvitationView.qml:17
|
||
#, kde-format
|
||
msgid "Accept this invitation?"
|
||
msgstr "Czy przyjąć to zaproszenie?"
|
||
|
||
#: src/qml/InvitationView.qml:21
|
||
#, kde-format
|
||
msgctxt "@action:button The thing being rejected is an invitation to chat"
|
||
msgid "Reject and ignore user"
|
||
msgstr "Odrzuć i pomijaj użytkownika"
|
||
|
||
#: src/qml/InvitationView.qml:30
|
||
#, kde-format
|
||
msgid "Reject"
|
||
msgstr "Odrzuć"
|
||
|
||
#: src/qml/InvitationView.qml:37 src/qml/KeyVerificationDialog.qml:77
|
||
#, kde-format
|
||
msgid "Accept"
|
||
msgstr "Zaakceptuj"
|
||
|
||
#: src/qml/InviteUserPage.qml:19
|
||
#, kde-format
|
||
msgid "Invite a User"
|
||
msgstr "Zaproś użytkownika"
|
||
|
||
#: src/qml/InviteUserPage.qml:37 src/qml/StartChatPage.qml:32
|
||
#, kde-format
|
||
msgid "Find a user..."
|
||
msgstr "Znajdź użytkownika…"
|
||
|
||
#: src/qml/InviteUserPage.qml:44 src/qml/UserInfo.qml:227
|
||
#, kde-format
|
||
msgid "Add"
|
||
msgstr "Dodaj"
|
||
|
||
#: src/qml/InviteUserPage.qml:70 src/qml/StartChatPage.qml:134
|
||
#, kde-format
|
||
msgid "No users available"
|
||
msgstr "Brak dostępnych użytkowników"
|
||
|
||
#: src/qml/InviteUserPage.qml:100
|
||
#, kde-format
|
||
msgid "Send invitation"
|
||
msgstr "Wyślij zaproszenie"
|
||
|
||
#: src/qml/InviteUserPage.qml:114
|
||
#, kde-format
|
||
msgid "User is either already a member or has been invited"
|
||
msgstr "Użytkownik jest już członkiem lub został zaproszony"
|
||
|
||
#: src/qml/JoinRoomPage.qml:38
|
||
#, kde-format
|
||
msgid "Explore Rooms"
|
||
msgstr "Przeglądaj pokoje"
|
||
|
||
#: src/qml/JoinRoomPage.qml:61
|
||
#, kde-format
|
||
msgid "Find a room..."
|
||
msgstr "Znajdź pokój…"
|
||
|
||
#: src/qml/JoinRoomPage.qml:69
|
||
#, kde-format
|
||
msgid "View"
|
||
msgstr "Wyświetl"
|
||
|
||
#: src/qml/JoinRoomPage.qml:69
|
||
#, kde-format
|
||
msgid "Join"
|
||
msgstr "Dołącz"
|
||
|
||
#: src/qml/JoinRoomPage.qml:104
|
||
#, kde-format
|
||
msgid "Add New Server"
|
||
msgstr "Dodaj nowy serwer"
|
||
|
||
#: src/qml/JoinRoomPage.qml:119
|
||
#, kde-format
|
||
msgid "Home Server"
|
||
msgstr "Serwer domowy"
|
||
|
||
#: src/qml/JoinRoomPage.qml:126
|
||
#, kde-format
|
||
msgctxt "@action:button"
|
||
msgid "Add new server"
|
||
msgstr "Dodaj nowy serwer"
|
||
|
||
#: src/qml/JoinRoomPage.qml:158
|
||
#, kde-format
|
||
msgctxt "@title:window"
|
||
msgid "Add server"
|
||
msgstr "Dodawanie serwera"
|
||
|
||
#: src/qml/JoinRoomPage.qml:171
|
||
#, kde-format
|
||
msgid "Valid server entered"
|
||
msgstr "Wpisano prawidłowy serwer"
|
||
|
||
#: src/qml/JoinRoomPage.qml:171
|
||
#, kde-format
|
||
msgid "This server cannot be resolved or has already been added"
|
||
msgstr "Nie można ustalić położenia tego serwera lub już został dodany"
|
||
|
||
#: src/qml/JoinRoomPage.qml:171
|
||
#, kde-format
|
||
msgid "The entered text is not a valid url"
|
||
msgstr "Wpisany tekst jest nieprawidłowym adresem url"
|
||
|
||
#: src/qml/JoinRoomPage.qml:171
|
||
#, kde-format
|
||
msgid "Enter server url e.g. kde.org"
|
||
msgstr "Wpisz adres URL serwera np. kde.org"
|
||
|
||
#: src/qml/JoinRoomPage.qml:179
|
||
#, kde-format
|
||
msgid "Server URL"
|
||
msgstr "Adres URL serwera"
|
||
|
||
#: src/qml/JoinRoomPage.qml:278
|
||
#, kde-format
|
||
msgctxt "@info:label"
|
||
msgid "No rooms found"
|
||
msgstr "Nie znaleziono żadnego pokoju"
|
||
|
||
#: src/qml/KeyVerificationDialog.qml:16
|
||
#, kde-format
|
||
msgid "Session Verification"
|
||
msgstr "Sprawdzenie posiedzenia"
|
||
|
||
#: src/qml/KeyVerificationDialog.qml:38
|
||
#, kde-format
|
||
msgid "Waiting for device to accept verification."
|
||
msgstr "Oczekiwanie, aż urządzenie zatwierdzi sprawdzenie."
|
||
|
||
#: src/qml/KeyVerificationDialog.qml:44
|
||
#, kde-format
|
||
msgid "Incoming key verification request from device **%1**"
|
||
msgstr "Przychodząca prośba o sprawdzenie klucza z urządzenia **%1**"
|
||
|
||
#: src/qml/KeyVerificationDialog.qml:50
|
||
#, kde-format
|
||
msgid "Waiting for other party to verify."
|
||
msgstr "Oczekiwanie na sprawdzenie drugiej strony."
|
||
|
||
#: src/qml/KeyVerificationDialog.qml:54
|
||
#, kde-format
|
||
msgid "Emoji Verification"
|
||
msgstr "Sprawdzenie emoji"
|
||
|
||
#: src/qml/KeyVerificationDialog.qml:57
|
||
#, kde-format
|
||
msgid "Compare a set of emoji on both devices"
|
||
msgstr "Sprawdź zestaw emoji na obu urządzeniach"
|
||
|
||
#: src/qml/KeyVerificationDialog.qml:66
|
||
#, kde-format
|
||
msgid "Successfully verified device **%1**"
|
||
msgstr "Pomyślnie sprawdzono urządzenie **%1**"
|
||
|
||
#: src/qml/KeyVerificationDialog.qml:83
|
||
#, kde-format
|
||
msgid "Decline"
|
||
msgstr "Odmów"
|
||
|
||
#: src/qml/LinkPreviewDelegate.qml:115
|
||
#, kde-format
|
||
msgid "Shrink preview"
|
||
msgstr "Skurcz podgląd"
|
||
|
||
#: src/qml/LinkPreviewDelegate.qml:115
|
||
#, kde-format
|
||
msgid "Expand preview"
|
||
msgstr "Rozpręż podgląd"
|
||
|
||
#: src/qml/LinkPreviewDelegate.qml:140
|
||
#, kde-format
|
||
msgid "Loading URL preview"
|
||
msgstr "Wczytywanie podglądu adresu URL"
|
||
|
||
#: src/qml/Loading.qml:15
|
||
#, kde-format
|
||
msgid "Please wait. This might take a little while."
|
||
msgstr "Zaczekaj. To może zająć dłuższą chwilę."
|
||
|
||
#: src/qml/LoadingPage.qml:8 src/qml/Login.qml:37
|
||
#, kde-format
|
||
msgid "Loading…"
|
||
msgstr "Wczytywanie…"
|
||
|
||
#: src/qml/LocationChooser.qml:22
|
||
#, kde-format
|
||
msgid "Choose a Location"
|
||
msgstr "Wybierz położenie"
|
||
|
||
#: src/qml/LocationChooser.qml:27
|
||
#, kde-format
|
||
msgid "Send this location"
|
||
msgstr "Wyślij to położenie"
|
||
|
||
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
|
||
#, kde-format
|
||
msgctxt "Locations on a map"
|
||
msgid "Locations"
|
||
msgstr "Miejsca"
|
||
|
||
#: src/qml/LocationsPage.qml:51
|
||
#, kde-format
|
||
msgid "There are no locations shared in this room."
|
||
msgstr "Nie udostępniono żadnych miejsc w tym pokoju."
|
||
|
||
#: src/qml/Login.qml:24
|
||
#, kde-format
|
||
msgid "Matrix ID:"
|
||
msgstr "ID Matriksa:"
|
||
|
||
#: src/qml/Login.qml:26
|
||
#, kde-format
|
||
msgid "Matrix ID"
|
||
msgstr "ID Matriksa"
|
||
|
||
#: src/qml/Login.qml:37 src/qml/WelcomePage.qml:114
|
||
#, kde-format
|
||
msgctxt "@action:button"
|
||
msgid "Continue"
|
||
msgstr "Kontynuuj"
|
||
|
||
#: src/qml/Login.qml:37
|
||
#, kde-format
|
||
msgid "Already logged in"
|
||
msgstr "Już zalogowany"
|
||
|
||
#: src/qml/LoginMethod.qml:18
|
||
#, kde-format
|
||
msgctxt "@action:button"
|
||
msgid "Login with password"
|
||
msgstr "Wejdź na hasło"
|
||
|
||
#: src/qml/LoginMethod.qml:24
|
||
#, kde-format
|
||
msgctxt "@action:button"
|
||
msgid "Login with single sign-on"
|
||
msgstr "Wejdź jednorazowo"
|
||
|
||
#: src/qml/LoginRegister.qml:20 src/qml/Password.qml:40
|
||
#, kde-format
|
||
msgctxt "@action:button"
|
||
msgid "Login"
|
||
msgstr "Wejdź"
|
||
|
||
#: src/qml/LoginRegister.qml:25
|
||
#, kde-format
|
||
msgctxt "@action:button"
|
||
msgid "Register"
|
||
msgstr "Zarejestruj"
|
||
|
||
#: src/qml/main.qml:302
|
||
#, kde-format
|
||
msgctxt "@title:window"
|
||
msgid "Session Verification"
|
||
msgstr "Sprawdzenie posiedzenia"
|
||
|
||
#: src/qml/main.qml:314
|
||
#, kde-format
|
||
msgid "User consent"
|
||
msgstr "Zgoda użytkownika"
|
||
|
||
#: src/qml/main.qml:319
|
||
#, kde-format
|
||
msgid ""
|
||
"Your homeserver requires you to agree to its terms and conditions before "
|
||
"being able to use it. Please click the button below to read them."
|
||
msgstr ""
|
||
"Twój serwer domowy wymaga zgody na jego warunki, zanim będzie można go "
|
||
"używać. Aby je przeczytać, naciśnij na przycisk poniżej."
|
||
|
||
#: src/qml/main.qml:324
|
||
#, kde-format
|
||
msgid "Open"
|
||
msgstr "Otwórz"
|
||
|
||
#: src/qml/main.qml:358
|
||
#, kde-format
|
||
msgid "Start a chat"
|
||
msgstr "Rozpocznij rozmowę"
|
||
|
||
#: src/qml/main.qml:360
|
||
#, kde-format
|
||
msgid "Do you want to start a chat with %1?"
|
||
msgstr "Czy chcesz rozpocząć rozmowę z %1?"
|
||
|
||
#: src/qml/MessageDelegateContextMenu.qml:110
|
||
#, kde-format
|
||
msgctxt "@action:inmenu As in 'Forward this message'"
|
||
msgid "Forward"
|
||
msgstr "Przekieruj"
|
||
|
||
#: src/qml/MessageDelegateContextMenu.qml:116
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Forward Message"
|
||
msgstr "Przekieruj wiadomość"
|
||
|
||
#: src/qml/MessageDelegateContextMenu.qml:156
|
||
#, kde-format
|
||
msgid "Copy Link"
|
||
msgstr "Skopiuj odnośnik"
|
||
|
||
#: src/qml/MessageDelegateContextMenu.qml:202
|
||
#, kde-format
|
||
msgid "Search for '%1'"
|
||
msgstr "Znajdź '%1'"
|
||
|
||
#: src/qml/MessageDelegateContextMenu.qml:223
|
||
#, kde-format
|
||
msgid "Configure Web Shortcuts..."
|
||
msgstr "Ustawienia skrótów sieciowych..."
|
||
|
||
#: src/qml/MessageEditComponent.qml:76
|
||
#, kde-format
|
||
msgctxt "@action:button"
|
||
msgid "Confirm edit"
|
||
msgstr "Potwierdź zmianę"
|
||
|
||
#: src/qml/MessageEditComponent.qml:88
|
||
#, kde-format
|
||
msgctxt "@action:button"
|
||
msgid "Cancel edit"
|
||
msgstr "Anuluj edytowanie"
|
||
|
||
#: src/qml/MessageSourceSheet.qml:21 src/qml/RoomData.qml:69
|
||
#: src/qml/RoomData.qml:95
|
||
#, kde-format
|
||
msgid "Event Source"
|
||
msgstr "Źródło wydarzenia"
|
||
|
||
#: src/qml/NetworkProxyPage.qml:22 src/qml/SettingsPage.qml:63
|
||
#, kde-format
|
||
msgid "Network Proxy"
|
||
msgstr "Pośrednik sieciowy"
|
||
|
||
#: src/qml/NetworkProxyPage.qml:26
|
||
#, kde-format
|
||
msgid "System Default"
|
||
msgstr "Domyślne systemowe"
|
||
|
||
#: src/qml/NetworkProxyPage.qml:34
|
||
#, kde-format
|
||
msgid "HTTP"
|
||
msgstr "HTTP"
|
||
|
||
#: src/qml/NetworkProxyPage.qml:42
|
||
#, kde-format
|
||
msgid "Socks5"
|
||
msgstr "SOCKS5"
|
||
|
||
#: src/qml/NetworkProxyPage.qml:52
|
||
#, kde-format
|
||
msgid "Proxy Settings"
|
||
msgstr "Ustawienia pośrednika"
|
||
|
||
#: src/qml/NetworkProxyPage.qml:57
|
||
#, kde-format
|
||
msgid "Host"
|
||
msgstr "Gospodarz"
|
||
|
||
#: src/qml/NetworkProxyPage.qml:66
|
||
#, kde-format
|
||
msgid "Port"
|
||
msgstr "Port"
|
||
|
||
#: src/qml/NetworkProxyPage.qml:79
|
||
#, kde-format
|
||
msgid "User"
|
||
msgstr "Użytkownik"
|
||
|
||
#: src/qml/NetworkProxyPage.qml:106
|
||
#, kde-format
|
||
msgid "Apply"
|
||
msgstr "Zastosuj"
|
||
|
||
#: src/qml/NotificationRuleItem.qml:70
|
||
#, kde-format
|
||
msgid "Disable notifications"
|
||
msgstr "Wyłącz powiadomienia"
|
||
|
||
#: src/qml/NotificationRuleItem.qml:70
|
||
#, kde-format
|
||
msgid "Enable notifications"
|
||
msgstr "Włącz powiadomienia"
|
||
|
||
#: src/qml/NotificationRuleItem.qml:92
|
||
#, kde-format
|
||
msgid "Mute notifications"
|
||
msgstr "Wycisz powiadomienia"
|
||
|
||
#: src/qml/NotificationRuleItem.qml:92
|
||
#, kde-format
|
||
msgid "Unmute notifications"
|
||
msgstr "Usuń wyciszenie powiadomień"
|
||
|
||
#: src/qml/NotificationRuleItem.qml:113
|
||
#, kde-format
|
||
msgctxt ""
|
||
"As in clicking this button will switch off highlights for messages that "
|
||
"match this rule"
|
||
msgid "Disable message highlights"
|
||
msgstr "Wyłącz skróty wiadomości"
|
||
|
||
#: src/qml/NotificationRuleItem.qml:113
|
||
#, kde-format
|
||
msgctxt ""
|
||
"As in clicking this button will switch on highlights for messages that match "
|
||
"this rule"
|
||
msgid "Enable message highlights"
|
||
msgstr "Włącz skróty wiadomości"
|
||
|
||
#: src/qml/NotificationRuleItem.qml:135
|
||
#, kde-format
|
||
msgid "Delete keyword"
|
||
msgstr "Usuń słowo kluczowe"
|
||
|
||
#: src/qml/OpenFileDialog.qml:12
|
||
#, kde-format
|
||
msgid "Please choose a file"
|
||
msgstr "Wybierz plik"
|
||
|
||
#: src/qml/Password.qml:32
|
||
#, kde-format
|
||
msgid "Invalid username or password"
|
||
msgstr "Nieprawidłowa nazwa użytkownika lub hasło"
|
||
|
||
#: src/qml/Permissions.qml:33
|
||
#, kde-format
|
||
msgid "Privileged Users"
|
||
msgstr "Uprzywilejowani użytkownicy"
|
||
|
||
#: src/qml/Permissions.qml:69 src/qml/PowerLevelDialog.qml:37
|
||
#, kde-format
|
||
msgid "Member (0)"
|
||
msgstr "Członek (0)"
|
||
|
||
#: src/qml/Permissions.qml:70 src/qml/PowerLevelDialog.qml:38
|
||
#, kde-format
|
||
msgid "Moderator (50)"
|
||
msgstr "Moderator (50)"
|
||
|
||
#: src/qml/Permissions.qml:71 src/qml/PowerLevelDialog.qml:39
|
||
#, kde-format
|
||
msgid "Admin (100)"
|
||
msgstr "Administrator (100)"
|
||
|
||
#: src/qml/Permissions.qml:230
|
||
#, kde-format
|
||
msgid "Default permissions"
|
||
msgstr "Domyślne uprawnienia"
|
||
|
||
#: src/qml/Permissions.qml:235
|
||
#, kde-format
|
||
msgid "Default user power level"
|
||
msgstr "Domyślny poziom uprawnień użytkownika"
|
||
|
||
#: src/qml/Permissions.qml:236
|
||
#, kde-format
|
||
msgid "This is power level for all new users when joining the room"
|
||
msgstr ""
|
||
"Jest to poziom uprawnień dla wszystkich nowych użytkowników dołączających do "
|
||
"pokoju"
|
||
|
||
#: src/qml/Permissions.qml:244
|
||
#, kde-format
|
||
msgid "Default power level to set the room state"
|
||
msgstr "Domyślny poziom uprawnień, na który ustawić pokój"
|
||
|
||
#: src/qml/Permissions.qml:245
|
||
#, kde-format
|
||
msgid "This is used for all state events that do not have their own entry here"
|
||
msgstr ""
|
||
"Jest to używane do wszystkich wydarzeń stanu, które nie mają tutaj swojego "
|
||
"wpisu"
|
||
|
||
#: src/qml/Permissions.qml:253
|
||
#, kde-format
|
||
msgid "Default power level to send messages"
|
||
msgstr "Domyślny poziom uprawnień do wysyłania wiadomości"
|
||
|
||
#: src/qml/Permissions.qml:254
|
||
#, kde-format
|
||
msgid ""
|
||
"This is used for all message events that do not have their own entry here"
|
||
msgstr ""
|
||
"Jest to używane do wszystkich wydarzeń-wiadomości, które nie mają tutaj "
|
||
"swojego wpisu"
|
||
|
||
#: src/qml/Permissions.qml:265
|
||
#, kde-format
|
||
msgid "Basic permissions"
|
||
msgstr "Podstawowe uprawnienia"
|
||
|
||
#: src/qml/Permissions.qml:270
|
||
#, kde-format
|
||
msgid "Invite users"
|
||
msgstr "Zaproś użytkowników"
|
||
|
||
#: src/qml/Permissions.qml:278
|
||
#, kde-format
|
||
msgid "Kick users"
|
||
msgstr "Wykop użytkowników"
|
||
|
||
#: src/qml/Permissions.qml:286
|
||
#, kde-format
|
||
msgid "Ban users"
|
||
msgstr "Zbanuj użytkowników"
|
||
|
||
#: src/qml/Permissions.qml:294
|
||
#, kde-format
|
||
msgid "Remove message sent by other users"
|
||
msgstr "Usuń wiadomości wysłane przez innych użytkowników"
|
||
|
||
#: src/qml/Permissions.qml:305
|
||
#, kde-format
|
||
msgid "Event permissions"
|
||
msgstr "Uprawnienia wydarzeń"
|
||
|
||
#: src/qml/Permissions.qml:310
|
||
#, kde-format
|
||
msgid "Change user permissions"
|
||
msgstr "Zmień uprawnienia użytkownika"
|
||
|
||
#: src/qml/Permissions.qml:319
|
||
#, kde-format
|
||
msgid "Change the room name"
|
||
msgstr "Zmień nazwę pokoju"
|
||
|
||
#: src/qml/Permissions.qml:328
|
||
#, kde-format
|
||
msgid "Change the room avatar"
|
||
msgstr "Zmień awatar pokoju"
|
||
|
||
#: src/qml/Permissions.qml:337
|
||
#, kde-format
|
||
msgid "Change the room canonical alias"
|
||
msgstr "Zmień alias kanoniczny pokoju"
|
||
|
||
#: src/qml/Permissions.qml:346
|
||
#, kde-format
|
||
msgid "Change the room topic"
|
||
msgstr "Zmień temat pokoju"
|
||
|
||
#: src/qml/Permissions.qml:355
|
||
#, kde-format
|
||
msgid "Enable encryption for the room"
|
||
msgstr "Włącz szyfrowanie pokoju"
|
||
|
||
#: src/qml/Permissions.qml:364
|
||
#, kde-format
|
||
msgid "Change the room history visibility"
|
||
msgstr "Zmień widoczność historii pokoju"
|
||
|
||
#: src/qml/Permissions.qml:373
|
||
#, kde-format
|
||
msgid "Set pinned events"
|
||
msgstr "Ustaw przypięte wydarzenia"
|
||
|
||
#: src/qml/Permissions.qml:382
|
||
#, kde-format
|
||
msgid "Upgrade the room"
|
||
msgstr "Uaktualnij pokój"
|
||
|
||
#: src/qml/Permissions.qml:391
|
||
#, kde-format
|
||
msgid "Set the room server access control list (ACL)"
|
||
msgstr "Ustaw listę listę sterującą dostępem do tego serwera (ACL)"
|
||
|
||
#: src/qml/Permissions.qml:401
|
||
#, kde-format
|
||
msgid "Set the children of this space"
|
||
msgstr "Ustaw przestrzeń podrzędną dla tej przestrzeni"
|
||
|
||
#: src/qml/Permissions.qml:410
|
||
#, kde-format
|
||
msgid "Set the parent space of this room"
|
||
msgstr "Ustaw przestrzeń nadrzędną dla tego pokoju"
|
||
|
||
#: src/qml/PollDelegate.qml:60
|
||
#, kde-format
|
||
msgid "Based on votes by %1 user"
|
||
msgid_plural "Based on votes by %1 users"
|
||
msgstr[0] "Na podstawie głosu %1 użytkownika"
|
||
msgstr[1] "Na podstawie głosów %1 użytkowników"
|
||
msgstr[2] "Na podstawie głosów %1 użytkowników"
|
||
|
||
#: src/qml/PollDelegate.qml:60
|
||
#, kde-format
|
||
msgctxt "as in 'this vote has ended'"
|
||
msgid "(Ended)"
|
||
msgstr "(Zakończone)"
|
||
|
||
#: src/qml/PowerLevelDialog.qml:14
|
||
#, kde-format
|
||
msgid "Edit user power level"
|
||
msgstr "Zmień uprawnienia użytkownika"
|
||
|
||
#: src/qml/PushNotification.qml:22
|
||
#, kde-format
|
||
msgid "Room notifications setting"
|
||
msgstr "Ustawienia powiadomień pokoju"
|
||
|
||
#: src/qml/PushNotification.qml:27
|
||
#, kde-format
|
||
msgid "Follow global setting"
|
||
msgstr "Zgodnie z ustawieniami ogólnymi"
|
||
|
||
#: src/qml/QuickFormatBar.qml:23
|
||
#, kde-format
|
||
msgid "Bold"
|
||
msgstr "Pogrubienie"
|
||
|
||
#: src/qml/QuickFormatBar.qml:42
|
||
#, kde-format
|
||
msgid "Italic"
|
||
msgstr "Kursywa"
|
||
|
||
#: src/qml/QuickFormatBar.qml:61
|
||
#, kde-format
|
||
msgid "Strikethrough"
|
||
msgstr "Przekreślenie"
|
||
|
||
#: src/qml/QuickFormatBar.qml:80
|
||
#, kde-format
|
||
msgid "Code block"
|
||
msgstr "Blok kodu"
|
||
|
||
#: src/qml/QuickFormatBar.qml:99
|
||
#, kde-format
|
||
msgid "Quote"
|
||
msgstr "Cytowanie"
|
||
|
||
#: src/qml/QuickFormatBar.qml:118
|
||
#, kde-format
|
||
msgid "Insert link"
|
||
msgstr "Wstaw odnośnik"
|
||
|
||
#: src/qml/ReadMarkerDelegate.qml:32
|
||
#, kde-format
|
||
msgctxt "Relative time since the room was last read"
|
||
msgid "Last read: %1"
|
||
msgstr "Ostatnio odczytywany: %1"
|
||
|
||
#: src/qml/RegisterPassword.qml:28
|
||
#, kde-format
|
||
msgid "Confirm Password:"
|
||
msgstr "Potwierdź hasło:"
|
||
|
||
#: src/qml/RegisterPassword.qml:31
|
||
#, kde-format
|
||
msgid "The passwords do not match."
|
||
msgstr "Hasła nie są sobie równe."
|
||
|
||
#: src/qml/RemoveSheet.qml:20
|
||
#, kde-format
|
||
msgid "Remove Messages"
|
||
msgstr "Usuń wiadomości"
|
||
|
||
#: src/qml/RemoveSheet.qml:20
|
||
#, kde-format
|
||
msgid "Remove Message"
|
||
msgstr "Usuń wiadomość"
|
||
|
||
#: src/qml/RemoveSheet.qml:24
|
||
#, kde-format
|
||
msgid "Reason for removing this user's recent messages"
|
||
msgstr "Powód usunięcia ostatnich wiadomości tego użytkownika"
|
||
|
||
#: src/qml/RemoveSheet.qml:24
|
||
#, kde-format
|
||
msgid "Reason for removing this message"
|
||
msgstr "Powód usunięcia tej wiadomości"
|
||
|
||
#: src/qml/RemoveSheet.qml:36
|
||
#, kde-format
|
||
msgctxt "@action:button 'Remove' as in 'Remove this message'"
|
||
msgid "Remove"
|
||
msgstr "Usuń"
|
||
|
||
#: src/qml/ReplyPane.qml:33
|
||
#, kde-format
|
||
msgid "Replying to:"
|
||
msgstr "Odpowiadanie na:"
|
||
|
||
#: src/qml/ReportSheet.qml:18
|
||
#, kde-format
|
||
msgid "Report Message"
|
||
msgstr "Zgłoś wiadomość"
|
||
|
||
#: src/qml/ReportSheet.qml:22
|
||
#, kde-format
|
||
msgid "Reason for reporting this message"
|
||
msgstr "Powód zgłoszenia tej wiadomości"
|
||
|
||
#: src/qml/RoomData.qml:20
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Choose Room"
|
||
msgstr "Wybierz pokój"
|
||
|
||
#: src/qml/RoomData.qml:25
|
||
#, kde-format
|
||
msgid "Room"
|
||
msgstr "Pokój"
|
||
|
||
#: src/qml/RoomData.qml:37
|
||
#, kde-format
|
||
msgid "Room Id: %1"
|
||
msgstr "Id pokoju: %1"
|
||
|
||
#: src/qml/RoomData.qml:40
|
||
#, kde-format
|
||
msgid "Show m.room.member events"
|
||
msgstr "Pokaż wydarzenia m.room.member"
|
||
|
||
#: src/qml/RoomData.qml:52
|
||
#, kde-format
|
||
msgid "Show room account data"
|
||
msgstr "Pokaż dane konta pokoju"
|
||
|
||
#: src/qml/RoomData.qml:58
|
||
#, kde-format
|
||
msgid "Room Account Data"
|
||
msgstr "Dane konta pokoju"
|
||
|
||
#: src/qml/RoomData.qml:77
|
||
#, kde-format
|
||
msgid "Room State"
|
||
msgstr "Stan pokoju"
|
||
|
||
#: src/qml/RoomDelegate.qml:97
|
||
#, kde-format
|
||
msgid "Muted room"
|
||
msgstr "Wyciszony pokój"
|
||
|
||
#: src/qml/RoomDelegate.qml:129
|
||
#, kde-format
|
||
msgid "Configure room"
|
||
msgstr "Ustawienia pokoju"
|
||
|
||
#: src/qml/RoomDrawer.qml:101
|
||
#, kde-format
|
||
msgid "Room settings"
|
||
msgstr "Ustawienia pokoju"
|
||
|
||
#: src/qml/RoomDrawer.qml:145 src/qml/RoomDrawerPage.qml:82
|
||
#, kde-format
|
||
msgid "Information"
|
||
msgstr "Szczegóły"
|
||
|
||
#: src/qml/RoomDrawer.qml:150 src/qml/RoomDrawerPage.qml:87
|
||
#, kde-format
|
||
msgid "Media"
|
||
msgstr "Multimedia"
|
||
|
||
#: src/qml/RoomDrawerPage.qml:45
|
||
#, kde-format
|
||
msgid "Settings"
|
||
msgstr "Ustawienia"
|
||
|
||
#: src/qml/RoomInformation.qml:41
|
||
#, kde-format
|
||
msgctxt "@action:title"
|
||
msgid "Room information"
|
||
msgstr "Informacje o pokoju"
|
||
|
||
#: src/qml/RoomInformation.qml:67
|
||
#, kde-format
|
||
msgid "Options"
|
||
msgstr "Ustawienia"
|
||
|
||
#: src/qml/RoomInformation.qml:77
|
||
#, kde-format
|
||
msgid "Open developer tools"
|
||
msgstr "Otwórz narzędzia programistów"
|
||
|
||
#: src/qml/RoomInformation.qml:91
|
||
#, kde-format
|
||
msgid "Search in this room"
|
||
msgstr "Poszukaj w tym pokoju"
|
||
|
||
#: src/qml/RoomInformation.qml:100
|
||
#, kde-format
|
||
msgctxt "@action:title"
|
||
msgid "Search"
|
||
msgstr "Poszukaj"
|
||
|
||
#: src/qml/RoomInformation.qml:109
|
||
#, kde-format
|
||
msgid "Remove room from favorites"
|
||
msgstr "Usuń pokój z ulubionych"
|
||
|
||
#: src/qml/RoomInformation.qml:109
|
||
#, kde-format
|
||
msgid "Make room favorite"
|
||
msgstr "Dodaj pokój do ulubionych"
|
||
|
||
#: src/qml/RoomInformation.qml:120
|
||
#, kde-format
|
||
msgid "Show locations for this room"
|
||
msgstr "Pokaż miejsca dla tego pokoju"
|
||
|
||
#: src/qml/RoomInformation.qml:132
|
||
#, kde-format
|
||
msgid "Members"
|
||
msgstr "Członkowie"
|
||
|
||
#: src/qml/RoomInformation.qml:144
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Invite a User"
|
||
msgstr "Zaproś użytkownika"
|
||
|
||
#: src/qml/RoomInformation.qml:147
|
||
#, kde-format
|
||
msgid "Invite user to room"
|
||
msgstr "Zaproś użytkownika do pokoju"
|
||
|
||
#: src/qml/RoomInformation.qml:154
|
||
#, kde-format
|
||
msgid "%1 member"
|
||
msgid_plural "%1 members"
|
||
msgstr[0] "%1 członek"
|
||
msgstr[1] "%1 członków"
|
||
msgstr[2] "%1 członków"
|
||
|
||
#: src/qml/RoomInformation.qml:154
|
||
#, kde-format
|
||
msgid "No member count"
|
||
msgstr "Brak liczby członków"
|
||
|
||
#: src/qml/RoomListPage.qml:161
|
||
#, kde-format
|
||
msgid "No rooms found"
|
||
msgstr "Nie znaleziono pokojów"
|
||
|
||
#: src/qml/RoomListPage.qml:161
|
||
#, kde-format
|
||
msgid "Join some rooms to get started"
|
||
msgstr "Aby rozpocząć, dołącz do dowolnego pokoju"
|
||
|
||
#: src/qml/RoomListPage.qml:164
|
||
#, kde-format
|
||
msgid "Search in room directory"
|
||
msgstr "Szukaj w katalogu pokojów"
|
||
|
||
#: src/qml/RoomListPage.qml:217
|
||
#, kde-format
|
||
msgctxt "Collapse <section name>"
|
||
msgid "Collapse %1"
|
||
msgstr "Zwiń %1"
|
||
|
||
#: src/qml/RoomListPage.qml:217
|
||
#, kde-format
|
||
msgctxt "Expand <section name"
|
||
msgid "Expand %1"
|
||
msgstr "Rozwiń %1"
|
||
|
||
#: src/qml/RoomMedia.qml:28
|
||
#, kde-format
|
||
msgctxt "@action:title"
|
||
msgid "Room Media"
|
||
msgstr "Multimedia pokoju"
|
||
|
||
#: src/qml/RoomPage.qml:53
|
||
#, kde-format
|
||
msgid "NeoChat is offline. Please check your network connection."
|
||
msgstr "NeoChat jest odłączony od sieci. Sprawdź swoje połączenie sieciowe."
|
||
|
||
#: src/qml/RoomPage.qml:209
|
||
#, kde-format
|
||
msgid "Message Source"
|
||
msgstr "Źródło wiadomości"
|
||
|
||
#: src/qml/SearchPage.qml:18
|
||
#, kde-format
|
||
msgctxt "@action:title"
|
||
msgid "Search Messages"
|
||
msgstr "Poszukaj wiadomości"
|
||
|
||
#: src/qml/SearchPage.qml:60
|
||
#, kde-format
|
||
msgid "Enter a text to start searching"
|
||
msgstr "Wpisz tekst, aby rozpocząć wyszukiwanie"
|
||
|
||
#: src/qml/SearchPage.qml:66
|
||
#, kde-format
|
||
msgid "No results found"
|
||
msgstr "Nie znaleziono wyników"
|
||
|
||
#: src/qml/Security.qml:15
|
||
#, kde-format
|
||
msgid ""
|
||
"You need to upgrade this room to a newer version to enable this setting."
|
||
msgstr ""
|
||
"Aby móc włączyć to ustawienie, należy uaktualnić ten pokój do nowej wersji."
|
||
|
||
#: src/qml/Security.qml:20
|
||
#, kde-format
|
||
msgctxt "@option:check"
|
||
msgid "Encryption"
|
||
msgstr "Szyfrowanie"
|
||
|
||
#: src/qml/Security.qml:25
|
||
#, kde-format
|
||
msgid "Enable encryption"
|
||
msgstr "Włącz szyfrowanie"
|
||
|
||
#: src/qml/Security.qml:26
|
||
#, kde-format
|
||
msgctxt "option:check"
|
||
msgid "Once enabled, encryption cannot be disabled."
|
||
msgstr "Po włączeniu, nie będzie można wyłączyć szyfrowania."
|
||
|
||
#: src/qml/Security.qml:37
|
||
#, kde-format
|
||
msgctxt "@option:check"
|
||
msgid "Access"
|
||
msgstr "Dostęp"
|
||
|
||
#: src/qml/Security.qml:41
|
||
#, kde-format
|
||
msgctxt "@option:check"
|
||
msgid "Private (invite only)"
|
||
msgstr "Prywatny (tylko po zaproszeniu)"
|
||
|
||
#: src/qml/Security.qml:42
|
||
#, kde-format
|
||
msgid "Only invited people can join."
|
||
msgstr "Tylko zaproszeni ludzie mogą dołączyć."
|
||
|
||
#: src/qml/Security.qml:50
|
||
#, kde-format
|
||
msgctxt "@option:check"
|
||
msgid "Space members"
|
||
msgstr "Członkowie przestrzeni"
|
||
|
||
#: src/qml/Security.qml:51
|
||
#, kde-format
|
||
msgid "Anyone in a space can find and join."
|
||
msgstr "Każdy w przestrzeni może odszukać i dołączyć."
|
||
|
||
#: src/qml/Security.qml:60
|
||
#, kde-format
|
||
msgctxt "@option:check"
|
||
msgid "Knock"
|
||
msgstr "Zapukaj"
|
||
|
||
#: src/qml/Security.qml:61
|
||
#, kde-format
|
||
msgid "People not in the room need to request an invite to join the room."
|
||
msgstr ""
|
||
"Ludzie, nie będący w pokoju, muszą poprosić o zaproszenie, aby do niego "
|
||
"dołączyć."
|
||
|
||
#: src/qml/Security.qml:71
|
||
#, kde-format
|
||
msgctxt "@option:check"
|
||
msgid "Public"
|
||
msgstr "Publiczny"
|
||
|
||
#: src/qml/Security.qml:72
|
||
#, kde-format
|
||
msgctxt "@option:check"
|
||
msgid "Anyone can find and join."
|
||
msgstr "Każdy może odszukać i dołączyć."
|
||
|
||
#: src/qml/Security.qml:82
|
||
#, kde-format
|
||
msgctxt "@option:check"
|
||
msgid "Message history visibility"
|
||
msgstr "Widoczność historii wiadomości"
|
||
|
||
#: src/qml/Security.qml:86
|
||
#, kde-format
|
||
msgctxt "@option:check"
|
||
msgid "Anyone"
|
||
msgstr "Ktokolwiek"
|
||
|
||
#: src/qml/Security.qml:87
|
||
#, kde-format
|
||
msgctxt "@option:check"
|
||
msgid "Anyone, regardless of whether they have joined, can view history."
|
||
msgstr "Historię może przeglądać ktokolwiek, niezależnie czy dołączył."
|
||
|
||
#: src/qml/Security.qml:95
|
||
#, kde-format
|
||
msgctxt "@option:check"
|
||
msgid "Members only"
|
||
msgstr "Tylko członkowie"
|
||
|
||
#: src/qml/Security.qml:96
|
||
#, kde-format
|
||
msgctxt "@option:check"
|
||
msgid ""
|
||
"All members can view the entire message history, even before they joined."
|
||
msgstr ""
|
||
"Wszyscy członkowie mogą przeglądać całą historię rozmów, nawet tę sprzed ich "
|
||
"dołączenia."
|
||
|
||
#: src/qml/Security.qml:104
|
||
#, kde-format
|
||
msgctxt "@option:check"
|
||
msgid "Members only (since invite)"
|
||
msgstr "Tylko członkowie (od zaproszenia)"
|
||
|
||
#: src/qml/Security.qml:105
|
||
#, kde-format
|
||
msgctxt "@option:check"
|
||
msgid ""
|
||
"New members can view the message history from the point they were invited to "
|
||
"the room."
|
||
msgstr ""
|
||
"Nowi członkowie mogą przeglądać historię rozmów od czasu ich zaproszenia."
|
||
|
||
#: src/qml/Security.qml:113
|
||
#, kde-format
|
||
msgctxt "@option:check"
|
||
msgid "Members only (since joining)"
|
||
msgstr "Tylko członkowie (od dołączenia)"
|
||
|
||
#: src/qml/Security.qml:114
|
||
#, kde-format
|
||
msgctxt "@option:check"
|
||
msgid ""
|
||
"New members can view the message history from the point they joined the room."
|
||
msgstr ""
|
||
"Nowi członkowie mogą przeglądać historię rozmów od czasu ich dołączenia."
|
||
|
||
#: src/qml/ServerData.qml:20
|
||
#, kde-format
|
||
msgid "Server Capabilities"
|
||
msgstr "Możliwości serwera"
|
||
|
||
#: src/qml/ServerData.qml:24
|
||
#, kde-format
|
||
msgid "Can change password"
|
||
msgstr "Może zmienić hasło"
|
||
|
||
#: src/qml/ServerData.qml:29
|
||
#, kde-format
|
||
msgid "Default Room Version"
|
||
msgstr "Domyślna wersja pokoju"
|
||
|
||
#: src/qml/ServerData.qml:37
|
||
#, kde-format
|
||
msgid "Available Room Versions"
|
||
msgstr "Dostępne wersja pokojów"
|
||
|
||
#: src/qml/SettingsPage.qml:26
|
||
#, kde-format
|
||
msgid "Appearance"
|
||
msgstr "Wygląd"
|
||
|
||
#: src/qml/SettingsPage.qml:44
|
||
#, kde-format
|
||
msgid "Stickers & Emojis"
|
||
msgstr "Naklejki i emoji"
|
||
|
||
#: src/qml/SettingsPage.qml:56
|
||
#, kde-format
|
||
msgid "Spell Checking"
|
||
msgstr "Sprawdzanie pisowni"
|
||
|
||
#: src/qml/SettingsPage.qml:80
|
||
#, kde-format
|
||
msgid "About NeoChat"
|
||
msgstr "O NeoChat"
|
||
|
||
#: src/qml/SettingsPage.qml:86
|
||
#, kde-format
|
||
msgid "About KDE"
|
||
msgstr "O KDE"
|
||
|
||
#: src/qml/ShareAction.qml:19
|
||
#, kde-format
|
||
msgid "Share"
|
||
msgstr "Udostępnij"
|
||
|
||
#: src/qml/ShareAction.qml:20
|
||
#, kde-format
|
||
msgid "Share the selected media"
|
||
msgstr "Udostępnij zaznaczone treści"
|
||
|
||
#: src/qml/ShareDialog.qml:34
|
||
#, kde-format
|
||
msgid "Sharing failed"
|
||
msgstr "Niepowodzenie udostępniania"
|
||
|
||
#: src/qml/ShareDialog.qml:53
|
||
#, kde-format
|
||
msgid "Shared url for image is <a href='%1'>%1</a>"
|
||
msgstr "Adres URL do współdzielenia obrazu to <a href='%1'>%1</a>"
|
||
|
||
#: src/qml/SonnetConfigPage.qml:17
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Spellchecking"
|
||
msgstr "Sprawdzanie pisowni"
|
||
|
||
#: src/qml/SonnetConfigPage.qml:27
|
||
#, kde-format
|
||
msgid "Enable automatic spell checking"
|
||
msgstr "Samoczynnie sprawdzaj pisownię"
|
||
|
||
#: src/qml/SonnetConfigPage.qml:39
|
||
#, kde-format
|
||
msgid "Ignore uppercase words"
|
||
msgstr "Pomiń słowa pisane wielkimi listerami"
|
||
|
||
#: src/qml/SonnetConfigPage.qml:51
|
||
#, kde-format
|
||
msgid "Ignore hyphenated words"
|
||
msgstr "Pomiń zlepki słów"
|
||
|
||
#: src/qml/SonnetConfigPage.qml:63
|
||
#, kde-format
|
||
msgid "Detect language automatically"
|
||
msgstr "Sam wykryj język"
|
||
|
||
#: src/qml/SonnetConfigPage.qml:74
|
||
#, kde-format
|
||
msgid "Selected default language:"
|
||
msgstr "Wybierz domyślny język:"
|
||
|
||
#: src/qml/SonnetConfigPage.qml:75
|
||
#, kde-format
|
||
msgid "None"
|
||
msgstr "Brak"
|
||
|
||
#: src/qml/SonnetConfigPage.qml:94
|
||
#, kde-format
|
||
msgid "Additional spell checking languages"
|
||
msgstr "Dodatkowe języki sprawdzania pisowni"
|
||
|
||
#: src/qml/SonnetConfigPage.qml:95
|
||
#, kde-format
|
||
msgid ""
|
||
"%1 will provide spell checking and suggestions for the languages listed here "
|
||
"when autodetection is enabled."
|
||
msgstr ""
|
||
"%1 będzie sprawdzać poprawność pisowni i podpowiadać słowa dla języków "
|
||
"wymienionych tutaj, jeśli samowykrywanie zostanie włączone."
|
||
|
||
#: src/qml/SonnetConfigPage.qml:107
|
||
#, kde-format
|
||
msgid "Open Personal Dictionary"
|
||
msgstr "Otwórz katalog osobisty"
|
||
|
||
#: src/qml/SonnetConfigPage.qml:118
|
||
#, kde-format
|
||
msgctxt "@title:window"
|
||
msgid "Spell checking languages"
|
||
msgstr "Języki sprawdzania pisowni"
|
||
|
||
#: src/qml/SonnetConfigPage.qml:127 src/qml/SonnetConfigPage.qml:137
|
||
#, kde-format
|
||
msgid "Default Language"
|
||
msgstr "Domyślny język"
|
||
|
||
#: src/qml/SonnetConfigPage.qml:149
|
||
#, kde-format
|
||
msgid "Spell checking dictionary"
|
||
msgstr "Słownik sprawdzania pisowni"
|
||
|
||
#: src/qml/SonnetConfigPage.qml:156
|
||
#, kde-format
|
||
msgid "Add a new word to your personal dictionary…"
|
||
msgstr "Dodaj nowe słowo do swojego osobistego słownika..."
|
||
|
||
#: src/qml/SonnetConfigPage.qml:159
|
||
#, kde-format
|
||
msgctxt "@action:button"
|
||
msgid "Add word"
|
||
msgstr "Dodaj słowo"
|
||
|
||
#: src/qml/SonnetConfigPage.qml:194
|
||
#, kde-format
|
||
msgctxt "@action:button"
|
||
msgid "Delete word"
|
||
msgstr "Usuń słowo"
|
||
|
||
#: src/qml/SpaceDrawer.qml:63
|
||
#, kde-format
|
||
msgid "All Rooms"
|
||
msgstr "Wszystkie pokoje"
|
||
|
||
#: src/qml/SpaceListContextMenu.qml:30 src/qml/SpaceListContextMenu.qml:110
|
||
#, kde-format
|
||
msgctxt "'Space' is a matrix space"
|
||
msgid "View Space"
|
||
msgstr "Pokaż przestrzeń"
|
||
|
||
#: src/qml/SpaceListContextMenu.qml:46 src/qml/SpaceListContextMenu.qml:126
|
||
#, kde-format
|
||
msgctxt "'Space' is a matrix space"
|
||
msgid "Space Settings"
|
||
msgstr "Ustawienia space"
|
||
|
||
#: src/qml/SpaceListContextMenu.qml:48 src/qml/SpaceListContextMenu.qml:128
|
||
#, kde-format
|
||
msgid "Space Settings"
|
||
msgstr "Ustawienia przestrzeni"
|
||
|
||
#: src/qml/SpaceListContextMenu.qml:54 src/qml/SpaceListContextMenu.qml:132
|
||
#, kde-format
|
||
msgctxt "'Space' is a matrix space"
|
||
msgid "Leave Space"
|
||
msgstr "Opuść Space"
|
||
|
||
#: src/qml/Sso.qml:30
|
||
#, kde-format
|
||
msgid "Continue the login process in your browser."
|
||
msgstr "Dokończ logowanie w swojej przeglądarce."
|
||
|
||
#: src/qml/Sso.qml:38
|
||
#, kde-format
|
||
msgctxt "@action:button"
|
||
msgid "Re-open SSO URL"
|
||
msgstr "Ponownie otwórz adres URL SSO"
|
||
|
||
#: src/qml/StartChatPage.qml:40
|
||
#, kde-format
|
||
msgid "Chat"
|
||
msgstr "Rozmowa"
|
||
|
||
#: src/qml/StartChatPage.qml:93
|
||
#, kde-format
|
||
msgid "Join existing chat"
|
||
msgstr "Dołącz do istniejącej rozmowy"
|
||
|
||
#: src/qml/StartChatPage.qml:114
|
||
#, kde-format
|
||
msgid "Create new chat"
|
||
msgstr "Utwórz nową rozmowę"
|
||
|
||
#: src/qml/Terms.qml:18
|
||
#, kde-format
|
||
msgid "Terms & Conditions"
|
||
msgstr "Warunki"
|
||
|
||
#: src/qml/Terms.qml:19
|
||
#, kde-format
|
||
msgid ""
|
||
"By continuing with the registration, you agree to the following terms and "
|
||
"conditions:"
|
||
msgstr "Rejestrując się, zgadzasz się na następujące warunki:"
|
||
|
||
#: src/qml/TimelineView.qml:151
|
||
#, kde-format
|
||
msgid "Jump to first unread message"
|
||
msgstr "Przeskocz do pierwszej nieprzeczytanej wiadomości"
|
||
|
||
#: src/qml/TimelineView.qml:174
|
||
#, kde-format
|
||
msgid "Jump to latest message"
|
||
msgstr "Przeskocz do ostatniej wiadomości"
|
||
|
||
#: src/qml/TimelineView.qml:200
|
||
#, kde-format
|
||
msgid "Drag items here to share them"
|
||
msgstr "Przeciągnij tutaj elementy, aby je udostępnić"
|
||
|
||
#: src/qml/TimelineView.qml:208
|
||
#, kde-format
|
||
msgctxt "Message displayed when some users are typing"
|
||
msgid "%2 is typing"
|
||
msgid_plural "%2 are typing"
|
||
msgstr[0] "%2 pisze"
|
||
msgstr[1] "%2 piszą"
|
||
msgstr[2] "%2 pisze"
|
||
|
||
#: src/qml/UserDetailDialog.qml:32
|
||
#, kde-format
|
||
msgctxt "@title:menu Account detail dialog"
|
||
msgid "Account detail"
|
||
msgstr "Szczegóły konta"
|
||
|
||
#: src/qml/UserDetailDialog.qml:81
|
||
#, kde-format
|
||
msgid "Unignore this user"
|
||
msgstr "Usuń wyciszenie tego użytkownika"
|
||
|
||
#: src/qml/UserDetailDialog.qml:81
|
||
#, kde-format
|
||
msgid "Ignore this user"
|
||
msgstr "Wycisz tego użytkownika"
|
||
|
||
#: src/qml/UserDetailDialog.qml:94
|
||
#, kde-format
|
||
msgid "Kick this user"
|
||
msgstr "Wyrzuć tego użytkownika"
|
||
|
||
#: src/qml/UserDetailDialog.qml:108
|
||
#, kde-format
|
||
msgid "Invite this user"
|
||
msgstr "Zaproś tego użytkownika"
|
||
|
||
#: src/qml/UserDetailDialog.qml:121
|
||
#, kde-format
|
||
msgid "Ban this user"
|
||
msgstr "Zbanuj tego użytkownika"
|
||
|
||
#: src/qml/UserDetailDialog.qml:126
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Ban User"
|
||
msgstr "Zbanuj użytkownika"
|
||
|
||
#: src/qml/UserDetailDialog.qml:138
|
||
#, kde-format
|
||
msgid "Unban this user"
|
||
msgstr "Odbanuj tego użytkownika"
|
||
|
||
#: src/qml/UserDetailDialog.qml:151
|
||
#, kde-format
|
||
msgid "Set user power level"
|
||
msgstr "Ustaw poziom uprawnień użytkownika"
|
||
|
||
#: src/qml/UserDetailDialog.qml:176
|
||
#, kde-format
|
||
msgid "Remove recent messages by this user"
|
||
msgstr "Usuń ostatnie wiadomości tego użytkownika"
|
||
|
||
#: src/qml/UserDetailDialog.qml:181
|
||
#, kde-format
|
||
msgctxt "@title"
|
||
msgid "Remove Messages"
|
||
msgstr "Usuń wiadomości"
|
||
|
||
#: src/qml/UserDetailDialog.qml:192
|
||
#, kde-format
|
||
msgid "Open a private chat"
|
||
msgstr "Rozpocznij prywatną rozmowę"
|
||
|
||
#: src/qml/UserDetailDialog.qml:203
|
||
#, kde-format
|
||
msgid "Copy link"
|
||
msgstr "Skopiuj odnośnik"
|
||
|
||
#: src/qml/UserInfo.qml:49
|
||
#, kde-format
|
||
msgid "Log in to an existing account"
|
||
msgstr "Wejdź na istniejące konto"
|
||
|
||
#: src/qml/UserInfo.qml:56
|
||
#, kde-format
|
||
msgctxt "@title:window"
|
||
msgid "Login"
|
||
msgstr "Logowanie"
|
||
|
||
#: src/qml/UserInfo.qml:211
|
||
#, kde-format
|
||
msgid "Switch User"
|
||
msgstr "Przełącz użytkownika"
|
||
|
||
#: src/qml/UserInfo.qml:239
|
||
#, kde-format
|
||
msgid "Open Settings"
|
||
msgstr "Otwórz ustawienia"
|
||
|
||
#: src/qml/Username.qml:18
|
||
#, kde-format
|
||
msgid "Username:"
|
||
msgstr "Nazwa użytkownika:"
|
||
|
||
#: src/qml/Username.qml:21
|
||
#, kde-format
|
||
msgid "Username unavailable"
|
||
msgstr "Nazwa użytkownika jest niedostępna"
|
||
|
||
#: src/qml/VerificationCanceled.qml:19
|
||
#, kde-format
|
||
msgid "The session verification was canceled for unknown reason."
|
||
msgstr "Zaniechano sprawdzenia posiedzenia z nieznanego powodu."
|
||
|
||
#: src/qml/VerificationCanceled.qml:21
|
||
#, kde-format
|
||
msgid "The session verification timed out."
|
||
msgstr "Przekroczono czas na sprawdzenie posiedzenia."
|
||
|
||
#: src/qml/VerificationCanceled.qml:23
|
||
#, kde-format
|
||
msgid "The session verification timed out for remote party."
|
||
msgstr "Przekroczono czas na sprawdzenie posiedzenia dla strony zdalnej."
|
||
|
||
#: src/qml/VerificationCanceled.qml:25
|
||
#, kde-format
|
||
msgid "You canceled the session verification."
|
||
msgstr "Zaniechałeś sprawdzenia posiedzenia."
|
||
|
||
#: src/qml/VerificationCanceled.qml:27
|
||
#, kde-format
|
||
msgid "The remote party canceled the session verification."
|
||
msgstr "Strona zdalna zaniechała sprawdzenia posiedzenia."
|
||
|
||
#: src/qml/VerificationCanceled.qml:29
|
||
#, kde-format
|
||
msgid ""
|
||
"The session verification was canceled because we received an unexpected "
|
||
"message."
|
||
msgstr ""
|
||
"Zaniechano sprawdzenia posiedzenia, bo otrzymaliśmy nieoczekiwaną wiadomość."
|
||
|
||
#: src/qml/VerificationCanceled.qml:31
|
||
#, kde-format
|
||
msgid ""
|
||
"The remote party canceled the session verification because it received an "
|
||
"unexpected message."
|
||
msgstr ""
|
||
"Strona zdalna zaniechała sprawdzenia posiedzenia, bo otrzymała nieoczekiwaną "
|
||
"wiadomość."
|
||
|
||
#: src/qml/VerificationCanceled.qml:33
|
||
#, kde-format
|
||
msgid ""
|
||
"The session verification was canceled because it received a message for an "
|
||
"unknown session."
|
||
msgstr ""
|
||
"Zaniechano sprawdzenia posiedzenia, bo otrzymała ona wiadomość z nieznanego "
|
||
"powodu."
|
||
|
||
#: src/qml/VerificationCanceled.qml:35
|
||
#, kde-format
|
||
msgid ""
|
||
"The remote party canceled the session verification because it received a "
|
||
"message for an unknown session."
|
||
msgstr ""
|
||
"Strona zdalna zaniechała sprawdzenia posiedzenia, bo otrzymała wiadomość dla "
|
||
"nieznanej posiedzenia."
|
||
|
||
#: src/qml/VerificationCanceled.qml:37
|
||
#, kde-format
|
||
msgid ""
|
||
"The session verification was canceled because NeoChat is unable to handle "
|
||
"this verification method."
|
||
msgstr ""
|
||
"Zaniechano sprawdzenia posiedzenia, bo NeoChat nie jest w stanie obsłużyć "
|
||
"tego sposobu sprawdzenia."
|
||
|
||
#: src/qml/VerificationCanceled.qml:39
|
||
#, kde-format
|
||
msgid ""
|
||
"The remote party canceled the session verification because it is unable to "
|
||
"handle this verification method."
|
||
msgstr ""
|
||
"Strona zdalna zaniechała sprawdzenia posiedzenia, bo nie jest w stanie "
|
||
"obsłużyć tego sposobu sprawdzenia."
|
||
|
||
#: src/qml/VerificationCanceled.qml:41
|
||
#, kde-format
|
||
msgid "The session verification was canceled because the keys are incorrect."
|
||
msgstr "Zaniechano sprawdzenia posiedzenia, bo klucze są niepoprawne."
|
||
|
||
#: src/qml/VerificationCanceled.qml:43
|
||
#, kde-format
|
||
msgid ""
|
||
"The remote party canceled the session verification because the keys are "
|
||
"incorrect."
|
||
msgstr ""
|
||
"Strona zdalna zaniechała sprawdzenia posiedzenia, bo klucze są niepoprawne."
|
||
|
||
#: src/qml/VerificationCanceled.qml:45
|
||
#, kde-format
|
||
msgid ""
|
||
"The session verification was canceled because it verifies an unexpected user."
|
||
msgstr ""
|
||
"Zaniechano sprawdzenia posiedzenia, bo sprawdzała ona nieoczekiwanego "
|
||
"użytkownika."
|
||
|
||
#: src/qml/VerificationCanceled.qml:47
|
||
#, kde-format
|
||
msgid ""
|
||
"The remote party canceled the session verification because it verifies an "
|
||
"unexpected user."
|
||
msgstr ""
|
||
"Strona zdalna zaniechała sprawdzenia posiedzenia, bo sprawdzała ona "
|
||
"nieoczekiwanego użytkownika."
|
||
|
||
#: src/qml/VerificationCanceled.qml:49
|
||
#, kde-format
|
||
msgid ""
|
||
"The session verification was canceled because we received an invalid message."
|
||
msgstr ""
|
||
"Zaniechano sprawdzenia posiedzenia, bo otrzymaliśmy nieprawidłową wiadomość."
|
||
|
||
#: src/qml/VerificationCanceled.qml:51
|
||
#, kde-format
|
||
msgid ""
|
||
"The remote party canceled the session verification because it received an "
|
||
"invalid message."
|
||
msgstr ""
|
||
"Strona zdalna zaniechała sprawdzenia posiedzenia, bo otrzymała nieprawidłową "
|
||
"wiadomość."
|
||
|
||
#: src/qml/VerificationCanceled.qml:53 src/qml/VerificationCanceled.qml:55
|
||
#, kde-format
|
||
msgid "The session was accepted on a different device"
|
||
msgstr "Posiedzenie zostało zatwierdzone na innym urządzeniu"
|
||
|
||
#: src/qml/VerificationCanceled.qml:57
|
||
#, kde-format
|
||
msgid "The session verification was canceled because of a mismatched key."
|
||
msgstr "Zaniechano sprawdzenia posiedzenia ze względu na niezgodne klucze."
|
||
|
||
#: src/qml/VerificationCanceled.qml:59
|
||
#, kde-format
|
||
msgid ""
|
||
"The remote party canceled the session verification because of a mismatched "
|
||
"key."
|
||
msgstr ""
|
||
"Strona zdalna zaniechała sprawdzenia posiedzenia ze względu na niezgodne "
|
||
"klucze."
|
||
|
||
#: src/qml/VerificationCanceled.qml:61
|
||
#, kde-format
|
||
msgid "The session verification was canceled because the keys do not match."
|
||
msgstr "Zaniechano sprawdzenia posiedzenia, bo klucze nie są zgodne."
|
||
|
||
#: src/qml/VerificationCanceled.qml:63
|
||
#, kde-format
|
||
msgid ""
|
||
"The remote party canceled the session verification because the keys do not "
|
||
"match."
|
||
msgstr ""
|
||
"Strona zdalna zaniechała sprawdzenia posiedzenia, bo klucze nie są zgodne."
|
||
|
||
#: src/qml/VerificationCanceled.qml:65
|
||
#, kde-format
|
||
msgid "The session verification was canceled due to an unknown error."
|
||
msgstr "Zaniechano sprawdzenia posiedzenia ze względu na nieznany błąd."
|
||
|
||
#: src/qml/VideoDelegate.qml:141
|
||
#, kde-format
|
||
msgid "Video"
|
||
msgstr "Wideo"
|
||
|
||
#: src/qml/VideoDelegate.qml:205
|
||
#, kde-format
|
||
msgctxt "@action:button"
|
||
msgid "Volume"
|
||
msgstr "Głośność"
|
||
|
||
#: src/qml/VideoDelegate.qml:289
|
||
#, kde-format
|
||
msgid "Maximize"
|
||
msgstr "Zmaksymalizuj"
|
||
|
||
#: src/qml/WelcomePage.qml:19
|
||
#, kde-format
|
||
msgid "Welcome"
|
||
msgstr "Witaj"
|
||
|
||
#: src/qml/WelcomePage.qml:45
|
||
#, kde-format
|
||
msgid "Log in to a different account or create a new account."
|
||
msgstr "Wejdź na inne konto lub utwórz nowe."
|
||
|
||
#: src/qml/WelcomePage.qml:45
|
||
#, kde-format
|
||
msgid "Welcome to NeoChat! Continue by logging in or creating a new account."
|
||
msgstr "Witaj w NeoChat! W dalszym kroku wejdź na swoje konto lub utwórz nowe."
|
||
|
||
#: src/qml/WelcomePage.qml:122
|
||
#, kde-format
|
||
msgctxt "@action:button"
|
||
msgid "Go back"
|
||
msgstr "Przejdź wstecz"
|
||
|
||
#: src/registration.cpp:299
|
||
#, kde-format
|
||
msgid "No server."
|
||
msgstr "Nie ma żadnego serwera."
|
||
|
||
#: src/registration.cpp:301
|
||
#, kde-format
|
||
msgid "Checking Server availability."
|
||
msgstr "Sprawdzanie dostępności serwera."
|
||
|
||
#: src/registration.cpp:303
|
||
#, kde-format
|
||
msgid "This is not a valid server."
|
||
msgstr "To nie jest poprawny serwer."
|
||
|
||
#: src/registration.cpp:305
|
||
#, kde-format
|
||
msgid "Registration for this server is disabled."
|
||
msgstr "Rejestrowanie się na ten serwer jest wyłączone."
|
||
|
||
#: src/registration.cpp:307
|
||
#, kde-format
|
||
msgid "No username."
|
||
msgstr "Brak nazwy użytkownika."
|
||
|
||
#: src/registration.cpp:309
|
||
#, kde-format
|
||
msgid "Checking username availability."
|
||
msgstr "Sprawdzanie dostępności nazwy użytkownika."
|
||
|
||
#: src/registration.cpp:311
|
||
#, kde-format
|
||
msgid "This username is not available."
|
||
msgstr "Ta nazwa użytkownika jest niedostępna."
|
||
|
||
#: src/registration.cpp:313
|
||
#, kde-format
|
||
msgid "Continue"
|
||
msgstr "Kontynuuj"
|
||
|
||
#: src/registration.cpp:315
|
||
#, kde-format
|
||
msgid "Working"
|
||
msgstr "Pracuje"
|
||
|
||
#: src/roommanager.cpp:76
|
||
#, kde-format
|
||
msgid "Malformed or empty Matrix id"
|
||
msgstr "Zniekształcony lub pusty id Matriksa"
|
||
|
||
#: src/roommanager.cpp:76
|
||
#, kde-format
|
||
msgid "%1 is not a correct Matrix identifier"
|
||
msgstr "%1 nie jest poprawnym identyfikatorem Matriksa"
|
||
|
||
#: src/roommanager.cpp:93
|
||
#, kde-format
|
||
msgid "Room not found"
|
||
msgstr "Nie znaleziono pokoju"
|
||
|
||
#: src/roommanager.cpp:93
|
||
#, kde-format
|
||
msgid ""
|
||
"There's no room %1 in the room list. Check the spelling and the account."
|
||
msgstr "Nie ma pokoju w spisie pokojów %1. Sprawdź pisownię i konto."
|
||
|
||
#: src/roommanager.cpp:272
|
||
#, kde-format
|
||
msgid "Failed to join room"
|
||
msgstr "Nie udało się dołączyć do pokoju"
|
||
|
||
#: src/roommanager.cpp:287
|
||
#, kde-format
|
||
msgid "You requested to join '%1'"
|
||
msgstr "Poprosiłeś od dołączenie do '%1'"
|
||
|
||
#: src/roommanager.cpp:290
|
||
#, kde-format
|
||
msgid "Failed to request joining room"
|
||
msgstr "Nie udało się poprosić o dołączenie do pokoju"
|
||
|
||
#: src/roommanager.cpp:299
|
||
#, kde-format
|
||
msgid "No application for the link"
|
||
msgstr "Brak programu obsługującego odnośnik"
|
||
|
||
#: src/roommanager.cpp:299
|
||
#, kde-format
|
||
msgid "Your operating system could not find an application for the link."
|
||
msgstr ""
|
||
"Twój system operacyjny nie może znaleźć programu, który obsłużyłby ten "
|
||
"odnośnik."
|
||
|
||
#: src/roommanager.cpp:305
|
||
#, kde-format
|
||
msgid "Could not open URL"
|
||
msgstr "Nie można otworzyć adresu URL"
|
||
|
||
#: src/trayicon.cpp:17
|
||
#, kde-format
|
||
msgid "Show"
|
||
msgstr "Pokaż"
|
||
|
||
#: src/trayicon.cpp:30
|
||
#, kde-format
|
||
msgid "Quit"
|
||
msgstr "Zakończ"
|
||
|
||
#~ msgid "Accept Invitation"
|
||
#~ msgstr "Przyjmij zaproszenie"
|
||
|
||
#~ msgid "Reject Invitation"
|
||
#~ msgstr "Odrzuć zaproszenie"
|
||
|
||
#~ msgid "Today"
|
||
#~ msgstr "Dzisiaj"
|
||
|
||
#~ msgid "Yesterday"
|
||
#~ msgstr "Wczoraj"
|
||
|
||
#~ msgid "The day before yesterday"
|
||
#~ msgstr "Przedwczoraj"
|
||
|
||
#~ msgid "Room information"
|
||
#~ msgstr "Informacje o pokoju"
|
||
|
||
#~ msgid "Search user in room"
|
||
#~ msgstr "Poszukaj użytkownika w pokoju"
|
||
|
||
#~ msgctxt "@title"
|
||
#~ msgid "Select a Homeserver"
|
||
#~ msgstr "Wybierz serwer domowy"
|
||
|
||
#~ msgid "Homeserver:"
|
||
#~ msgstr "Serwer domowy:"
|
||
|
||
#~ msgid "Other..."
|
||
#~ msgstr "Inne..."
|
||
|
||
#~ msgid "Url:"
|
||
#~ msgstr "Url:"
|
||
|
||
#~ msgctxt "@title"
|
||
#~ msgid "Login"
|
||
#~ msgstr "Wejdź"
|
||
|
||
#~ msgid "Enter your Matrix ID"
|
||
#~ msgstr "Wpisz swoje ID Matriksa"
|
||
|
||
#~ msgid "Login Methods"
|
||
#~ msgstr "Sposoby wejścia"
|
||
|
||
#~ msgid "Login"
|
||
#~ msgstr "Wejdź"
|
||
|
||
#~ msgctxt "@title"
|
||
#~ msgid "Password"
|
||
#~ msgstr "Hasło"
|
||
|
||
#~ msgctxt "@action:button"
|
||
#~ msgid "Back"
|
||
#~ msgstr "Wstecz"
|
||
|
||
#~ msgid "Welcome to Matrix"
|
||
#~ msgstr "Witaj w Matriksie"
|
||
|
||
#~ msgid "No Canonical Alias"
|
||
#~ msgstr "Brak kanonicznego aliasu"
|
||
|
||
#~ msgid ""
|
||
#~ "This room is encrypted. Build libQuotient with encryption enabled to send "
|
||
#~ "encrypted messages."
|
||
#~ msgstr ""
|
||
#~ "Ten pokój jest zaszyfrowany. Zbuduj libQuotient z włączonym szyfrowaniem, "
|
||
#~ "aby móc wysyłać szyfrowane wiadomości."
|
||
|
||
#~ msgid "Messages in one-to-one chats"
|
||
#~ msgstr "Wiadomości w rozmowach jeden na jednego"
|
||
|
||
#~ msgid "Encrypted messages in one-to-one chats"
|
||
#~ msgstr "Zaszyfrowane wiadomości w rozmowach jeden na jednego"
|
||
|
||
#~ msgid "Messages in group chats"
|
||
#~ msgstr "Wiadomości w rozmowach grupowych"
|
||
|
||
#~ msgid "Messages in encrypted group chats"
|
||
#~ msgstr "Wiadomości w zaszyfrowanych rozmowach grupowych"
|
||
|
||
#~ msgid "Room upgrade messages"
|
||
#~ msgstr "Wiadomości uaktualnień pokoju"
|
||
|
||
#~ msgid "Messages containing my display name"
|
||
#~ msgstr "Wiadomości zawierające moją wyświetlaną nazwę"
|
||
|
||
#~ msgid "Whole room (@room) notifications"
|
||
#~ msgstr "Powiadomienia w całym pokoju (@room)"
|
||
|
||
#~ msgid "Messages containing my keywords"
|
||
#~ msgstr "Wiadomości zawierające moje słowa kluczowe"
|
||
|
||
#~ msgid "Invites to a room"
|
||
#~ msgstr "Zaprasza do pokoju"
|
||
|
||
#~ msgid "Call invitation"
|
||
#~ msgstr "Zaproszenie do rozmowy"
|
||
|
||
#~ msgctxt "@title:window"
|
||
#~ msgid "Custom Emojis"
|
||
#~ msgstr "Własne emoji"
|
||
|
||
#~ msgid "No custom inline stickers found"
|
||
#~ msgstr "Nie znaleziono żadnych własnych naklejek w wierszu"
|
||
|
||
#~ msgid "new_emoji_name_here"
|
||
#~ msgstr "miejsce_na_nową_nazwę_emoji"
|
||
|
||
#~ msgid "Images (*.png *.gif *.webp)"
|
||
#~ msgstr "Obrazy (*.png *.gif *.webp)"
|
||
|
||
#~ msgid "Custom Emojis"
|
||
#~ msgstr "Własne emoji"
|
||
|
||
#~ msgid "No Name"
|
||
#~ msgstr "Brak nazwy"
|
||
|
||
#~ msgid "%1 (%2)"
|
||
#~ msgstr "%1 (%2)"
|
||
|
||
#~ msgid "Add an Emoji"
|
||
#~ msgstr "Dodaj Emoji"
|
||
|
||
#~ msgid "Options:"
|
||
#~ msgstr "Ustawienia:"
|
||
|
||
#~ msgid "Zoom in"
|
||
#~ msgstr "Powiększ"
|
||
|
||
#~ msgid "Zoom out"
|
||
#~ msgstr "Pomniejsz"
|
||
|
||
#~ msgid "Rotate left"
|
||
#~ msgstr "Obróć w lewo"
|
||
|
||
#~ msgid "Rotate right"
|
||
#~ msgstr "Obróć w prawo"
|
||
|
||
#~ msgid "Save as"
|
||
#~ msgstr "Zapisz jako"
|
||
|
||
#~ msgid " (edited)"
|
||
#~ msgstr " (edytowana)"
|
||
|
||
#~ msgid "Room Name"
|
||
#~ msgstr "Nazwa pokoju"
|
||
|
||
#~ msgid "Room Topic"
|
||
#~ msgstr "Temat pokoju"
|
||
|
||
#~ msgid "Edit Message"
|
||
#~ msgstr "Edytuj wiadomość"
|
||
|
||
#~ msgid "Editing message:"
|
||
#~ msgstr "Edytowanie wiadomości:"
|
||
|
||
#~ msgid "Owner"
|
||
#~ msgstr "Właściciel"
|
||
|
||
#~ msgid "Mod"
|
||
#~ msgstr "Moderator"
|
||
|
||
#~ msgid "Muted"
|
||
#~ msgstr "Wyciszony(-a)"
|
||
|
||
#~ msgid ""
|
||
#~ "This room is encrypted. Sending encrypted messages is not yet supported."
|
||
#~ msgstr ""
|
||
#~ "Ten pokój jest zaszyfrowany. Wysyłanie zaszyfrowanych wiadomości nie jest "
|
||
#~ "jeszcze obsługiwane."
|
||
|
||
#~ msgid "Custom"
|
||
#~ msgstr "Własny"
|
||
|
||
#~ msgid "Canonical Alias:"
|
||
#~ msgstr "Kanoniczny alias:"
|
||
|
||
#, fuzzy
|
||
#~| msgid "Decline"
|
||
#~ msgid "Timeline"
|
||
#~ msgstr "Odmów"
|
||
|
||
#~ msgid "In Chat"
|
||
#~ msgstr "W oknie rozmowy"
|
||
|
||
#, fuzzy
|
||
#~| msgid "Theme:"
|
||
#~ msgid "Themes"
|
||
#~ msgstr "Wygląd:"
|
||
|
||
#~ msgid "Displays action"
|
||
#~ msgstr "Wyświetla działanie"
|
||
|
||
#~ msgid "Sends a message as plain text, without interpreting it as markdown"
|
||
#~ msgstr "Wysyła wiadomość jako zwykły tekst, bez ozdabiania wg markdown"
|
||
|
||
#~ msgid "Sends a message as html, without interpreting it as markdown"
|
||
#~ msgstr "Wysyła wiadomość jako html, z ozdabianiem wg markdown"
|
||
|
||
#~ msgid "Sends the given message coloured as a rainbow"
|
||
#~ msgstr "Wysyła daną wiadomość w barwach tęczy"
|
||
|
||
#~ msgid "Sends the given emote coloured as a rainbow"
|
||
#~ msgstr "Wysyła daną emotikonę w barwach tęczy"
|
||
|
||
#~ msgid "Joins room with given address"
|
||
#~ msgstr "Dołącza do pokoju o danym adresie"
|
||
|
||
#~ msgid "Leave room"
|
||
#~ msgstr "Opuść pokój"
|
||
|
||
#~ msgid "Invites user with given id to current room"
|
||
#~ msgstr "Zaprasza użytkownika o danym id do bieżącego pokoju"
|
||
|
||
#~ msgid "React to this message with a text"
|
||
#~ msgstr "Zareaguj na tę wiadomość tekstem"
|
||
|
||
#~ msgid "Avatar:"
|
||
#~ msgstr "Awatar:"
|
||
|
||
#~ msgid "Add an account"
|
||
#~ msgstr "Dodaj konto"
|
||
|
||
#~ msgid "Notifications and events:"
|
||
#~ msgstr "Powiadomienia i wydarzenia:"
|
||
|
||
#~ msgid "Online"
|
||
#~ msgstr "Dostępny(-a)"
|
||
|
||
#~ msgid "Local"
|
||
#~ msgstr "Lokalnie"
|
||
|
||
#~ msgid "Global"
|
||
#~ msgstr "Globalnie"
|
||
|
||
#~ msgid "Invalid command"
|
||
#~ msgstr "Nieprawidłowe polecenie"
|
||
|
||
#~ msgid "Couldn't find a message to react to"
|
||
#~ msgstr "Nie można znaleźć wiadomości do odpowiedzenia"
|
||
|
||
#~ msgid "Image View - %1"
|
||
#~ msgstr "Widok obrazu - %1"
|
||
|
||
#, fuzzy
|
||
#~| msgid "Send message"
|
||
#~ msgid "All messages"
|
||
#~ msgstr "Wyślij wiadomość"
|
||
|
||
#~ msgid "Write your message..."
|
||
#~ msgstr "Napisz własną wiadomość…"
|
||
|
||
#~ msgctxt "menu"
|
||
#~ msgid "Preferences…"
|
||
#~ msgstr "Ustawienia..."
|
||
|
||
#~ msgid "Please make sure that the keychain is opened."
|
||
#~ msgstr "Upewnij się, że łańcuch kluczy jest otwarty."
|
||
|
||
#, fuzzy
|
||
#~| msgid "Accept"
|
||
#~ msgid "Accept Invite"
|
||
#~ msgstr "Zaakceptuj"
|
||
|
||
#~ msgctxt "@action:inmenu"
|
||
#~ msgid "No suggestions for %1"
|
||
#~ msgstr "Brak podpowiedzi dla %1"
|
||
|
||
#~ msgid "Add to dictionary"
|
||
#~ msgstr "Dodaj do słownika"
|
||
|
||
#~ msgid "Ignore"
|
||
#~ msgstr "Pomiń"
|
||
|
||
#~ msgctxt "@action:inmenu"
|
||
#~ msgid "Undo"
|
||
#~ msgstr "Cofnij"
|
||
|
||
#~ msgctxt "@action:inmenu"
|
||
#~ msgid "Redo"
|
||
#~ msgstr "Przywróć"
|
||
|
||
#~ msgctxt "@action:inmenu"
|
||
#~ msgid "Cut"
|
||
#~ msgstr "Wytnij"
|
||
|
||
#~ msgctxt "@action:inmenu"
|
||
#~ msgid "Copy"
|
||
#~ msgstr "Skopiuj"
|
||
|
||
#~ msgctxt "@action:inmenu"
|
||
#~ msgid "Paste"
|
||
#~ msgstr "Wklej"
|
||
|
||
#~ msgctxt "@action:inmenu"
|
||
#~ msgid "Select All"
|
||
#~ msgstr "Zaznacz wszystko"
|
||
|
||
#~ msgid "Server-side Logout Failed: %1"
|
||
#~ msgstr "Nie udało się wyjść po stronie serwera: %1"
|
||
|
||
#~ msgid "updated the database"
|
||
#~ msgstr "zaktualizował bazę danych"
|
||
|
||
#~ msgid "Account"
|
||
#~ msgstr "Konto"
|
||
|
||
#~ msgid "Server error when joining the room \"%1\": %2"
|
||
#~ msgstr "Błąd serwera przy próbie dołączenia do pokoju \"%1\": %2"
|
||
|
||
#~ msgid "@title"
|
||
#~ msgstr "@tytuł"
|
||
|
||
#~ msgctxt "@title:menu Message detail dialog"
|
||
#~ msgid "Message detail"
|
||
#~ msgstr "Szczegóły wiadomości"
|
||
|
||
#~ msgctxt "@label Parameter of a command"
|
||
#~ msgid "<room-address>"
|
||
#~ msgstr "<adres-pokoju>"
|
||
|
||
#~ msgctxt "@label Parameter of a command"
|
||
#~ msgid "[<room-address>]"
|
||
#~ msgstr "[<adres-pokoju>]"
|
||
|
||
#~ msgid "Please choose a folder"
|
||
#~ msgstr "Wybierz katalog"
|
||
|
||
#~ msgid "Neochat"
|
||
#~ msgstr "Neochat"
|
||
|
||
#~ msgid "Unknown duration"
|
||
#~ msgstr "Nieznany czas trwania"
|
||
|
||
#~ msgid "%1 byte"
|
||
#~ msgid_plural "%1 bytes"
|
||
#~ msgstr[0] "%1 bajt"
|
||
#~ msgstr[1] "%1 bajty"
|
||
#~ msgstr[2] "%1 bajtów"
|
||
|
||
#~ msgctxt "KB as in kilobytes"
|
||
#~ msgid "%1 KB"
|
||
#~ msgstr "%1 KB"
|
||
|
||
#~ msgctxt "MB as in megabytes"
|
||
#~ msgid "%1 MB"
|
||
#~ msgstr "%1 MB"
|
||
|
||
#~ msgctxt "GB as in gigabytes"
|
||
#~ msgid "%1 GB"
|
||
#~ msgstr "%1 GB"
|
||
|
||
#~ msgid "Redact"
|
||
#~ msgstr "Zredaguj"
|
||
|
||
#~ msgid "Server Address"
|
||
#~ msgstr "Adres serwera"
|
||
|
||
#~ msgid "Device Name (Optional)"
|
||
#~ msgstr "Nazwa urządzenia (opcjonalnie)"
|
||
|
||
#~ msgid "Loading, this might take up to 10 seconds."
|
||
#~ msgstr "Wczytywanie, to może zająć do 10 sekund."
|
||
|
||
#~ msgid "Invitation Received - %1"
|
||
#~ msgstr "Otrzymane zaproszenie - %1"
|
||
|
||
#~ msgctxt "Seperate the usernames of users"
|
||
#~ msgid " and "
|
||
#~ msgstr " i "
|