PL translation update THX strebski

This commit is contained in:
Tobias Diekershoff 2022-03-08 16:26:19 +01:00
parent ba94368482
commit ed96e0a2f6
No known key found for this signature in database
GPG key ID: 25FE376FF17694A1
107 changed files with 1290 additions and 1501 deletions

View file

@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-19 10:42+0100\n"
"PO-Revision-Date: 2019-03-07 19:29+0000\n"
"Last-Translator: Waldemar Stoczkowski\n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-02-01 18:23+0000\n"
"Last-Translator: Transifex Bot <>\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"
@ -19,13 +19,13 @@ msgstr ""
"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:94
#: piwik.php:87
msgid ""
"This website is tracked using the <a href='http://www.matomo.org'>Matomo</a>"
" analytics tool."
msgstr "Ta strona internetowa jest śledzona za pomocą narzędzia analitycznego <a href='http://www.matomo.org'>Matomo</a>."
#: piwik.php:97
#: piwik.php:90
#, php-format
msgid ""
"If you do not want that your visits are logged in this way you <a "
@ -33,32 +33,28 @@ msgid ""
"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ć Matomo / Piwik śledzenie dalszych wizyt w witrynie</a> (rezygnacja)."
#: piwik.php:104
#: piwik.php:97
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: piwik.php:105
#: piwik.php:98
msgid "Matomo (Piwik) Base URL"
msgstr "Podstawowy adres URL Matomo (Piwik)"
#: piwik.php:105
#: piwik.php:98
msgid ""
"Absolute path to your Matomo (Piwik) installation. (without protocol "
"(http/s), with trailing slash)"
msgstr "Ścieżka bezwzględna do instalacji Matomo (Piwik). (bez protokołu (http/s), z ukośnikiem)"
#: piwik.php:106
#: piwik.php:99
msgid "Site ID"
msgstr "Identyfikator ID witryny"
#: piwik.php:107
#: piwik.php:100
msgid "Show opt-out cookie link?"
msgstr "Pokazać link do rezygnacji z plików cookie?"
#: piwik.php:108
#: piwik.php:101
msgid "Asynchronous tracking"
msgstr "Śledzenie asynchroniczne"
#: piwik.php:120
msgid "Settings updated."
msgstr "Zaktualizowano ustawienia."

View file

@ -13,4 +13,3 @@ $a->strings['Absolute path to your Matomo (Piwik) installation. (without protoco
$a->strings['Site ID'] = 'Identyfikator ID witryny';
$a->strings['Show opt-out cookie link?'] = 'Pokazać link do rezygnacji z plików cookie?';
$a->strings['Asynchronous tracking'] = 'Śledzenie asynchroniczne';
$a->strings['Settings updated.'] = 'Zaktualizowano ustawienia.';