Merge pull request #568 from tobiasd/20180401-lng

mostly PL translation by Waldemar Stoczkowski
This commit is contained in:
Hypolite Petovan 2018-04-01 14:52:29 -04:00 committed by GitHub
commit f283ca4346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
120 changed files with 5245 additions and 640 deletions

View File

@ -0,0 +1,59 @@
# ADDON blockem
# Copyright (C)
# This file is distributed under the same license as the Friendica blockem addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-09 13:00+0100\n"
"PO-Revision-Date: 2018-03-31 20:03+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: blockem.php:51 blockem.php:55
msgid "\"Blockem\""
msgstr ""
#: blockem.php:59
msgid ""
"Hides user's content by collapsing posts. Also replaces their avatar with "
"generic image."
msgstr "Ukrywa zawartość użytkownika, zwijając posty. Zastępuje również awatar wygenerowanym obrazem."
#: blockem.php:60
msgid "Comma separated profile URLS:"
msgstr "Rozdzielone przecinkami adresy URL profilu:"
#: blockem.php:64
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: blockem.php:77
msgid "BLOCKEM Settings saved."
msgstr "BLOCKEM Ustawienia zapisane."
#: blockem.php:140
#, php-format
msgid "Hidden content by %s - Click to open/close"
msgstr "Ukryta zawartość przez %s - Kliknij, aby otworzyć/zamknąć"
#: blockem.php:193
msgid "Unblock Author"
msgstr "Odblokuj autora"
#: blockem.php:195
msgid "Block Author"
msgstr "Zablokuj autora"
#: blockem.php:227
msgid "blockem settings updated"
msgstr "ustawienia blockem zostały zaktualizowane"

View File

@ -1,10 +1,16 @@
<?php
$a->strings["\"Blockem\" Settings"] = "";
$a->strings["Comma separated profile URLS to block"] = "";
$a->strings["Submit"] = "Potwierdź";
$a->strings["BLOCKEM Settings saved."] = "";
$a->strings["Blocked %s - Click to open/close"] = "";
$a->strings["Unblock Author"] = "Odblokuj autora";
$a->strings["Block Author"] = "Zablokuj autora";
$a->strings["blockem settings updated"] = "";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["\"Blockem\""] = "";
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Ukrywa zawartość użytkownika, zwijając posty. Zastępuje również awatar wygenerowanym obrazem.";
$a->strings["Comma separated profile URLS:"] = "Rozdzielone przecinkami adresy URL profilu:";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["BLOCKEM Settings saved."] = "BLOCKEM Ustawienia zapisane.";
$a->strings["Hidden content by %s - Click to open/close"] = "Ukryta zawartość przez %s - Kliknij, aby otworzyć/zamknąć";
$a->strings["Unblock Author"] = "Odblokuj autora";
$a->strings["Block Author"] = "Zablokuj autora";
$a->strings["blockem settings updated"] = "ustawienia blockem zostały zaktualizowane";

View File

@ -0,0 +1,56 @@
# ADDON blogger
# Copyright (C)
# This file is distributed under the same license as the Friendica blogger addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
"PO-Revision-Date: 2018-04-01 14:29+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: blogger.php:42
msgid "Post to blogger"
msgstr "Opublikuj w bloggerze"
#: blogger.php:74 blogger.php:78
msgid "Blogger Export"
msgstr "Eksport Bloggera"
#: blogger.php:82
msgid "Enable Blogger Post Addon"
msgstr "Włącz dodatek Blogger"
#: blogger.php:87
msgid "Blogger username"
msgstr "Nazwa użytkownika Bloggera"
#: blogger.php:92
msgid "Blogger password"
msgstr "Hasło Bloggera"
#: blogger.php:97
msgid "Blogger API URL"
msgstr "Adres URL interfejsu API Blogger"
#: blogger.php:102
msgid "Post to Blogger by default"
msgstr "Opublikuj domyślnie na Blogger"
#: blogger.php:108
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: blogger.php:178
msgid "Post from Friendica"
msgstr "Post od Friendica"

View File

@ -1,11 +1,16 @@
<?php
$a->strings["Post to blogger"] = "Post na blogger";
$a->strings["Blogger Post Settings"] = "Ustawienia postów na Blogger";
$a->strings["Enable Blogger Post Addon"] = "";
$a->strings["Blogger username"] = "Nazwa użytkownika na Blogger";
$a->strings["Blogger password"] = "Hasło do Blogger";
$a->strings["Blogger API URL"] = "";
$a->strings["Post to Blogger by default"] = "";
$a->strings["Submit"] = "Potwierdź";
$a->strings["Post from Friendica"] = "Post z Friendica";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Post to blogger"] = "Opublikuj w bloggerze";
$a->strings["Blogger Export"] = "Eksport Bloggera";
$a->strings["Enable Blogger Post Addon"] = "Włącz dodatek Blogger";
$a->strings["Blogger username"] = "Nazwa użytkownika Bloggera";
$a->strings["Blogger password"] = "Hasło Bloggera";
$a->strings["Blogger API URL"] = "Adres URL interfejsu API Blogger";
$a->strings["Post to Blogger by default"] = "Opublikuj domyślnie na Blogger";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["Post from Friendica"] = "Post od Friendica";

View File

@ -0,0 +1,76 @@
# ADDON buffer
# Copyright (C)
# This file is distributed under the same license as the Friendica buffer addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
"PO-Revision-Date: 2018-03-31 17:10+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: buffer.php:31
msgid "Permission denied."
msgstr "Odmowa uprawnień."
#: buffer.php:57 buffer.php:185
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: buffer.php:59
msgid "Client ID"
msgstr "Identyfikator ID klienta"
#: buffer.php:60
msgid "Client Secret"
msgstr " Tajny klucz klienta"
#: buffer.php:67
msgid "Error when registering buffer connection:"
msgstr "Błąd podczas rejestrowania połączenia z buforem:"
#: buffer.php:86
msgid "You are now authenticated to buffer. "
msgstr "Jesteś teraz uwierzytelniony w buforze."
#: buffer.php:87
msgid "return to the connector page"
msgstr "powrót do strony połączenia"
#: buffer.php:103
msgid "Post to Buffer"
msgstr "Opublikuj w buforze"
#: buffer.php:128 buffer.php:132
msgid "Buffer Export"
msgstr "Eksportuj Bufor"
#: buffer.php:142
msgid "Authenticate your Buffer connection"
msgstr "Uwierzytelnij swoje połączenie z buforem"
#: buffer.php:146
msgid "Enable Buffer Post Addon"
msgstr "Włącz dodatek bufora pocztowego"
#: buffer.php:151
msgid "Post to Buffer by default"
msgstr "Wyślij domyślnie post do bufora"
#: buffer.php:156
msgid "Check to delete this preset"
msgstr "Zaznacz, aby usunąć to ustawienie wstępne"
#: buffer.php:165
msgid "Posts are going to all accounts that are enabled by default:"
msgstr "Wpisy są wysyłane na wszystkie konta, które są domyślnie włączone:"

View File

@ -0,0 +1,21 @@
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Permission denied."] = "Odmowa uprawnień.";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["Client ID"] = "Identyfikator ID klienta";
$a->strings["Client Secret"] = " Tajny klucz klienta";
$a->strings["Error when registering buffer connection:"] = "Błąd podczas rejestrowania połączenia z buforem:";
$a->strings["You are now authenticated to buffer. "] = "Jesteś teraz uwierzytelniony w buforze.";
$a->strings["return to the connector page"] = "powrót do strony połączenia";
$a->strings["Post to Buffer"] = "Opublikuj w buforze";
$a->strings["Buffer Export"] = "Eksportuj Bufor";
$a->strings["Authenticate your Buffer connection"] = "Uwierzytelnij swoje połączenie z buforem";
$a->strings["Enable Buffer Post Addon"] = "Włącz dodatek bufora pocztowego";
$a->strings["Post to Buffer by default"] = "Wyślij domyślnie post do bufora";
$a->strings["Check to delete this preset"] = "Zaznacz, aby usunąć to ustawienie wstępne";
$a->strings["Posts are going to all accounts that are enabled by default:"] = "Wpisy są wysyłane na wszystkie konta, które są domyślnie włączone:";

View File

@ -0,0 +1,24 @@
# ADDON buglink
# Copyright (C)
# This file is distributed under the same license as the Friendica buglink addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
"PO-Revision-Date: 2018-03-30 17:07+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: buglink.php:15
msgid "Report Bug"
msgstr "Zgłoś błąd"

View File

@ -1,3 +1,8 @@
<?php
$a->strings["Report Bug"] = "Zgłoś problem";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Report Bug"] = "Zgłoś błąd";

View File

@ -0,0 +1,74 @@
# ADDON communityhome
# Copyright (C)
# This file is distributed under the same license as the Friendica communityhome addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-30 17:40+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: communityhome.php:28 communityhome.php:34
msgid "Login"
msgstr "Zaloguj się"
#: communityhome.php:29
msgid "OpenID"
msgstr "OpenID"
#: communityhome.php:39
msgid "Latest users"
msgstr "Najnowszy użytkownik"
#: communityhome.php:84
msgid "Most active users"
msgstr "Najbardziej aktywni użytkownicy"
#: communityhome.php:102
msgid "Latest photos"
msgstr "Najnowsze Zdjęcia"
#: communityhome.php:115
msgid "Contact Photos"
msgstr "Zdjęcia kontaktu"
#: communityhome.php:116
msgid "Profile Photos"
msgstr "Zdjęcie profilowe"
#: communityhome.php:141
msgid "Latest likes"
msgstr "Najnowsze polubienia"
#: communityhome.php:163
msgid "event"
msgstr "zdarzenie"
#: communityhome.php:166 communityhome.php:175
msgid "status"
msgstr "status"
#: communityhome.php:171
msgid "photo"
msgstr "zdjęcie"
#: communityhome.php:180
#, php-format
msgid "%1$s likes %2$s's %3$s"
msgstr "%1$slubi %2$s %3$s "
#: communityhome.php:189
#, php-format
msgid "Welcome to %s"
msgstr "Witamy w %s"

View File

@ -1,14 +1,20 @@
<?php
$a->strings["Login"] = "Login";
$a->strings["OpenID"] = "OpenID";
$a->strings["Latest users"] = "Ostatni użytkownicy";
$a->strings["Most active users"] = "najaktywniejsi użytkownicy";
$a->strings["Latest photos"] = "Ostatnie zdjęcia";
$a->strings["Contact Photos"] = "Zdjęcia kontaktu";
$a->strings["Profile Photos"] = "Zdjęcia profilowe";
$a->strings["Latest likes"] = "Ostatnie polubienia";
$a->strings["event"] = "wydarzenie";
$a->strings["status"] = "status";
$a->strings["photo"] = "zdjęcie";
$a->strings["Welcome to %s"] = "Witamy w %s";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Login"] = "Zaloguj się";
$a->strings["OpenID"] = "OpenID";
$a->strings["Latest users"] = "Najnowszy użytkownik";
$a->strings["Most active users"] = "Najbardziej aktywni użytkownicy";
$a->strings["Latest photos"] = "Najnowsze Zdjęcia";
$a->strings["Contact Photos"] = "Zdjęcia kontaktu";
$a->strings["Profile Photos"] = "Zdjęcie profilowe";
$a->strings["Latest likes"] = "Najnowsze polubienia";
$a->strings["event"] = "zdarzenie";
$a->strings["status"] = "status";
$a->strings["photo"] = "zdjęcie";
$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$slubi %2\$s %3\$s ";
$a->strings["Welcome to %s"] = "Witamy w %s";

View File

@ -0,0 +1,132 @@
# ADDON curweather
# Copyright (C)
# This file is distributed under the same license as the Friendica curweather addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-25 17:17+0200\n"
"PO-Revision-Date: 2018-04-01 14:35+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: curweather.php:31
msgid "Error fetching weather data.\\nError was: "
msgstr "Błąd podczas pobierania danych pogodowych. \\nError był:"
#: curweather.php:111 curweather.php:172
msgid "Current Weather"
msgstr "Obecna pogoda"
#: curweather.php:118
msgid "Relative Humidity"
msgstr "Względna wilgotność"
#: curweather.php:119
msgid "Pressure"
msgstr "Ciśnienie"
#: curweather.php:120
msgid "Wind"
msgstr "Wiatr"
#: curweather.php:121
msgid "Last Updated"
msgstr "Ostatnio zaktualizowany"
#: curweather.php:122
msgid "Data by"
msgstr "Dane wg"
#: curweather.php:123
msgid "Show on map"
msgstr "Pokaż na mapie"
#: curweather.php:128
msgid "There was a problem accessing the weather data. But have a look"
msgstr "Wystąpił problem z dostępem do danych pogodowych. Ale spójrz"
#: curweather.php:130
msgid "at OpenWeatherMap"
msgstr "w OpenWeatherMap"
#: curweather.php:146
msgid "Current Weather settings updated."
msgstr "Zaktualizowano bieżące ustawienia pogody."
#: curweather.php:161
msgid "No APPID found, please contact your admin to obtain one."
msgstr "Nie znaleziono APPID, skontaktuj się z administratorem, aby go uzyskać."
#: curweather.php:171 curweather.php:200
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: curweather.php:172
msgid "Settings"
msgstr "Ustawienia"
#: curweather.php:174
msgid "Enter either the name of your location or the zip code."
msgstr "Wprowadź nazwę swojej lokalizacji lub kod pocztowy."
#: curweather.php:175
msgid "Your Location"
msgstr "Twoja lokalizacja"
#: curweather.php:175
msgid ""
"Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or "
"<em>14476,DE</em>."
msgstr "Identyfikator Twojej lokalizacji (nazwa lub kod pocztowy), np. <em>Berlin, DE</em> lub <em>14476, DE</em>."
#: curweather.php:176
msgid "Units"
msgstr "Jednostka"
#: curweather.php:176
msgid "select if the temperature should be displayed in &deg;C or &deg;F"
msgstr "wybierz, czy temperatura powinna być wyświetlana w &deg;C lub &deg;F"
#: curweather.php:177
msgid "Show weather data"
msgstr "Pokaż dane pogodowe"
#: curweather.php:190
msgid "Curweather settings saved."
msgstr "Ustawienia Curweather zostały zapisane."
#: curweather.php:201
msgid "Caching Interval"
msgstr "Interwał buforowania"
#: curweather.php:201
msgid ""
"For how long should the weather data be cached? Choose according your "
"OpenWeatherMap account type."
msgstr "Od jak dawna powinny być buforowane dane pogodowe? Wybierz zgodnie z typem konta OpenWeatherMap."
#: curweather.php:201
msgid "no cache"
msgstr "Brak pamięci podręcznej"
#: curweather.php:201
msgid "minutes"
msgstr "minut"
#: curweather.php:202
msgid "Your APPID"
msgstr "Twój APPID"
#: curweather.php:202
msgid "Your API key provided by OpenWeatherMap"
msgstr "Twój klucz API dostarczony przez OpenWeatherMap"

View File

@ -1,3 +1,34 @@
<?php
$a->strings["Submit"] = "Potwierdź";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Error fetching weather data.\\nError was: "] = "Błąd podczas pobierania danych pogodowych. \\nError był:";
$a->strings["Current Weather"] = "Obecna pogoda";
$a->strings["Relative Humidity"] = "Względna wilgotność";
$a->strings["Pressure"] = "Ciśnienie";
$a->strings["Wind"] = "Wiatr";
$a->strings["Last Updated"] = "Ostatnio zaktualizowany";
$a->strings["Data by"] = "Dane wg";
$a->strings["Show on map"] = "Pokaż na mapie";
$a->strings["There was a problem accessing the weather data. But have a look"] = "Wystąpił problem z dostępem do danych pogodowych. Ale spójrz";
$a->strings["at OpenWeatherMap"] = "w OpenWeatherMap";
$a->strings["Current Weather settings updated."] = "Zaktualizowano bieżące ustawienia pogody.";
$a->strings["No APPID found, please contact your admin to obtain one."] = "Nie znaleziono APPID, skontaktuj się z administratorem, aby go uzyskać.";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["Settings"] = "Ustawienia";
$a->strings["Enter either the name of your location or the zip code."] = "Wprowadź nazwę swojej lokalizacji lub kod pocztowy.";
$a->strings["Your Location"] = "Twoja lokalizacja";
$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identyfikator Twojej lokalizacji (nazwa lub kod pocztowy), np. <em>Berlin, DE</em> lub <em>14476, DE</em>.";
$a->strings["Units"] = "Jednostka";
$a->strings["select if the temperature should be displayed in &deg;C or &deg;F"] = "wybierz, czy temperatura powinna być wyświetlana w &deg;C lub &deg;F";
$a->strings["Show weather data"] = "Pokaż dane pogodowe";
$a->strings["Curweather settings saved."] = "Ustawienia Curweather zostały zapisane.";
$a->strings["Caching Interval"] = "Interwał buforowania";
$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Od jak dawna powinny być buforowane dane pogodowe? Wybierz zgodnie z typem konta OpenWeatherMap.";
$a->strings["no cache"] = "Brak pamięci podręcznej";
$a->strings["minutes"] = "minut";
$a->strings["Your APPID"] = "Twój APPID";
$a->strings["Your API key provided by OpenWeatherMap"] = "Twój klucz API dostarczony przez OpenWeatherMap";

578
dav/lang/pl/messages.po Normal file
View File

@ -0,0 +1,578 @@
# ADDON dav
# Copyright (C)
# This file is distributed under the same license as the Friendica dav addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-31 20:38+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: friendica/dav_caldav_backend_virtual_friendica.inc.php:36
msgid "Friendica-Native events"
msgstr "Friendica - Macierzyste wydazrenia"
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:36
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:59
msgid "Friendica-Contacts"
msgstr "Friendica-Kontakty"
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:60
msgid "Your Friendica-Contacts"
msgstr "Twoje Friendica Kontakty"
#: friendica/layout.fnk.php:99 friendica/layout.fnk.php:136
msgid ""
"Something went wrong when trying to import the file. Sorry. Maybe some "
"events were imported anyway."
msgstr "Coś poszło nie tak podczas próby importowania pliku. Przepraszam. Może i tak jakieś wydarzenia zostały zaimportowane."
#: friendica/layout.fnk.php:131
msgid "Something went wrong when trying to import the file. Sorry."
msgstr "Coś poszło nie tak podczas próby importowania pliku. Przepraszam."
#: friendica/layout.fnk.php:134
msgid "The ICS-File has been imported."
msgstr "Plik ICS został zaimportowany."
#: friendica/layout.fnk.php:138
msgid "No file was uploaded."
msgstr "Żaden plik nie został przesłany."
#: friendica/layout.fnk.php:143 friendica/layout.fnk.php:422
#: common/wdcal_edit.inc.php:140
msgid "Go back to the calendar"
msgstr "Wróć do kalendarza"
#: friendica/layout.fnk.php:147
msgid "Import a ICS-file"
msgstr "Zaimportuj plik ICS"
#: friendica/layout.fnk.php:150
msgid "ICS-File"
msgstr "Plik ICS"
#: friendica/layout.fnk.php:151
msgid "Overwrite all #num# existing events"
msgstr "Zastąp wszystkie #num# istniejące wydarzenia"
#: friendica/layout.fnk.php:152
msgid "Upload"
msgstr "Prześlij plik"
#: friendica/layout.fnk.php:225
msgid "Settings"
msgstr "Ustawienia"
#: friendica/layout.fnk.php:225
msgid "Help"
msgstr "Pomoc"
#: friendica/layout.fnk.php:228
msgid "New event"
msgstr "Nowe wydarzenie"
#: friendica/layout.fnk.php:232
msgid "Today"
msgstr "Dzisiaj"
#: friendica/layout.fnk.php:241
msgid "Day"
msgstr "Dzień"
#: friendica/layout.fnk.php:248
msgid "Week"
msgstr "Tydzień"
#: friendica/layout.fnk.php:255 common/wdcal_edit.inc.php:372
msgid "Month"
msgstr "Miesiąc"
#: friendica/layout.fnk.php:260
msgid "Reload"
msgstr "Załaduj ponownie"
#: friendica/layout.fnk.php:263
msgid "Previous"
msgstr "Poprzedni"
#: friendica/layout.fnk.php:266
msgid "Next"
msgstr "Następny"
#: friendica/layout.fnk.php:271
msgid "Date"
msgstr "Data"
#: friendica/layout.fnk.php:313
msgid "Error"
msgstr "Błąd"
#: friendica/layout.fnk.php:354
msgid "Permission denied."
msgstr "Odmowa uprawnień."
#: friendica/layout.fnk.php:361
msgid "The new values have been saved."
msgstr "Nowe wartości zostały zapisane."
#: friendica/layout.fnk.php:380
msgid "The calendar has been updated."
msgstr "Kalendarz został zaktualizowany."
#: friendica/layout.fnk.php:393
msgid "The new calendar has been created."
msgstr "Nowy kalendarz został utworzony."
#: friendica/layout.fnk.php:417
msgid "The calendar has been deleted."
msgstr "Kalendarz został usunięty."
#: friendica/layout.fnk.php:424
msgid "Calendar Settings"
msgstr "Ustawienia kalendarza"
#: friendica/layout.fnk.php:430
msgid "Date format"
msgstr "Format daty"
#: friendica/layout.fnk.php:439
msgid "Time zone"
msgstr "Strefa czasowa"
#: friendica/layout.fnk.php:441 friendica/layout.fnk.php:488
msgid "Save"
msgstr "Zapisz"
#: friendica/layout.fnk.php:445
msgid "Calendars"
msgstr "Kalendarze"
#: friendica/layout.fnk.php:487
msgid "Create a new calendar"
msgstr "Tworzenie nowego kalendarza"
#: friendica/layout.fnk.php:496
msgid "Limitations"
msgstr "Ograniczenia"
#: friendica/layout.fnk.php:500
msgid "Warning"
msgstr "Ostrzeżenie"
#: friendica/layout.fnk.php:504
msgid "Synchronization (iPhone, Thunderbird Lightning, Android, ...)"
msgstr "Synchronizuj (iPhone, Thunderbird Lightning, Android,...)"
#: friendica/layout.fnk.php:511
msgid "Synchronizing this calendar with the iPhone"
msgstr "Synchronizuj ten kalendarz z iPhone"
#: friendica/layout.fnk.php:522
msgid "Synchronizing your Friendica-Contacts with the iPhone"
msgstr "Synchronizowanie Twoich kontaktów z aplikacji Friendica z iPhonem"
#: friendica/main.php:202
msgid ""
"The current version of this addon has not been set up correctly. Please "
"contact the system administrator of your installation of friendica to fix "
"this."
msgstr "Aktualna wersja tego dodatku nie została poprawnie skonfigurowana. Skontaktuj się z administratorem systemu swojej instalacji, aby to naprawić."
#: friendica/main.php:239 common/wdcal_edit.inc.php:146
msgid "Calendar"
msgstr "Kalendarz"
#: friendica/main.php:242
msgid "Extended calendar with CalDAV-support"
msgstr "Rozszerzony kalendarz CalDAV-support"
#: friendica/main.php:279 friendica/main.php:280
msgid "noreply"
msgstr "bez odpowiedzi"
#: friendica/main.php:282
msgid "Notification: "
msgstr "Powiadomienie:"
#: friendica/main.php:309
msgid "The database tables have been installed."
msgstr "Zainstalowane w tabelach bazy danych."
#: friendica/main.php:310
msgid "An error occurred during the installation."
msgstr "Wystąpił błąd podczas instalacji."
#: friendica/main.php:316
msgid "The database tables have been updated."
msgstr "Tabele bazy danych zostały zaktualizowane."
#: friendica/main.php:317
msgid "An error occurred during the update."
msgstr "Wystąpił błąd podczas aktualizacji."
#: friendica/main.php:333
msgid "No system-wide settings yet."
msgstr "Nie ma jeszcze ustawień systemowych."
#: friendica/main.php:336
msgid "Database status"
msgstr "Status bazy danych"
#: friendica/main.php:339
msgid "Installed"
msgstr "Zainstalowany"
#: friendica/main.php:343
msgid "Upgrade needed"
msgstr "Wymagana aktualizacja"
#: friendica/main.php:343
msgid ""
"Please back up all calendar data (the tables beginning with dav_*) before "
"proceeding. While all calendar events <i>should</i> be converted to the new "
"database structure, it's always safe to have a backup. Below, you can have a"
" look at the database-queries that will be made when pressing the "
"'update'-button."
msgstr "Wykonaj kopię zapasową wszystkich danych kalendarza (tabele, począwszy od dav_ *) przed przystąpieniem. Podczas gdy wszystkie wydarzenia kalendarza <i>mają być</i> konwertowane do nowej struktury bazy danych, zawsze jest bezpieczne, aby mieć kopię zapasową. Poniżej, możesz spojrzeć na kwerendy bazy danych, które zostaną wprowadzone po naciśnięciu przycisku 'update'."
#: friendica/main.php:343
msgid "Upgrade"
msgstr "Uaktualnienia"
#: friendica/main.php:346
msgid "Not installed"
msgstr "Nie zainstalowane"
#: friendica/main.php:346
msgid "Install"
msgstr "Zainstaluj"
#: friendica/main.php:350
msgid "Unknown"
msgstr "Nieznany"
#: friendica/main.php:350
msgid ""
"Something really went wrong. I cannot recover from this state automatically,"
" sorry. Please go to the database backend, back up the data, and delete all "
"tables beginning with 'dav_' manually. Afterwards, this installation routine"
" should be able to reinitialize the tables automatically."
msgstr "Coś poszło nie tak. Nie mogę odzyskać tego stanu automatycznie, przepraszam. Przejdź do zaplecza bazy danych, wykonaj kopię zapasową danych i usuń wszystkie tabele zaczynające się od 'dav_' ręcznie. Następnie ta procedura instalacji powinna móc automatycznie reinicjalizować tabele."
#: friendica/main.php:355
msgid "Troubleshooting"
msgstr "Rozwiązywanie problemów"
#: friendica/main.php:356
msgid "Manual creation of the database tables:"
msgstr "Ręczne tworzenie tabel bazy danych:"
#: friendica/main.php:357
msgid "Show SQL-statements"
msgstr "Pokaż instrukcje SQL"
#: friendica/calendar.friendica.fnk.php:206
msgid "Private Calendar"
msgstr "Kalendarz prywatny"
#: friendica/calendar.friendica.fnk.php:207
msgid "Friendica Events: Mine"
msgstr "Friendica Wydarzenia: Wyszukaj"
#: friendica/calendar.friendica.fnk.php:208
msgid "Friendica Events: Contacts"
msgstr "Friendica Wydarzenia: Kontakty"
#: friendica/calendar.friendica.fnk.php:248
msgid "Private Addresses"
msgstr "Prywatne adresy"
#: friendica/calendar.friendica.fnk.php:249
msgid "Friendica Contacts"
msgstr "Kontakty Friendica"
#: common/wdcal_edit.inc.php:30 common/wdcal_edit.inc.php:738
msgid "Could not open component for editing"
msgstr "Nie można otworzyć komponentu do edycji"
#: common/wdcal_edit.inc.php:144
msgid "Event data"
msgstr "Dane wydarzenia"
#: common/wdcal_edit.inc.php:163
msgid "Special color"
msgstr "Kolor specjalny"
#: common/wdcal_edit.inc.php:169
msgid "Subject"
msgstr "Temat"
#: common/wdcal_edit.inc.php:173
msgid "Starts"
msgstr "Rozpoczyna się"
#: common/wdcal_edit.inc.php:178
msgid "Ends"
msgstr "Kończy się"
#: common/wdcal_edit.inc.php:183
msgid "Location"
msgstr "Lokalizacja"
#: common/wdcal_edit.inc.php:185
msgid "Description"
msgstr "Opis"
#: common/wdcal_edit.inc.php:188
msgid "Recurrence"
msgstr "Cykl"
#: common/wdcal_edit.inc.php:190
msgid "Frequency"
msgstr "Częstotliwość"
#: common/wdcal_edit.inc.php:191
msgid "None"
msgstr "Żaden"
#: common/wdcal_edit.inc.php:194
msgid "Daily"
msgstr "Codziennie"
#: common/wdcal_edit.inc.php:197
msgid "Weekly"
msgstr "Co tydzień"
#: common/wdcal_edit.inc.php:200
msgid "Monthly"
msgstr "Miesięczne"
#: common/wdcal_edit.inc.php:203
msgid "Yearly"
msgstr "Co roku"
#: common/wdcal_edit.inc.php:214
msgid "days"
msgstr "dni"
#: common/wdcal_edit.inc.php:215
msgid "weeks"
msgstr "tygodnie"
#: common/wdcal_edit.inc.php:216
msgid "months"
msgstr "miesięcy"
#: common/wdcal_edit.inc.php:217
msgid "years"
msgstr "lata"
#: common/wdcal_edit.inc.php:218
msgid "Interval"
msgstr "Przedział"
#: common/wdcal_edit.inc.php:218
msgid "All %select% %time%"
msgstr "Wszystkie %select% %time%"
#: common/wdcal_edit.inc.php:222 common/wdcal_edit.inc.php:260
#: common/wdcal_edit.inc.php:481
msgid "Days"
msgstr "Dni"
#: common/wdcal_edit.inc.php:231 common/wdcal_edit.inc.php:254
#: common/wdcal_edit.inc.php:270 common/wdcal_edit.inc.php:293
#: common/wdcal_edit.inc.php:305
msgid "Sunday"
msgstr "Niedziela"
#: common/wdcal_edit.inc.php:235 common/wdcal_edit.inc.php:274
#: common/wdcal_edit.inc.php:308
msgid "Monday"
msgstr "Poniedziałek"
#: common/wdcal_edit.inc.php:238 common/wdcal_edit.inc.php:277
msgid "Tuesday"
msgstr "Wtorek"
#: common/wdcal_edit.inc.php:241 common/wdcal_edit.inc.php:280
msgid "Wednesday"
msgstr "Środa"
#: common/wdcal_edit.inc.php:244 common/wdcal_edit.inc.php:283
msgid "Thursday"
msgstr "Czwartek"
#: common/wdcal_edit.inc.php:247 common/wdcal_edit.inc.php:286
msgid "Friday"
msgstr "Piątek"
#: common/wdcal_edit.inc.php:250 common/wdcal_edit.inc.php:289
msgid "Saturday"
msgstr "Sobota"
#: common/wdcal_edit.inc.php:297
msgid "First day of week:"
msgstr "Pierwszy dzień tygodnia:"
#: common/wdcal_edit.inc.php:350 common/wdcal_edit.inc.php:373
msgid "Day of month"
msgstr "Dzień miesiąca"
#: common/wdcal_edit.inc.php:354
msgid "#num#th of each month"
msgstr ""
#: common/wdcal_edit.inc.php:357
msgid "#num#th-last of each month"
msgstr ""
#: common/wdcal_edit.inc.php:360
msgid "#num#th #wkday# of each month"
msgstr ""
#: common/wdcal_edit.inc.php:363
msgid "#num#th-last #wkday# of each month"
msgstr ""
#: common/wdcal_edit.inc.php:377
msgid "#num#th of the given month"
msgstr ""
#: common/wdcal_edit.inc.php:380
msgid "#num#th-last of the given month"
msgstr ""
#: common/wdcal_edit.inc.php:383
msgid "#num#th #wkday# of the given month"
msgstr ""
#: common/wdcal_edit.inc.php:386
msgid "#num#th-last #wkday# of the given month"
msgstr ""
#: common/wdcal_edit.inc.php:413
msgid "Repeat until"
msgstr "Powtarzaj aż do"
#: common/wdcal_edit.inc.php:417
msgid "Infinite"
msgstr "Nieograniczony"
#: common/wdcal_edit.inc.php:420
msgid "Until the following date"
msgstr "Do następnego dnia"
#: common/wdcal_edit.inc.php:423
msgid "Number of times"
msgstr "Kilka razy"
#: common/wdcal_edit.inc.php:429
msgid "Exceptions"
msgstr "Wyjątki"
#: common/wdcal_edit.inc.php:432
msgid "none"
msgstr "żaden"
#: common/wdcal_edit.inc.php:449
msgid "Notification"
msgstr "Powiadomienia"
#: common/wdcal_edit.inc.php:466
msgid "Notify by"
msgstr "Powiadom przez"
#: common/wdcal_edit.inc.php:468
msgid "Remove"
msgstr "Usuń"
#: common/wdcal_edit.inc.php:469
msgid "E-Mail"
msgstr "E-mail"
#: common/wdcal_edit.inc.php:470
msgid "On Friendica / Display"
msgstr "Na Friendica / Wyświetl"
#: common/wdcal_edit.inc.php:474
msgid "Time"
msgstr "Czas"
#: common/wdcal_edit.inc.php:478
msgid "Hours"
msgstr "Godziny"
#: common/wdcal_edit.inc.php:479
msgid "Minutes"
msgstr "Minuty"
#: common/wdcal_edit.inc.php:480
msgid "Seconds"
msgstr "Sekund"
#: common/wdcal_edit.inc.php:482
msgid "Weeks"
msgstr "Tygodnie"
#: common/wdcal_edit.inc.php:485
msgid "before the"
msgstr "przed"
#: common/wdcal_edit.inc.php:486
msgid "start of the event"
msgstr "początek wydarzenia"
#: common/wdcal_edit.inc.php:487
msgid "end of the event"
msgstr "koniec wydarzenia"
#: common/wdcal_edit.inc.php:492
msgid "Add a notification"
msgstr "Dodaj powiadomienie"
#: common/wdcal_edit.inc.php:687
msgid "The event #name# will start at #date"
msgstr "Wydarzenie #name# rozpocznie się od #date"
#: common/wdcal_edit.inc.php:696
msgid "#name# is about to begin."
msgstr "#imię# zaraz się zacznie."
#: common/wdcal_edit.inc.php:769
msgid "Saved"
msgstr "Zapisano"
#: common/wdcal_configuration.php:148
msgid "U.S. Time Format (mm/dd/YYYY)"
msgstr "Format czasu USA (mm/dd/RRRR)"
#: common/wdcal_configuration.php:243
msgid "German Time Format (dd.mm.YYYY)"
msgstr "Niemiecki format czasu (dd.mm.RRRR)"
#: common/dav_caldav_backend_private.inc.php:39
msgid "Private Events"
msgstr "Prywatne wydarzenia"
#: common/wdcal_backend.inc.php:92 common/wdcal_backend.inc.php:166
#: common/wdcal_backend.inc.php:178 common/wdcal_backend.inc.php:206
#: common/wdcal_backend.inc.php:214 common/wdcal_backend.inc.php:229
msgid "No access"
msgstr "Brak dostępu"
#: common/dav_carddav_backend_private.inc.php:46
msgid "Private Addressbooks"
msgstr "Prywatna książka adresowa"

View File

@ -1,136 +1,141 @@
<?php
$a->strings["Friendica-Native events"] = "";
$a->strings["Friendica-Contacts"] = "Kontakty friendica";
$a->strings["Your Friendica-Contacts"] = "Twoje kontakty friendica";
$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "";
$a->strings["Something went wrong when trying to import the file. Sorry."] = "";
$a->strings["The ICS-File has been imported."] = "";
$a->strings["No file was uploaded."] = "Nie wgrano pliku.";
$a->strings["Go back to the calendar"] = "Wróć do kalendarza";
$a->strings["Import a ICS-file"] = "";
$a->strings["ICS-File"] = "";
$a->strings["Overwrite all #num# existing events"] = "";
$a->strings["Upload"] = "Załaduj";
$a->strings["Settings"] = "Ustawienia";
$a->strings["Help"] = "Pomoc";
$a->strings["New event"] = "Nowe wydarzenie";
$a->strings["Today"] = "Dzisiaj";
$a->strings["Day"] = "Dzień";
$a->strings["Week"] = "Tydzień";
$a->strings["Month"] = "Miesiąc";
$a->strings["Reload"] = "Załaduj ponownie";
$a->strings["Previous"] = "Poprzedni";
$a->strings["Next"] = "Następny";
$a->strings["Date"] = "Data";
$a->strings["Error"] = "Błąd";
$a->strings["Permission denied."] = "Brak uprawnień.";
$a->strings["The new values have been saved."] = "";
$a->strings["The calendar has been updated."] = "";
$a->strings["The new calendar has been created."] = "";
$a->strings["The calendar has been deleted."] = "";
$a->strings["Calendar Settings"] = "Ustawienia kalendarza";
$a->strings["Date format"] = "Format daty";
$a->strings["Time zone"] = "Strefa czasowa";
$a->strings["Save"] = "Zapisz";
$a->strings["Calendars"] = "Kalendarze";
$a->strings["Create a new calendar"] = "Stwórz nowy kalendarz";
$a->strings["Limitations"] = "Ograniczenie";
$a->strings["Warning"] = "Ostrzeżenie";
$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Synchronizacja (iPhone, Thunderbird Lightning, Android, ...)";
$a->strings["Synchronizing this calendar with the iPhone"] = "Zsynchronizuj kalendarz z iPhone";
$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Zsynchronizuj kontakty friendica z iPhone";
$a->strings["The current version of this addon has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "";
$a->strings["Calendar"] = "Kalendarz";
$a->strings["Extended calendar with CalDAV-support"] = "";
$a->strings["noreply"] = "brak odpowiedzi";
$a->strings["Notification: "] = "Potwierdzeni:";
$a->strings["The database tables have been installed."] = "";
$a->strings["An error occurred during the installation."] = "";
$a->strings["The database tables have been updated."] = "";
$a->strings["An error occurred during the update."] = "";
$a->strings["No system-wide settings yet."] = "";
$a->strings["Database status"] = "";
$a->strings["Installed"] = "Zainstalowany";
$a->strings["Upgrade needed"] = "Wymaga uaktualnienia";
$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "";
$a->strings["Upgrade"] = "Uaktualnienie";
$a->strings["Not installed"] = "Nie zainstalowany";
$a->strings["Install"] = "Zainstaluj";
$a->strings["Unknown"] = "Nieznany";
$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "";
$a->strings["Troubleshooting"] = "Rozwiązywanie problemów";
$a->strings["Manual creation of the database tables:"] = "";
$a->strings["Show SQL-statements"] = "";
$a->strings["Private Calendar"] = "Kalendarz prywatny";
$a->strings["Friendica Events: Mine"] = "Wydarzenia Friendici: Moje";
$a->strings["Friendica Events: Contacts"] = "Wydarzenia Friendici: Kontakty";
$a->strings["Private Addresses"] = "";
$a->strings["Friendica Contacts"] = "Kontakty Friendica";
$a->strings["Could not open component for editing"] = "";
$a->strings["Event data"] = "Data wydarzenia";
$a->strings["Special color"] = "";
$a->strings["Subject"] = "Temat";
$a->strings["Starts"] = "Zaczyna się";
$a->strings["Ends"] = "Kończy się";
$a->strings["Location"] = "Położenie";
$a->strings["Description"] = "Opis";
$a->strings["Recurrence"] = "";
$a->strings["Frequency"] = "często";
$a->strings["None"] = "Brak";
$a->strings["Daily"] = "Dziennie";
$a->strings["Weekly"] = "Tygodniowo";
$a->strings["Monthly"] = "Miesięcznie";
$a->strings["Yearly"] = "raz na rok";
$a->strings["days"] = "dni";
$a->strings["weeks"] = "tygodnie";
$a->strings["months"] = "miesiące";
$a->strings["years"] = "lata";
$a->strings["Interval"] = "";
$a->strings["All %select% %time%"] = "";
$a->strings["Days"] = "Dni";
$a->strings["Sunday"] = "Niedziela";
$a->strings["Monday"] = "Poniedziałek";
$a->strings["Tuesday"] = "Wtorek";
$a->strings["Wednesday"] = "Środa";
$a->strings["Thursday"] = "Czwartek";
$a->strings["Friday"] = "Piątek";
$a->strings["Saturday"] = "Sobota";
$a->strings["First day of week:"] = "Pierwszy dzień tygodnia:";
$a->strings["Day of month"] = "Dzień miesiąca";
$a->strings["#num#th of each month"] = "";
$a->strings["#num#th-last of each month"] = "";
$a->strings["#num#th #wkday# of each month"] = "";
$a->strings["#num#th-last #wkday# of each month"] = "";
$a->strings["#num#th of the given month"] = "";
$a->strings["#num#th-last of the given month"] = "";
$a->strings["#num#th #wkday# of the given month"] = "";
$a->strings["#num#th-last #wkday# of the given month"] = "";
$a->strings["Repeat until"] = "Powtarzaj do";
$a->strings["Infinite"] = "";
$a->strings["Until the following date"] = "Do tej daty";
$a->strings["Number of times"] = "";
$a->strings["Exceptions"] = "Wyjątki";
$a->strings["none"] = "";
$a->strings["Notification"] = "Powiadomienie";
$a->strings["Notify by"] = "";
$a->strings["Remove"] = "Usuń";
$a->strings["E-Mail"] = "E-Mail";
$a->strings["On Friendica / Display"] = "";
$a->strings["Time"] = "";
$a->strings["Hours"] = "Godzin";
$a->strings["Minutes"] = "Minut";
$a->strings["Seconds"] = "";
$a->strings["Weeks"] = "";
$a->strings["before the"] = "";
$a->strings["start of the event"] = "rozpoczęcie wydarzenia";
$a->strings["end of the event"] = "zakończenie wydarzenia";
$a->strings["Add a notification"] = "Dodaj powiadomienie";
$a->strings["The event #name# will start at #date"] = "";
$a->strings["#name# is about to begin."] = "";
$a->strings["Saved"] = "Zapisano";
$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "Amerykański format daty (mm/dd/YYYY)";
$a->strings["German Time Format (dd.mm.YYYY)"] = "Niemiecki format daty (dd.mm.YYYY)";
$a->strings["Private Events"] = "Prywatne wydarzenia";
$a->strings["No access"] = "Brak dostępu";
$a->strings["Private Addressbooks"] = "";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Friendica-Native events"] = "Friendica - Macierzyste wydazrenia";
$a->strings["Friendica-Contacts"] = "Friendica-Kontakty";
$a->strings["Your Friendica-Contacts"] = "Twoje Friendica Kontakty";
$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Coś poszło nie tak podczas próby importowania pliku. Przepraszam. Może i tak jakieś wydarzenia zostały zaimportowane.";
$a->strings["Something went wrong when trying to import the file. Sorry."] = "Coś poszło nie tak podczas próby importowania pliku. Przepraszam.";
$a->strings["The ICS-File has been imported."] = "Plik ICS został zaimportowany.";
$a->strings["No file was uploaded."] = "Żaden plik nie został przesłany.";
$a->strings["Go back to the calendar"] = "Wróć do kalendarza";
$a->strings["Import a ICS-file"] = "Zaimportuj plik ICS";
$a->strings["ICS-File"] = "Plik ICS";
$a->strings["Overwrite all #num# existing events"] = "Zastąp wszystkie #num# istniejące wydarzenia";
$a->strings["Upload"] = "Prześlij plik";
$a->strings["Settings"] = "Ustawienia";
$a->strings["Help"] = "Pomoc";
$a->strings["New event"] = "Nowe wydarzenie";
$a->strings["Today"] = "Dzisiaj";
$a->strings["Day"] = "Dzień";
$a->strings["Week"] = "Tydzień";
$a->strings["Month"] = "Miesiąc";
$a->strings["Reload"] = "Załaduj ponownie";
$a->strings["Previous"] = "Poprzedni";
$a->strings["Next"] = "Następny";
$a->strings["Date"] = "Data";
$a->strings["Error"] = "Błąd";
$a->strings["Permission denied."] = "Odmowa uprawnień.";
$a->strings["The new values have been saved."] = "Nowe wartości zostały zapisane.";
$a->strings["The calendar has been updated."] = "Kalendarz został zaktualizowany.";
$a->strings["The new calendar has been created."] = "Nowy kalendarz został utworzony.";
$a->strings["The calendar has been deleted."] = "Kalendarz został usunięty.";
$a->strings["Calendar Settings"] = "Ustawienia kalendarza";
$a->strings["Date format"] = "Format daty";
$a->strings["Time zone"] = "Strefa czasowa";
$a->strings["Save"] = "Zapisz";
$a->strings["Calendars"] = "Kalendarze";
$a->strings["Create a new calendar"] = "Tworzenie nowego kalendarza";
$a->strings["Limitations"] = "Ograniczenia";
$a->strings["Warning"] = "Ostrzeżenie";
$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Synchronizuj (iPhone, Thunderbird Lightning, Android,...)";
$a->strings["Synchronizing this calendar with the iPhone"] = "Synchronizuj ten kalendarz z iPhone";
$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Synchronizowanie Twoich kontaktów z aplikacji Friendica z iPhonem";
$a->strings["The current version of this addon has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "Aktualna wersja tego dodatku nie została poprawnie skonfigurowana. Skontaktuj się z administratorem systemu swojej instalacji, aby to naprawić.";
$a->strings["Calendar"] = "Kalendarz";
$a->strings["Extended calendar with CalDAV-support"] = "Rozszerzony kalendarz CalDAV-support";
$a->strings["noreply"] = "bez odpowiedzi";
$a->strings["Notification: "] = "Powiadomienie:";
$a->strings["The database tables have been installed."] = "Zainstalowane w tabelach bazy danych.";
$a->strings["An error occurred during the installation."] = "Wystąpił błąd podczas instalacji.";
$a->strings["The database tables have been updated."] = "Tabele bazy danych zostały zaktualizowane.";
$a->strings["An error occurred during the update."] = "Wystąpił błąd podczas aktualizacji.";
$a->strings["No system-wide settings yet."] = "Nie ma jeszcze ustawień systemowych.";
$a->strings["Database status"] = "Status bazy danych";
$a->strings["Installed"] = "Zainstalowany";
$a->strings["Upgrade needed"] = "Wymagana aktualizacja";
$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Wykonaj kopię zapasową wszystkich danych kalendarza (tabele, począwszy od dav_ *) przed przystąpieniem. Podczas gdy wszystkie wydarzenia kalendarza <i>mają być</i> konwertowane do nowej struktury bazy danych, zawsze jest bezpieczne, aby mieć kopię zapasową. Poniżej, możesz spojrzeć na kwerendy bazy danych, które zostaną wprowadzone po naciśnięciu przycisku 'update'.";
$a->strings["Upgrade"] = "Uaktualnienia";
$a->strings["Not installed"] = "Nie zainstalowane";
$a->strings["Install"] = "Zainstaluj";
$a->strings["Unknown"] = "Nieznany";
$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Coś poszło nie tak. Nie mogę odzyskać tego stanu automatycznie, przepraszam. Przejdź do zaplecza bazy danych, wykonaj kopię zapasową danych i usuń wszystkie tabele zaczynające się od 'dav_' ręcznie. Następnie ta procedura instalacji powinna móc automatycznie reinicjalizować tabele.";
$a->strings["Troubleshooting"] = "Rozwiązywanie problemów";
$a->strings["Manual creation of the database tables:"] = "Ręczne tworzenie tabel bazy danych:";
$a->strings["Show SQL-statements"] = "Pokaż instrukcje SQL";
$a->strings["Private Calendar"] = "Kalendarz prywatny";
$a->strings["Friendica Events: Mine"] = "Friendica Wydarzenia: Wyszukaj";
$a->strings["Friendica Events: Contacts"] = "Friendica Wydarzenia: Kontakty";
$a->strings["Private Addresses"] = "Prywatne adresy";
$a->strings["Friendica Contacts"] = "Kontakty Friendica";
$a->strings["Could not open component for editing"] = "Nie można otworzyć komponentu do edycji";
$a->strings["Event data"] = "Dane wydarzenia";
$a->strings["Special color"] = "Kolor specjalny";
$a->strings["Subject"] = "Temat";
$a->strings["Starts"] = "Rozpoczyna się";
$a->strings["Ends"] = "Kończy się";
$a->strings["Location"] = "Lokalizacja";
$a->strings["Description"] = "Opis";
$a->strings["Recurrence"] = "Cykl";
$a->strings["Frequency"] = "Częstotliwość";
$a->strings["None"] = "Żaden";
$a->strings["Daily"] = "Codziennie";
$a->strings["Weekly"] = "Co tydzień";
$a->strings["Monthly"] = "Miesięczne";
$a->strings["Yearly"] = "Co roku";
$a->strings["days"] = "dni";
$a->strings["weeks"] = "tygodnie";
$a->strings["months"] = "miesięcy";
$a->strings["years"] = "lata";
$a->strings["Interval"] = "Przedział";
$a->strings["All %select% %time%"] = "Wszystkie %select% %time%";
$a->strings["Days"] = "Dni";
$a->strings["Sunday"] = "Niedziela";
$a->strings["Monday"] = "Poniedziałek";
$a->strings["Tuesday"] = "Wtorek";
$a->strings["Wednesday"] = "Środa";
$a->strings["Thursday"] = "Czwartek";
$a->strings["Friday"] = "Piątek";
$a->strings["Saturday"] = "Sobota";
$a->strings["First day of week:"] = "Pierwszy dzień tygodnia:";
$a->strings["Day of month"] = "Dzień miesiąca";
$a->strings["#num#th of each month"] = "";
$a->strings["#num#th-last of each month"] = "";
$a->strings["#num#th #wkday# of each month"] = "";
$a->strings["#num#th-last #wkday# of each month"] = "";
$a->strings["#num#th of the given month"] = "";
$a->strings["#num#th-last of the given month"] = "";
$a->strings["#num#th #wkday# of the given month"] = "";
$a->strings["#num#th-last #wkday# of the given month"] = "";
$a->strings["Repeat until"] = "Powtarzaj aż do";
$a->strings["Infinite"] = "Nieograniczony";
$a->strings["Until the following date"] = "Do następnego dnia";
$a->strings["Number of times"] = "Kilka razy";
$a->strings["Exceptions"] = "Wyjątki";
$a->strings["none"] = "żaden";
$a->strings["Notification"] = "Powiadomienia";
$a->strings["Notify by"] = "Powiadom przez";
$a->strings["Remove"] = "Usuń";
$a->strings["E-Mail"] = "E-mail";
$a->strings["On Friendica / Display"] = "Na Friendica / Wyświetl";
$a->strings["Time"] = "Czas";
$a->strings["Hours"] = "Godziny";
$a->strings["Minutes"] = "Minuty";
$a->strings["Seconds"] = "Sekund";
$a->strings["Weeks"] = "Tygodnie";
$a->strings["before the"] = "przed";
$a->strings["start of the event"] = "początek wydarzenia";
$a->strings["end of the event"] = "koniec wydarzenia";
$a->strings["Add a notification"] = "Dodaj powiadomienie";
$a->strings["The event #name# will start at #date"] = "Wydarzenie #name# rozpocznie się od #date";
$a->strings["#name# is about to begin."] = "#imię# zaraz się zacznie.";
$a->strings["Saved"] = "Zapisano";
$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "Format czasu USA (mm/dd/RRRR)";
$a->strings["German Time Format (dd.mm.YYYY)"] = "Niemiecki format czasu (dd.mm.RRRR)";
$a->strings["Private Events"] = "Prywatne wydarzenia";
$a->strings["No access"] = "Brak dostępu";
$a->strings["Private Addressbooks"] = "Prywatna książka adresowa";

View File

@ -0,0 +1,62 @@
# ADDON diaspora
# Copyright (C)
# This file is distributed under the same license as the Friendica diaspora addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
"PO-Revision-Date: 2018-03-31 20:09+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: diaspora.php:37
msgid "Post to Diaspora"
msgstr "Napisz do Diaspory"
#: diaspora.php:142
msgid ""
"Can't login to your Diaspora account. Please check username and password and"
" ensure you used the complete address (including http...)"
msgstr "Nie można zalogować się na swoje konto Diaspora. Sprawdź nazwę użytkownika i hasło i upewnij się, że użyłeś pełnego adresu (w tym http ...)"
#: diaspora.php:149 diaspora.php:153
msgid "Diaspora Export"
msgstr "Eksport do Diaspory"
#: diaspora.php:163
msgid "Enable Diaspora Post Addon"
msgstr "Włącz dodatek Diaspora"
#: diaspora.php:168
msgid "Diaspora username"
msgstr "Nazwa użytkownika Diaspora"
#: diaspora.php:173
msgid "Diaspora password"
msgstr "Hasło Diaspora"
#: diaspora.php:178
msgid "Diaspora site URL"
msgstr "Adres URL witryny Diaspora"
#: diaspora.php:183
msgid "Post to Diaspora by default"
msgstr "Wyślij domyślnie do Diaspory"
#: diaspora.php:189
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: diaspora.php:324
msgid "Diaspora post failed. Queued for retry."
msgstr "Post Diaspora nie powiódł się. W kolejce do ponowienia."

View File

@ -0,0 +1,17 @@
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Post to Diaspora"] = "Napisz do Diaspory";
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Nie można zalogować się na swoje konto Diaspora. Sprawdź nazwę użytkownika i hasło i upewnij się, że użyłeś pełnego adresu (w tym http ...)";
$a->strings["Diaspora Export"] = "Eksport do Diaspory";
$a->strings["Enable Diaspora Post Addon"] = "Włącz dodatek Diaspora";
$a->strings["Diaspora username"] = "Nazwa użytkownika Diaspora";
$a->strings["Diaspora password"] = "Hasło Diaspora";
$a->strings["Diaspora site URL"] = "Adres URL witryny Diaspora";
$a->strings["Post to Diaspora by default"] = "Wyślij domyślnie do Diaspory";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["Diaspora post failed. Queued for retry."] = "Post Diaspora nie powiódł się. W kolejce do ponowienia.";

View File

@ -0,0 +1,48 @@
# ADDON dwpost
# Copyright (C)
# This file is distributed under the same license as the Friendica dwpost addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-31 19:42+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: dwpost.php:39
msgid "Post to Dreamwidth"
msgstr "Opublikuj w Dreamwidth"
#: dwpost.php:70
msgid "Dreamwidth Post Settings"
msgstr "Ustawienia postów w Dreamwerze"
#: dwpost.php:72
msgid "Enable dreamwidth Post Addon"
msgstr "Włącz dodatek dreamwidth Post"
#: dwpost.php:77
msgid "dreamwidth username"
msgstr "dreamwidth nazwa użytkownika"
#: dwpost.php:82
msgid "dreamwidth password"
msgstr "hasło dreamwidth"
#: dwpost.php:87
msgid "Post to dreamwidth by default"
msgstr "Opublikuj domyślnie w serwisie dreamwidth"
#: dwpost.php:93
msgid "Submit"
msgstr "Wyślij"

View File

@ -1,9 +1,14 @@
<?php
$a->strings["Post to Dreamwidth"] = "Opublikuj na Dreamwidth";
$a->strings["Dreamwidth Post Settings"] = "";
$a->strings["Enable dreamwidth Post Addon"] = "";
$a->strings["dreamwidth username"] = "";
$a->strings["dreamwidth password"] = "";
$a->strings["Post to dreamwidth by default"] = "";
$a->strings["Submit"] = "Potwierdź";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Post to Dreamwidth"] = "Opublikuj w Dreamwidth";
$a->strings["Dreamwidth Post Settings"] = "Ustawienia postów w Dreamwerze";
$a->strings["Enable dreamwidth Post Addon"] = "Włącz dodatek dreamwidth Post";
$a->strings["dreamwidth username"] = "dreamwidth nazwa użytkownika";
$a->strings["dreamwidth password"] = "hasło dreamwidth";
$a->strings["Post to dreamwidth by default"] = "Opublikuj domyślnie w serwisie dreamwidth";
$a->strings["Submit"] = "Wyślij";

View File

@ -0,0 +1,81 @@
# ADDON forumdirectory
# Copyright (C)
# This file is distributed under the same license as the Friendica forumdirectory addon package.
#
#
# Translators:
# TORminator <dominik+foss@danelski.pl>, 2015
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-30 17:48+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: forumdirectory.php:22
msgid "Forum Directory"
msgstr "Katalog forum"
#: forumdirectory.php:53
msgid "Public access denied."
msgstr "Odmowa dostępu publicznego."
#: forumdirectory.php:71
msgid "Global Directory"
msgstr "Globalny katalog"
#: forumdirectory.php:79
msgid "Find on this site"
msgstr "Znajdź na tej stronie"
#: forumdirectory.php:81
msgid "Finding: "
msgstr "Odkrycie:"
#: forumdirectory.php:82
msgid "Site Directory"
msgstr "Katalog Strony"
#: forumdirectory.php:83
msgid "Find"
msgstr "Szukaj"
#: forumdirectory.php:133
msgid "Age: "
msgstr "Wiek:"
#: forumdirectory.php:136
msgid "Gender: "
msgstr "Płeć:"
#: forumdirectory.php:156
msgid "Location:"
msgstr "Lokalizacja"
#: forumdirectory.php:158
msgid "Gender:"
msgstr "Płeć:"
#: forumdirectory.php:160
msgid "Status:"
msgstr "Status"
#: forumdirectory.php:162
msgid "Homepage:"
msgstr "Strona główna:"
#: forumdirectory.php:164
msgid "About:"
msgstr "O:"
#: forumdirectory.php:201
msgid "No entries (some entries may be hidden)."
msgstr "Brak wpisów (niektóre wpisy mogą być ukryte)."

View File

@ -1,17 +1,22 @@
<?php
$a->strings["Forum Directory"] = "Katalog Forum";
$a->strings["Public access denied."] = "Publiczny dostęp zabroniony";
$a->strings["Global Directory"] = "Globalne Położenie";
$a->strings["Find on this site"] = "Znajdź na tej stronie";
$a->strings["Finding: "] = "Znalezione:";
$a->strings["Site Directory"] = "Katalog Strony";
$a->strings["Find"] = "Znajdź";
$a->strings["Age: "] = "Wiek: ";
$a->strings["Gender: "] = "Płeć: ";
$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).";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Forum Directory"] = "Katalog forum";
$a->strings["Public access denied."] = "Odmowa dostępu publicznego.";
$a->strings["Global Directory"] = "Globalny katalog";
$a->strings["Find on this site"] = "Znajdź na tej stronie";
$a->strings["Finding: "] = "Odkrycie:";
$a->strings["Site Directory"] = "Katalog Strony";
$a->strings["Find"] = "Szukaj";
$a->strings["Age: "] = "Wiek:";
$a->strings["Gender: "] = "Płeć:";
$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 wpisów (niektóre wpisy mogą być ukryte).";

View File

@ -0,0 +1,41 @@
# ADDON fromapp
# Copyright (C)
# This file is distributed under the same license as the Friendica fromapp addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-30 17:50+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: fromapp.php:38
msgid "Fromapp settings updated."
msgstr "Zaktualizowano ustawienia Fromapp."
#: fromapp.php:64
msgid "FromApp Settings"
msgstr "Ustawienia FromApp"
#: fromapp.php:66
msgid ""
"The application name you would like to show your posts originating from."
msgstr "Nazwa aplikacji, z której chcesz wyświetlać swoje posty."
#: fromapp.php:70
msgid "Use this application name even if another application was used."
msgstr "Użyj tej nazwy aplikacji, nawet jeśli użyto innej aplikacji."
#: fromapp.php:77
msgid "Submit"
msgstr "Zatwierdź"

View File

@ -1,7 +1,12 @@
<?php
$a->strings["Fromapp settings updated."] = "";
$a->strings["FromApp Settings"] = "";
$a->strings["The application name you would like to show your posts originating from."] = "";
$a->strings["Use this application name even if another application was used."] = "";
$a->strings["Submit"] = "Potwierdź";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Fromapp settings updated."] = "Zaktualizowano ustawienia Fromapp.";
$a->strings["FromApp Settings"] = "Ustawienia FromApp";
$a->strings["The application name you would like to show your posts originating from."] = "Nazwa aplikacji, z której chcesz wyświetlać swoje posty.";
$a->strings["Use this application name even if another application was used."] = "Użyj tej nazwy aplikacji, nawet jeśli użyto innej aplikacji.";
$a->strings["Submit"] = "Zatwierdź";

View File

@ -0,0 +1,52 @@
# ADDON fromgplus
# Copyright (C)
# This file is distributed under the same license as the Friendica fromgplus addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-12 16:52+0000\n"
"PO-Revision-Date: 2018-03-30 17:52+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: fromgplus.php:46 fromgplus.php:50
msgid "Google+ Mirror"
msgstr "Lustro Google+"
#: fromgplus.php:55
msgid "Enable Google+ Import"
msgstr "Włącz importowanie Google+"
#: fromgplus.php:58
msgid "Google Account ID"
msgstr "Identyfikator konta Google"
#: fromgplus.php:61
msgid "Add keywords to post"
msgstr "Dodaj słowa kluczowe do opublikowania"
#: fromgplus.php:66 fromgplus.php:95
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: fromgplus.php:87
msgid "Google+ Import Settings saved."
msgstr "Zapisano ustawienia importu Google+."
#: fromgplus.php:96
msgid "Key"
msgstr "Klucz"
#: fromgplus.php:103
msgid "Settings updated."
msgstr "Ustawienia zaktualizowane."

View File

@ -1,7 +1,15 @@
<?php
$a->strings["Google+ Import Settings"] = "";
$a->strings["Enable Google+ Import"] = "";
$a->strings["Google Account ID"] = "";
$a->strings["Submit"] = "Potwierdź";
$a->strings["Google+ Import Settings saved."] = "";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Google+ Mirror"] = "Lustro Google+";
$a->strings["Enable Google+ Import"] = "Włącz importowanie Google+";
$a->strings["Google Account ID"] = "Identyfikator konta Google";
$a->strings["Add keywords to post"] = "Dodaj słowa kluczowe do opublikowania";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["Google+ Import Settings saved."] = "Zapisano ustawienia importu Google+.";
$a->strings["Key"] = "Klucz";
$a->strings["Settings updated."] = "Ustawienia zaktualizowane.";

View File

@ -0,0 +1,36 @@
# ADDON geonames
# Copyright (C)
# This file is distributed under the same license as the Friendica geonames addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-31 19:23+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: geonames.php:143
msgid "Geonames settings updated."
msgstr "Zaktualizowano ustawienia Geonames."
#: geonames.php:179
msgid "Geonames Settings"
msgstr "Ustawienia Geonames"
#: geonames.php:181
msgid "Enable Geonames Addon"
msgstr "Włącz dodatek Geonames"
#: geonames.php:187
msgid "Submit"
msgstr "Wyślij"

View File

@ -1,6 +1,11 @@
<?php
$a->strings["Geonames settings updated."] = "";
$a->strings["Geonames Settings"] = "ustawienia Geonames";
$a->strings["Enable Geonames Addon"] = "";
$a->strings["Submit"] = "Potwierdź";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Geonames settings updated."] = "Zaktualizowano ustawienia Geonames.";
$a->strings["Geonames Settings"] = "Ustawienia Geonames";
$a->strings["Enable Geonames Addon"] = "Włącz dodatek Geonames";
$a->strings["Submit"] = "Wyślij";

47
gnot/lang/pl/messages.po Normal file
View File

@ -0,0 +1,47 @@
# ADDON gnot
# Copyright (C)
# This file is distributed under the same license as the Friendica gnot addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-31 19:43+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: gnot.php:48
msgid "Gnot settings updated."
msgstr "Zaktualizowano ustawienia Gnot."
#: gnot.php:79
msgid "Gnot Settings"
msgstr "Ustawienia Gnot"
#: gnot.php:81
msgid ""
"Allows threading of email comment notifications on Gmail and anonymising the"
" subject line."
msgstr "Umożliwia nawiązywanie powiadomień o komentarzach e-mail w Gmailu i anonimizowanie wiersza tematu."
#: gnot.php:82
msgid "Enable this addon?"
msgstr "Włączyć ten dodatek?"
#: gnot.php:88
msgid "Submit"
msgstr "Wyślij"
#: gnot.php:97
#, php-format
msgid "[Friendica:Notify] Comment to conversation #%d"
msgstr "[Friendica:Powiadomienie] Komentarz do rozmowy #%d"

View File

@ -1,8 +1,13 @@
<?php
$a->strings["Gnot settings updated."] = "";
$a->strings["Gnot Settings"] = "";
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "";
$a->strings["Enable this addon?"] = "Umożliwić tego addona/wtyczkę?";
$a->strings["Submit"] = "Potwierdź";
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Gnot settings updated."] = "Zaktualizowano ustawienia Gnot.";
$a->strings["Gnot Settings"] = "Ustawienia Gnot";
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Umożliwia nawiązywanie powiadomień o komentarzach e-mail w Gmailu i anonimizowanie wiersza tematu.";
$a->strings["Enable this addon?"] = "Włączyć ten dodatek?";
$a->strings["Submit"] = "Wyślij";
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Powiadomienie] Komentarz do rozmowy #%d";

View File

@ -0,0 +1,75 @@
# ADDON gravatar
# Copyright (C)
# This file is distributed under the same license as the Friendica gravatar addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-31 17:14+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: gravatar.php:71
msgid "generic profile image"
msgstr "ogólny obraz profilu"
#: gravatar.php:72
msgid "random geometric pattern"
msgstr "przypadkowy wzór geometryczny"
#: gravatar.php:73
msgid "monster face"
msgstr "twarz potwora"
#: gravatar.php:74
msgid "computer generated face"
msgstr "wygenerowane komputerowo twarz"
#: gravatar.php:75
msgid "retro arcade style face"
msgstr "twarz w stylu retro arcade"
#: gravatar.php:89
msgid "Information"
msgstr "Informacje"
#: gravatar.php:89
msgid ""
"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."
msgstr "Zainstalowany jest także dodatek Libravatar. Wyłącz dodatek Libravatar lub ten dodatek Gravatar.<br> Dodatek Libravatar powróci do Gravatar, jeśli w Libravatar nie zostanie znaleziony żaden przedmiot."
#: gravatar.php:95
msgid "Submit"
msgstr "Zatwierdź"
#: gravatar.php:96
msgid "Default avatar image"
msgstr "Domyślny obraz awatara"
#: gravatar.php:96
msgid "Select default avatar image if none was found at Gravatar. See README"
msgstr "Wybierz domyślny obraz awatara, jeśli nie znaleziono go w Gravatar. Zobacz README"
#: gravatar.php:97
msgid "Rating of images"
msgstr "Ocena obrazów"
#: gravatar.php:97
msgid "Select the appropriate avatar rating for your site. See README"
msgstr "Wybierz odpowiednią ocenę awataru dla swojej witryny. Zobacz README"
#: gravatar.php:111
msgid "Gravatar settings updated."
msgstr "Zaktualizowano ustawienia Gravatar."

View File

@ -1,15 +1,20 @@
<?php
$a->strings["generic profile image"] = "generuj obraz profilowy";
$a->strings["random geometric pattern"] = "przypadkowy wzorzec geometryczny";
$a->strings["monster face"] = "monster face";
$a->strings["computer generated face"] = "";
$a->strings["retro arcade style face"] = "";
$a->strings["Information"] = "";
$a->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."] = "";
$a->strings["Submit"] = "Potwierdź";
$a->strings["Default avatar image"] = "Domyślny awatar";
$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "";
$a->strings["Rating of images"] = "";
$a->strings["Select the appropriate avatar rating for your site. See README"] = "";
$a->strings["Gravatar settings updated."] = "Zaktualizowane ustawienie Gravatara";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["generic profile image"] = "ogólny obraz profilu";
$a->strings["random geometric pattern"] = "przypadkowy wzór geometryczny";
$a->strings["monster face"] = "twarz potwora";
$a->strings["computer generated face"] = "wygenerowane komputerowo twarz";
$a->strings["retro arcade style face"] = "twarz w stylu retro arcade";
$a->strings["Information"] = "Informacje";
$a->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."] = "Zainstalowany jest także dodatek Libravatar. Wyłącz dodatek Libravatar lub ten dodatek Gravatar.<br> Dodatek Libravatar powróci do Gravatar, jeśli w Libravatar nie zostanie znaleziony żaden przedmiot.";
$a->strings["Submit"] = "Zatwierdź";
$a->strings["Default avatar image"] = "Domyślny obraz awatara";
$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Wybierz domyślny obraz awatara, jeśli nie znaleziono go w Gravatar. Zobacz README";
$a->strings["Rating of images"] = "Ocena obrazów";
$a->strings["Select the appropriate avatar rating for your site. See README"] = "Wybierz odpowiednią ocenę awataru dla swojej witryny. Zobacz README";
$a->strings["Gravatar settings updated."] = "Zaktualizowano ustawienia Gravatar.";

View File

@ -0,0 +1,36 @@
# ADDON group_text
# Copyright (C)
# This file is distributed under the same license as the Friendica group_text addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-30 17:29+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: group_text.php:46
msgid "Group Text settings updated."
msgstr "Zaktualizowano ustawienia tekstu grupowego."
#: group_text.php:76
msgid "Group Text"
msgstr "Grupuj tekst"
#: group_text.php:78
msgid "Use a text only (non-image) group selector in the \"group edit\" menu"
msgstr "Użyj selektora grupy tylko tekst (inny niż obraz) w menu \"Edycja grupy\""
#: group_text.php:84
msgid "Submit"
msgstr "Zatwierdź"

View File

@ -1,6 +1,11 @@
<?php
$a->strings["Group Text settings updated."] = "";
$a->strings["Group Text"] = "";
$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "";
$a->strings["Submit"] = "Potwierdź";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Group Text settings updated."] = "Zaktualizowano ustawienia tekstu grupowego.";
$a->strings["Group Text"] = "Grupuj tekst";
$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Użyj selektora grupy tylko tekst (inny niż obraz) w menu \"Edycja grupy\"";
$a->strings["Submit"] = "Zatwierdź";

55
ifttt/lang/pl/messages.po Normal file
View File

@ -0,0 +1,55 @@
# ADDON ifttt
# Copyright (C)
# This file is distributed under the same license as the Friendica ifttt addon package.
#
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-27 09:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018\n"
"Language-Team: Polish (https://www.transifex.com/Friendica/teams/12172/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: ifttt.php:53 ifttt.php:57
msgid "IFTTT Mirror"
msgstr "Lustro IFTTT"
#: ifttt.php:61
msgid ""
"Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create "
"three Facebook recipes that are connected with <a "
"href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then "
"Maker\") with the following parameters:"
msgstr ""
"Utwórz konto na <a href=\"http://www.ifttt.com\">IFTTT</a>. Utwórz trzy "
"przepisy na Facebooku, które są powiązane z <a "
"href=\"https://ifttt.com/maker\">Maker</a> (W formie \"jeśli Facebook "
"następnie Maker\") z następujących parametrów:"
#: ifttt.php:68
msgid "Body for \"new status message\""
msgstr "Treść dla 'nowego statusu wiadomości'"
#: ifttt.php:70
msgid "Body for \"new photo upload\""
msgstr "Treść dla 'nowego przesyłania zdjęć'"
#: ifttt.php:72
msgid "Body for \"new link post\""
msgstr "Treść dla 'nowego łącza postu'"
#: ifttt.php:77
msgid "Generate new key"
msgstr "Wygeneruj nowy klucz"
#: ifttt.php:81
msgid "Save Settings"
msgstr "Zapisz ustawienia"

14
ifttt/lang/pl/strings.php Normal file
View File

@ -0,0 +1,14 @@
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["IFTTT Mirror"] = "Lustro IFTTT";
$a->strings["Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create three Facebook recipes that are connected with <a href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then Maker\") with the following parameters:"] = "Utwórz konto na <a href=\"http://www.ifttt.com\">IFTTT</a>. Utwórz trzy przepisy na Facebooku, które są powiązane z <a href=\"https://ifttt.com/maker\">Maker</a> (W formie \"jeśli Facebook następnie Maker\") z następujących parametrów:";
$a->strings["Body for \"new status message\""] = "Treść dla 'nowego statusu wiadomości'";
$a->strings["Body for \"new photo upload\""] = "Treść dla 'nowego przesyłania zdjęć'";
$a->strings["Body for \"new link post\""] = "Treść dla 'nowego łącza postu'";
$a->strings["Generate new key"] = "Wygeneruj nowy klucz";
$a->strings["Save Settings"] = "Zapisz ustawienia";

View File

@ -0,0 +1,48 @@
# ADDON ijpost
# Copyright (C)
# This file is distributed under the same license as the Friendica ijpost addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-31 19:43+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: ijpost.php:39
msgid "Post to Insanejournal"
msgstr "Opublikuj w Insanejournal"
#: ijpost.php:70
msgid "InsaneJournal Post Settings"
msgstr "InsaneJournal Ustawienia Post"
#: ijpost.php:72
msgid "Enable InsaneJournal Post Addon"
msgstr "Włącz dodatek InsaneJournal"
#: ijpost.php:77
msgid "InsaneJournal username"
msgstr "InsaneJournal nazwa użytkownika"
#: ijpost.php:82
msgid "InsaneJournal password"
msgstr "Hasło InsaneJournal"
#: ijpost.php:87
msgid "Post to InsaneJournal by default"
msgstr "Wyślij domyślnie do InsaneJournal"
#: ijpost.php:93
msgid "Submit"
msgstr "Wyślij"

View File

@ -1,9 +1,14 @@
<?php
$a->strings["Post to Insanejournal"] = "Opublikuj na Insanejournal";
$a->strings["InsaneJournal Post Settings"] = "";
$a->strings["Enable InsaneJournal Post Addon"] = "";
$a->strings["InsaneJournal username"] = "";
$a->strings["InsaneJournal password"] = "";
$a->strings["Post to InsaneJournal by default"] = "";
$a->strings["Submit"] = "Potwierdź";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Post to Insanejournal"] = "Opublikuj w Insanejournal";
$a->strings["InsaneJournal Post Settings"] = "InsaneJournal Ustawienia Post";
$a->strings["Enable InsaneJournal Post Addon"] = "Włącz dodatek InsaneJournal";
$a->strings["InsaneJournal username"] = "InsaneJournal nazwa użytkownika";
$a->strings["InsaneJournal password"] = "Hasło InsaneJournal";
$a->strings["Post to InsaneJournal by default"] = "Wyślij domyślnie do InsaneJournal";
$a->strings["Submit"] = "Wyślij";

View File

@ -0,0 +1,89 @@
# ADDON impressum
# Copyright (C)
# This file is distributed under the same license as the Friendica impressum addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-04-01 14:36+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: impressum.php:37
msgid "Impressum"
msgstr "Stopka redakcyjna"
#: impressum.php:50 impressum.php:52 impressum.php:84
msgid "Site Owner"
msgstr "Właściciel witryny"
#: impressum.php:50 impressum.php:88
msgid "Email Address"
msgstr "Adres e-mail"
#: impressum.php:55 impressum.php:86
msgid "Postal Address"
msgstr "Adres pocztowy"
#: impressum.php:61
msgid ""
"The impressum addon needs to be configured!<br />Please add at least the "
"<tt>owner</tt> variable to your config file. For other variables please "
"refer to the README file of the addon."
msgstr "Dodatek impressum musi zostać skonfigurowany!<br />Dodaj co najmniej zmienną <tt>właściciela</tt> do pliku konfiguracyjnego. Inne zmienne można znaleźć w pliku README dodatku."
#: impressum.php:78
msgid "Settings updated."
msgstr "Ustawienia zaktualizowane."
#: impressum.php:83
msgid "Submit"
msgstr "Wyślij"
#: impressum.php:84
msgid "The page operators name."
msgstr "Nazwa operatora strony."
#: impressum.php:85
msgid "Site Owners Profile"
msgstr "Profil właściciela witryny"
#: impressum.php:85
msgid "Profile address of the operator."
msgstr "Adres profilu operatora."
#: impressum.php:86
msgid "How to contact the operator via snail mail. You can use BBCode here."
msgstr "Jak skontaktować się z operatorem za pośrednictwem poczty elektronicznej. Możesz użyć BBCode tutaj."
#: impressum.php:87
msgid "Notes"
msgstr "Notatki"
#: impressum.php:87
msgid ""
"Additional notes that are displayed beneath the contact information. You can"
" use BBCode here."
msgstr "Dodatkowe uwagi, które są wyświetlane pod danymi kontaktowymi. Możesz użyć BBCode tutaj."
#: impressum.php:88
msgid "How to contact the operator via email. (will be displayed obfuscated)"
msgstr "Jak skontaktować się z operatorem za pośrednictwem poczty elektronicznej. (zostanie wyświetlony ukryty)"
#: impressum.php:89
msgid "Footer note"
msgstr "Notatka w stopce"
#: impressum.php:89
msgid "Text for the footer. You can use BBCode here."
msgstr "Tekst stopki. Tutaj można użyć BBCode."

View File

@ -1,18 +1,23 @@
<?php
$a->strings["Impressum"] = "";
$a->strings["Site Owner"] = "Właściciel strony";
$a->strings["Email Address"] = "Adres e-mail";
$a->strings["Postal Address"] = "Adres pocztowy";
$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "";
$a->strings["Settings updated."] = "Zaktualizowano ustawienia.";
$a->strings["Submit"] = "Potwierdź";
$a->strings["The page operators name."] = "";
$a->strings["Site Owners Profile"] = "Profil właściciela strony";
$a->strings["Profile address of the operator."] = "";
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "";
$a->strings["Notes"] = "Notatki";
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "";
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "";
$a->strings["Footer note"] = "Notka w stopce";
$a->strings["Text for the footer. You can use BBCode here."] = "";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Impressum"] = "Stopka redakcyjna";
$a->strings["Site Owner"] = "Właściciel witryny";
$a->strings["Email Address"] = "Adres e-mail";
$a->strings["Postal Address"] = "Adres pocztowy";
$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "Dodatek impressum musi zostać skonfigurowany!<br />Dodaj co najmniej zmienną <tt>właściciela</tt> do pliku konfiguracyjnego. Inne zmienne można znaleźć w pliku README dodatku.";
$a->strings["Settings updated."] = "Ustawienia zaktualizowane.";
$a->strings["Submit"] = "Wyślij";
$a->strings["The page operators name."] = "Nazwa operatora strony.";
$a->strings["Site Owners Profile"] = "Profil właściciela witryny";
$a->strings["Profile address of the operator."] = "Adres profilu operatora.";
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Jak skontaktować się z operatorem za pośrednictwem poczty elektronicznej. Możesz użyć BBCode tutaj.";
$a->strings["Notes"] = "Notatki";
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Dodatkowe uwagi, które są wyświetlane pod danymi kontaktowymi. Możesz użyć BBCode tutaj.";
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Jak skontaktować się z operatorem za pośrednictwem poczty elektronicznej. (zostanie wyświetlony ukryty)";
$a->strings["Footer note"] = "Notatka w stopce";
$a->strings["Text for the footer. You can use BBCode here."] = "Tekst stopki. Tutaj można użyć BBCode.";

View File

@ -0,0 +1,24 @@
# ADDON infiniteimprobabilitydrive
# Copyright (C)
# This file is distributed under the same license as the Friendica infiniteimprobabilitydrive addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-30 17:56+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: infiniteimprobabilitydrive.php:19
msgid "Infinite Improbability Drive"
msgstr "Nieskończona Nieprawdopodobny Napęd"

View File

@ -1,3 +1,8 @@
<?php
$a->strings["Infinite Improbability Drive"] = "";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Infinite Improbability Drive"] = "Nieskończona Nieprawdopodobny Napęd";

67
irc/lang/pl/messages.po Normal file
View File

@ -0,0 +1,67 @@
# ADDON irc
# Copyright (C)
# This file is distributed under the same license as the Friendica irc addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-08 13:17+0200\n"
"PO-Revision-Date: 2018-03-31 20:41+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: irc.php:37
msgid "IRC Settings"
msgstr "Ustawienia IRC"
#: irc.php:38
msgid ""
"Here you can change the system wide settings for the channels to "
"automatically join and access via the side bar. Note the changes you do "
"here, only effect the channel selection if you are logged in."
msgstr "Tutaj możesz zmienić ustawienia systemowe dla kanałów, aby automatycznie łączyć się i uzyskać dostęp za pomocą paska bocznego. Zwróć uwagę na zmiany, które tu zrobisz, wpływają tylko na wybór kanału, jeśli jesteś zalogowany."
#: irc.php:39 irc.php:136
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: irc.php:40 irc.php:137
msgid "Channel(s) to auto connect (comma separated)"
msgstr "Kanał(y) do automatycznego połączenia (oddzielone przecinkami)"
#: irc.php:40 irc.php:137
msgid ""
"List of channels that shall automatically connected to when the app is "
"launched."
msgstr "Lista kanałów, które będą automatycznie połączone z uruchomieniem aplikacji."
#: irc.php:41 irc.php:138
msgid "Popular Channels (comma separated)"
msgstr "Popularne kanały (oddzielone przecinkami)"
#: irc.php:41 irc.php:138
msgid ""
"List of popular channels, will be displayed at the side and hotlinked for "
"easy joining."
msgstr "Lista popularnych kanałów zostanie wyświetlona z boku i połączona w celu łatwego dołączenia."
#: irc.php:57 irc.php:128
msgid "IRC settings saved."
msgstr "Zapisano ustawienia IRC."
#: irc.php:62
msgid "IRC Chatroom"
msgstr "Czat na IRC"
#: irc.php:90
msgid "Popular Channels"
msgstr "Popularne kanały"

View File

@ -1,9 +1,17 @@
<?php
$a->strings["IRC Settings"] = "Ustawienia IRC";
$a->strings["Channel(s) to auto connect (comma separated)"] = "";
$a->strings["Popular Channels (comma separated)"] = "";
$a->strings["Submit"] = "Potwierdź";
$a->strings["IRC settings saved."] = "Zapisano ustawienia IRC.";
$a->strings["IRC Chatroom"] = "IRC Chatroom";
$a->strings["Popular Channels"] = "Popularne kanały";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["IRC Settings"] = "Ustawienia IRC";
$a->strings["Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in."] = "Tutaj możesz zmienić ustawienia systemowe dla kanałów, aby automatycznie łączyć się i uzyskać dostęp za pomocą paska bocznego. Zwróć uwagę na zmiany, które tu zrobisz, wpływają tylko na wybór kanału, jeśli jesteś zalogowany.";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["Channel(s) to auto connect (comma separated)"] = "Kanał(y) do automatycznego połączenia (oddzielone przecinkami)";
$a->strings["List of channels that shall automatically connected to when the app is launched."] = "Lista kanałów, które będą automatycznie połączone z uruchomieniem aplikacji.";
$a->strings["Popular Channels (comma separated)"] = "Popularne kanały (oddzielone przecinkami)";
$a->strings["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = "Lista popularnych kanałów zostanie wyświetlona z boku i połączona w celu łatwego dołączenia.";
$a->strings["IRC settings saved."] = "Zapisano ustawienia IRC.";
$a->strings["IRC Chatroom"] = "Czat na IRC";
$a->strings["Popular Channels"] = "Popularne kanały";

View File

@ -0,0 +1,77 @@
# ADDON jappixmini
# Copyright (C)
# This file is distributed under the same license as the Friendica jappixmini addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-04-01 15:59+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: jappixmini.php:266
msgid "Jappix Mini addon settings"
msgstr "Ustawienia dodatku Jappix Mini"
#: jappixmini.php:268
msgid "Activate addon"
msgstr "Aktywuj dodatek"
#: jappixmini.php:271
msgid ""
"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
msgstr "<em>Nie</em> wstawiaj widżetu czatu Jappixmini do interfejsu WWW"
#: jappixmini.php:274
msgid "Jabber username"
msgstr "Jabber nazwa użytkownika"
#: jappixmini.php:277
msgid "Jabber server"
msgstr "Serwer Jabber"
#: jappixmini.php:281
msgid "Jabber BOSH host"
msgstr "Host Jabber BOSH"
#: jappixmini.php:285
msgid "Jabber password"
msgstr "Hasło Jabber"
#: jappixmini.php:290
msgid "Encrypt Jabber password with Friendica password (recommended)"
msgstr "Szyfrowanie hasła Jabbera za pomocą hasła Friendica (zalecane)"
#: jappixmini.php:293
msgid "Friendica password"
msgstr "Hasło Friendica"
#: jappixmini.php:296
msgid "Approve subscription requests from Friendica contacts automatically"
msgstr "Automatycznie zatwierdzaj prośby o subskrypcję od kontaktów z Friendica"
#: jappixmini.php:299
msgid "Subscribe to Friendica contacts automatically"
msgstr "Subskrybuj kontakty z Friendica automatycznie"
#: jappixmini.php:302
msgid "Purge internal list of jabber addresses of contacts"
msgstr "Usuń wewnętrzną listę adresów Jabber z kontaktów"
#: jappixmini.php:307
msgid "Submit"
msgstr "Wyślij"
#: jappixmini.php:308
msgid "Add contact"
msgstr "Dodaj kontakt"

View File

@ -1,16 +1,21 @@
<?php
$a->strings["Jappix Mini addon settings"] = "";
$a->strings["Activate addon"] = "";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "";
$a->strings["Jabber username"] = "";
$a->strings["Jabber server"] = "";
$a->strings["Jabber BOSH host"] = "";
$a->strings["Jabber password"] = "Hasło Jabber";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "";
$a->strings["Friendica password"] = "Hasło Friendica";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
$a->strings["Subscribe to Friendica contacts automatically"] = "";
$a->strings["Purge internal list of jabber addresses of contacts"] = "";
$a->strings["Submit"] = "Potwierdź";
$a->strings["Add contact"] = "Dodaj kontakt";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Jappix Mini addon settings"] = "Ustawienia dodatku Jappix Mini";
$a->strings["Activate addon"] = "Aktywuj dodatek";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "<em>Nie</em> wstawiaj widżetu czatu Jappixmini do interfejsu WWW";
$a->strings["Jabber username"] = "Jabber nazwa użytkownika";
$a->strings["Jabber server"] = "Serwer Jabber";
$a->strings["Jabber BOSH host"] = "Host Jabber BOSH";
$a->strings["Jabber password"] = "Hasło Jabber";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Szyfrowanie hasła Jabbera za pomocą hasła Friendica (zalecane)";
$a->strings["Friendica password"] = "Hasło Friendica";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Automatycznie zatwierdzaj prośby o subskrypcję od kontaktów z Friendica";
$a->strings["Subscribe to Friendica contacts automatically"] = "Subskrybuj kontakty z Friendica automatycznie";
$a->strings["Purge internal list of jabber addresses of contacts"] = "Usuń wewnętrzną listę adresów Jabber z kontaktów";
$a->strings["Submit"] = "Wyślij";
$a->strings["Add contact"] = "Dodaj kontakt";

View File

@ -0,0 +1,56 @@
# ADDON js_upload
# Copyright (C)
# This file is distributed under the same license as the Friendica js_upload addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-30 17:58+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: js_upload.php:43
msgid "Upload a file"
msgstr "Prześlij plik"
#: js_upload.php:44
msgid "Drop files here to upload"
msgstr "Upuść pliki tutaj, aby przesłać"
#: js_upload.php:45
msgid "Cancel"
msgstr "Anuluj"
#: js_upload.php:46
msgid "Failed"
msgstr "Nie powiodło się"
#: js_upload.php:303
msgid "No files were uploaded."
msgstr "Żadne pliki nie zostały przesłane."
#: js_upload.php:309
msgid "Uploaded file is empty"
msgstr "Przesłany plik jest pusty"
#: js_upload.php:321
msgid "Image exceeds size limit of "
msgstr "Obraz przekracza limit rozmiaru wynoszący"
#: js_upload.php:332
msgid "File has an invalid extension, it should be one of "
msgstr "Plik ma nieprawidłowe rozszerzenie, powinno być jednym z nich"
#: js_upload.php:343
msgid "Upload was cancelled, or server error encountered"
msgstr "Przesyłanie zostało anulowane lub wystąpił błąd serwera"

View File

@ -1,11 +1,16 @@
<?php
$a->strings["Upload a file"] = "Załaduj plik";
$a->strings["Drop files here to upload"] = "Wrzuć tu pliki by je załadować";
$a->strings["Cancel"] = "Anuluj";
$a->strings["Failed"] = "Niepowodzenie";
$a->strings["No files were uploaded."] = "Nie załadowano żadnych plików.";
$a->strings["Uploaded file is empty"] = "Wysłany plik jest pusty";
$a->strings["Image exceeds size limit of "] = "obrazek przekracza limit rozmiaru";
$a->strings["File has an invalid extension, it should be one of "] = "Pilk ma nieprawidłowe rozszerzenie, powinien być jednym z";
$a->strings["Upload was cancelled, or server error encountered"] = "Przesyłanie zostało anulowane lub wystąpił błąd serwera.";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Upload a file"] = "Prześlij plik";
$a->strings["Drop files here to upload"] = "Upuść pliki tutaj, aby przesłać";
$a->strings["Cancel"] = "Anuluj";
$a->strings["Failed"] = "Nie powiodło się";
$a->strings["No files were uploaded."] = "Żadne pliki nie zostały przesłane.";
$a->strings["Uploaded file is empty"] = "Przesłany plik jest pusty";
$a->strings["Image exceeds size limit of "] = "Obraz przekracza limit rozmiaru wynoszący";
$a->strings["File has an invalid extension, it should be one of "] = "Plik ma nieprawidłowe rozszerzenie, powinno być jednym z nich";
$a->strings["Upload was cancelled, or server error encountered"] = "Przesyłanie zostało anulowane lub wystąpił błąd serwera";

32
krynn/lang/pl/messages.po Normal file
View File

@ -0,0 +1,32 @@
# ADDON krynn
# Copyright (C)
# This file is distributed under the same license as the Friendica krynn addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-31 19:11+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: krynn.php:150
msgid "Krynn Settings"
msgstr "Ustawienia Krynn"
#: krynn.php:152
msgid "Enable Krynn Addon"
msgstr "Włącz dodatek Krynn"
#: krynn.php:158
msgid "Submit"
msgstr "Wyślij"

View File

@ -1,5 +1,10 @@
<?php
$a->strings["Krynn Settings"] = "";
$a->strings["Enable Krynn Addon"] = "";
$a->strings["Submit"] = "Potwierdź";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Krynn Settings"] = "Ustawienia Krynn";
$a->strings["Enable Krynn Addon"] = "Włącz dodatek Krynn";
$a->strings["Submit"] = "Wyślij";

View File

@ -4,14 +4,15 @@
#
#
# Translators:
# bavatar <tobias.diekershoff@gmx.net>, 2015
# Copiis Praeesse <richard@zsemberi.de>, 2018
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2015
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-09-22 15:18+0200\n"
"PO-Revision-Date: 2015-09-24 04:54+0000\n"
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
"POT-Creation-Date: 2018-03-29 22:43+0700\n"
"PO-Revision-Date: 2018-03-31 22:44+0000\n"
"Last-Translator: Copiis Praeesse <richard@zsemberi.de>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,52 +20,62 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: langfilter.php:44
#: langfilter.php:57
msgid "Language Filter"
msgstr "Sprachfilter"
#: langfilter.php:45
#: langfilter.php:58
msgid ""
"This addon tries to identify the language of a postings. If it does not "
"match any language spoken by you (see below) the posting will be collapsed. "
"Remember detecting the language is not perfect, especially with short "
"postings."
msgstr "Dieses Addon versucht die Sprache eines Beitrags zu ermitteln und verbirgt den Inhalt, wenn du die Sprache nicht sprichst. Die Spracherkennung ist allerdings nicht perfekt, insbesondere bei kurzen Beiträgen."
"This addon tries to identify the language posts are writen in. If it does "
"not match any language specifed below, posts will be hidden by collapsing "
"them."
msgstr "Dieses Addon versucht zu identifizieren, in welche Sprachen Posts geschrieben werden. Wenn es nicht mit einer der unten angegebenen Sprachen übereinstimmt, werden Posts durch Zusammenklappen verborgen."
#: langfilter.php:46
#: langfilter.php:59
msgid "Use the language filter"
msgstr "Den Sprachfilter verwenden"
#: langfilter.php:47
msgid "I speak"
msgstr "Ich spreche"
#: langfilter.php:60
msgid "Able to read"
msgstr "Lesbar"
#: langfilter.php:47
#: langfilter.php:60
msgid ""
"List of abbreviations (iso2 codes) for languages you speak, comma separated."
" For example \"de,it\"."
msgstr "Liste von Abkürzungen (ISO2 Codes) der Sprachen die du sprichst, getrennt durch Komma. Zum Beispiel: \"de,it\"."
#: langfilter.php:48
#: langfilter.php:61
msgid "Minimum confidence in language detection"
msgstr "Minimales Vertrauenslevel in die Spracherkennung"
#: langfilter.php:48
#: langfilter.php:61
msgid ""
"Minimum confidence in language detection being correct, from 0 to 100. Posts"
" will not be filtered when the confidence of language detection is below "
"this percent value."
msgstr "Minimales Vertrauen in die Richtigkeit der erkannten Sprache. Wert zwischen 0 und 100. Beiträge mit einem niedrigeren Vertrauenslevel werden nicht gefiltert."
#: langfilter.php:49
#: langfilter.php:62
msgid "Minimum length of message body"
msgstr "Mindestlänge des Nachrichtentexts"
#: langfilter.php:62
msgid ""
"Minimum number of characters in message body for filter to be used. Posts "
"shorter than this will not be filtered. Note: Language detection is "
"unreliable for short content (<200 characters)."
msgstr "Mindestanzahl von Zeichen im Nachrichtentext die vom Filter benutz werden soll. Beiträge die kürzer sind werden nicht gefiltert. Hinweis: Die Spracherkennung ist bei kurze Inhalte (<200 Zeichen) nicht zuverlässig."
#: langfilter.php:63
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: langfilter.php:73
#: langfilter.php:104
msgid "Language Filter Settings saved."
msgstr "Sprachfilter Einstellungen gespeichert."
#: langfilter.php:123
#: langfilter.php:181
#, php-format
msgid "unspoken language %s - Click to open/close"
msgstr "nicht gesprochene Sprache %s - Zum öffnen/schließen klicken"
msgid "Hidden content in %s - Click to open/close"
msgstr "Versteckter Inhalt in %s - Klicken zum Öffnen / Schließen"

View File

@ -6,12 +6,14 @@ function string_plural_select_de($n){
}}
;
$a->strings["Language Filter"] = "Sprachfilter";
$a->strings["This addon tries to identify the language of a postings. If it does not match any language spoken by you (see below) the posting will be collapsed. Remember detecting the language is not perfect, especially with short postings."] = "Dieses Addon versucht die Sprache eines Beitrags zu ermitteln und verbirgt den Inhalt, wenn du die Sprache nicht sprichst. Die Spracherkennung ist allerdings nicht perfekt, insbesondere bei kurzen Beiträgen.";
$a->strings["This addon tries to identify the language posts are writen in. If it does not match any language specifed below, posts will be hidden by collapsing them."] = "Dieses Addon versucht zu identifizieren, in welche Sprachen Posts geschrieben werden. Wenn es nicht mit einer der unten angegebenen Sprachen übereinstimmt, werden Posts durch Zusammenklappen verborgen.";
$a->strings["Use the language filter"] = "Den Sprachfilter verwenden";
$a->strings["I speak"] = "Ich spreche";
$a->strings["Able to read"] = "Lesbar";
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Liste von Abkürzungen (ISO2 Codes) der Sprachen die du sprichst, getrennt durch Komma. Zum Beispiel: \"de,it\".";
$a->strings["Minimum confidence in language detection"] = "Minimales Vertrauenslevel in die Spracherkennung";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Minimales Vertrauen in die Richtigkeit der erkannten Sprache. Wert zwischen 0 und 100. Beiträge mit einem niedrigeren Vertrauenslevel werden nicht gefiltert.";
$a->strings["Minimum length of message body"] = "Mindestlänge des Nachrichtentexts";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Mindestanzahl von Zeichen im Nachrichtentext die vom Filter benutz werden soll. Beiträge die kürzer sind werden nicht gefiltert. Hinweis: Die Spracherkennung ist bei kurze Inhalte (<200 Zeichen) nicht zuverlässig.";
$a->strings["Save Settings"] = "Einstellungen speichern";
$a->strings["Language Filter Settings saved."] = "Sprachfilter Einstellungen gespeichert.";
$a->strings["unspoken language %s - Click to open/close"] = "nicht gesprochene Sprache %s - Zum öffnen/schließen klicken";
$a->strings["Hidden content in %s - Click to open/close"] = "Versteckter Inhalt in %s - Klicken zum Öffnen / Schließen";

View File

@ -0,0 +1,80 @@
# ADDON langfilter
# Copyright (C)
# This file is distributed under the same license as the Friendica langfilter addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-29 22:43+0700\n"
"PO-Revision-Date: 2018-04-01 14:28+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: langfilter.php:57
msgid "Language Filter"
msgstr "Filtr językowy"
#: langfilter.php:58
msgid ""
"This addon tries to identify the language posts are writen in. If it does "
"not match any language specifed below, posts will be hidden by collapsing "
"them."
msgstr "Ten dodatek próbuje zidentyfikować posty językowe, które są zapisywane. Jeśli nie pasuje do żadnego z języków określonych poniżej, posty będą ukrywane przez ich zwijanie."
#: langfilter.php:59
msgid "Use the language filter"
msgstr "Użyj filtru językowego"
#: langfilter.php:60
msgid "Able to read"
msgstr "Może odczytać"
#: langfilter.php:60
msgid ""
"List of abbreviations (iso2 codes) for languages you speak, comma separated."
" For example \"de,it\"."
msgstr "Lista skrótów (kodów iso2) dla języków, które znasz, oddzielonych przecinkami. Na przykład \"pl,de,it\"."
#: langfilter.php:61
msgid "Minimum confidence in language detection"
msgstr "Minimalne zaufanie do wykrywania języka"
#: langfilter.php:61
msgid ""
"Minimum confidence in language detection being correct, from 0 to 100. Posts"
" will not be filtered when the confidence of language detection is below "
"this percent value."
msgstr "Minimalne zaufanie do wykrywania języka jest poprawne, od 0 do 100. Wpisy nie będą filtrowane, gdy pewność wykrycia języka jest poniżej tej wartości procentowej."
#: langfilter.php:62
msgid "Minimum length of message body"
msgstr "Minimalna długość treści wiadomości"
#: langfilter.php:62
msgid ""
"Minimum number of characters in message body for filter to be used. Posts "
"shorter than this will not be filtered. Note: Language detection is "
"unreliable for short content (<200 characters)."
msgstr "Minimalna liczba znaków w treści wiadomości dla używanego filtru. Wpisy krótsze niż ta nie będą filtrowane. Uwaga: Wykrywanie języka nie jest wiarygodne dla krótkiej treści (<200 znaków)."
#: langfilter.php:63
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: langfilter.php:104
msgid "Language Filter Settings saved."
msgstr "Ustawienia filtra języka zostały zapisane."
#: langfilter.php:181
#, php-format
msgid "Hidden content in %s - Click to open/close"
msgstr "Ukryte treści w %s - Kliknij aby otworzyć/zamknąć"

View File

@ -0,0 +1,19 @@
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Language Filter"] = "Filtr językowy";
$a->strings["This addon tries to identify the language posts are writen in. If it does not match any language specifed below, posts will be hidden by collapsing them."] = "Ten dodatek próbuje zidentyfikować posty językowe, które są zapisywane. Jeśli nie pasuje do żadnego z języków określonych poniżej, posty będą ukrywane przez ich zwijanie.";
$a->strings["Use the language filter"] = "Użyj filtru językowego";
$a->strings["Able to read"] = "Może odczytać";
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Lista skrótów (kodów iso2) dla języków, które znasz, oddzielonych przecinkami. Na przykład \"pl,de,it\".";
$a->strings["Minimum confidence in language detection"] = "Minimalne zaufanie do wykrywania języka";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Minimalne zaufanie do wykrywania języka jest poprawne, od 0 do 100. Wpisy nie będą filtrowane, gdy pewność wykrycia języka jest poniżej tej wartości procentowej.";
$a->strings["Minimum length of message body"] = "Minimalna długość treści wiadomości";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Minimalna liczba znaków w treści wiadomości dla używanego filtru. Wpisy krótsze niż ta nie będą filtrowane. Uwaga: Wykrywanie języka nie jest wiarygodne dla krótkiej treści (<200 znaków).";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["Language Filter Settings saved."] = "Ustawienia filtra języka zostały zapisane.";
$a->strings["Hidden content in %s - Click to open/close"] = "Ukryte treści w %s - Kliknij aby otworzyć/zamknąć";

View File

@ -0,0 +1,48 @@
# ADDON libertree
# Copyright (C)
# This file is distributed under the same license as the Friendica libertree addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-31 19:44+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: libertree.php:36
msgid "Post to libertree"
msgstr "Opublikuj na libertree"
#: libertree.php:67
msgid "libertree Post Settings"
msgstr "libertree Ustawienia Post"
#: libertree.php:69
msgid "Enable Libertree Post Addon"
msgstr "Włącz dodatek Libertree Post"
#: libertree.php:74
msgid "Libertree API token"
msgstr "Token API Libertree"
#: libertree.php:79
msgid "Libertree site URL"
msgstr "Adres URL witryny Libertree"
#: libertree.php:84
msgid "Post to Libertree by default"
msgstr "Wyślij domyślnie do Libertree"
#: libertree.php:90
msgid "Submit"
msgstr "Wyślij"

View File

@ -1,9 +1,14 @@
<?php
$a->strings["Post to libertree"] = "";
$a->strings["libertree Post Settings"] = "";
$a->strings["Enable Libertree Post Addon"] = "";
$a->strings["Libertree API token"] = "";
$a->strings["Libertree site URL"] = "";
$a->strings["Post to Libertree by default"] = "";
$a->strings["Submit"] = "Potwierdź";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Post to libertree"] = "Opublikuj na libertree";
$a->strings["libertree Post Settings"] = "libertree Ustawienia Post";
$a->strings["Enable Libertree Post Addon"] = "Włącz dodatek Libertree Post";
$a->strings["Libertree API token"] = "Token API Libertree";
$a->strings["Libertree site URL"] = "Adres URL witryny Libertree";
$a->strings["Post to Libertree by default"] = "Wyślij domyślnie do Libertree";
$a->strings["Submit"] = "Wyślij";

View File

@ -0,0 +1,84 @@
# ADDON libravatar
# Copyright (C)
# This file is distributed under the same license as the Friendica libravatar addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-04-01 14:37+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: libravatar.php:14
msgid "Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"
msgstr "Nie można zainstalować Libravatar pomyślnie. <br>Wymaga PHP> = 5.3"
#: libravatar.php:73
msgid "generic profile image"
msgstr "ogólny obraz profilu"
#: libravatar.php:74
msgid "random geometric pattern"
msgstr "losowy wzór geometryczny"
#: libravatar.php:75
msgid "monster face"
msgstr "twarz potwora"
#: libravatar.php:76
msgid "computer generated face"
msgstr "wygenerowane komputerowo twarz"
#: libravatar.php:77
msgid "retro arcade style face"
msgstr "twarz w stylu retro arcade"
#: libravatar.php:82
msgid "Warning"
msgstr "Ostrzeżenie"
#: libravatar.php:83
#, php-format
msgid "Your PHP version %s is lower than the required PHP >= 5.3."
msgstr "Twoja wersja PHP %s jest niższa niż wymagany PHP> = 5.3."
#: libravatar.php:84
msgid "This addon is not functional on your server."
msgstr "Ten dodatek nie działa na twoim serwerze."
#: libravatar.php:93
msgid "Information"
msgstr "Informacja"
#: libravatar.php:93
msgid ""
"Gravatar addon is installed. Please disable the Gravatar addon.<br>The "
"Libravatar addon will fall back to Gravatar if nothing was found at "
"Libravatar."
msgstr "Dodatek Gravatar jest zainstalowany. Wyłącz dodatek Gravatar. Dodatek Libravatar powróci do Gravatar, jeśli w Libravatar nie zostanie znaleziony żaden przedmiot."
#: libravatar.php:99
msgid "Submit"
msgstr "Wyślij"
#: libravatar.php:100
msgid "Default avatar image"
msgstr "Domyślny obraz awatara"
#: libravatar.php:100
msgid "Select default avatar image if none was found. See README"
msgstr "Wybierz domyślny obraz awatara, jeśli nie został znaleziony. Zobacz README"
#: libravatar.php:112
msgid "Libravatar settings updated."
msgstr "Zaktualizowano ustawienia Libravatar."

View File

@ -1,17 +1,22 @@
<?php
$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "";
$a->strings["generic profile image"] = "generuj obraz profilowy";
$a->strings["random geometric pattern"] = "przypadkowy wzorzec geometryczny";
$a->strings["monster face"] = "monster face";
$a->strings["computer generated face"] = "";
$a->strings["retro arcade style face"] = "";
$a->strings["Warning"] = "Ostrzeżenie";
$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "";
$a->strings["This addon is not functional on your server."] = "";
$a->strings["Information"] = "";
$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
$a->strings["Submit"] = "Potwierdź";
$a->strings["Default avatar image"] = "Domyślny awatar";
$a->strings["Select default avatar image if none was found. See README"] = "";
$a->strings["Libravatar settings updated."] = "";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "Nie można zainstalować Libravatar pomyślnie. <br>Wymaga PHP> = 5.3";
$a->strings["generic profile image"] = "ogólny obraz profilu";
$a->strings["random geometric pattern"] = "losowy wzór geometryczny";
$a->strings["monster face"] = "twarz potwora";
$a->strings["computer generated face"] = "wygenerowane komputerowo twarz";
$a->strings["retro arcade style face"] = "twarz w stylu retro arcade";
$a->strings["Warning"] = "Ostrzeżenie";
$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "Twoja wersja PHP %s jest niższa niż wymagany PHP> = 5.3.";
$a->strings["This addon is not functional on your server."] = "Ten dodatek nie działa na twoim serwerze.";
$a->strings["Information"] = "Informacja";
$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Dodatek Gravatar jest zainstalowany. Wyłącz dodatek Gravatar. Dodatek Libravatar powróci do Gravatar, jeśli w Libravatar nie zostanie znaleziony żaden przedmiot.";
$a->strings["Submit"] = "Wyślij";
$a->strings["Default avatar image"] = "Domyślny obraz awatara";
$a->strings["Select default avatar image if none was found. See README"] = "Wybierz domyślny obraz awatara, jeśli nie został znaleziony. Zobacz README";
$a->strings["Libravatar settings updated."] = "Zaktualizowano ustawienia Libravatar.";

View File

@ -0,0 +1,48 @@
# ADDON ljpost
# Copyright (C)
# This file is distributed under the same license as the Friendica ljpost addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-04-01 14:39+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: ljpost.php:39
msgid "Post to LiveJournal"
msgstr "Opublikuj w LiveJournal"
#: ljpost.php:70
msgid "LiveJournal Post Settings"
msgstr "Ustawienia Postów LiveJournal"
#: ljpost.php:72
msgid "Enable LiveJournal Post Addon"
msgstr "Włącz dodatek LiveJournal"
#: ljpost.php:77
msgid "LiveJournal username"
msgstr "Nazwa użytkownika LiveJournal"
#: ljpost.php:82
msgid "LiveJournal password"
msgstr "Hasło LiveJournal"
#: ljpost.php:87
msgid "Post to LiveJournal by default"
msgstr "Opublikuj domyślnie w LiveJournal"
#: ljpost.php:93
msgid "Submit"
msgstr "Wyślij"

View File

@ -1,9 +1,14 @@
<?php
$a->strings["Post to LiveJournal"] = "Post do LiveJournal";
$a->strings["LiveJournal Post Settings"] = "Ustawienia postów do LiveJournal";
$a->strings["Enable LiveJournal Post Addon"] = "";
$a->strings["LiveJournal username"] = "Nazwa użytkownika do LiveJournal";
$a->strings["LiveJournal password"] = "Hasło do LiveJournal";
$a->strings["Post to LiveJournal by default"] = "automatycznie publikuj na LiveJournal";
$a->strings["Submit"] = "Potwierdź";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Post to LiveJournal"] = "Opublikuj w LiveJournal";
$a->strings["LiveJournal Post Settings"] = "Ustawienia Postów LiveJournal";
$a->strings["Enable LiveJournal Post Addon"] = "Włącz dodatek LiveJournal";
$a->strings["LiveJournal username"] = "Nazwa użytkownika LiveJournal";
$a->strings["LiveJournal password"] = "Hasło LiveJournal";
$a->strings["Post to LiveJournal by default"] = "Opublikuj domyślnie w LiveJournal";
$a->strings["Submit"] = "Wyślij";

View File

@ -0,0 +1,98 @@
# ADDON mailstream
# Copyright (C)
# This file is distributed under the same license as the Friendica mailstream addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-11 19:13+0100\n"
"PO-Revision-Date: 2018-04-01 14:39+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: mailstream.php:77
msgid "From Address"
msgstr "Z adresu"
#: mailstream.php:79
msgid "Email address that stream items will appear to be from."
msgstr "Adres e-mail, z którego będą przesyłane strumienie pochodzące z."
#: mailstream.php:82 mailstream.php:380
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: mailstream.php:223
msgid "Re:"
msgstr "Re:"
#: mailstream.php:231
msgid "Friendica post"
msgstr "Friendica post"
#: mailstream.php:234
msgid "Diaspora post"
msgstr "Post Diaspora"
#: mailstream.php:244
msgid "Feed item"
msgstr "Element kanału"
#: mailstream.php:247
msgid "Email"
msgstr "E-mail"
#: mailstream.php:249
msgid "Friendica Item"
msgstr "Pozycja Friendica"
#: mailstream.php:293
msgid "Upstream"
msgstr "Nadrzędny"
#: mailstream.php:294
msgid "Local"
msgstr "Lokalny"
#: mailstream.php:362
msgid "Enabled"
msgstr "Włączone"
#: mailstream.php:366
msgid "Email Address"
msgstr "Adres e-mail"
#: mailstream.php:368
msgid "Leave blank to use your account email address"
msgstr "Pozostaw puste, aby użyć adresu e-mail swojego konta"
#: mailstream.php:371
msgid "Exclude Likes"
msgstr "Wykluczanie polubień"
#: mailstream.php:373
msgid "Check this to omit mailing \"Like\" notifications"
msgstr "Zaznacz to pole, aby pominąć wysyłanie powiadomień typu \"Lubię to\""
#: mailstream.php:376
msgid "Attach Images"
msgstr "Dołącz zdjęcia"
#: mailstream.php:378
msgid ""
"Download images in posts and attach them to the email. Useful for reading "
"email while offline."
msgstr "Pobierz zdjęcia w postach i dołącz je do wiadomości e-mail. Przydatny do czytania wiadomości e-mail w trybie offline."
#: mailstream.php:379
msgid "Mail Stream Settings"
msgstr "Ustawienia strumienia poczty"

View File

@ -0,0 +1,26 @@
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["From Address"] = "Z adresu";
$a->strings["Email address that stream items will appear to be from."] = "Adres e-mail, z którego będą przesyłane strumienie pochodzące z.";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["Re:"] = "Re:";
$a->strings["Friendica post"] = "Friendica post";
$a->strings["Diaspora post"] = "Post Diaspora";
$a->strings["Feed item"] = "Element kanału";
$a->strings["Email"] = "E-mail";
$a->strings["Friendica Item"] = "Pozycja Friendica";
$a->strings["Upstream"] = "Nadrzędny";
$a->strings["Local"] = "Lokalny";
$a->strings["Enabled"] = "Włączone";
$a->strings["Email Address"] = "Adres e-mail";
$a->strings["Leave blank to use your account email address"] = "Pozostaw puste, aby użyć adresu e-mail swojego konta";
$a->strings["Exclude Likes"] = "Wykluczanie polubień";
$a->strings["Check this to omit mailing \"Like\" notifications"] = "Zaznacz to pole, aby pominąć wysyłanie powiadomień typu \"Lubię to\"";
$a->strings["Attach Images"] = "Dołącz zdjęcia";
$a->strings["Download images in posts and attach them to the email. Useful for reading email while offline."] = "Pobierz zdjęcia w postach i dołącz je do wiadomości e-mail. Przydatny do czytania wiadomości e-mail w trybie offline.";
$a->strings["Mail Stream Settings"] = "Ustawienia strumienia poczty";

View File

@ -0,0 +1,53 @@
# ADDON mathjax
# Copyright (C)
# This file is distributed under the same license as the Friendica mathjax addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-04-01 14:40+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: mathjax.php:36
msgid "Settings"
msgstr "Ustawienia"
#: mathjax.php:37
msgid ""
"The MathJax addon renders mathematical formulae written using the LaTeX "
"syntax surrounded by the usual $$ or an eqnarray block in the postings of "
"your wall,network tab and private mail."
msgstr "Dodatek MathJax renderuje formuły matematyczne napisane przy użyciu składni LaTeX otoczonej zwykłym blokiem $$ lub eqnarray w wiadomościach na ścianie, karcie sieciowej i prywatnej korespondencji."
#: mathjax.php:38
msgid "Use the MathJax renderer"
msgstr "Użyj renderer MathJax"
#: mathjax.php:42
msgid "Submit"
msgstr "Wyślij"
#: mathjax.php:66
msgid "Settings updated."
msgstr "Ustawienia zaktualizowane."
#: mathjax.php:75
msgid "MathJax Base URL"
msgstr "Podstawowy adres URL MathJax"
#: mathjax.php:75
msgid ""
"The URL for the javascript file that should be included to use MathJax. Can "
"be either the MathJax CDN or another installation of MathJax."
msgstr "Adres URL pliku javascript, który powinien być dołączony do korzystania z MathJax. Może to być MathJax CDN lub inna instalacja MathJax."

View File

@ -1,9 +1,14 @@
<?php
$a->strings["Settings"] = "Ustawienia";
$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "";
$a->strings["Use the MathJax renderer"] = "";
$a->strings["Submit"] = "Potwierdź";
$a->strings["Settings updated."] = "Zaktualizowano ustawienia.";
$a->strings["MathJax Base URL"] = "";
$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Settings"] = "Ustawienia";
$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "Dodatek MathJax renderuje formuły matematyczne napisane przy użyciu składni LaTeX otoczonej zwykłym blokiem $$ lub eqnarray w wiadomościach na ścianie, karcie sieciowej i prywatnej korespondencji.";
$a->strings["Use the MathJax renderer"] = "Użyj renderer MathJax";
$a->strings["Submit"] = "Wyślij";
$a->strings["Settings updated."] = "Ustawienia zaktualizowane.";
$a->strings["MathJax Base URL"] = "Podstawowy adres URL MathJax";
$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "Adres URL pliku javascript, który powinien być dołączony do korzystania z MathJax. Może to być MathJax CDN lub inna instalacja MathJax.";

View File

@ -0,0 +1,167 @@
# ADDON morepokes
# Copyright (C)
# This file is distributed under the same license as the Friendica morepokes addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-04-01 14:48+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: morepokes.php:19
msgid "bitchslap"
msgstr ""
#: morepokes.php:19
msgid "bitchslapped"
msgstr ""
#: morepokes.php:20
msgid "shag"
msgstr ""
#: morepokes.php:20
msgid "shagged"
msgstr ""
#: morepokes.php:21
msgid "do something obscenely biological to"
msgstr "zrobić coś nieprzyzwoicie biologicznego"
#: morepokes.php:21
msgid "did something obscenely biological to"
msgstr "zrobił coś nieprzyzwoicie biologicznego"
#: morepokes.php:22
msgid "point out the poke feature to"
msgstr "zwróć uwagę na funkcję poke"
#: morepokes.php:22
msgid "pointed out the poke feature to"
msgstr "wskazał na funkcję poke do"
#: morepokes.php:23
msgid "declare undying love for"
msgstr "zadeklaruję dozgonną miłość do"
#: morepokes.php:23
msgid "declared undying love for"
msgstr "deklaruję dozgonną miłość dla"
#: morepokes.php:24
msgid "patent"
msgstr "patent"
#: morepokes.php:24
msgid "patented"
msgstr "opatentowane"
#: morepokes.php:25
msgid "stroke beard"
msgstr ""
#: morepokes.php:25
msgid "stroked their beard at"
msgstr ""
#: morepokes.php:26
msgid ""
"bemoan the declining standards of modern secondary and tertiary education to"
msgstr "opłakują upadające standardy nowoczesnej szkoły średniej i wyższej"
#: morepokes.php:26
msgid ""
"bemoans the declining standards of modern secondary and tertiary education "
"to"
msgstr "żałuje upadających standardów nowoczesnej edukacji na poziomie średnim i wyższym"
#: morepokes.php:27
msgid "hug"
msgstr "objął"
#: morepokes.php:27
msgid "hugged"
msgstr "objąć"
#: morepokes.php:28
msgid "kiss"
msgstr "pocałunek"
#: morepokes.php:28
msgid "kissed"
msgstr "ucałować"
#: morepokes.php:29
msgid "raise eyebrows at"
msgstr "podnieś brwi"
#: morepokes.php:29
msgid "raised their eyebrows at"
msgstr "podnieśli brwi"
#: morepokes.php:30
msgid "insult"
msgstr "obraza"
#: morepokes.php:30
msgid "insulted"
msgstr "znieważony"
#: morepokes.php:31
msgid "praise"
msgstr "pochwała"
#: morepokes.php:31
msgid "praised"
msgstr "pochwalić"
#: morepokes.php:32
msgid "be dubious of"
msgstr "być wątpliwe"
#: morepokes.php:32
msgid "was dubious of"
msgstr "było wątpliwe"
#: morepokes.php:33
msgid "eat"
msgstr "jeść"
#: morepokes.php:33
msgid "ate"
msgstr "jadł"
#: morepokes.php:34
msgid "giggle and fawn at"
msgstr "chichotać i płakać"
#: morepokes.php:34
msgid "giggled and fawned at"
msgstr ""
#: morepokes.php:35
msgid "doubt"
msgstr "wątpić"
#: morepokes.php:35
msgid "doubted"
msgstr "powątpiewać"
#: morepokes.php:36
msgid "glare"
msgstr "blask"
#: morepokes.php:36
msgid "glared at"
msgstr "spojrzał na"

View File

@ -1,38 +1,43 @@
<?php
$a->strings["bitchslap"] = "";
$a->strings["bitchslapped"] = "";
$a->strings["shag"] = "";
$a->strings["shagged"] = "";
$a->strings["do something obscenely biological to"] = "";
$a->strings["did something obscenely biological to"] = "";
$a->strings["point out the poke feature to"] = "";
$a->strings["pointed out the poke feature to"] = "";
$a->strings["declare undying love for"] = "";
$a->strings["declared undying love for"] = "";
$a->strings["patent"] = "";
$a->strings["patented"] = "";
$a->strings["stroke beard"] = "";
$a->strings["stroked their beard at"] = "";
$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "";
$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "";
$a->strings["hug"] = "przytul";
$a->strings["hugged"] = "przytulony";
$a->strings["kiss"] = "pocałuj";
$a->strings["kissed"] = "pocałowany";
$a->strings["raise eyebrows at"] = "";
$a->strings["raised their eyebrows at"] = "";
$a->strings["insult"] = "";
$a->strings["insulted"] = "";
$a->strings["praise"] = "";
$a->strings["praised"] = "";
$a->strings["be dubious of"] = "";
$a->strings["was dubious of"] = "";
$a->strings["eat"] = "";
$a->strings["ate"] = "";
$a->strings["giggle and fawn at"] = "";
$a->strings["giggled and fawned at"] = "";
$a->strings["doubt"] = "";
$a->strings["doubted"] = "";
$a->strings["glare"] = "";
$a->strings["glared at"] = "";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["bitchslap"] = "";
$a->strings["bitchslapped"] = "";
$a->strings["shag"] = "";
$a->strings["shagged"] = "";
$a->strings["do something obscenely biological to"] = "zrobić coś nieprzyzwoicie biologicznego";
$a->strings["did something obscenely biological to"] = "zrobił coś nieprzyzwoicie biologicznego";
$a->strings["point out the poke feature to"] = "zwróć uwagę na funkcję poke";
$a->strings["pointed out the poke feature to"] = "wskazał na funkcję poke do";
$a->strings["declare undying love for"] = "zadeklaruję dozgonną miłość do";
$a->strings["declared undying love for"] = "deklaruję dozgonną miłość dla";
$a->strings["patent"] = "patent";
$a->strings["patented"] = "opatentowane";
$a->strings["stroke beard"] = "";
$a->strings["stroked their beard at"] = "";
$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "opłakują upadające standardy nowoczesnej szkoły średniej i wyższej";
$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "żałuje upadających standardów nowoczesnej edukacji na poziomie średnim i wyższym";
$a->strings["hug"] = "objął";
$a->strings["hugged"] = "objąć";
$a->strings["kiss"] = "pocałunek";
$a->strings["kissed"] = "ucałować";
$a->strings["raise eyebrows at"] = "podnieś brwi";
$a->strings["raised their eyebrows at"] = "podnieśli brwi";
$a->strings["insult"] = "obraza";
$a->strings["insulted"] = "znieważony";
$a->strings["praise"] = "pochwała";
$a->strings["praised"] = "pochwalić";
$a->strings["be dubious of"] = "być wątpliwe";
$a->strings["was dubious of"] = "było wątpliwe";
$a->strings["eat"] = "jeść";
$a->strings["ate"] = "jadł";
$a->strings["giggle and fawn at"] = "chichotać i płakać";
$a->strings["giggled and fawned at"] = "";
$a->strings["doubt"] = "wątpić";
$a->strings["doubted"] = "powątpiewać";
$a->strings["glare"] = "blask";
$a->strings["glared at"] = "spojrzał na";

View File

@ -0,0 +1,76 @@
# ADDON newmemberwidget
# Copyright (C)
# This file is distributed under the same license as the Friendica newmemberwidget addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-01 14:12+0200\n"
"PO-Revision-Date: 2018-03-31 20:24+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: newmemberwidget.php:21
msgid "New Member"
msgstr "Nowy Użytkownik"
#: newmemberwidget.php:22
msgid "Tips for New Members"
msgstr "Wskazówki dla nowych członków"
#: newmemberwidget.php:24
msgid "Global Support Forum"
msgstr "Globalne forum pomocy technicznej"
#: newmemberwidget.php:26
msgid "Local Support Forum"
msgstr "Lokalne Forum Wsparcia"
#: newmemberwidget.php:49
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: newmemberwidget.php:50
msgid "Message"
msgstr "Wiadomość"
#: newmemberwidget.php:50
msgid "Your message for new members. You can use bbcode here."
msgstr "Twoja wiadomość dla nowych członków. Możesz użyć bbcode tutaj."
#: newmemberwidget.php:51
msgid "Add a link to global support forum"
msgstr "Dodaj link do globalnego forum pomocy technicznej"
#: newmemberwidget.php:51
msgid "Should a link to the global support forum be displayed?"
msgstr "Czy powinien być wyświetlany link do globalnego forum pomocy technicznej?"
#: newmemberwidget.php:52
msgid "Add a link to the local support forum"
msgstr "Dodaj link do lokalnego forum pomocy technicznej"
#: newmemberwidget.php:52
msgid ""
"If you have a local support forum and wand to have a link displayed in the "
"widget, check this box."
msgstr "Jeżeli masz lokalne wsparcie forum i różdżki, aby mieć łącze wyświetlane w widżecie, zaznacz to pole wyboru."
#: newmemberwidget.php:53
msgid "Name of the local support group"
msgstr "Nazwa grupy lokalnej pomocy technicznej"
#: newmemberwidget.php:53
msgid ""
"If you checked the above, specify the <em>nickname</em> of the local support"
" group here (i.e. helpers)"
msgstr "Jeśli zaznaczyłeś powyższe, określ tutaj pseudonim lokalnej grupy wsparcia (np. Pomocnicy)"

View File

@ -0,0 +1,20 @@
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["New Member"] = "Nowy Użytkownik";
$a->strings["Tips for New Members"] = "Wskazówki dla nowych członków";
$a->strings["Global Support Forum"] = "Globalne forum pomocy technicznej";
$a->strings["Local Support Forum"] = "Lokalne Forum Wsparcia";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["Message"] = "Wiadomość";
$a->strings["Your message for new members. You can use bbcode here."] = "Twoja wiadomość dla nowych członków. Możesz użyć bbcode tutaj.";
$a->strings["Add a link to global support forum"] = "Dodaj link do globalnego forum pomocy technicznej";
$a->strings["Should a link to the global support forum be displayed?"] = "Czy powinien być wyświetlany link do globalnego forum pomocy technicznej?";
$a->strings["Add a link to the local support forum"] = "Dodaj link do lokalnego forum pomocy technicznej";
$a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "Jeżeli masz lokalne wsparcie forum i różdżki, aby mieć łącze wyświetlane w widżecie, zaznacz to pole wyboru.";
$a->strings["Name of the local support group"] = "Nazwa grupy lokalnej pomocy technicznej";
$a->strings["If you checked the above, specify the <em>nickname</em> of the local support group here (i.e. helpers)"] = "Jeśli zaznaczyłeś powyższe, określ tutaj pseudonim lokalnej grupy wsparcia (np. Pomocnicy)";

View File

@ -0,0 +1,58 @@
# ADDON notifyall
# Copyright (C)
# This file is distributed under the same license as the Friendica notifyall addon package.
#
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-14 16:41+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018\n"
"Language-Team: Polish (https://www.transifex.com/Friendica/teams/12172/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: notifyall.php:26
msgid "Send email to all members"
msgstr "Wyślij e-mail do wszystkich członków"
#: notifyall.php:42
#, php-format
msgid "%s Administrator"
msgstr "%s Administrator"
#: notifyall.php:44
#, php-format
msgid "%1$s, %2$s Administrator"
msgstr "%1$s, %2$s Administrator"
#: notifyall.php:60
msgid "No recipients found."
msgstr "Nie znaleziono adresatów."
#: notifyall.php:78
msgid "Emails sent"
msgstr "Wysłane wiadomości e-mail"
#: notifyall.php:86
msgid "Send email to all members of this Friendica instance."
msgstr ""
"Wyślij wiadomość e-mail do wszystkich członków tej instancji Friendica."
#: notifyall.php:91
msgid "Message subject"
msgstr "Temat wiadomości"
#: notifyall.php:92
msgid "Test mode (only send to administrator)"
msgstr "Tryb testowy (wysyłany tylko do administratora)"
#: notifyall.php:93
msgid "Submit"
msgstr "Zatwierdź"

View File

@ -0,0 +1,16 @@
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Send email to all members"] = "Wyślij e-mail do wszystkich członków";
$a->strings["%s Administrator"] = "%s Administrator";
$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator";
$a->strings["No recipients found."] = "Nie znaleziono adresatów.";
$a->strings["Emails sent"] = "Wysłane wiadomości e-mail";
$a->strings["Send email to all members of this Friendica instance."] = "Wyślij wiadomość e-mail do wszystkich członków tej instancji Friendica.";
$a->strings["Message subject"] = "Temat wiadomości";
$a->strings["Test mode (only send to administrator)"] = "Tryb testowy (wysyłany tylko do administratora)";
$a->strings["Submit"] = "Zatwierdź";

View File

@ -0,0 +1,36 @@
# ADDON notimeline
# Copyright (C)
# This file is distributed under the same license as the Friendica notimeline addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-31 19:17+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: notimeline.php:32
msgid "No Timeline settings updated."
msgstr "Nie zaktualizowano ustawień osi czasu."
#: notimeline.php:56
msgid "No Timeline Settings"
msgstr "Brak ustawień osi czasu"
#: notimeline.php:58
msgid "Disable Archive selector on profile wall"
msgstr "Wyłącz selektor Archiwum na ścianie profilowej"
#: notimeline.php:64
msgid "Submit"
msgstr "Wyślij"

View File

@ -1,6 +1,11 @@
<?php
$a->strings["No Timeline settings updated."] = "";
$a->strings["No Timeline Settings"] = "Brak ustawień Osi czasu";
$a->strings["Disable Archive selector on profile wall"] = "";
$a->strings["Submit"] = "Potwierdź";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["No Timeline settings updated."] = "Nie zaktualizowano ustawień osi czasu.";
$a->strings["No Timeline Settings"] = "Brak ustawień osi czasu";
$a->strings["Disable Archive selector on profile wall"] = "Wyłącz selektor Archiwum na ścianie profilowej";
$a->strings["Submit"] = "Wyślij";

57
nsfw/lang/pl/messages.po Normal file
View File

@ -0,0 +1,57 @@
# ADDON nsfw
# Copyright (C)
# This file is distributed under the same license as the Friendica nsfw addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-15 17:54+0700\n"
"PO-Revision-Date: 2018-03-31 17:30+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: nsfw.php:77 nsfw.php:81
msgid "Content Filter (NSFW and more)"
msgstr "Filtr zawartości (NSFW i więcej)"
#: nsfw.php:85
msgid ""
"This addon searches for specified words/text in posts and collapses them. It"
" can be used to filter content tagged with for instance #NSFW that may be "
"deemed inappropriate at certain times or places, such as being at work. It "
"is also useful for hiding irrelevant or annoying content from direct view."
msgstr "Ten dodatek szuka określonych słów/tekstów w postach i zwija je. Może służyć do filtrowania treści oznaczonych np. NSFW, które mogą zostać uznane za nieodpowiednie w określonych momentach lub miejscach, na przykład w pracy. Jest to również przydatne do ukrywania nieistotnych lub irytujących treści z bezpośredniego widoku."
#: nsfw.php:86
msgid "Enable Content filter"
msgstr "Włącz filtr treści"
#: nsfw.php:89
msgid "Comma separated list of keywords to hide"
msgstr "Rozdzielana przecinkami lista słów kluczowych do ukrycia"
#: nsfw.php:93
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: nsfw.php:94
msgid "Use /expression/ to provide regular expressions"
msgstr "Użyj /wyrażenia/, aby zapewnić wyrażenia regularne"
#: nsfw.php:109
msgid "NSFW Settings saved."
msgstr "Ustawienia NSFW zostały zapisane."
#: nsfw.php:167
#, php-format
msgid "%s - Click to open/close"
msgstr "%s - Kliknij, aby otworzyć/zamknąć"

View File

@ -1,10 +1,15 @@
<?php
$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "";
$a->strings["This addon looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "";
$a->strings["Enable Content filter"] = "";
$a->strings["Comma separated list of keywords to hide"] = "";
$a->strings["Submit"] = "Potwierdź";
$a->strings["Use /expression/ to provide regular expressions"] = "";
$a->strings["NSFW Settings saved."] = "NSFW Ustawienia zapisane.";
$a->strings["%s - Click to open/close"] = "%s - kliknij by otworzyć/zamknąć";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Content Filter (NSFW and more)"] = "Filtr zawartości (NSFW i więcej)";
$a->strings["This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view."] = "Ten dodatek szuka określonych słów/tekstów w postach i zwija je. Może służyć do filtrowania treści oznaczonych np. NSFW, które mogą zostać uznane za nieodpowiednie w określonych momentach lub miejscach, na przykład w pracy. Jest to również przydatne do ukrywania nieistotnych lub irytujących treści z bezpośredniego widoku.";
$a->strings["Enable Content filter"] = "Włącz filtr treści";
$a->strings["Comma separated list of keywords to hide"] = "Rozdzielana przecinkami lista słów kluczowych do ukrycia";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["Use /expression/ to provide regular expressions"] = "Użyj /wyrażenia/, aby zapewnić wyrażenia regularne";
$a->strings["NSFW Settings saved."] = "Ustawienia NSFW zostały zapisane.";
$a->strings["%s - Click to open/close"] = "%s - Kliknij, aby otworzyć/zamknąć";

View File

@ -0,0 +1,36 @@
# ADDON numfriends
# Copyright (C)
# This file is distributed under the same license as the Friendica numfriends addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-31 19:18+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: numfriends.php:46
msgid "Numfriends settings updated."
msgstr "Zaktualizowano ustawienia Numfriends."
#: numfriends.php:77
msgid "Numfriends Settings"
msgstr "Ustawienia Numfriends"
#: numfriends.php:79
msgid "How many contacts to display on profile sidebar"
msgstr "Ile kontaktów można wyświetlić na pasku bocznym profilu"
#: numfriends.php:85
msgid "Submit"
msgstr "Wyślij"

View File

@ -1,6 +1,11 @@
<?php
$a->strings["Numfriends settings updated."] = "";
$a->strings["Numfriends Settings"] = "";
$a->strings["How many contacts to display on profile sidebar"] = "";
$a->strings["Submit"] = "Potwierdź";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Numfriends settings updated."] = "Zaktualizowano ustawienia Numfriends.";
$a->strings["Numfriends Settings"] = "Ustawienia Numfriends";
$a->strings["How many contacts to display on profile sidebar"] = "Ile kontaktów można wyświetlić na pasku bocznym profilu";
$a->strings["Submit"] = "Wyślij";

View File

@ -0,0 +1,46 @@
# ADDON openstreetmap
# Copyright (C)
# This file is distributed under the same license as the Friendica openstreetmap addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-31 17:34+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: openstreetmap.php:94
msgid "Submit"
msgstr "Zatwierdź"
#: openstreetmap.php:95
msgid "Tile Server URL"
msgstr "Adres URL serwera sąsiadująco"
#: openstreetmap.php:95
msgid ""
"A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" "
"target=\"_blank\">public tile servers</a>"
msgstr "Lista <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">serwerów publicznych</a>"
#: openstreetmap.php:96
msgid "Default zoom"
msgstr "Domyślny zoom"
#: openstreetmap.php:96
msgid "The default zoom level. (1:world, 18:highest)"
msgstr "Domyślny poziom powiększenia. (1:świat, 18:najwyższy)"
#: openstreetmap.php:104
msgid "Settings updated."
msgstr "Ustawienia zaktualizowane."

View File

@ -1,8 +1,13 @@
<?php
$a->strings["Submit"] = "Potwierdź";
$a->strings["Tile Server URL"] = "";
$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "";
$a->strings["Default zoom"] = "Domyślne przybliżenie";
$a->strings["The default zoom level. (1:world, 18:highest)"] = "";
$a->strings["Settings updated."] = "Zaktualizowano ustawienia.";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Submit"] = "Zatwierdź";
$a->strings["Tile Server URL"] = "Adres URL serwera sąsiadująco";
$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "Lista <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">serwerów publicznych</a>";
$a->strings["Default zoom"] = "Domyślny zoom";
$a->strings["The default zoom level. (1:world, 18:highest)"] = "Domyślny poziom powiększenia. (1:świat, 18:najwyższy)";
$a->strings["Settings updated."] = "Ustawienia zaktualizowane.";

View File

@ -0,0 +1,42 @@
# ADDON pageheader
# Copyright (C)
# This file is distributed under the same license as the Friendica pageheader addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-11 18:52+0100\n"
"PO-Revision-Date: 2018-03-31 17:27+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: pageheader.php:53
msgid "\"pageheader\" Settings"
msgstr "\"pageheader\" Ustawienia"
#: pageheader.php:54
msgid "Message"
msgstr "Wiadomość"
#: pageheader.php:54
msgid ""
"Message to display on every page on this server (or put a pageheader.html "
"file in your docroot)"
msgstr "Wiadomość do wyświetlenia na każdej stronie tego serwera (lub umieść plik pageheader.html w swoim dokumencie roboczym)"
#: pageheader.php:55
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: pageheader.php:69
msgid "pageheader Settings saved."
msgstr "pageheader Ustawienia zapisane."

View File

@ -1,5 +1,12 @@
<?php
$a->strings["\"pageheader\" Settings"] = "";
$a->strings["Submit"] = "Potwierdź";
$a->strings["pageheader Settings saved."] = "";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["\"pageheader\" Settings"] = "\"pageheader\" Ustawienia";
$a->strings["Message"] = "Wiadomość";
$a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = "Wiadomość do wyświetlenia na każdej stronie tego serwera (lub umieść plik pageheader.html w swoim dokumencie roboczym)";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["pageheader Settings saved."] = "pageheader Ustawienia zapisane.";

64
piwik/lang/pl/messages.po Normal file
View File

@ -0,0 +1,64 @@
# ADDON piwik
# Copyright (C)
# This file is distributed under the same license as the Friendica piwik addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-26 12:49+0200\n"
"PO-Revision-Date: 2018-03-31 20:06+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: piwik.php:79
msgid ""
"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
"analytics tool."
msgstr "Ta strona internetowa jest śledzona za pomocą narzędzia analitycznego <a href='http://www.piwik.org'>Piwik</a>."
#: piwik.php:82
#, php-format
msgid ""
"If you do not want that your visits are logged in this way you <a "
"href='%s'>can set a cookie to prevent Piwik from tracking further visits of "
"the site</a> (opt-out)."
msgstr "Jeśli nie chcesz, aby Twoje wizyty były rejestrowane w ten sposób, <a href='%s'>możesz ustawić plik cookie, aby uniemożliwić Piwik śledzenie dalszych odwiedzin witryny</a> (rezygnacja)."
#: piwik.php:89
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: piwik.php:90
msgid "Piwik Base URL"
msgstr "Podstawowy adres URL Piwik"
#: piwik.php:90
msgid ""
"Absolute path to your Piwik installation. (without protocol (http/s), with "
"trailing slash)"
msgstr "Bezwzględna ścieżka do Twojej instalacji Piwik. (bez protokołu (http/s), z ukośnikiem)"
#: piwik.php:91
msgid "Site ID"
msgstr "Identyfikator ID witryny"
#: piwik.php:92
msgid "Show opt-out cookie link?"
msgstr "Pokaż łącze opt-out cookie?"
#: piwik.php:93
msgid "Asynchronous tracking"
msgstr "Śledzenie asynchroniczne"
#: piwik.php:105
msgid "Settings updated."
msgstr "Ustawienia zaktualizowane."

View File

@ -1,11 +1,16 @@
<?php
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "";
$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "";
$a->strings["Submit"] = "Potwierdź";
$a->strings["Piwik Base URL"] = "";
$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "";
$a->strings["Site ID"] = "ID strony";
$a->strings["Show opt-out cookie link?"] = "";
$a->strings["Asynchronous tracking"] = "";
$a->strings["Settings updated."] = "Zaktualizowano ustawienia.";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Ta strona internetowa jest śledzona za pomocą narzędzia analitycznego <a href='http://www.piwik.org'>Piwik</a>.";
$a->strings["If you do not want that your visits are logged in this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Jeśli nie chcesz, aby Twoje wizyty były rejestrowane w ten sposób, <a href='%s'>możesz ustawić plik cookie, aby uniemożliwić Piwik śledzenie dalszych odwiedzin witryny</a> (rezygnacja).";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["Piwik Base URL"] = "Podstawowy adres URL Piwik";
$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Bezwzględna ścieżka do Twojej instalacji Piwik. (bez protokołu (http/s), z ukośnikiem)";
$a->strings["Site ID"] = "Identyfikator ID witryny";
$a->strings["Show opt-out cookie link?"] = "Pokaż łącze opt-out cookie?";
$a->strings["Asynchronous tracking"] = "Śledzenie asynchroniczne";
$a->strings["Settings updated."] = "Ustawienia zaktualizowane.";

View File

@ -0,0 +1,32 @@
# ADDON planets
# Copyright (C)
# This file is distributed under the same license as the Friendica planets addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-31 19:10+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: planets.php:150
msgid "Planets Settings"
msgstr "Ustawienia Planet"
#: planets.php:152
msgid "Enable Planets Addon"
msgstr "Włącz dodatek Planets"
#: planets.php:158
msgid "Submit"
msgstr "Wyślij"

View File

@ -1,5 +1,10 @@
<?php
$a->strings["Planets Settings"] = "";
$a->strings["Enable Planets Addon"] = "";
$a->strings["Submit"] = "Potwierdź";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Planets Settings"] = "Ustawienia Planet";
$a->strings["Enable Planets Addon"] = "Włącz dodatek Planets";
$a->strings["Submit"] = "Wyślij";

View File

@ -0,0 +1,41 @@
# ADDON public_server
# Copyright (C)
# This file is distributed under the same license as the Friendica public_server addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-31 16:44+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: public_server.php:62
msgid "Administrator"
msgstr "Administrator"
#: public_server.php:126
#, php-format
msgid "Your account on %s will expire in a few days."
msgstr "Twoje konto na %s wygaśnie w ciągu kilku dni."
#: public_server.php:127
msgid "Your Friendica account is about to expire."
msgstr "Twoje konto Friendica jest w trakcie wygaszania"
#: public_server.php:128
#, php-format
msgid ""
"Hi %1$s,\n"
"\n"
"Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"
msgstr "Cześć ,%1$s\n\nTwoje konto wygaśnie za %2$s mniej niż pięć dni. Możesz zachować swoje konto logując się przynajmniej raz na 30 dni"

View File

@ -1,5 +1,11 @@
<?php
$a->strings["Administrator"] = "Administrator";
$a->strings["Your account on %s will expire in a few days."] = "";
$a->strings["Your Friendica account is about to expire."] = "";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Administrator"] = "Administrator";
$a->strings["Your account on %s will expire in a few days."] = "Twoje konto na %s wygaśnie w ciągu kilku dni.";
$a->strings["Your Friendica account is about to expire."] = "Twoje konto Friendica jest w trakcie wygaszania";
$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "Cześć ,%1\$s\n\nTwoje konto wygaśnie za %2\$s mniej niż pięć dni. Możesz zachować swoje konto logując się przynajmniej raz na 30 dni";

102
pumpio/lang/pl/messages.po Normal file
View File

@ -0,0 +1,102 @@
# ADDON pumpio
# Copyright (C)
# This file is distributed under the same license as the Friendica pumpio addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-23 14:45+0200\n"
"PO-Revision-Date: 2018-04-01 14:51+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: pumpio.php:38
msgid "Permission denied."
msgstr "Odmowa dostępu."
#: pumpio.php:124
#, php-format
msgid "Unable to register the client at the pump.io server '%s'."
msgstr "Nie można zarejestrować klienta na serwerze pump.io '%s'."
#: pumpio.php:164
msgid "You are now authenticated to pumpio."
msgstr "Jesteś teraz uwierzytelniony w trybie pompowania."
#: pumpio.php:165
msgid "return to the connector page"
msgstr "powrót do strony łączenia"
#: pumpio.php:183
msgid "Post to pumpio"
msgstr "Prześlij do pompio"
#: pumpio.php:221 pumpio.php:225
msgid "Pump.io Import/Export/Mirror"
msgstr "Pump.io Import/Export/Mirror"
#: pumpio.php:229
msgid "pump.io username (without the servername)"
msgstr "nazwa użytkownika pump.io (bez nazwy serwera)"
#: pumpio.php:234
msgid "pump.io servername (without \"http://\" or \"https://\" )"
msgstr "pump.io nazwa_serwera (bez \"http://\" lub \"https://\")"
#: pumpio.php:246
msgid "Authenticate your pump.io connection"
msgstr "Uwierzytelnij swoje połączenie pump.io"
#: pumpio.php:250
msgid "Import the remote timeline"
msgstr "Zaimportuj zdalną oś czasu"
#: pumpio.php:255
msgid "Enable pump.io Post Addon"
msgstr "Włącz dodatek pump.io"
#: pumpio.php:260
msgid "Post to pump.io by default"
msgstr "Opublikuj domyślnie w pump.io"
#: pumpio.php:265
msgid "Should posts be public?"
msgstr "Czy posty powinny być publiczne?"
#: pumpio.php:270
msgid "Mirror all public posts"
msgstr "Odbij wszystkie publiczne posty"
#: pumpio.php:275
msgid "Check to delete this preset"
msgstr "Zaznacz, aby usunąć to ustawienie wstępne"
#: pumpio.php:285
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: pumpio.php:515
msgid "Pump.io post failed. Queued for retry."
msgstr "Błąd Pump.io post. W kolejce do ponowienia."
#: pumpio.php:587
msgid "Pump.io like failed. Queued for retry."
msgstr "Błąd Pump.io. W kolejce do ponowienia."
#: pumpio.php:875
msgid "status"
msgstr "status"
#: pumpio.php:879
#, php-format
msgid "%1$s likes %2$s's %3$s"
msgstr "%1$slubi %2$s %3$s "

View File

@ -0,0 +1,27 @@
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Permission denied."] = "Odmowa dostępu.";
$a->strings["Unable to register the client at the pump.io server '%s'."] = "Nie można zarejestrować klienta na serwerze pump.io '%s'.";
$a->strings["You are now authenticated to pumpio."] = "Jesteś teraz uwierzytelniony w trybie pompowania.";
$a->strings["return to the connector page"] = "powrót do strony łączenia";
$a->strings["Post to pumpio"] = "Prześlij do pompio";
$a->strings["Pump.io Import/Export/Mirror"] = "Pump.io Import/Export/Mirror";
$a->strings["pump.io username (without the servername)"] = "nazwa użytkownika pump.io (bez nazwy serwera)";
$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "pump.io nazwa_serwera (bez \"http://\" lub \"https://\")";
$a->strings["Authenticate your pump.io connection"] = "Uwierzytelnij swoje połączenie pump.io";
$a->strings["Import the remote timeline"] = "Zaimportuj zdalną oś czasu";
$a->strings["Enable pump.io Post Addon"] = "Włącz dodatek pump.io";
$a->strings["Post to pump.io by default"] = "Opublikuj domyślnie w pump.io";
$a->strings["Should posts be public?"] = "Czy posty powinny być publiczne?";
$a->strings["Mirror all public posts"] = "Odbij wszystkie publiczne posty";
$a->strings["Check to delete this preset"] = "Zaznacz, aby usunąć to ustawienie wstępne";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["Pump.io post failed. Queued for retry."] = "Błąd Pump.io post. W kolejce do ponowienia.";
$a->strings["Pump.io like failed. Queued for retry."] = "Błąd Pump.io. W kolejce do ponowienia.";
$a->strings["status"] = "status";
$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$slubi %2\$s %3\$s ";

View File

@ -0,0 +1,54 @@
# ADDON qcomment
# Copyright (C)
# This file is distributed under the same license as the Friendica qcomment addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-31 20:01+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: qcomment.php:51
msgid ":-)"
msgstr ":-)"
#: qcomment.php:51
msgid ":-("
msgstr ":-("
#: qcomment.php:51
msgid "lol"
msgstr "lol"
#: qcomment.php:54
msgid "Quick Comment Settings"
msgstr "Ustawienia szybkiego komentowania"
#: qcomment.php:56
msgid ""
"Quick comments are found near comment boxes, sometimes hidden. Click them to"
" provide simple replies."
msgstr "Szybkie komentarze znajdują się w pobliżu pól komentarza, czasami są ukryte. Kliknij je, aby zapewnić proste odpowiedzi."
#: qcomment.php:57
msgid "Enter quick comments, one per line"
msgstr ""
#: qcomment.php:61
msgid "Submit"
msgstr "Wyślij"
#: qcomment.php:75
msgid "Quick Comment settings saved."
msgstr "Zapisano szybkie ustawienia komentarzy."

View File

@ -1,10 +1,15 @@
<?php
$a->strings[":-)"] = ":-)";
$a->strings[":-("] = ":-(";
$a->strings["lol"] = "lol";
$a->strings["Quick Comment Settings"] = "Ustawienia szybkiego komentowania";
$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "";
$a->strings["Enter quick comments, one per line"] = "";
$a->strings["Submit"] = "Potwierdź";
$a->strings["Quick Comment settings saved."] = "";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings[":-)"] = ":-)";
$a->strings[":-("] = ":-(";
$a->strings["lol"] = "lol";
$a->strings["Quick Comment Settings"] = "Ustawienia szybkiego komentowania";
$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Szybkie komentarze znajdują się w pobliżu pól komentarza, czasami są ukryte. Kliknij je, aby zapewnić proste odpowiedzi.";
$a->strings["Enter quick comments, one per line"] = "";
$a->strings["Submit"] = "Wyślij";
$a->strings["Quick Comment settings saved."] = "Zapisano szybkie ustawienia komentarzy.";

View File

@ -0,0 +1,32 @@
# ADDON randplace
# Copyright (C)
# This file is distributed under the same license as the Friendica randplace addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-31 19:11+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: randplace.php:169
msgid "Randplace Settings"
msgstr "Ustawienia Randplace"
#: randplace.php:171
msgid "Enable Randplace Addon"
msgstr "Włącz dodatek Randplace"
#: randplace.php:177
msgid "Submit"
msgstr "Wyślij"

View File

@ -1,5 +1,10 @@
<?php
$a->strings["Randplace Settings"] = "Ustawienia Randplace";
$a->strings["Enable Randplace Addon"] = "Włącz Randplace Addon";
$a->strings["Submit"] = "Potwierdź";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Randplace Settings"] = "Ustawienia Randplace";
$a->strings["Enable Randplace Addon"] = "Włącz dodatek Randplace";
$a->strings["Submit"] = "Wyślij";

View File

@ -0,0 +1,70 @@
# ADDON remote_permissions
# Copyright (C)
# This file is distributed under the same license as the Friendica remote_permissions addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-31 20:21+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: remote_permissions.php:45
msgid "Remote Permissions Settings"
msgstr "Ustawienia uprawnień zdalnych"
#: remote_permissions.php:46
msgid ""
"Allow recipients of your private posts to see the other recipients of the "
"posts"
msgstr "Zezwalaj odbiorcom prywatnych wpisów na wyświetlanie innych adresatów postów"
#: remote_permissions.php:48 remote_permissions.php:196
msgid "Submit"
msgstr "Wyślij"
#: remote_permissions.php:58
msgid "Remote Permissions settings updated."
msgstr "Zaktualizowano ustawienia uprawnień zdalnych."
#: remote_permissions.php:124
msgid "Visible to:"
msgstr "Widoczny dla:"
#: remote_permissions.php:178
msgid "Visible to"
msgstr "Widoczny dla"
#: remote_permissions.php:178
msgid "may only be a partial list"
msgstr "mogą być tylko częściowe listy"
#: remote_permissions.php:197
msgid "Global"
msgstr "Ogólnoświatowy"
#: remote_permissions.php:197
msgid "The posts of every user on this server show the post recipients"
msgstr "Wpisy każdego użytkownika na tym serwerze pokazują odbiorców wiadomości"
#: remote_permissions.php:198
msgid "Individual"
msgstr "Indywidualny"
#: remote_permissions.php:198
msgid "Each user chooses whether his/her posts show the post recipients"
msgstr "Każdy użytkownik wybiera, czy jego/jej posty pokazują odbiorców postów"
#: remote_permissions.php:205
msgid "Settings updated."
msgstr "Zaktualizowano ustawienia."

View File

@ -1,14 +1,19 @@
<?php
$a->strings["Remote Permissions Settings"] = "";
$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "";
$a->strings["Submit"] = "Potwierdź";
$a->strings["Remote Permissions settings updated."] = "";
$a->strings["Visible to:"] = "Widoczne dla:";
$a->strings["Visible to"] = "Widoczne dla";
$a->strings["may only be a partial list"] = "";
$a->strings["Global"] = "Ogólne";
$a->strings["The posts of every user on this server show the post recipients"] = "";
$a->strings["Individual"] = "Indywidualne";
$a->strings["Each user chooses whether his/her posts show the post recipients"] = "";
$a->strings["Settings updated."] = "Zaktualizowano ustawienia.";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Remote Permissions Settings"] = "Ustawienia uprawnień zdalnych";
$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "Zezwalaj odbiorcom prywatnych wpisów na wyświetlanie innych adresatów postów";
$a->strings["Submit"] = "Wyślij";
$a->strings["Remote Permissions settings updated."] = "Zaktualizowano ustawienia uprawnień zdalnych.";
$a->strings["Visible to:"] = "Widoczny dla:";
$a->strings["Visible to"] = "Widoczny dla";
$a->strings["may only be a partial list"] = "mogą być tylko częściowe listy";
$a->strings["Global"] = "Ogólnoświatowy";
$a->strings["The posts of every user on this server show the post recipients"] = "Wpisy każdego użytkownika na tym serwerze pokazują odbiorców wiadomości";
$a->strings["Individual"] = "Indywidualny";
$a->strings["Each user chooses whether his/her posts show the post recipients"] = "Każdy użytkownik wybiera, czy jego/jej posty pokazują odbiorców postów";
$a->strings["Settings updated."] = "Zaktualizowano ustawienia.";

View File

@ -0,0 +1,27 @@
# ADDON rendertime
# Copyright (C)
# This file is distributed under the same license as the Friendica rendertime addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-30 19:58+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: rendertime.php:29
#, php-format
msgid ""
"Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, "
"Other: %s, Total: %s"
msgstr "Wydajność: Baza danych: %s, Sieć: %s, Renderowanie: %s, Parser: %s, I / O: %s, Inne: %s, Razem: %s"

View File

@ -1,2 +1,8 @@
<?php
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s"] = "Wydajność: Baza danych: %s, Sieć: %s, Renderowanie: %s, Parser: %s, I / O: %s, Inne: %s, Razem: %s";

View File

@ -0,0 +1,55 @@
# ADDON securemail
# Copyright (C)
# This file is distributed under the same license as the Friendica securemail addon package.
#
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-11 21:14+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018\n"
"Language-Team: Polish (https://www.transifex.com/Friendica/teams/12172/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: securemail.php:53
msgid "\"Secure Mail\" Settings"
msgstr "Ustawienia \"Bezpieczna poczta\""
#: securemail.php:54
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: securemail.php:55 securemail.php:76
msgid "Save and send test"
msgstr "Zapisz i wyślij test"
#: securemail.php:56
msgid "Enable Secure Mail"
msgstr "Włącz bezpieczną pocztę"
#: securemail.php:57
msgid "Public key"
msgstr "Klucz publiczny"
#: securemail.php:57
msgid "Your public PGP key, ascii armored format"
msgstr "Twój publiczny klucz PGP, rekomendowany format ascii"
#: securemail.php:74
msgid "Secure Mail Settings saved."
msgstr "Bezpieczne ustawienia poczty zostały zapisane."
#: securemail.php:111
msgid "Test email sent"
msgstr "Wysłano testowy e-mail"
#: securemail.php:113
msgid "There was an error sending the test email"
msgstr "Wystąpił błąd podczas wysyłania e-maila testowego"

View File

@ -0,0 +1,16 @@
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["\"Secure Mail\" Settings"] = "Ustawienia \"Bezpieczna poczta\"";
$a->strings["Save Settings"] = "Zapisz ustawienia";
$a->strings["Save and send test"] = "Zapisz i wyślij test";
$a->strings["Enable Secure Mail"] = "Włącz bezpieczną pocztę";
$a->strings["Public key"] = "Klucz publiczny";
$a->strings["Your public PGP key, ascii armored format"] = "Twój publiczny klucz PGP, rekomendowany format ascii";
$a->strings["Secure Mail Settings saved."] = "Bezpieczne ustawienia poczty zostały zapisane.";
$a->strings["Test email sent"] = "Wysłano testowy e-mail";
$a->strings["There was an error sending the test email"] = "Wystąpił błąd podczas wysyłania e-maila testowego";

View File

@ -0,0 +1,44 @@
# ADDON showmore
# Copyright (C)
# This file is distributed under the same license as the Friendica showmore addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-31 19:46+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: showmore.php:38
msgid "\"Show more\" Settings"
msgstr "\"Pokaż więcej\" ustawień"
#: showmore.php:41
msgid "Enable Show More"
msgstr "Włącz Pokaż więcej"
#: showmore.php:44
msgid "Cutting posts after how much characters"
msgstr "Cięcie słupków po ilości znaków"
#: showmore.php:48
msgid "Submit"
msgstr "Wyślij"
#: showmore.php:65
msgid "Show More Settings saved."
msgstr "Pokaż więcej zapisanych ustawień."
#: showmore.php:119
msgid "show more"
msgstr "Pokaż więcej"

View File

@ -1,8 +1,13 @@
<?php
$a->strings["\"Show more\" Settings"] = "\"Pokaż więcej\" ustawień";
$a->strings["Enable Show More"] = "";
$a->strings["Cutting posts after how much characters"] = "";
$a->strings["Submit"] = "Potwierdź";
$a->strings["Show More Settings saved."] = "";
$a->strings["show more"] = "Pokaż więcej";
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["\"Show more\" Settings"] = "\"Pokaż więcej\" ustawień";
$a->strings["Enable Show More"] = "Włącz Pokaż więcej";
$a->strings["Cutting posts after how much characters"] = "Cięcie słupków po ilości znaków";
$a->strings["Submit"] = "Wyślij";
$a->strings["Show More Settings saved."] = "Pokaż więcej zapisanych ustawień.";
$a->strings["show more"] = "Pokaż więcej";

View File

@ -0,0 +1,36 @@
# ADDON smileybutton
# Copyright (C)
# This file is distributed under the same license as the Friendica smileybutton addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-23 14:45+0200\n"
"PO-Revision-Date: 2018-03-31 19:19+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: smileybutton.php:269
msgid "Smileybutton settings"
msgstr "Ustawienia Smileybutton"
#: smileybutton.php:272
msgid "You can hide the button and show the smilies directly."
msgstr "Możesz ukryć przycisk i bezpośrednio pokazać emotikony."
#: smileybutton.php:274
msgid "Hide the button"
msgstr "Ukryj przycisk"
#: smileybutton.php:281
msgid "Save Settings"
msgstr "Zapisz ustawienia"

View File

@ -0,0 +1,11 @@
<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
}}
;
$a->strings["Smileybutton settings"] = "Ustawienia Smileybutton";
$a->strings["You can hide the button and show the smilies directly."] = "Możesz ukryć przycisk i bezpośrednio pokazać emotikony.";
$a->strings["Hide the button"] = "Ukryj przycisk";
$a->strings["Save Settings"] = "Zapisz ustawienia";

Some files were not shown because too many files have changed in this diff Show More