1
0
Fork 0

PL translation update THX waldis

This commit is contained in:
Tobias Diekershoff 2019-04-02 10:10:16 +02:00
commit a69cb03f8c
2 changed files with 186 additions and 170 deletions

View file

@ -811,17 +811,17 @@ $a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla
$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - proszę nie używać tego formularza. Zamiast tego, wpisz %s w pasku wyszukiwania Diaspory.";
$a->strings["Your Identity Address:"] = "Twój adres tożsamości:";
$a->strings["Submit Request"] = "Wyślij zgłoszenie";
$a->strings["Location:"] = "Lokalizacja:";
$a->strings["Gender:"] = "Płeć:";
$a->strings["Status:"] = "Status:";
$a->strings["Homepage:"] = "Strona główna:";
$a->strings["About:"] = "O:";
$a->strings["No entries (some entries may be hidden)."] = "Brak odwiedzin (niektóre odwiedziny mogą być ukryte).";
$a->strings["Global Directory"] = "Katalog globalny";
$a->strings["Find on this site"] = "Znajdź na tej stronie";
$a->strings["Results for:"] = "Wyniki dla:";
$a->strings["Site Directory"] = "Katalog Witryny";
$a->strings["Find"] = "Znajdź";
$a->strings["No entries (some entries may be hidden)."] = "Brak odwiedzin (niektóre odwiedziny mogą być ukryte).";
$a->strings["Location:"] = "Lokalizacja:";
$a->strings["Gender:"] = "Płeć:";
$a->strings["Status:"] = "Status:";
$a->strings["Homepage:"] = "Strona główna:";
$a->strings["About:"] = "O:";
$a->strings["People Search - %s"] = "Szukaj osób - %s";
$a->strings["Forum Search - %s"] = "Przeszukiwanie forum - %s";
$a->strings["No matches"] = "Brak wyników";
@ -1540,6 +1540,7 @@ $a->strings["Diaspora Connector"] = "Łącze Diaspora";
$a->strings["GNU Social Connector"] = "Łącze GNU Social";
$a->strings["ActivityPub"] = "Pub aktywności";
$a->strings["pnut"] = "orzech";
$a->strings["No answer"] = "Brak odpowiedzi";
$a->strings["Male"] = "Mężczyzna";
$a->strings["Female"] = "Kobieta";
$a->strings["Currently Male"] = "Obecnie mężczyzna";
@ -1791,6 +1792,8 @@ $a->strings["POSIX PHP module"] = "Moduł POSIX PHP";
$a->strings["Error: POSIX PHP module required but not installed."] = "Błąd: wymagany moduł POSIX PHP, ale nie zainstalowany.";
$a->strings["JSON PHP module"] = "Moduł PHP JSON";
$a->strings["Error: JSON PHP module required but not installed."] = "Błąd: wymagany jest moduł JSON PHP, ale nie jest zainstalowany.";
$a->strings["File Information PHP module"] = "";
$a->strings["Error: File Information PHP module required but not installed."] = "";
$a->strings["The web installer needs to be able to create a file called \"local.config.php\" in the \"config\" folder of your web server and it is unable to do so."] = "Instalator internetowy musi mieć możliwość utworzenia pliku o nazwie \"local.config.php\" w folderze \"config\" serwera WWW i nie może tego zrobić.";
$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Jest to najczęściej ustawienie uprawnień, ponieważ serwer sieciowy może nie być w stanie zapisywać plików w folderze - nawet jeśli możesz.";
$a->strings["At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica \"config\" folder."] = "Pod koniec tej procedury otrzymasz tekst do zapisania w pliku o nazwie local.config.php w folderze \"config\" Friendica.";