aboutsummaryrefslogtreecommitdiffstats
path: root/view/pl/hstrings.php
diff options
context:
space:
mode:
authorAndrzej Budziński <andrzej@budzinski.ovh>2021-03-24 23:30:42 +0100
committerAndrzej Budziński <andrzej@budzinski.ovh>2021-03-24 23:30:42 +0100
commit61d6239c68212b7c6682287356ac63c9fce1d2a7 (patch)
treeac3bfcda6bd999be96517b0bab640a52dcb55171 /view/pl/hstrings.php
parenteba69f85c778cd1217e0a6265f55d8cce2b0edc7 (diff)
downloadvolse-hubzilla-61d6239c68212b7c6682287356ac63c9fce1d2a7.tar.gz
volse-hubzilla-61d6239c68212b7c6682287356ac63c9fce1d2a7.tar.bz2
volse-hubzilla-61d6239c68212b7c6682287356ac63c9fce1d2a7.zip
Fixes and new translations
1) Changed translations of "a hub" and "a post" ("a hub" like "a node of network" and not like "a web-hub" or "an air hub".) The word "a post" should be translated as Polish "wpis" and not jargon "post". 2) New translation: doc/pl/Widgets.md
Diffstat (limited to 'view/pl/hstrings.php')
-rw-r--r--view/pl/hstrings.php341
1 files changed, 170 insertions, 171 deletions
diff --git a/view/pl/hstrings.php b/view/pl/hstrings.php
index 9f0972038..47e06bc94 100644
--- a/view/pl/hstrings.php
+++ b/view/pl/hstrings.php
@@ -5,9 +5,8 @@ function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : 2));
}}
App::$rtl = 0;
-App::$strings["plural_function_code"] = "(n==1 ? 0 : (n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2))";
-App::$strings["Can view my channel stream and posts"] = "Może wyświetlać strumień i posty z mojego kanału";
-App::$strings["Can send me their channel stream and posts"] = "Może przesyłać mi strumień swojego kanału i posty";
+App::$strings["plural_function_code"] = "(n==1 ? 0 : (n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2))"App::$strings["Can view my channel stream and posts"] = "Może wyświetlać strumień i wpisy z mojego kanału";
+App::$strings["Can send me their channel stream and posts"] = "Może przesyłać mi strumień swojego kanału i wpisy";
App::$strings["Can view my default channel profile"] = "Może wyświetlać mój domyślny profil kanału";
App::$strings["Can view my connections"] = "Może wyświetlać moje połączenia";
App::$strings["Can view my file storage and photos"] = "Może wyświetlać moje przechowywane pliki i zdjęcia";
@@ -17,12 +16,12 @@ App::$strings["Can view my wiki pages"] = "Może przeglądać moje strony wiki";
App::$strings["Can create/edit my channel webpages"] = "Może tworzyć/edytować strony internetowe mojego kanału";
App::$strings["Can write to my wiki pages"] = "Może pisać na moich stronach wiki";
App::$strings["Can post on my channel (wall) page"] = "Może publikować na stronie mojego kanału (tablicy)";
-App::$strings["Can comment on or like my posts"] = "Może komentować lub polubić moje posty";
+App::$strings["Can comment on or like my posts"] = "Może komentować lub polubić moje wpisy";
App::$strings["Can send me private mail messages"] = "Może wysyłać mi prywatne wiadomości e-mail";
App::$strings["Can like/dislike profiles and profile things"] = "Może polubiać/dezaprobować profile i rzeczy w profilach";
-App::$strings["Can forward to all my channel connections via ! mentions in posts"] = "Może przekazywać informacje do wszystkich moich połączeń kanałowych za pośrednictwem !wzmianki w postach";
+App::$strings["Can forward to all my channel connections via ! mentions in posts"] = "Może przekazywać informacje do wszystkich moich połączeń kanałowych za pośrednictwem !wzmianki w wpisach";
App::$strings["Can chat with me"] = "Może ze mną rozmawiać";
-App::$strings["Can source my public posts in derived channels"] = "Może pozyskiwać moje publiczne posty w kanałach pochodnych";
+App::$strings["Can source my public posts in derived channels"] = "Może pozyskiwać moje publiczne wpisy w kanałach pochodnych";
App::$strings["Can administer my channel"] = "Może zarządzać moim kanałem";
App::$strings["Social Networking"] = "Sieć społecznościowa";
App::$strings["Social - Federation"] = "Społecznościowy - federacyjny";
@@ -148,7 +147,7 @@ App::$strings["Default Addressbook"] = "Domyślna książka adresowa";
App::$strings["Authorize application connection"] = "Autoryzuj połączenie aplikacji";
App::$strings["Return to your app and insert this Security Code:"] = "Wróć do aplikacji i wprowadź ten kod bezpieczeństwa:";
App::$strings["Please login to continue."] = "Proszę się zalogować, aby kontynuować.";
-App::$strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Czy chcesz zezwolić tej aplikacji na dostęp do Twoich postów i kontaktów albo tworzenie dla Ciebie nowych postów ?";
+App::$strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Czy chcesz zezwolić tej aplikacji na dostęp do Twoich wpisów i kontaktów albo tworzenie dla Ciebie nowych wpisów ?";
App::$strings["Yes"] = "Tak";
App::$strings["No"] = "Nie";
App::$strings["This site is not a directory server"] = "Ta witryna nie jest serwerem katalogów";
@@ -199,7 +198,7 @@ App::$strings["\$Projectname Documentation"] = "Dokumentacja \$Projectname";
App::$strings["Contents"] = "Spis treści";
App::$strings["Bookmark added"] = "Dodano zakładkę";
App::$strings["Bookmarks App"] = "Aplikacja Bookmarks";
-App::$strings["Bookmark links from posts and manage them"] = "Dodaj do zakładek linki z postów i zarządzaj nimi";
+App::$strings["Bookmark links from posts and manage them"] = "Dodaj do zakładek linki z wpisów i zarządzaj nimi";
App::$strings["My Bookmarks"] = "Moje zakładki";
App::$strings["My Connections Bookmarks"] = "Moje zakładki połączeń";
App::$strings["Requested profile is not available."] = "Żądany profil nie jest dostępny.";
@@ -300,15 +299,15 @@ App::$strings["No channel. Import failed."] = "Brak kanału. Import nieudany.";
App::$strings["Import completed."] = "Import zakończony.";
App::$strings["You must be logged in to use this feature."] = "Trzeba się zalogować, aby korzystać z tej funkcji.";
App::$strings["Import Channel"] = "Importuj kanał";
-App::$strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file."] = "Użyj tego formularza, aby zaimportować istniejący kanał z innego serwera/huba. Możesz pobrać tożsamość kanału ze starego serwera/huba przez sieć lub dostarczyć plik eksportu.";
+App::$strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file."] = "Użyj tego formularza, aby zaimportować istniejący kanał z innego serwera/węzła. Możesz pobrać tożsamość kanału ze starego serwera/węzła przez sieć lub dostarczyć plik eksportu.";
App::$strings["File to Upload"] = "Plik do przesłania";
-App::$strings["Or provide the old server/hub details"] = "Lub podaj szczegóły starego serwera/huba";
+App::$strings["Or provide the old server/hub details"] = "Lub podaj szczegóły starego serwera/węzła";
App::$strings["Your old identity address (xyz@example.com)"] = "Twój stary adres tożsamości (xyz@example.com)";
App::$strings["Your old login email address"] = "Twój stary adres e-mail logowania";
App::$strings["Your old login password"] = "Twoje stare hasło logowania";
-App::$strings["Import a few months of posts if possible (limited by available memory"] = "Zaimportuj posty z kilku miesięcy, jeśli to możliwe (ograniczone dostępną pamięcią";
-App::$strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "W obu przypadkach wybierz, czy chcesz ustawić ten hub jako nowy adres podstawowy, czy też rolę tą powinna pełnić Twoja stara lokalizacja. Będziesz mógł/mogła publikować z dowolnej lokalizacji, ale tylko jedna z nich może być oznaczona jako główna lokalizacja plików, zdjęć i multimediów.";
-App::$strings["Make this hub my primary location"] = "Ustaw ten hub ako moją główną lokalizację";
+App::$strings["Import a few months of posts if possible (limited by available memory"] = "Zaimportuj wpisy z kilku miesięcy, jeśli to możliwe (ograniczone dostępną pamięcią";
+App::$strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "W obu przypadkach wybierz, czy chcesz ustawić ten węzeł jako nowy adres podstawowy, czy też rolę tą powinna pełnić Twoja stara lokalizacja. Będziesz mógł/mogła publikować z dowolnej lokalizacji, ale tylko jedna z nich może być oznaczona jako główna lokalizacja plików, zdjęć i multimediów.";
+App::$strings["Make this hub my primary location"] = "Ustaw ten węzeł jako moją główną lokalizację";
App::$strings["Move this channel (disable all previous locations)"] = "Przenieś ten kanał (wyłącz wszystkie poprzednie lokalizacje)";
App::$strings["Use this channel nickname instead of the one provided"] = "Użyj tego pseudonimu kanału zamiast podanego";
App::$strings["Leave blank to keep your existing channel nickname. You will be randomly assigned a similar nickname if either name is already allocated on this site."] = "Pozostaw puste, aby zachować istniejący pseudonim kanału. Otrzymasz losowo podobny pseudonim, jeśli któryś z nich jest już przydzielony na tej stronie.";
@@ -357,7 +356,7 @@ App::$strings["Comanche page description language help"] = "Pomoc w zakresie ję
App::$strings["Layout Description"] = "Opis układu";
App::$strings["Download PDL file"] = "Pobierz plik PDL";
App::$strings["Public Stream App"] = "Aplikacja Public Stream";
-App::$strings["The unmoderated public stream of this hub"] = "Niemoderowany strumień publiczny tego huba";
+App::$strings["The unmoderated public stream of this hub"] = "Niemoderowany strumień publiczny tego węzła";
App::$strings["Reset form"] = "Resetuj formularz";
App::$strings["Public Stream"] = "Strumień publiczny";
App::$strings["Private forum"] = "Prywatne forum";
@@ -434,19 +433,19 @@ App::$strings["Items tagged with: %s"] = "Elementy oznaczone tagiem: %s";
App::$strings["Search results for: %s"] = "Wyniki wyszukiwania dla: %s";
App::$strings["Comment approved"] = "Komentarz zatwierdzony";
App::$strings["Comment deleted"] = "Komentarz usuniety";
-App::$strings["Edit post"] = "Edytuj post";
-App::$strings["Unable to find your hub."] = "Nie można znaleźć Twojego huba.";
+App::$strings["Edit post"] = "Edytuj wpis";
+App::$strings["Unable to find your hub."] = "Nie można znaleźć Twojego węzła.";
App::$strings["Post successful."] = "Opublikowanie powiodło się.";
App::$strings["Channel not found."] = "Nie znaleziono kanału.";
App::$strings["toggle full screen mode"] = "przełącz tryb pełnego ekranu";
-App::$strings["Post not found."] = "Nie znaleziono postu.";
-App::$strings["post"] = "post";
+App::$strings["Post not found."] = "Nie znaleziono wpisu.";
+App::$strings["post"] = "wpis";
App::$strings["comment"] = "komentarz";
App::$strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s oznaczono tagiem %3\$s %2\$s w %4\$s";
App::$strings["Warning: Database versions differ by %1\$d updates."] = "Ostrzeżenie: wersje baz danych różnią się o %1\$d aktualizacji.";
App::$strings["Import completed"] = "Import zakończony";
App::$strings["Import Items"] = "Importuj elementy";
-App::$strings["Use this form to import existing posts and content from an export file."] = "Użyj tego formularza, aby zaimportować istniejące posty i treść z pliku eksportu.";
+App::$strings["Use this form to import existing posts and content from an export file."] = "Użyj tego formularza, aby zaimportować istniejące wpisy i treść z pliku eksportu.";
App::$strings["Continue"] = "Kontynuj";
App::$strings["Premium Channel Setup"] = "Konfiguracja kanału Premium";
App::$strings["Enable premium channel connection restrictions"] = "Włącz ograniczenia połączeń z kanałem premium";
@@ -487,7 +486,7 @@ App::$strings["Permissions"] = "Uprawnienia";
App::$strings["Set/edit permissions"] = "Ustaw/edytuj uprawnienia";
App::$strings["Include all files and sub folders"] = "Uwzględnij wszystkie pliki i podfoldery";
App::$strings["Return to file list"] = "Wróć do listy plików";
-App::$strings["Copy/paste this code to attach file to a post"] = "Skopiuj/wklej ten kod, aby dołączyć plik do postu";
+App::$strings["Copy/paste this code to attach file to a post"] = "Skopiuj/wklej ten kod, aby dołączyć plik do wpisu";
App::$strings["Copy/paste this URL to link file from a web page"] = "Skopiuj/wklej ten adres URL, aby zlinkować plik na stron internetowej";
App::$strings["Share this file"] = "Udostępnij ten plik";
App::$strings["Show URL to this file"] = "Pokaż adres URL do tego pliku";
@@ -500,7 +499,7 @@ App::$strings["No connections."] = "Brak połączeń.";
App::$strings["Accepts"] = "Akceptacje";
App::$strings["Comments"] = "Komentarze";
App::$strings["Stream items"] = "Elementy strumienia";
-App::$strings["Wall posts"] = "Ściana postów";
+App::$strings["Wall posts"] = "Ściana wpisów";
App::$strings["Nothing"] = "Nic";
App::$strings["Visit %s's profile [%s]"] = "Odwiedź profil %s [%s]";
App::$strings["View Connections"] = "Pokaż połączenia";
@@ -531,7 +530,7 @@ App::$strings["Text"] = "Text";
App::$strings["Type"] = "Rodzaj";
App::$strings["Any&nbsp;type"] = "Dwolny&nbsp;rodzaj";
App::$strings["Lock content type"] = "Zablokuj rodzaj treści";
-App::$strings["Create a status post for this wiki"] = "Utwórz post statusu dla tego wiki";
+App::$strings["Create a status post for this wiki"] = "Utwórz wpis statusu dla tego wiki";
App::$strings["Edit Wiki Name"] = "Edytuj nazwę wiki";
App::$strings["Wiki not found"] = "Nie znaleziono wiki";
App::$strings["Rename page"] = "Zień nazwę strony";
@@ -580,8 +579,8 @@ App::$strings["Primary"] = "Podstawowy";
App::$strings["Drop"] = "Upuść";
App::$strings["Sync Now"] = "Synchronizuj teraz";
App::$strings["Please wait several minutes between consecutive operations."] = "Poczekaj kilka minut między kolejnymi operacjami.";
-App::$strings["When possible, drop a location by logging into that website/hub and removing your channel."] = "Jeśli to możliwe, upuść lokalizację, logując się do tego huba i usuwając swój kanał.";
-App::$strings["Use this form to drop the location if the hub is no longer operating."] = "Użyj tego formularza, aby usunąć lokalizację, jeśli hub już nie działa.";
+App::$strings["When possible, drop a location by logging into that website/hub and removing your channel."] = "Jeśli to możliwe, upuść lokalizację, logując się do tego węzła i usuwając swój kanał.";
+App::$strings["Use this form to drop the location if the hub is no longer operating."] = "Użyj tego formularza, aby usunąć lokalizację, jeśli węzeł już nie działa.";
App::$strings["Away"] = "Z dala";
App::$strings["Online"] = "Na linii";
App::$strings["Photos"] = "Zdjęcia";
@@ -601,7 +600,7 @@ App::$strings["Fetch updated permissions"] = "Pobierz zaktualizowane uprawnienia
App::$strings["Refresh Photo"] = "Odśwież zdjęcie";
App::$strings["Fetch updated photo"] = "Pobierz zaktualizowane zdjęcie";
App::$strings["Recent Activity"] = "Ostatnia aktywność";
-App::$strings["View recent posts and comments"] = "Wyświetl najnowsze posty i komentarze";
+App::$strings["View recent posts and comments"] = "Wyświetl najnowsze wpisy i komentarze";
App::$strings["Unblock"] = "Odblokuj";
App::$strings["Block"] = "Zablokuj";
App::$strings["Block (or Unblock) all communications with this connection"] = "Zablokuj (lub odblokuj) całą komunikację z tym połączeniem";
@@ -650,9 +649,9 @@ App::$strings["Rating"] = "Ocena";
App::$strings["Slide to adjust your rating"] = "Przesuń, aby dostosować swoją ocenę";
App::$strings["Optionally explain your rating"] = "Ewentualnie wyjaśnij swoją ocenę";
App::$strings["Custom Filter"] = "Własny filtr";
-App::$strings["Only import posts with this text"] = "Importuj tylko posty z tym tekstem";
-App::$strings["words one per line or #tags or /patterns/ or lang=xx, leave blank to import all posts"] = "słowa po jednym w wierszu lub #tags lub /patterns/ lub lang=xx, pozostaw puste, aby zaimportować wszystkie posty";
-App::$strings["Do not import posts with this text"] = "Nie importuj postów z tym tekstem";
+App::$strings["Only import posts with this text"] = "Importuj tylko wpisy z tym tekstem";
+App::$strings["words one per line or #tags or /patterns/ or lang=xx, leave blank to import all posts"] = "słowa po jednym w wierszu lub #tags lub /patterns/ lub lang=xx, pozostaw puste, aby zaimportować wszystkie wpisy";
+App::$strings["Do not import posts with this text"] = "Nie importuj wpisów z tym tekstem";
App::$strings["This information is public!"] = "Ta informacja jest publiczna!";
App::$strings["Connection Pending Approval"] = "Połączenie oczekujące na zatwierdzenie";
App::$strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Wybierz profil, który chcesz wyświetlić dla %s, podczas bezpiecznego przeglądania swojego profilu.";
@@ -700,13 +699,13 @@ App::$strings["%d new messages"] = "%d nowych wiadomości";
App::$strings["%d new introductions"] = "%d nowych wprowadzeń";
App::$strings["Delegated Channel"] = "Deleguj kanał";
App::$strings["Connection added."] = "Dodano połączenie.";
-App::$strings["Unable to locate original post."] = "Nie można znaleźć oryginalnego postu.";
-App::$strings["Empty post discarded."] = "Pusty post został odrzucony.";
-App::$strings["Duplicate post suppressed."] = "Powielony post został wyłączony.";
-App::$strings["System error. Post not saved."] = "Błąd systemu. Post nie został zapisany.";
+App::$strings["Unable to locate original post."] = "Nie można znaleźć oryginalnego wpisu.";
+App::$strings["Empty post discarded."] = "Pusty wpis został odrzucony.";
+App::$strings["Duplicate post suppressed."] = "Powielony wpis został wyłączony.";
+App::$strings["System error. Post not saved."] = "Błąd systemu. Wpis nie został zapisany.";
App::$strings["Your comment is awaiting approval."] = "Twój komentarz oczekuje na zatwierdzenie.";
App::$strings["Unable to obtain post information from database."] = "Nie można uzyskać z bazy danych informacji o tym poście.";
-App::$strings["You have reached your limit of %1$.0f top level posts."] = "Osiągnięty został limit %1$.0f postów najwyższego poziomu.";
+App::$strings["You have reached your limit of %1$.0f top level posts."] = "Osiągnięty został limit %1$.0f wpisów najwyższego poziomu.";
App::$strings["You have reached your limit of %1$.0f webpages."] = "Osiągnięty został limit %1$.0f stron internetowych.";
App::$strings["Website:"] = "Serwis internetowy:";
App::$strings["Remote Channel [%s] (not yet known on this site)"] = "Kanał zdalny [% s] (jeszcze nieznany w tym serwisie)";
@@ -729,9 +728,9 @@ App::$strings["layout"] = "układ";
App::$strings["menu"] = "menu";
App::$strings["%s element installed"] = "Element %s zainstalowany";
App::$strings["%s element installation failed"] = "Instalacja elementu %s nie powiodła się";
-App::$strings["Public Hubs"] = "Huby publiczne";
-App::$strings["The listed hubs allow public registration for the \$Projectname network. All hubs in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some hubs may require subscription or provide tiered service plans. The hub itself <strong>may</strong> provide additional details."] = "Wymienione huby umożliwiają publiczną rejestrację w sieci \$Projectname. Wszystkie huby w sieci są ze sobą połączone, więc członkostwo w którymkolwiek z nich oznacza członkostwo w całej sieci. Niektóre huby mogą wymagać subskrypcji lub oferować warstwowe plany usług. Sam hub <strong> może </strong> podać dodatkowe szczegóły.";
-App::$strings["Hub URL"] = "Adres URL huba";
+App::$strings["Public Hubs"] = "Węzłyy publiczne";
+App::$strings["The listed hubs allow public registration for the \$Projectname network. All hubs in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some hubs may require subscription or provide tiered service plans. The hub itself <strong>may</strong> provide additional details."] = "Wymienione węzły umożliwiają publiczną rejestrację w sieci \$Projectname. Wszystkie węzły w sieci są ze sobą połączone, więc członkostwo w którymkolwiek z nich oznacza członkostwo w całej sieci. Niektóre węzły mogą wymagać subskrypcji lub oferować warstwowe plany usług. Sam węzeł <strong> może </strong> podać dodatkowe szczegóły.";
+App::$strings["Hub URL"] = "Adres URL węzła";
App::$strings["Access Type"] = "Typ dostępu";
App::$strings["Registration Policy"] = "Zasady rejestracji";
App::$strings["Stats"] = "Statystyki";
@@ -759,13 +758,13 @@ App::$strings["min"] = "min";
App::$strings["Channel Export App"] = "Aplikacja Channel Export";
App::$strings["Export your channel"] = "Wyeksportuj swój kanał";
App::$strings["Export Channel"] = "Eksport kanału";
-App::$strings["Export your basic channel information to a file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new server hub, but does not contain your content."] = "Wyeksportuj do pliku podstawowe informacje o kanale. Działa to jako kopia zapasowa połączeń, uprawnień, profilu i podstawowych danych, których można użyć do zaimportowania danych do nowego huba, ale nie zawiera treści.";
+App::$strings["Export your basic channel information to a file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new server hub, but does not contain your content."] = "Wyeksportuj do pliku podstawowe informacje o kanale. Działa to jako kopia zapasowa połączeń, uprawnień, profilu i podstawowych danych, których można użyć do zaimportowania danych do nowego węzła, ale nie zawiera treści.";
App::$strings["Export Content"] = "Eksport treści";
-App::$strings["Export your channel information and recent content to a JSON backup that can be restored or imported to another server hub. This backs up all of your connections, permissions, profile data and several months of posts. This file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Wyeksportuj informacje o kanale i najnowsze treści do kopii zapasowej JSON, którą można przywrócić lub zaimportować do innego huba. Tworzy to kopie zapasowe wszystkich połączeń, uprawnień, danych profilu i kilku miesięcy postów. Ten plik może być BARDZO duży. Prosimy o cierpliwość - rozpoczęcie pobierania może zająć kilka minut.";
-App::$strings["Export your posts from a given year."] = "Eksportuj swoje posty z danego roku.";
-App::$strings["You may also export your posts and conversations for a particular year or month. Adjust the date in your browser location bar to select other dates. If the export fails (possibly due to memory exhaustion on your server hub), please try again selecting a more limited date range."] = "Można także wyeksportować swoje posty i rozmowy z określonego rok lub miesiąca. Dostosuj datę na pasku adresu przeglądarki, aby wybrać inne daty. Jeśli eksport się nie powiedzie (prawdopodobnie z powodu wyczerpania pamięci w serwera huba), spróbuj ponownie, wybierając bardziej ograniczony zakres dat.";
-App::$strings["To select all posts for a given year, such as this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Aby wybrać wszystkie posty z danego roku, na przykład tego roku, odwiedź <a href=\"%1\$s\">%2\$s</a>";
-App::$strings["To select all posts for a given month, such as January of this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Aby wybrać wszystkie posty z danego miesiąca, np. stycznia tego roku, odwiedź <a href=\"%1\$s\">%2\$s</a>";
+App::$strings["Export your channel information and recent content to a JSON backup that can be restored or imported to another server hub. This backs up all of your connections, permissions, profile data and several months of posts. This file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "Wyeksportuj informacje o kanale i najnowsze treści do kopii zapasowej JSON, którą można przywrócić lub zaimportować do innego węzła. Tworzy to kopie zapasowe wszystkich połączeń, uprawnień, danych profilu i wpisów z kilku miesięcy. Ten plik może być BARDZO duży. Prosimy o cierpliwość - rozpoczęcie pobierania może zająć kilka minut.";
+App::$strings["Export your posts from a given year."] = "Eksportuj swoje wpisy z danego roku.";
+App::$strings["You may also export your posts and conversations for a particular year or month. Adjust the date in your browser location bar to select other dates. If the export fails (possibly due to memory exhaustion on your server hub), please try again selecting a more limited date range."] = "Można także wyeksportować swoje wpisy i rozmowy z określonego rok lub miesiąca. Dostosuj datę na pasku adresu przeglądarki, aby wybrać inne daty. Jeśli eksport się nie powiedzie (prawdopodobnie z powodu wyczerpania pamięci w serwera węzła), spróbuj ponownie, wybierając bardziej ograniczony zakres dat.";
+App::$strings["To select all posts for a given year, such as this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Aby wybrać wszystkie wpisy z danego roku, na przykład tego roku, odwiedź <a href=\"%1\$s\">%2\$s</a>";
+App::$strings["To select all posts for a given month, such as January of this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "Aby wybrać wszystkie wpisy z danego miesiąca, np. stycznia tego roku, odwiedź <a href=\"%1\$s\">%2\$s</a>";
App::$strings["These content files may be imported or restored by visiting <a href=\"%1\$s\">%2\$s</a> on any site containing your channel. For best results please import or restore these in date order (oldest first)."] = "Te pliki treści można zaimportować lub przywrócić, odwiedzając stronę <a href=\"%1\$s\">%2\$s</a> w dowolnym serwisie zawierającym Twój kanał. Aby uzyskać najlepsze wyniki, zaimportuj lub przywróć je w kolejności (od najstarszych).";
App::$strings["No valid account found."] = "Nie znaleziono prawidłowego konta.";
App::$strings["Password reset request issued. Check your email."] = "Wysłano prośbę o zresetowanie hasła. Sprawdź swoją skrzynkę e-mail.";
@@ -822,7 +821,7 @@ App::$strings["%1$.2f MB photo storage used."] = "Wykorzystane miejsce na zdjęc
App::$strings["Upload Photos"] = "Prześlij zdjęcia";
App::$strings["Enter an album name"] = "Wpisz nazwę albumu";
App::$strings["or select an existing album (doubleclick)"] = "lub wybierz istniejący album (podwójne kliknięcie)";
-App::$strings["Create a status post for this upload"] = "Utwórz post o stanie tego przesyłania";
+App::$strings["Create a status post for this upload"] = "Utwórz wpis o stanie tego przesyłania";
App::$strings["Description (optional)"] = "Opis (opcjonalnie)";
App::$strings["Show Newest First"] = "Pokaż najpierw najnowsze";
App::$strings["Show Oldest First"] = "Pokaż najpierw najstarsze";
@@ -876,8 +875,8 @@ App::$strings["__ctx:noun__ Likes"] = "Polubienia";
App::$strings["__ctx:noun__ Dislikes"] = "Dezaprobaty";
App::$strings["Close"] = "Zamknij";
App::$strings["Recent Photos"] = "Najnowsze zdjęcia";
-App::$strings["Posts and comments"] = "Posty i komentarze";
-App::$strings["Only posts"] = "Tylko posty";
+App::$strings["Posts and comments"] = "Wpisy i komentarze";
+App::$strings["Only posts"] = "Tylko wpisy";
App::$strings["Insufficient permissions. Request redirected to profile page."] = "Niewystarczające uprawnienia. Żądanie zostało przekierowane na stronę profilu.";
App::$strings["Search Results For:"] = "Wyniki wyszukiwania dla:";
App::$strings["Cards App"] = "Aplikacja Cards";
@@ -954,7 +953,7 @@ App::$strings["No channel."] = "Brak kanału.";
App::$strings["No connections in common."] = "Brak wspólnych połączeń.";
App::$strings["View Common Connections"] = "Wyświetl typowe połączenia";
App::$strings["&#x1f501; Repeated %1\$s's %2\$s"] = "&#x1f501; Powtórzony %2\$s %1\$s";
-App::$strings["Post repeated"] = "Post powtórzony";
+App::$strings["Post repeated"] = "Wpis powtórzony";
App::$strings["Page link"] = "Link do strony";
App::$strings["Edit Webpage"] = "Edytuj stronę internetową";
App::$strings["vcard"] = "vcard";
@@ -1041,11 +1040,11 @@ App::$strings["On"] = "On";
App::$strings["Lock feature %s"] = "Blokuj funkcję %s";
App::$strings["Manage Additional Features"] = "Zarządzaj dodatkowymi funkcjami";
App::$strings["Queue Statistics"] = "Statystyki kolejki";
-App::$strings["Total Entries"] = "Ogółem postów";
+App::$strings["Total Entries"] = "Ogółem wpisów";
App::$strings["Priority"] = "Priorytet";
App::$strings["Destination URL"] = "Docelowy URL";
-App::$strings["Mark hub permanently offline"] = "Oznacz hub na stałe w trybie offline";
-App::$strings["Empty queue for this hub"] = "Pusta kolejka dla tego huba";
+App::$strings["Mark hub permanently offline"] = "Oznacz węzeł na stałe w trybie offline";
+App::$strings["Empty queue for this hub"] = "Pusta kolejka dla tego węzła";
App::$strings["Last known contact"] = "Ostatni znany kontakt";
App::$strings["Update has been marked successful"] = "Aktualizacja została oznaczona jako pomyślna";
App::$strings["Verification of update %s failed. Check system logs."] = "Weryfikacja aktualizacji %s nie zakończyła się pomyślnie. Sprawdź dzienniki systemowe.";
@@ -1161,7 +1160,7 @@ App::$strings["Invitation only"] = "Tylko z zaproszeniem";
App::$strings["Only allow new member registrations with an invitation code. Above register policy must be set to Yes."] = "Zezwalaj tylko na rejestracje nowych członków za pomocą kodu zaproszenia. Powyższe zasady rejestrów muszą być ustawione na Tak.";
App::$strings["Minimum age"] = "Minimalny wiek";
App::$strings["Minimum age (in years) for who may register on this site."] = "Minimalny wiek (w latach) dla osób, które mogą zarejestrować się na tej stronie.";
-App::$strings["Which best describes the types of account offered by this hub?"] = "Które z poniższych stwierdzeń najlepiej opisuje rodzaje kont oferowanych przez ten hub?";
+App::$strings["Which best describes the types of account offered by this hub?"] = "Które z poniższych stwierdzeń najlepiej opisuje rodzaje kont oferowanych przez ten węzeł?";
App::$strings["This is displayed on the public server site list."] = "Jest to wyświetlane na liście witryn publicznych serwerów.";
App::$strings["Register text"] = "Tekst rejestracyjny";
App::$strings["Will be displayed prominently on the registration page."] = "Zostanie on wyświetlony w widocznym miejscu na stronie rejestracji.";
@@ -1183,8 +1182,8 @@ App::$strings["Site only Public Streams"] = "W serwisie tylko strumienie publicz
App::$strings["Allow access to public content originating only from this site if Imported Public Streams are disabled."] = "Zezwalaj na dostęp do treści publicznych pochodzących tylko z tego serwisu, jeśli importowane strumienie publiczne są wyłączone.";
App::$strings["Allow anybody on the internet to access the Public streams"] = "Zezwól każdemu w internecie na dostęp do strumieni publicznych";
App::$strings["Disable to require authentication before viewing. Warning: this content is unmoderated."] = "Wyłącz, aby wymagać uwierzytelnienia przed przeglądaniem. Ostrzeżenie: ta zawartość jest niemoderowana.";
-App::$strings["Only import Public stream posts with this text"] = "Importuj tylko posty ze strumienia publicznego z tym tekstem";
-App::$strings["Do not import Public stream posts with this text"] = "Nie importuj postów ze strumienia publicznego z tym tekstem";
+App::$strings["Only import Public stream posts with this text"] = "Importuj tylko wpisy ze strumienia publicznego z tym tekstem";
+App::$strings["Do not import Public stream posts with this text"] = "Nie importuj wpisów ze strumienia publicznego z tym tekstem";
App::$strings["Login on Homepage"] = "Zaloguj się na stronie głównej";
App::$strings["Present a login box to visitors on the home page if no other content has been configured."] = "Przedstaw formularz logowania odwiedzającym na stronie głównej, jeśli nie skonfigurowano żadnych innych treści.";
App::$strings["Enable context help"] = "Włącz pomoc kontekstową";
@@ -1214,7 +1213,7 @@ App::$strings["Maximum Load Average"] = "Maksymalne średnie obciążenie";
App::$strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maksymalne obciążenie systemu przed odroczeniem procesów dostarczania i odpytywania - domyślnie 50.";
App::$strings["Expiration period in days for imported (grid/network) content"] = "Okres ważności w dniach dla zaimportowanej treści (siatki/sieci)";
App::$strings["0 for no expiration of imported content"] = "0 dla braku wygaśnięcia zaimportowanej treści";
-App::$strings["Do not expire any posts which have comments less than this many days ago"] = "Nie wygaszaj żadnych postów, które mają komentarze z datami mniejszymi niż ta wartość dni od teraz";
+App::$strings["Do not expire any posts which have comments less than this many days ago"] = "Nie wygaszaj żadnych wpisów, które mają komentarze z datami mniejszymi niż ta wartość dni od teraz";
App::$strings["Public servers: Optional landing (marketing) webpage for new registrants"] = "Serwery publiczne: opcjonalna strona lądowania (marketingowa) dla nowych rejestrujących";
App::$strings["Create this page first. Default is %s/register"] = "Utwórz najpierw tą stronę. Domyślnie %s/ register";
App::$strings["Page to display after creating a new channel"] = "Strona do wyświetlenia po utworzeniu nowego kanału";
@@ -1367,7 +1366,7 @@ App::$strings["This software uses the store directory to save uploaded files. Th
App::$strings["store is writable"] = "katalog store jest możliwy do zapisu";
App::$strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "Nie można zweryfikować certyfikatu SSL. Napraw certyfikat lub wyłącz dostęp https do tej witryny.";
App::$strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Jeśli masz dostęp https do swojego serwisu internetowego lub zezwalasz na połączenia z portem TCP 443 (port https:), MUSISZ użyć certyfikatu akceptowanego przez przeglądarki. NIE WOLNO używać certyfikatów z podpisem własnym!";
-App::$strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "To ograniczenie zostało wprowadzone, ponieważ Twoje publiczne posty mogą na przykład zawierać odniesienia do obrazów na Twoim hubie.";
+App::$strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "To ograniczenie zostało wprowadzone, ponieważ Twoje publiczne wpisy mogą na przykład zawierać odniesienia do obrazów na Twoim węźle.";
App::$strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Jeśli Twój certyfikat nie zostanie rozpoznany, członkowie innych witryn (którzy sami mogą mieć ważne certyfikaty) otrzymają komunikat ostrzegawczy we własnej witrynie, ostrzegający o problemie z bezpieczeństwem.";
App::$strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Może to powodować problemy z użytecznością w innym serwisie (nie tylko na Twoim), więc musimy nalegać na to wymaganie.";
App::$strings["Providers are available that issue free certificates which are browser-valid."] = "Są dostępni dostawcy, którzy wydają bezpłatne certyfikaty akceptowane przez przeglądarki.";
@@ -1407,7 +1406,7 @@ App::$strings["Alphabetic"] = "Alfabetycznie";
App::$strings["Reverse Alphabetic"] = "Odwróć alfabetycznie";
App::$strings["Newest to Oldest"] = "Od najnowszych do najstarszych";
App::$strings["Oldest to Newest"] = "Od najstarszych do najnowszych";
-App::$strings["No entries (some entries may be hidden)."] = "Brak postów (niektóre posty mogą być ukryte).";
+App::$strings["No entries (some entries may be hidden)."] = "Brak wpisów (niektóre wpisy mogą być ukryte).";
App::$strings["Menu not found."] = "Nie znaleziono menu.";
App::$strings["Unable to create element."] = "Nie można utworzyć elementu.";
App::$strings["Unable to update menu element."] = "Nie można zaktualizować elementu menu.";
@@ -1460,10 +1459,10 @@ App::$strings["Registration successful. Continue to create your first channel...
App::$strings["Registration successful. Please check your email for validation instructions."] = "Rejestracja oomyślna. Sprawdź pocztę e-mail, aby uzyskać instrukcje dotyczące weryfikacji.";
App::$strings["Your registration is pending approval by the site owner."] = "Twoja rejestracja oczekuje na zatwierdzenie przez właściciela serwisu.";
App::$strings["Your registration can not be processed."] = "Twoja rejestracja oczekuje na zatwierdzenie przez właściciela witryny.";
-App::$strings["Registration on this hub is disabled."] = "Rejestracja na tym hubie jest wyłączona.";
-App::$strings["Registration on this hub is by approval only."] = "Rejestracja na tym hubie wymaga zatwierdzenia.";
-App::$strings["<a href=\"pubsites\">Register at another affiliated hub.</a>"] = "<a href=\"pubsites\">Zarejestruj się na innym stowarzyszonym hubie. </a>";
-App::$strings["Registration on this hub is by invitation only."] = "Rejestracja na tym hubie wumaga uprzedniego zaproszenia.";
+App::$strings["Registration on this hub is disabled."] = "Rejestracja na tym węźle jest wyłączona.";
+App::$strings["Registration on this hub is by approval only."] = "Rejestracja na tym węźle wymaga zatwierdzenia.";
+App::$strings["<a href=\"pubsites\">Register at another affiliated hub.</a>"] = "<a href=\"pubsites\">Zarejestruj się na innym stowarzyszonym węźle. </a>";
+App::$strings["Registration on this hub is by invitation only."] = "Rejestracja na tym węźle wumaga uprzedniego zaproszenia.";
App::$strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Na tym serwisie przekroczono dozwoloną liczbę dziennych rejestracji kont. Proszę spróbuj ponownie jutro.";
App::$strings["Terms of Service"] = "Regulamin";
App::$strings["I accept the %s for this website"] = "Akceptuję % s dla tego serwisu";
@@ -1522,7 +1521,7 @@ App::$strings["Maximum of 30 items"] = "Maksymalnie 30 pozycji";
App::$strings["Show emoticons (smilies) as images"] = "Pokaż emotikony (uśmieszki) jako obrazy";
App::$strings["Provide channel menu in navigation bar"] = "Podaj menu kanału na pasku nawigacji";
App::$strings["Default: channel menu located in app menu"] = "Domyślnie: menu kanału znajduje się w menu aplikacji";
-App::$strings["Link post titles to source"] = "Połącz tytuły postów ze źródłem";
+App::$strings["Link post titles to source"] = "Połącz tytuły wpisów ze źródłem";
App::$strings["New Member Links"] = "Linki dla nowych członków";
App::$strings["Display new member quick links menu"] = "Wyświetl menu szybkich łączy dla nowych członków";
App::$strings["Photos Settings"] = "Ustawienia zdjęć";
@@ -1544,8 +1543,8 @@ App::$strings["Channel Settings"] = "Ustawienia kanału";
App::$strings["Basic Settings"] = "Podstawowe ustawienia";
App::$strings["Full Name:"] = "Pełna nazwa:";
App::$strings["Your Timezone:"] = "Twoja strefa czasowa:";
-App::$strings["Default Post Location:"] = "Domyślna lokalizacja postu:";
-App::$strings["Geographical location to display on your posts"] = "Lokalizacja geograficzna do wyświetlania w Twoich postach";
+App::$strings["Default Post Location:"] = "Domyślna lokalizacja wpisu:";
+App::$strings["Geographical location to display on your posts"] = "Lokalizacja geograficzna do wyświetlania w Twoich wpisach";
App::$strings["Use Browser Location:"] = "Użyj lokalizacji przeglądarki:";
App::$strings["Adult Content"] = "Treść dla dorosłych";
App::$strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Ten kanał często lub regularnie publikuje treści dla dorosłych. (Oznacz wszelkie materiały dla dorosłych albo nagość tagiem #NSFW)";
@@ -1558,7 +1557,7 @@ App::$strings["Very Public - <em>extremely permissive (should be used with cauti
App::$strings["Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>"] = "Typowe - <em>domyślne publiczne, prywatność w razie potrzeby (podobne do uprawnień w popularnych sieciach społecznościowych, ale z podwyższoną prywatnością)</em>";
App::$strings["Private - <em>default private, never open or public</em>"] = "Prywatne - <em>domyślnie prywatne, nigdy otwarte ani publiczne</em>";
App::$strings["Blocked - <em>default blocked to/from everybody</em>"] = "Zablokowane - <em>domyślnie zablokowane dla/od wszystkich</em>";
-App::$strings["Allow others to tag your posts"] = "Pozwól innym oznaczać Twoje posty";
+App::$strings["Allow others to tag your posts"] = "Pozwól innym oznaczać Twoje wpisy";
App::$strings["Often used by the community to retro-actively flag inappropriate content"] = "Często używany przez społeczność do oznaczania nieodpowiednich treści z mocą wsteczną";
App::$strings["Channel Permission Limits"] = "Limity uprawnień kanału";
App::$strings["Expire other channel content after this many days"] = "Po tej ilości dni wygasają inne treści w kanale";
@@ -1587,7 +1586,7 @@ App::$strings["You receive a private message"] = "Otrzymujesz prywatną wiadomo
App::$strings["You receive a friend suggestion"] = "Otrzymasz propozycję znajomości";
App::$strings["You are tagged in a post"] = "Oznaczono Ciebie tagiem w poście";
App::$strings["You are poked/prodded/etc. in a post"] = "Szturchnięto Ciebie w poście";
-App::$strings["Someone likes your post/comment"] = "Ktoś polubił Twój post/komentarz";
+App::$strings["Someone likes your post/comment"] = "Ktoś polubił Twój wpis/komentarz";
App::$strings["Show visual notifications including:"] = "Pokaż powiadomienia wizualne, w tym:";
App::$strings["Unseen stream activity"] = "Niewidoczną aktywność na strumieniu";
App::$strings["Unseen channel activity"] = "Niewidoczną aktywność w kanale";
@@ -1605,10 +1604,10 @@ App::$strings["System Registrations"] = "Rejestracje systemowe";
App::$strings["Unseen shared files"] = "Niewidoczne udostępnione pliki";
App::$strings["Unseen public stream activity"] = "Niewidoczna aktywność na publicznym strumieniu";
App::$strings["Unseen likes and dislikes"] = "Niewidoczne polubienia i dezaprobaty";
-App::$strings["Unseen forum posts"] = "Niewidoczne posty na forum";
+App::$strings["Unseen forum posts"] = "Niewidoczne wpisy na forum";
App::$strings["Email notification hub (hostname)"] = "Hub powiadomień e-mail (nazwa hosta)";
-App::$strings["If your channel is mirrored to multiple hubs, set this to your preferred location. This will prevent duplicate email notifications. Example: %s"] = "Jeśli twój kanał jest powielany na wielu hubach, ustaw to na preferowaną lokalizację. Zapobiegnie to powielaniu powiadomień e-mail. Przykład: % s";
-App::$strings["Show new wall posts, private messages and connections under Notices"] = "Pokaż w powiadomieniach nowe posty na ścianie, prywatne wiadomości i połączenia";
+App::$strings["If your channel is mirrored to multiple hubs, set this to your preferred location. This will prevent duplicate email notifications. Example: %s"] = "Jeśli twój kanał jest powielany na wielu węzłach, ustaw to na preferowaną lokalizację. Zapobiegnie to powielaniu powiadomień e-mail. Przykład: % s";
+App::$strings["Show new wall posts, private messages and connections under Notices"] = "Pokaż w powiadomieniach nowe wpisy na ścianie, prywatne wiadomości i połączenia";
App::$strings["Notify me of events this many days in advance"] = "Informuj mnie o wydarzeniach z wyprzedzeniem (w dniach)";
App::$strings["Must be greater than 0"] = "Musi być większa od 0";
App::$strings["Advanced Account/Page Type Settings"] = "Zaawansowane ustawienia konta/typu strony";
@@ -1649,7 +1648,7 @@ App::$strings["Enter email addresses, one per line:"] = "Wprowadź adresy e-mail
App::$strings["Your message:"] = "Twoja wiadomość:";
App::$strings["Please join my community on \$Projectname."] = "Dołącz do mojej społeczności w \$Projectname.";
App::$strings["You will need to supply this invitation code:"] = "Trzeba będzie podać ten kod zaproszenia:";
-App::$strings["1. Register at any \$Projectname location (they are all inter-connected)"] = "1. Zarejestruj się na wskazanym hubie \$Projectname (choć możesz też na innym, bo wszystkie są ze sobą połączone)";
+App::$strings["1. Register at any \$Projectname location (they are all inter-connected)"] = "1. Zarejestruj się na wskazanym węźle \$Projectname (choć możesz też na innym, bo wszystkie są ze sobą połączone)";
App::$strings["2. Enter my \$Projectname network address into the site searchbar."] = "2. Wpisz w pasku wyszukiwania serwisu mój adres sieciowy \$Projectname.";
App::$strings["or visit"] = "lub odwiedź adres URL";
App::$strings["3. Click [Connect]"] = "3. Kliknij [Połącz]";
@@ -1671,7 +1670,7 @@ App::$strings["Or enter new bookmark folder name"] = "Lub wprowadź nową nazwę
App::$strings["Language App"] = "Aplikacja Language";
App::$strings["Change UI language"] = "Zmień język interfejsu użytkownika";
App::$strings["Welcome to Hubzilla!"] = "Witamy w Hubzilla!";
-App::$strings["You have got no unseen posts..."] = "Nie masz żadnych nieoglądniętych postów...";
+App::$strings["You have got no unseen posts..."] = "Nie masz żadnych nieoglądniętych wpisów...";
App::$strings["Cover Photos"] = "Zdjęcia na okładkę";
App::$strings["female"] = "kobieta";
App::$strings["%1\$s updated her %2\$s"] = "%1\$s zaktualizował ją %2\$s";
@@ -1697,7 +1696,7 @@ App::$strings["Edit menu contents"] = "Edytuj zawartość menu";
App::$strings["Edit this menu"] = "Edytuj to menu";
App::$strings["Menu could not be deleted."] = "Nie udało się usunąć menu.";
App::$strings["Edit Menu"] = "Edytuj menu";
-App::$strings["Add or remove entries to this menu"] = "Dodaj lub usuń posty w tym menu";
+App::$strings["Add or remove entries to this menu"] = "Dodaj lub usuń wpisy w tym menu";
App::$strings["Menu name"] = "Nazwa menu";
App::$strings["Must be unique, only seen by you"] = "Musi być wyjątkowy, widoczny tylko dla Ciebie";
App::$strings["Menu title"] = "Tytuł menu";
@@ -1716,8 +1715,8 @@ App::$strings["Import all or selected content from the following channel into th
App::$strings["Only import content with these words (one per line)"] = "Importuj tylko zawartość z tymi słowami (po jednym w każdym wierszu)";
App::$strings["Leave blank to import all public content"] = "Pozostaw puste, aby zaimportować całą zawartość publiczną";
App::$strings["Channel Name"] = "Nazwa kanału";
-App::$strings["Add the following categories to posts imported from this source (comma separated)"] = "Dodaj następujące kategorie do postów zaimportowanych z tego źródła (oddzielone przecinkami)";
-App::$strings["Resend posts with this channel as author"] = "Wyślij ponownie posty z tym kanałem jako autorem";
+App::$strings["Add the following categories to posts imported from this source (comma separated)"] = "Dodaj następujące kategorie do wpisów zaimportowanych z tego źródła (oddzielone przecinkami)";
+App::$strings["Resend posts with this channel as author"] = "Wyślij ponownie wpisy z tym kanałem jako autorem";
App::$strings["Copyrights may apply"] = "Copyrights may apply";
App::$strings["Source not found."] = "Nie znaleziono źródła.";
App::$strings["Edit Source"] = "Edytuj źródło";
@@ -1732,7 +1731,7 @@ App::$strings["Poke/Prod"] = "Szturchnij";
App::$strings["Poke, prod or do other things to somebody"] = "Szturchać, badać, testować lub robić z kimś podobne rzeczy";
App::$strings["Recipient"] = "Odbiorca";
App::$strings["Choose what you wish to do to recipient"] = "Wybierz, co chcesz zrobić odbiorcy";
-App::$strings["Make this post private"] = "Ustaw ten post jako prywatny";
+App::$strings["Make this post private"] = "Ustaw ten wpis jako prywatny";
App::$strings["No such group"] = "Nie ma takiej grupy";
App::$strings["No such channel"] = "Nie ma takiego kanału";
App::$strings["Privacy group is empty"] = "Grupa prywatności jest pusta";
@@ -1760,7 +1759,7 @@ App::$strings["Adjust Permissions"] = "Dostosuj uprawnienia";
App::$strings["Move or Copy"] = "Przenieś lub skopiuj";
App::$strings["Info"] = "Informacje";
App::$strings["Rename"] = "Zień nazwę";
-App::$strings["Post"] = "Post";
+App::$strings["Post"] = "Wpis";
App::$strings["Attachment BBcode"] = "Attachment BBcode";
App::$strings["Embed BBcode"] = "Osadź BBcode";
App::$strings["Link BBcode"] = "Połącz BBcode";
@@ -1886,9 +1885,9 @@ App::$strings["%1\$s [zrl=%2\$s]tagged you[/zrl]."] = "%1\$s [zrl=%2\$s]oznaczy
App::$strings["[\$Projectname:Notify] %1\$s poked you"] = "[\$Projectname:Notify] %1\$s szturchnął Cię";
App::$strings["%1\$s poked you at %2\$s"] = "%1\$s szturchnął Cię %2\$s";
App::$strings["%1\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s [zrl=%2\$s]szturchnął Cię[/zrl].";
-App::$strings["[\$Projectname:Notify] %s tagged your post"] = "[\$Projectname:Notify] %s oznaczył tagiem Twój post";
-App::$strings["%1\$s tagged your post at %2\$s"] = "%1\$s oznaczył tagiem Twój post na %2\$s";
-App::$strings["%1\$s tagged [zrl=%2\$s]your post[/zrl]"] = "%1\$s tagged [zrl=%2\$s]Twój post[/zrl]";
+App::$strings["[\$Projectname:Notify] %s tagged your post"] = "[\$Projectname:Notify] %s oznaczył tagiem Twój wpis";
+App::$strings["%1\$s tagged your post at %2\$s"] = "%1\$s oznaczył tagiem Twój wpis na %2\$s";
+App::$strings["%1\$s tagged [zrl=%2\$s]your post[/zrl]"] = "%1\$s tagged [zrl=%2\$s]Twój wpis[/zrl]";
App::$strings["[\$Projectname:Notify] Introduction received"] = "[\$Projectname:Notify] Otrzymano prośbę o połączenie";
App::$strings["You've received an new connection request from '%1\$s' at %2\$s"] = "Otrzymałeś nowe żądanie połączenia od „%1\$s” na %2\$s";
App::$strings["You've received [zrl=%1\$s]a new connection request[/zrl] from %2\$s."] = "Otrzymałeś [zrl=%1\$s]nowe żądanie połączenia [/zrl] od %2\$s.";
@@ -1902,11 +1901,11 @@ App::$strings["Photo:"] = "Zdjęcie:";
App::$strings["Please visit %s to approve or reject the suggestion."] = "Odwiedź %s, aby zaakceptować lub odrzucić popozycję.";
App::$strings["[\$Projectname:Notify]"] = "[\$Projectname:Notify]";
App::$strings["created a new poll"] = "utworzył nową ankietę";
-App::$strings["created a new post"] = "utworzył nowy post";
+App::$strings["created a new post"] = "utworzył nowy wpis";
App::$strings["voted on %s's poll"] = "głosował w ankiecie %s";
-App::$strings["commented on %s's post"] = "skomentował post %s";
-App::$strings["repeated %s's post"] = "powtórzony post %s";
-App::$strings["edited a post dated %s"] = "edytował post z dnia %s";
+App::$strings["commented on %s's post"] = "skomentował wpis %s";
+App::$strings["repeated %s's post"] = "powtórzony wpis %s";
+App::$strings["edited a post dated %s"] = "edytował wpis z dnia %s";
App::$strings["edited a comment dated %s"] = "edytował komentarz z dnia %s";
App::$strings["created an event"] = "utworzono wydarzenie";
App::$strings["Unable to verify site signature for %s"] = "Nie można zweryfikować podpisu witryny dla %s";
@@ -1956,8 +1955,8 @@ App::$strings["%d comment"] = array(
App::$strings["%d unseen"] = "%d niezobaczone";
App::$strings["to"] = "do";
App::$strings["via"] = "poprzez";
-App::$strings["Wall-to-Wall"] = "Wall-to-Wall";
-App::$strings["via Wall-To-Wall:"] = "poprzez Wall-To-Wall:";
+App::$strings["Wall-to-Wall"] = "Rozwinięcie";
+App::$strings["via Wall-To-Wall:"] = "poprzez rozwinięcie:";
App::$strings["from %s"] = "od %s";
App::$strings["last edited: %s"] = "ostatnio edytowane: %s";
App::$strings["Expires: %s"] = "Wygasa: %s";
@@ -1966,7 +1965,7 @@ App::$strings["Attendance Options"] = "Opcje obecności";
App::$strings["Vote"] = "Głosuj";
App::$strings["Voting Options"] = "Opcje głosowania";
App::$strings["Go to previous comment"] = "Przejdź do poprzedniego komentarza";
-App::$strings["Pinned post"] = "Posty przypięte";
+App::$strings["Pinned post"] = "Wpisy przypięte";
App::$strings["Unpin from the top"] = "Odepnij z góry";
App::$strings["Pin to the top"] = "Przypnij u góry";
App::$strings["Save Bookmarks"] = "Zapisz zakładki";
@@ -2012,7 +2011,7 @@ App::$strings["Any of my connections"] = "Wszystkie moje połączenia";
App::$strings["Only connections I specifically allow"] = "Tylko połączenia, na które wyraźnie zezwalam";
App::$strings["Anybody authenticated (could include visitors from other networks)"] = "Każdy uwierzytelniony (może obejmować odwiedzających z innych sieci)";
App::$strings["Any connections including those who haven't yet been approved"] = "Wszelkie połączenia, w tym te, które nie zostały jeszcze zatwierdzone";
-App::$strings["This is your default setting for the audience of your normal stream, and posts."] = "To jest domyślne ustawienie odbiorców Twojego normalnego strumienia i postów.";
+App::$strings["This is your default setting for the audience of your normal stream, and posts."] = "To jest domyślne ustawienie odbiorców Twojego normalnego strumienia i wpisów.";
App::$strings["This is your default setting for who can view your default channel profile"] = "To jest domyślne ustawienie określające, kto może wyświetlać Twój domyślny profil kanału";
App::$strings["This is your default setting for who can view your connections"] = "To jest domyślne ustawienie określające, kto może wyświetlać Twoje połączenia";
App::$strings["This is your default setting for who can view your file storage and photos"] = "Jest to domyślne ustawienie określające, kto może wyświetlać miejsce na pliki i zdjęcia";
@@ -2081,26 +2080,26 @@ App::$strings["Outbox"] = "Skrzynka nadawcza";
App::$strings["New Message"] = "Nowy komunikat";
App::$strings["Refresh"] = "Odśwież";
App::$strings["HQ Control Panel"] = "Panel kontrolny HQ";
-App::$strings["Create a new post"] = "Utwórz nowy post";
+App::$strings["Create a new post"] = "Utwórz nowy wpis";
App::$strings["Events Tools"] = "Narzędzia wydarzeń";
App::$strings["Export Calendar"] = "Eksport kalendarza";
App::$strings["Import Calendar"] = "Import kalendarza";
App::$strings["Direct Messages"] = "Bezpośrednie wiadomości";
App::$strings["Show direct (private) messages"] = "Pokaż bezpośrednie (prywatne) wiadomości";
App::$strings["Events"] = "Wydarzenia";
-App::$strings["Show posts that include events"] = "Pokaż posty zawierające wydarzenia";
+App::$strings["Show posts that include events"] = "Pokaż wpisy zawierające wydarzenia";
App::$strings["Polls"] = "Ankiety";
-App::$strings["Show posts that include polls"] = "Pokaż posty zawierające ankiety";
-App::$strings["Show posts related to the %s privacy group"] = "Pokaż posty związane z grupą prywatności %s";
+App::$strings["Show posts that include polls"] = "Pokaż wpisy zawierające ankiety";
+App::$strings["Show posts related to the %s privacy group"] = "Pokaż wpisy związane z grupą prywatności %s";
App::$strings["Show my privacy groups"] = "Pokaż moje grupy prywatności";
-App::$strings["Show posts to this forum"] = "Pokaż posty na tym forum";
+App::$strings["Show posts to this forum"] = "Pokaż wpisy na tym forum";
App::$strings["Show forums"] = "Pokaż fora";
-App::$strings["Starred Posts"] = "Wyróżnione posty";
-App::$strings["Show posts that I have starred"] = "Pokaż posty, które oznaczyłem gwiazdką";
-App::$strings["Personal Posts"] = "Posty osobiste";
-App::$strings["Show posts that mention or involve me"] = "Pokaż posty, które wspominają o mnie lub mnie dotyczą";
-App::$strings["Show posts that I have filed to %s"] = "Pokaż posty przesłane przeze mnie do %s";
-App::$strings["Show filed post categories"] = "Pokaż wprowadzone kategorie postów";
+App::$strings["Starred Posts"] = "Wyróżnione wpisy";
+App::$strings["Show posts that I have starred"] = "Pokaż wpisy, które oznaczyłem gwiazdką";
+App::$strings["Personal Posts"] = "Wpisy osobiste";
+App::$strings["Show posts that mention or involve me"] = "Pokaż wpisy, które wspominają o mnie lub mnie dotyczą";
+App::$strings["Show posts that I have filed to %s"] = "Pokaż wpisy przesłane przeze mnie do %s";
+App::$strings["Show filed post categories"] = "Pokaż wprowadzone kategorie wpisów";
App::$strings["Panel search"] = "Przeszukiwanie panelu";
App::$strings["Filter by name"] = "Filtruj wg nazwy";
App::$strings["Remove active filter"] = "Usuń aktywny filtr";
@@ -2110,7 +2109,7 @@ App::$strings["New Network Activity"] = "Nowa aktywność sieciowa";
App::$strings["New Network Activity Notifications"] = "Powiadomienia o nowej aktywności sieciowej";
App::$strings["View your network activity"] = "Wyświetl swoją aktywność w sieci";
App::$strings["Mark all notifications read"] = "Oznacz wszystkie powiadomienia jako przeczytane";
-App::$strings["Show new posts only"] = "Pokaż tylko nowe posty";
+App::$strings["Show new posts only"] = "Pokaż tylko nowe wpisy";
App::$strings["Filter by name or address"] = "Filtruj według nazwy lub adresu";
App::$strings["New Home Activity"] = "Nowa aktywność domowa";
App::$strings["New Home Activity Notifications"] = "Powiadomienia o nowej aktywności domowej";
@@ -2322,41 +2321,41 @@ App::$strings["Default is Sunday"] = "Domyślnie jest to niedziela";
App::$strings["Event Timezone Selection"] = "Wybór strefy czasowej wydarzenia";
App::$strings["Allow event creation in timezones other than your own."] = "Zezwalaj na tworzenie wydarzeń w strefach czasowych innych niż Twoja.";
App::$strings["Search by Date"] = "Wyszukaj po dacie";
-App::$strings["Ability to select posts by date ranges"] = "Możliwość wyboru postów według zakresów dat";
+App::$strings["Ability to select posts by date ranges"] = "Możliwość wyboru wpisów według zakresów dat";
App::$strings["Tag Cloud"] = "Chmura tagów";
App::$strings["Provide a personal tag cloud on your channel page"] = "Udostępnij osobistą chmurę tagów na stronie swojego kanału";
App::$strings["Use blog/list mode"] = "Użyj trybu bloga/listy";
App::$strings["Comments will be displayed separately"] = "Komentarze będą wyświetlane osobno";
App::$strings["Connection Filtering"] = "Filtrowanie połączeń";
-App::$strings["Filter incoming posts from connections based on keywords/content"] = "Filtruj przychodzące posty z połączeń, na podstawie słów kluczowych lub treści";
+App::$strings["Filter incoming posts from connections based on keywords/content"] = "Filtruj przychodzące wpisy z połączeń, na podstawie słów kluczowych lub treści";
App::$strings["Conversation"] = "Rozmowa";
App::$strings["Emoji Reactions"] = "Reakcje emoji";
-App::$strings["Add emoji reaction ability to posts"] = "Dodaj możliwość reakcji emoji do postów";
-App::$strings["Dislike Posts"] = "Nielubienie postów";
-App::$strings["Ability to dislike posts/comments"] = "Możliwość postów i komentarzy jako nielubiane";
-App::$strings["Star Posts"] = "Wyróżnianie postów";
-App::$strings["Ability to mark special posts with a star indicator"] = "Możliwość oznaczania wyróżnionych postów wskaźnikiem gwiazdki";
+App::$strings["Add emoji reaction ability to posts"] = "Dodaj możliwość reakcji emoji do wpisów";
+App::$strings["Dislike Posts"] = "Nielubienie wpisów";
+App::$strings["Ability to dislike posts/comments"] = "Możliwość wpisów i komentarzy jako nielubiane";
+App::$strings["Star Posts"] = "Wyróżnianie wpisów";
+App::$strings["Ability to mark special posts with a star indicator"] = "Możliwość oznaczania wyróżnionych wpisów wskaźnikiem gwiazdki";
App::$strings["Reply on comment"] = "Odpowiedanie na komentarze";
App::$strings["Ability to reply on selected comment"] = "Możliwość udzielenia odpowiedzi na wybrany komentarz";
App::$strings["Advanced Directory Search"] = "Zaawansowane przeszukiwanie katalogu";
App::$strings["Allows creation of complex directory search queries"] = "Umożliwia tworzenie złożonych zapytań wyszukiwania w katalogu";
App::$strings["Editor"] = "Edytor";
-App::$strings["Post Categories"] = "Kategorie postów";
-App::$strings["Add categories to your posts"] = "Dodaj kategorie do swoich postów";
+App::$strings["Post Categories"] = "Kategorie wpisów";
+App::$strings["Add categories to your posts"] = "Dodaj kategorie do swoich wpisów";
App::$strings["Large Photos"] = "Duże zdjęcia";
-App::$strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "Dołączaj duże miniatury zdjęć (1024px) do postów. Jeśli nie jest to włączone, będzie można używać małych miniatur (640 px)";
+App::$strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "Dołączaj duże miniatury zdjęć (1024px) do wpisów. Jeśli nie jest to włączone, będzie można używać małych miniatur (640 px)";
App::$strings["Even More Encryption"] = "Jeszcze więcej szyfrowania";
App::$strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Zezwalaj na opcjonalne szyfrowanie zawartości od końca do końca za pomocą wspólnego tajnego klucza";
App::$strings["Disable Comments"] = "Wyłącz komentarze";
-App::$strings["Provide the option to disable comments for a post"] = "Zapewnia możliwość wyłączenia komentowania postu";
+App::$strings["Provide the option to disable comments for a post"] = "Zapewnia możliwość wyłączenia komentowania wpisu";
App::$strings["Delayed Posting"] = "Opóźnione publikowanie";
-App::$strings["Allow posts to be published at a later date"] = "Pozwal na publikację postów w późniejszym terminie";
+App::$strings["Allow posts to be published at a later date"] = "Pozwal na publikację wpisów w późniejszym terminie";
App::$strings["Content Expiration"] = "Wygaśnięcie treści";
-App::$strings["Remove posts/comments and/or private messages at a future time"] = "Usuwanie postów i komentarzy lub prywatnych wiadomości w przyszłości";
-App::$strings["Suppress Duplicate Posts/Comments"] = "Pomiń zduplikowane posty i komentarze";
-App::$strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Zapobiegaj publikowaniu postów o identycznej treści, mających mniej niż dwie minuty między przesłaniami.";
-App::$strings["Auto-save drafts of posts and comments"] = "Automatyczne zapisywanie wersji roboczych postów i komentarzy";
-App::$strings["Automatically saves post and comment drafts in local browser storage to help prevent accidental loss of compositions"] = "Automatycznie zapisuje wersje robocze postów i komentarzy w lokalnej pamięci przeglądarki, aby zapobiec przypadkowej utracie kompozycji";
+App::$strings["Remove posts/comments and/or private messages at a future time"] = "Usuwanie wpisów i komentarzy lub prywatnych wiadomości w przyszłości";
+App::$strings["Suppress Duplicate Posts/Comments"] = "Pomiń zduplikowane wpisy i komentarze";
+App::$strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Zapobiegaj publikowaniu wpisów o identycznej treści, mających mniej niż dwie minuty między przesłaniami.";
+App::$strings["Auto-save drafts of posts and comments"] = "Automatyczne zapisywanie wersji roboczych wpisów i komentarzy";
+App::$strings["Automatically saves post and comment drafts in local browser storage to help prevent accidental loss of compositions"] = "Automatycznie zapisuje wersje robocze wpisów i komentarzy w lokalnej pamięci przeglądarki, aby zapobiec przypadkowej utracie kompozycji";
App::$strings["Manage"] = "Zarządzanie";
App::$strings["Navigation Channel Select"] = "Wybór kanału przez nawigację";
App::$strings["Change channels directly from within the navigation dropdown menu"] = "Zmiana kanału bezpośrednio z rozwijanego menu nawigacji";
@@ -2365,15 +2364,15 @@ App::$strings["Ability to display only events"] = "Możliwość wyświetlania ty
App::$strings["Polls Filter"] = "Filtr ankiet";
App::$strings["Ability to display only polls"] = "Możliwość wyświetlania tylko ankiet";
App::$strings["Save search terms for re-use"] = "Zapisywanie wyszukiwanych haseł do ponownego wykorzystania";
-App::$strings["Ability to file posts under folders"] = "Możliwość umieszczania postów w folderach";
+App::$strings["Ability to file posts under folders"] = "Możliwość umieszczania wpisów w folderach";
App::$strings["Alternate Stream Order"] = "Alternatywna kolejność strumienia";
-App::$strings["Ability to order the stream by last post date, last comment date or unthreaded activities"] = "Możliwość uporządkowania strumienia według daty ostatniego postu, daty ostatniego komentarza lub nieprzeczytanych aktywności";
+App::$strings["Ability to order the stream by last post date, last comment date or unthreaded activities"] = "Możliwość uporządkowania strumienia według daty ostatniego wpisu, daty ostatniego komentarza lub nieprzeczytanych aktywności";
App::$strings["Contact Filter"] = "Filtr kontaktów";
-App::$strings["Ability to display only posts of a selected contact"] = "Możliwość wyświetlania postów autorstwa tylko wybranego kontaktu";
+App::$strings["Ability to display only posts of a selected contact"] = "Możliwość wyświetlania wpisów autorstwa tylko wybranego kontaktu";
App::$strings["Forum Filter"] = "Filtr forów";
-App::$strings["Ability to display only posts of a specific forum"] = "Możliwość wyświetlania postów tylko z określonego forum";
-App::$strings["Personal Posts Filter"] = "Filtr postów osobistych";
-App::$strings["Ability to display only posts that you've interacted on"] = "Możliwość wyświetlania tylko tych postów, z którymi miało się interakcję";
+App::$strings["Ability to display only posts of a specific forum"] = "Możliwość wyświetlania wpisów tylko z określonego forum";
+App::$strings["Personal Posts Filter"] = "Filtr wpisów osobistych";
+App::$strings["Ability to display only posts that you've interacted on"] = "Możliwość wyświetlania tylko tych wpisów, z którymi miało się interakcję";
App::$strings["Photo Location"] = "Lokalizacja zdjęcia";
App::$strings["If location data is available on uploaded photos, link this to a map."] = "Jeśli dane lokalizacji są dostępne na przesłanych zdjęciach, połącz je z mapą.";
App::$strings["Advanced Profiles"] = "Profile zaawansowane";
@@ -2485,7 +2484,7 @@ App::$strings["Specify folder"] = "Wybierz folder";
App::$strings["Unable to determine sender."] = "Nie można określić nadawcy.";
App::$strings["No recipient provided."] = "Nie podano odbiorcy.";
App::$strings["[no subject]"] = "[brak tematu]";
-App::$strings["Stored post could not be verified."] = "Nie można zweryfikować zapisanego postu.";
+App::$strings["Stored post could not be verified."] = "Nie można zweryfikować zapisanego wpisu.";
App::$strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s napisał ten %2\$s %3\$s";
App::$strings["spoiler"] = "spojler";
App::$strings["Profile-Based Privacy Groups"] = "Grupy prywatności oparte na profilach";
@@ -2494,7 +2493,7 @@ App::$strings["Share with"] = "Udostępnij";
App::$strings["Custom selection"] = "Własny wybór";
App::$strings["Select \"Allow\" to allow viewing. \"Don't allow\" lets you override and limit the scope of \"Allow\"."] = "Wybierz \"Zezwól\", aby zezwolić na przeglądanie. \"Nie zezwalaj\" umożliwia zastąpienie i ograniczenie zakresu \"Zezwalaj\".";
App::$strings["Don't allow"] = "Nie pozwalaj";
-App::$strings["Post permissions %s cannot be changed %s after a post is shared.</br />These permissions set who is allowed to view the post."] = "Uprawnienia do publikowania %s nie mogą być zmieniane %s po udostępnieniu postu. </br /> Te uprawnienia określają, kto może oglądać post.";
+App::$strings["Post permissions %s cannot be changed %s after a post is shared.</br />These permissions set who is allowed to view the post."] = "Uprawnienia do publikowania %s nie mogą być zmieniane %s po udostępnieniu wpisu. </br /> Te uprawnienia określają, kto może oglądać wpis.";
App::$strings["This is the home page of %s."] = "To jest strona główna %s.";
App::$strings["Trending"] = "Trendy";
App::$strings["Keywords"] = "Słowa kluczowe";
@@ -2509,7 +2508,7 @@ App::$strings["Cannot create a duplicate channel identifier on this system. Impo
App::$strings["Unable to create a unique channel address. Import failed."] = "Nie można utworzyć unikalnego adresu kanału. Import nieudany.";
App::$strings["Cloned channel not found. Import failed."] = "Nie znaleziono sklonowanego kanału. Import nieudany.";
App::$strings["Remote authentication"] = "Zdalne uwierzytelnianie";
-App::$strings["Click to authenticate to your home hub"] = "Kliknij, aby uwierzytelnić się na swoim głównym hubie";
+App::$strings["Click to authenticate to your home hub"] = "Kliknij, aby uwierzytelnić się na swoim głównym węźle";
App::$strings["Manage your channels"] = "Zarządzaj swoimi kanałami";
App::$strings["Manage your privacy groups"] = "Zarządzaj swoimi grupami prywatności";
App::$strings["Account/Channel Settings"] = "Ustawienia kanału/konta";
@@ -2529,7 +2528,7 @@ App::$strings["Please wait..."] = "Proszę czekać ...";
App::$strings["Add Apps"] = "Dodaj aplikacje";
App::$strings["Arrange Apps"] = "Rozmieść aplikacje";
App::$strings["Toggle System Apps"] = "Przełącz aplikacje systemowe";
-App::$strings["Status Messages and Posts"] = "Komunikaty o stanie i posty";
+App::$strings["Status Messages and Posts"] = "Komunikaty o stanie i wpisy";
App::$strings["Profile Details"] = "Szczegóły profilu";
App::$strings["Photo Albums"] = "Albumy zdjęć";
App::$strings["Files and Storage"] = "Pliki i ich magazyn";
@@ -2835,7 +2834,7 @@ App::$strings["Privacy group: %s"] = "Grupa prywatności: %s";
App::$strings["Connection not found."] = "Nie znaleziono połączenia.";
App::$strings["profile photo"] = "zdjęcie profilowe";
App::$strings["[Edited %s]"] = "[Edytowane %s]";
-App::$strings["__ctx:edit_activity__ Post"] = "Post";
+App::$strings["__ctx:edit_activity__ Post"] = "Wpis";
App::$strings["__ctx:edit_activity__ Comment"] = "Komentarz";
App::$strings["Response from remote channel was incomplete."] = "Odpowiedź z kanału zdalnego była niekompletna.";
App::$strings["Premium channel - please visit:"] = "Kanał premium - odwiedź:";
@@ -2845,7 +2844,7 @@ App::$strings["invalid target signature"] = "nieprawidłowy podpis docelowy";
App::$strings["Image/photo"] = "Obraz/zdjęcie";
App::$strings["Encrypted content"] = "Zaszyfrowana treść";
App::$strings["Install %1\$s element %2\$s"] = "Zainstaluj element %1\$s %2\$s";
-App::$strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Ten post zawiera możliwy do zainstalowania element %s, jednak nie masz uprawnień do zainstalowania go w tym serwisie.";
+App::$strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "Ten wpis zawiera możliwy do zainstalowania element %s, jednak nie masz uprawnień do zainstalowania go w tym serwisie.";
App::$strings["card"] = "karta";
App::$strings["article"] = "artykuł";
App::$strings["Click to open/close"] = "Kliknij, any otworzyć/zamknąć";
@@ -2869,17 +2868,17 @@ App::$strings["IRC Chatroom"] = "Pokój rozmów IRC";
App::$strings["Send email to all members"] = "Wyślij e-mail do wszystkich członków";
App::$strings["No recipients found."] = "Nie znaleziono adresatów.";
App::$strings["%1\$d of %2\$d messages sent."] = "Wysłano %1\$d wiadomości z %2\$d zadysponowanych.";
-App::$strings["Send email to all hub members."] = "Wyślij wiadomość e-mail do wszystkich członków huba.";
+App::$strings["Send email to all hub members."] = "Wyślij wiadomość e-mail do wszystkich członków węzła.";
App::$strings["Message subject"] = "Temat wiadomości";
App::$strings["Sender Email address"] = "Adres e-mail nadawcy";
-App::$strings["Test mode (only send to hub administrator)"] = "Tryb testowy (wysyłaj tylko do administratora huba)";
+App::$strings["Test mode (only send to hub administrator)"] = "Tryb testowy (wysyłaj tylko do administratora węzła)";
App::$strings["Your Webbie:"] = "Twój Webbie:";
App::$strings["Fontsize (px):"] = "Wielkość czcionki (px):";
App::$strings["Link:"] = "Link:";
App::$strings["Like us on Hubzilla"] = "Polub nas na Hubzilli";
App::$strings["Embed:"] = "Osadzone:";
App::$strings["Save Settings"] = "Zapisz ustawienia";
-App::$strings["text to include in all outgoing posts from this site"] = "tekst do umieszczania we wszystkich postach wychodzących z tej witryny";
+App::$strings["text to include in all outgoing posts from this site"] = "tekst do umieszczania we wszystkich wpisach wychodzących z tej witryny";
App::$strings["lonely"] = "samotny";
App::$strings["drunk"] = "pijany";
App::$strings["horny"] = "seksualnie podniecony";
@@ -2915,11 +2914,11 @@ App::$strings["Access Denied"] = "Dostęp zabroniony";
App::$strings["Enable Community Moderation"] = "Włącz moderację społecznościową";
App::$strings["Reputation automatically given to new members"] = "Reputacja przyznawana automatycznie nowym członkom";
App::$strings["Reputation will never fall below this value"] = "Reputacja nigdy nie spadnie poniżej tej wartości";
-App::$strings["Minimum reputation before posting is allowed"] = "Dozwolona jest minimalna reputacja przed rozpoczęciem postów";
+App::$strings["Minimum reputation before posting is allowed"] = "Dozwolona jest minimalna reputacja przed rozpoczęciem wpisów";
App::$strings["Minimum reputation before commenting is allowed"] = "Dozwolona jest minimalna reputacja przed rozpoczęciem komentowania";
-App::$strings["Minimum reputation before a member is able to moderate other posts"] = "Minimalna reputacja, zanim członek będzie mógł moderować inne posty";
+App::$strings["Minimum reputation before a member is able to moderate other posts"] = "Minimalna reputacja, zanim członek będzie mógł moderować inne wpisy";
App::$strings["Max ratio of moderator's reputation that can be added to/deducted from reputation of person being moderated"] = "Maksymalny współczynnik reputacji moderatora, który można dodać do reputacji moderowanej osoby lub od niej odjąć";
-App::$strings["Reputation \"cost\" to post"] = "\"Koszt\" reputacji dla postu";
+App::$strings["Reputation \"cost\" to post"] = "\"Koszt\" reputacji dla wpisu";
App::$strings["Reputation \"cost\" to comment"] = "\"Koszt\" reputacji dla komentarza";
App::$strings["Reputation automatically recovers at this rate per hour until it reaches minimum_to_post"] = "Reputacja automatycznie odświeżana jest w tym tempie co godzinę, dopóki nie osiągnie minimum_to_post";
App::$strings["When minimum_to_moderate > reputation > minimum_to_post reputation recovers at this rate per hour"] = "Kiedy minimum_to_moderate > reputation> minimum_to_post reputacja odświeża na jest z taką szybkością na godzinę";
@@ -2965,8 +2964,8 @@ App::$strings["Post to Hubzilla"] = "Wyślij do Hubzilli";
App::$strings["Channel is required."] = "Kanał jest wymagany.";
App::$strings["Hubzilla Crosspost Connector Settings saved."] = "Ustawienia Hubzilla Crosspost Connector zostały zapisane.";
App::$strings["Hubzilla Crosspost Connector App"] = "Aplikacja Hubzilla Crosspost Connector";
-App::$strings["Relay public postings to another Hubzilla channel"] = "Przekaż publiczne posty na inny kanał Hubzilla";
-App::$strings["Send public postings to Hubzilla channel by default"] = "Domyślnie wysyłaj publiczne posty na kanał Hubzilla";
+App::$strings["Relay public postings to another Hubzilla channel"] = "Przekaż publiczne wpisy na inny kanał Hubzilla";
+App::$strings["Send public postings to Hubzilla channel by default"] = "Domyślnie wysyłaj publiczne wpisy na kanał Hubzilla";
App::$strings["Hubzilla API Path"] = "Ścieżka API Hubzilla";
App::$strings["https://{sitename}/api"] = "https://{sitename}/api";
App::$strings["Hubzilla login name"] = "Nazwa logowania Hubzilla";
@@ -3079,16 +3078,16 @@ App::$strings["Birth Day"] = "Dzień urodzenia";
App::$strings["Birthdate"] = "Data urodzenia";
App::$strings["OpenID protocol error. No ID returned."] = "Błąd protokołu OpenID. Brak identyfikatora.";
App::$strings["Hubzilla File Storage Import"] = "Import z magazynu plików Hubzilla";
-App::$strings["This will import all your cloud files from another server."] = "Spowoduje to zaimportowanie wszystkich plików w chmurze z innego huba Hubzilla.";
+App::$strings["This will import all your cloud files from another server."] = "Spowoduje to zaimportowanie wszystkich plików w chmurze z innego węzła Hubzilla.";
App::$strings["Hubzilla Server base URL"] = "Bazowy adres URL serwera Hubzilla";
App::$strings["Since modified date yyyy-mm-dd"] = "Od daty modyfikacji rrrr-mm-dd";
App::$strings["Until modified date yyyy-mm-dd"] = "Do daty modyfikacji rrrr-mm-dd";
App::$strings["Diaspora Protocol Settings updated."] = "Zaktualizowano ustawienia protokołu Diaspora.";
App::$strings["The diaspora protocol does not support location independence. Connections you make within that network may be unreachable from alternate channel locations."] = "Protokół Diaspora nie obsługuje niezależności lokalizacji. Połączenia nawiązane w tej sieci mogą być niedostępne z innych lokalizacji kanałów.";
App::$strings["Diaspora Protocol App"] = "Aplikacja Diaspora Protocol";
-App::$strings["Allow any Diaspora member to comment on your public posts"] = "Pozwól każdemu członkowi Diaspory komentować Twoje publiczne posty";
+App::$strings["Allow any Diaspora member to comment on your public posts"] = "Pozwól każdemu członkowi Diaspory komentować Twoje publiczne wpisy";
App::$strings["Prevent your hashtags from being redirected to other sites"] = "Zapobiegaj przekierowywaniu hashtagów do innych witryn";
-App::$strings["Sign and forward posts and comments with no existing Diaspora signature"] = "Podpisuj i przesyłaj dalej posty i komentarze bez podpisu Diaspory";
+App::$strings["Sign and forward posts and comments with no existing Diaspora signature"] = "Podpisuj i przesyłaj dalej wpisy i komentarze bez podpisu Diaspory";
App::$strings["Followed hashtags (comma separated, do not include the #)"] = "Obserwowane hashtagi (oddzielone przecinkami, nie dodawaj #)";
App::$strings["Diaspora Protocol"] = "Diaspora Protocol";
App::$strings["No username found in import file."] = "W pliku importu nie znaleziono nazwy użytkownika.";
@@ -3098,9 +3097,9 @@ App::$strings["Diaspora Relay Handle"] = "Uchwyt przekaźnika Diaspory";
App::$strings["Address of a diaspora relay. Example: relay@diasporarelay.tld"] = "Adres przekaźnika diaspory. Przykład: relay@diasporarelay.tld";
App::$strings["Diaspora relay could not be imported"] = "Nie można zaimportować przekaźnika diaspory";
App::$strings["Hubzilla Directory Stats"] = "Statystyki katalogowe Hubzilla";
-App::$strings["Total Hubs"] = "Razem huby";
-App::$strings["Hubzilla Hubs"] = "Huby Hubzilla";
-App::$strings["Friendica Hubs"] = "Huby Friendica";
+App::$strings["Total Hubs"] = "Razem węzłów";
+App::$strings["Hubzilla Hubs"] = "Węzły Hubzilla";
+App::$strings["Friendica Hubs"] = "Węzły Friendica";
App::$strings["Diaspora Pods"] = "Pody Diaspora";
App::$strings["Hubzilla Channels"] = "Kanały Hubzilla";
App::$strings["Friendica Channels"] = "Kanały Friendica";
@@ -3132,12 +3131,12 @@ App::$strings["The default zoom level. (1:world, 18:highest, also depends on til
App::$strings["Include marker on map"] = "Uwzględnij znacznik na mapie";
App::$strings["Include a marker on the map."] = "Umieść znacznik na tej mapie.";
App::$strings["Livejournal Crosspost Connector App"] = "Aplikacja Livejournal Crosspost Connector";
-App::$strings["Relay public posts to Livejournal"] = "Przekazuj publiczne posty do Livejournal";
+App::$strings["Relay public posts to Livejournal"] = "Przekazuj publiczne wpisy do Livejournal";
App::$strings["Livejournal username"] = "Nazwa użytkownika w Livejournal";
App::$strings["Livejournal password"] = "Hasło do Livejournal";
App::$strings["Post to Livejournal by default"] = "Domyślnie wysyłaj do Livejournal";
-App::$strings["Send wall-to-wall posts to Livejournal"] = "Wysyłaj posty \"wall-to-wall\" do Livejournal";
-App::$strings["Add link to original post"] = "Dodaj odnośnik do oryginalnego postu";
+App::$strings["Send wall-to-wall posts to Livejournal"] = "Wysyłaj wpisy \"rozwinięte\" do Livejournal";
+App::$strings["Add link to original post"] = "Dodaj odnośnik do oryginalnego wpisu";
App::$strings["Livejournal Crosspost Connector"] = "Livejournal Crosspost Connector";
App::$strings["Post to Livejournal"] = "Publikuj w Livejournal";
App::$strings["Posted by"] = "Wysłane przez";
@@ -3216,7 +3215,7 @@ App::$strings["Application name"] = "Nazwa aplikacji";
App::$strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "Skontaktuj się z administratorem witryny. <br/> Podany adres URL interfejsu API jest nieprawidłowy.";
App::$strings["We could not contact the GNU social API with the Path you entered."] = "Nie mogliśmy nawiązać połączenia ze społecznościowym API GNU o podanej ścieżce.";
App::$strings["GNU social settings updated."] = "Ustawienia społecznościowe GNU zostały zaktualizowane.";
-App::$strings["Relay public postings to a connected GNU social account (formerly StatusNet)"] = "Przekazywanie publicznych postów na połączone konto społecznościowe GNU (dawniej StatusNet)";
+App::$strings["Relay public postings to a connected GNU social account (formerly StatusNet)"] = "Przekazywanie publicznych wpisów na połączone konto społecznościowe GNU (dawniej StatusNet)";
App::$strings["Globally Available GNU social OAuthKeys"] = "Globalnie dostępne klucze OAuthKey społecznościowe GNU";
App::$strings["There are preconfigured OAuth key pairs for some GNU social servers available. If you are using one of them, please use these credentials.<br />If not feel free to connect to any other GNU social instance (see below)."] = "Dostępne są wstępnie skonfigurowane pary kluczy OAuth dla niektórych serwerów społecznościowych GNU. Jeśli używasz jednego z nich, użyj tych poświadczeń. <br /> Jeśli nie możesz połączyć się z inną instancją społecznościową GNU (patrz poniżej).";
App::$strings["Provide your own OAuth Credentials"] = "Podaj własne dane logowania OAuth";
@@ -3226,16 +3225,16 @@ App::$strings["OAuth Consumer Secret"] = "Tajny klucz klienta OAuth";
App::$strings["Base API Path"] = "Podstawowa ścieżka API";
App::$strings["Remember the trailing /"] = "Zapamiętaj końcowy ukośnik /";
App::$strings["GNU social application name"] = "Nazwa aplikacji społecznościowej GNU";
-App::$strings["To connect to your GNU social account click the button below to get a security code from GNU social which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to GNU social."] = "W celu połączenia się ze swoim kontem społecznościowym GNU, kliknij poniższy przycisk, aby uzyskać kod zabezpieczający z serwisu społecznościowego GNU, który musisz skopiować do pola wprowadzania poniżej i przesłać formularz. Tylko twoje <strong>publiczne</strong> posty będą publikowane w społecznościach GNU.";
+App::$strings["To connect to your GNU social account click the button below to get a security code from GNU social which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to GNU social."] = "W celu połączenia się ze swoim kontem społecznościowym GNU, kliknij poniższy przycisk, aby uzyskać kod zabezpieczający z serwisu społecznościowego GNU, który musisz skopiować do pola wprowadzania poniżej i przesłać formularz. Tylko twoje <strong>publiczne</strong> wpisy będą publikowane w społecznościach GNU.";
App::$strings["Log in with GNU social"] = "Zaloguj się za pomocą serwisu społecznościowego GNU";
App::$strings["Copy the security code from GNU social here"] = "Skopiuj tutaj kod bezpieczeństwa z GNU Social";
App::$strings["Cancel Connection Process"] = "Anuluj proces łączenia";
App::$strings["Current GNU social API is"] = "Obecne API społecznościowe GNU to";
App::$strings["Cancel GNU social Connection"] = "Anuluj połączenie społecznościowe GNU";
App::$strings["Currently connected to: "] = "Obecnie połączony z: ";
-App::$strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to GNU social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Uwaga</strong>: Ze względu na Twoje ustawienia prywatności, odnośnik (<em>Ukryj szczegóły swojego profilu przed nieznanymi widzami? </em>), ewentualnie zawarty w publicznych postach przekazywanych do społeczności GNU, będzie kierował odwiedzającego na pustą stronę z informacją dla odwiedzającego, że dostęp do Twojego profilu został ograniczony.";
+App::$strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to GNU social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Uwaga</strong>: Ze względu na Twoje ustawienia prywatności, odnośnik (<em>Ukryj szczegóły swojego profilu przed nieznanymi widzami? </em>), ewentualnie zawarty w publicznych wpisach przekazywanych do społeczności GNU, będzie kierował odwiedzającego na pustą stronę z informacją dla odwiedzającego, że dostęp do Twojego profilu został ograniczony.";
App::$strings["Post to GNU social by default"] = "Wysyłaj domyślnie do społeczności GNU";
-App::$strings["If enabled your public postings will be posted to the associated GNU-social account by default"] = "Jeśli ta opcja jest włączona, twoje publiczne posty będą domyślnie wysyłane na powiązane konto społecznościowe GNU";
+App::$strings["If enabled your public postings will be posted to the associated GNU-social account by default"] = "Jeśli ta opcja jest włączona, twoje publiczne wpisy będą domyślnie wysyłane na powiązane konto społecznościowe GNU";
App::$strings["Clear OAuth configuration"] = "Wyczyść konfigurację OAuth";
App::$strings["GNU-Social Crosspost Connector"] = "GNU-Social Crosspost Connector";
App::$strings["Who likes me?"] = "Kto mnie lubi?";
@@ -3250,7 +3249,7 @@ App::$strings["Activitypub Protocol"] = "Activitypub Protocol";
App::$strings["Post to Insane Journal"] = "Publikuj w Insane Journal";
App::$strings["Insane Journal Crosspost Connector Settings saved."] = "Zapisano ustawienia Insane Journal Crosspost Connector.";
App::$strings["Insane Journal Crosspost Connector App"] = "Aplikacja Insane Journal Crosspost Connector";
-App::$strings["Relay public postings to Insane Journal"] = "Przekaż publiczne posty do Insane Journal";
+App::$strings["Relay public postings to Insane Journal"] = "Przekaż publiczne wpisy do Insane Journal";
App::$strings["InsaneJournal username"] = "Nazwa użytkownika InsaneJournal";
App::$strings["InsaneJournal password"] = "Hasło InsaneJournal";
App::$strings["Post to InsaneJournal by default"] = "Domyślnie publikuj w InsaneJournal";
@@ -3265,7 +3264,7 @@ App::$strings["random geometric pattern"] = "losowy wzór geometryczny";
App::$strings["monster face"] = "twarz potwora";
App::$strings["computer generated face"] = "wygenerowana komputerowo twarz";
App::$strings["retro arcade style face"] = "twarz w stylu retro arcade";
-App::$strings["Hub default profile photo"] = "Domyślne zdjęcie profilowe huba";
+App::$strings["Hub default profile photo"] = "Domyślne zdjęcie profilowe węzła";
App::$strings["Information"] = "Informacje";
App::$strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Dodatek Libravatar jest również zainstalowany. Proszę wyłączyć dodatek Libravatar lub ten dodatek Gravatar. <br> Dodatek Libravatar wykorzysta Gravatara, jeśli nic nie zostanie znalezione w bibliotece Libravatara.";
App::$strings["Default avatar image"] = "Domyślny obraz awatara";
@@ -3306,16 +3305,16 @@ App::$strings["Maximum count to import"] = "Maksymalna liczba albumów do zaimpo
App::$strings["0 or blank to import all available"] = "0 lub puste, aby zaimportować wszystkie dostępne";
App::$strings["Twitter settings updated."] = "Zaktualizowano ustawienia Twittera.";
App::$strings["Twitter Crosspost Connector App"] = "Aplikacja Twitter Crosspost Connector";
-App::$strings["Relay public posts to Twitter"] = "Przekazuj publiczne posty na Twitter";
+App::$strings["Relay public posts to Twitter"] = "Przekazuj publiczne wpisy na Twitter";
App::$strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Nie znaleziono pary kluczy klienta dla Twittera. Skontaktuj się z administratorem witryny.";
-App::$strings["At this Hubzilla instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "W tej instancji Hubzilla wtyczka Twittera była włączona, ale nie połączyłeś jeszcze swojego konta z kontem na Twitterze. Aby to zrobić, kliknij poniższy przycisk, aby uzyskać kod PIN z Twittera, który należy skopiować do pola wprowadzania poniżej i przesłać formularz. Na Twitterze będą publikowane tylko Twoje <strong>publiczne</strong> posty.";
+App::$strings["At this Hubzilla instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "W tej instancji Hubzilla wtyczka Twittera była włączona, ale nie połączyłeś jeszcze swojego konta z kontem na Twitterze. Aby to zrobić, kliknij poniższy przycisk, aby uzyskać kod PIN z Twittera, który należy skopiować do pola wprowadzania poniżej i przesłać formularz. Na Twitterze będą publikowane tylko Twoje <strong>publiczne</strong> wpisy.";
App::$strings["Log in with Twitter"] = "Zaloguj się za pomocą Twittera";
App::$strings["Copy the PIN from Twitter here"] = "Skopiuj tutaj PIN z Twittera";
-App::$strings["<strong>Note:</strong> Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong> Uwaga: </strong> Ze względu na Twoje ustawienia prywatności (<em>Ukryj szczegóły swojego profilu przed nieznanymi widzami?</em>) ten link, potencjalnie zawarty w publicznych postach przekazywanych do Twittera, będzie prowadził odwiedzającego do pustej strony informującej gościa, że dostęp do Twojego profilu został ograniczony.";
-App::$strings["Twitter post length"] = "Długość postu na Twitterze";
+App::$strings["<strong>Note:</strong> Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong> Uwaga: </strong> Ze względu na Twoje ustawienia prywatności (<em>Ukryj szczegóły swojego profilu przed nieznanymi widzami?</em>) ten link, potencjalnie zawarty w publicznych wpisach przekazywanych do Twittera, będzie prowadził odwiedzającego do pustej strony informującej gościa, że dostęp do Twojego profilu został ograniczony.";
+App::$strings["Twitter post length"] = "Długość wpisu na Twitterze";
App::$strings["Maximum tweet length"] = "Maksymalna długość tweeta";
-App::$strings["Send public postings to Twitter by default"] = "Domyślnie wysyłaj publiczne posty na Twitter";
-App::$strings["If enabled your public postings will be posted to the associated Twitter account by default"] = "Jeśli ta opcja jest włączona, Twoje publiczne posty będą domyślnie publikowane na powiązanym koncie Twittera";
+App::$strings["Send public postings to Twitter by default"] = "Domyślnie wysyłaj publiczne wpisy na Twitter";
+App::$strings["If enabled your public postings will be posted to the associated Twitter account by default"] = "Jeśli ta opcja jest włączona, Twoje publiczne wpisy będą domyślnie publikowane na powiązanym koncie Twittera";
App::$strings["Twitter Crosspost Connector"] = "Twitter Crosspost Connector";
App::$strings["Post to Twitter"] = "Opublikuj na Twitterze";
App::$strings["Project Servers and Resources"] = "Serwery projektów i zasoby";
@@ -3326,7 +3325,7 @@ App::$strings["There is no corporate funding and no ads, and we do not collect a
App::$strings["Help support our ground-breaking work in decentralisation, web identity, and privacy."] = "Pomóż nam wspierać nasze przełomowe prace w zakresie decentralizacji, tożsamości internetowej i prywatności.";
App::$strings["Your donations keep servers and services running and also helps us to provide innovative new features and continued development."] = "Twoje darowizny zapewniają nieprzerwane działanie serwerów i usług, a także pomagają nam w zapewnianiu innowacyjnych nowych funkcji i ciągłym rozwoju.";
App::$strings["Donate"] = "Wspomóż";
-App::$strings["Choose a project, developer, or public hub to support with a one-time donation"] = "Wybierz projekt, dewelopera lub publiczny hub, aby wesprzeć jednorazową darowizną";
+App::$strings["Choose a project, developer, or public hub to support with a one-time donation"] = "Wybierz projekt, dewelopera lub publiczny węzeł, aby wesprzeć jednorazową darowizną";
App::$strings["Donate Now"] = "Wpłać teraz";
App::$strings["<strong><em>Or</em></strong> become a project sponsor (Hubzilla Project only)"] = "<strong><em>lub</em> </strong> zostań sponsorem projektu (tylko Projekt Hubzilla)";
App::$strings["Please indicate if you would like your first name or full name (or nothing) to appear in our sponsor listing"] = "Wskaż, czy chcesz, aby Twoje imię lub imię i nazwisko pojawiało się na naszej liście sponsorów";
@@ -3334,7 +3333,7 @@ App::$strings["Sponsor"] = "Sponsor";
App::$strings["Special thanks to: "] = "Specjalne podziękowania dla: ";
App::$strings["Dreamwidth Crosspost Connector Settings saved."] = "Zapisano ustawienia Dreamwidth Crosspost Connector.";
App::$strings["Dreamwidth Crosspost Connector App"] = "Aplikacja Dreamwidth Crosspost Connector";
-App::$strings["Relay public posts to Dreamwidth"] = "Przekazuj publiczne posty do Dreamwidth";
+App::$strings["Relay public posts to Dreamwidth"] = "Przekazuj publiczne wpisy do Dreamwidth";
App::$strings["Dreamwidth username"] = "Nazwa użytkownika Dreamwidth";
App::$strings["Dreamwidth password"] = "Hasło Dreamwidth";
App::$strings["Post to Dreamwidth by default"] = "Domyślnie publikuj na Dreamwidth";
@@ -3344,18 +3343,18 @@ App::$strings["Post to Dreamwidth"] = "Publikuj na Dreamwidth";
App::$strings["nofed Settings saved."] = "nofed - zapisano ustawienie.";
App::$strings["No Federation App"] = "Brak aplikacji Federation";
App::$strings["Prevent posting from being federated to anybody. It will exist only on your channel page."] = "Zapobiegaj federowaniu wiadomości do kogokolwiek. Będzie istnieć tylko na stronie Twojego kanału.";
-App::$strings["Federate posts by default"] = "Domyślnie, posty Federate";
+App::$strings["Federate posts by default"] = "Domyślnie, wpisy federacyjne";
App::$strings["No Federation"] = "Brak Federation";
App::$strings["Federate"] = "Federate";
App::$strings["WYSIWYG status editor"] = "Edytor aplikacji WYSIWYG Status";
App::$strings["WYSIWYG Status App"] = "Aplikacja WYSIWYG Status";
App::$strings["WYSIWYG Status"] = "WYSIWYG Status";
App::$strings["No server specified"] = "Nie określono serwera";
-App::$strings["Posts imported"] = "Zaimportowano posty";
+App::$strings["Posts imported"] = "Zaimportowano wpisy";
App::$strings["Files imported"] = "Zaimportowano pliki";
App::$strings["This addon app copies existing content and file storage to a cloned/copied channel. Once the app is installed, visit the newly installed app. This will allow you to set the location of your original channel and an optional date range of files/conversations to copy."] = "Ten dodatek kopiuje istniejące treści i magazyn plików do sklonowanego lub skopiowanego kanału. Po zainstalowaniu, odwiedź nowo zainstalowaną aplikację. Umożliwi Ci to ustawienie lokalizacji oryginalnego kanału i opcjonalnego zakresu dat plików lub konwersacji do skopiowania.";
-App::$strings["This will import all your conversations and cloud files from a cloned channel on another server. This may take a while if you have lots of posts and or files."] = "Spowoduje to zaimportowanie wszystkich rozmów i plików przechowywanych w chmurze ze sklonowanego kanału na innym serwerze. Może to chwilę potrwać, jeśli masz dużo postów lun plików.";
-App::$strings["Include posts"] = "Dołącz posty";
+App::$strings["This will import all your conversations and cloud files from a cloned channel on another server. This may take a while if you have lots of posts and or files."] = "Spowoduje to zaimportowanie wszystkich rozmów i plików przechowywanych w chmurze ze sklonowanego kanału na innym serwerze. Może to chwilę potrwać, jeśli masz dużo wpisów lun plików.";
+App::$strings["Include posts"] = "Dołącz wpisy";
App::$strings["Conversations, Articles, Cards, and other posted content"] = "Rozmowy, artykuły, karty i inne opublikowane treści";
App::$strings["Include files"] = "Dołącz pliki";
App::$strings["Files, Photos and other cloud storage"] = "Pliki, zdjęcia i inne przechowywane w chmurze rzeczy";
@@ -3374,7 +3373,7 @@ App::$strings["Message to display on every page on this server"] = "Wiadomość
App::$strings["Page Header"] = "Page Header";
App::$strings["Who viewed my channel/profile"] = "Kto oglądał mój kanał lub profil";
App::$strings["Recent Channel/Profile Viewers"] = "Ostatnio wyświetlający mój kanał lub profil";
-App::$strings["No entries."] = "Brak postów.";
+App::$strings["No entries."] = "Brak wpisów.";
App::$strings["Messages"] = "Wiadomości";
App::$strings["message"] = "wiadomość";
App::$strings["Message recalled."] = "Wiadomość przywołana.";
@@ -3434,8 +3433,8 @@ App::$strings["Smileybutton Settings"] = "Ustawienia Smileybutton";
App::$strings["Post to Friendica"] = "Opublikuj w sieci Hubzilla";
App::$strings["Friendica Crosspost Connector Settings saved."] = "Zapisano ustawienia Friendica Crosspost Connector .";
App::$strings["Friendica Crosspost Connector App"] = "Aplikacja Hubzilla Crosspost Connector";
-App::$strings["Relay public postings to a connected Friendica account"] = "Przekazywanie publicznych postów do połączonego konta Friendica";
-App::$strings["Send public postings to Friendica by default"] = "Domyślnie wysyłaj publiczne posty na kanał Hubzilla";
+App::$strings["Relay public postings to a connected Friendica account"] = "Przekazywanie publicznych wpisów do połączonego konta Friendica";
+App::$strings["Send public postings to Friendica by default"] = "Domyślnie wysyłaj publiczne wpisy na kanał Hubzilla";
App::$strings["Friendica API Path"] = "Ścieżka API Hubzilla";
App::$strings["Friendica login name"] = "Nazwa logowania w Hubzilla";
App::$strings["Friendica password"] = "Hasło Hubzilla";
@@ -3444,7 +3443,7 @@ App::$strings["Logfile archive directory"] = "Katalog archiwum plików dziennika
App::$strings["Directory to store rotated logs"] = "Katalog do przechowywania rotowanych dzienników zdarzeń";
App::$strings["Logfile size in bytes before rotating"] = "Rozmiar pliku dziennika w bajtach przed dokonaniem odnowienia";
App::$strings["Number of logfiles to retain"] = "Liczba plików dziennika do przechowania";
-App::$strings["Post to WordPress"] = "Opubikuj w WordPress";
+App::$strings["Post to WordPress"] = "Opublikuj w WordPress";
App::$strings["Wordpress Settings saved."] = "Zapisano ustawienia Wordpress.";
App::$strings["Wordpress Post App"] = "Aplikacja Wordpress Post";
App::$strings["Post to WordPress or anything else which uses the wordpress XMLRPC API"] = "Opublikuj na WordPress lub czymkolwiek innym, co używa API XMLRPC WordPress";
@@ -3502,16 +3501,16 @@ App::$strings["New registration"] = "Nowa rejestracja";
App::$strings["Message sent to %s. New account registration: %s"] = "Wiadomość wysłana do%s. Rejestracja nowego konta: %s";
App::$strings["Pump.io Settings saved."] = "Ustawienia Pump.io zostały zapisane.";
App::$strings["Pump.io Crosspost Connector App"] = "Aplikacja Pump.io Crosspost Connector";
-App::$strings["Relay public posts to pump.io"] = "Przekazuj publiczne posty do Pump.io";
+App::$strings["Relay public posts to pump.io"] = "Przekazuj publiczne wpisy do Pump.io";
App::$strings["Pump.io servername"] = "Nazwa serwera Pump.io";
App::$strings["Without \"http://\" or \"https://\""] = "Bez \"http: //\" lub \"https: //\"";
App::$strings["Pump.io username"] = "Nazwa użytkownika Pump.io";
App::$strings["Without the servername"] = "Bez nazwy serwera";
App::$strings["You are not authenticated to pumpio"] = "Nie jesteś uwierzytelniony w pumpio";
App::$strings["(Re-)Authenticate your pump.io connection"] = "(Ponownie) Uwierzytelnij swoje połączenie pump.io";
-App::$strings["Post to pump.io by default"] = "Piblikuj domyślnie w pump.io";
-App::$strings["Should posts be public"] = "Posty powinny być publiczne";
-App::$strings["Mirror all public posts"] = "Powielaj wszystkie posty publiczne";
+App::$strings["Post to pump.io by default"] = "Publikuj domyślnie w pump.io";
+App::$strings["Should posts be public"] = "Wpisy powinny być publiczne";
+App::$strings["Mirror all public posts"] = "Powielaj wszystkie wpisy publiczne";
App::$strings["Pump.io Crosspost Connector"] = "Pump.io Crosspost Connector";
App::$strings["You are now authenticated to pumpio."] = "Jesteś teraz uwierzytelniony w pumpio.";
App::$strings["return to the featured settings page"] = "wróć do polecanej strony ustawień";
@@ -3527,7 +3526,7 @@ App::$strings["Sending of mail failed."] = "Wysyłanie poczty nie powiodło się
App::$strings["Mail Test"] = "Test poczty";
App::$strings["Redmatrix File Storage Import"] = "Import magazyn plików Redmatrix";
App::$strings["This will import all your Redmatrix cloud files to this channel."] = "Spowoduje to zaimportowanie wszystkich plików chmury Redmatrix do tego kanału.";
-App::$strings["Use markdown for editing posts"] = "Użyj markdown do edycji postów";
+App::$strings["Use markdown for editing posts"] = "Użyj markdown do edycji wpisów";
App::$strings["Fuzzloc Settings updated."] = "Zaktualizowano ustawienia Fuzzloc.";
App::$strings["Fuzzy Location App"] = "Aplikacja Fuzzy Location";
App::$strings["Blur your precise location if your channel uses browser location mapping"] = "Zamaż swoją dokładną lokalizację, jeśli Twój kanał używa mapowania lokalizacji w przeglądarce";
@@ -3553,7 +3552,7 @@ App::$strings["Set the background color of items"] = "Ustaw kolor tła elementó
App::$strings["Set the background color of comments"] = "Ustaw kolor tła komentarzy";
App::$strings["Set font-size for the entire application"] = "Ustaw rozmiar czcionki dla całej aplikacji";
App::$strings["Examples: 1rem, 100%, 16px"] = "Przykłady: 1rem, 100%, 16px";
-App::$strings["Set font-color for posts and comments"] = "Ustaw kolor czcionki dla postów i komentarzy";
+App::$strings["Set font-color for posts and comments"] = "Ustaw kolor czcionki dla wpisów i komentarzy";
App::$strings["Set radius of corners"] = "Ustaw promień narożników";
App::$strings["Example: 4px"] = "Przykład: 4px";
App::$strings["Set shadow depth of photos"] = "Ustaw głębię cienia zdjęć";