X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=piwik%2Flang%2Fpl%2Fstrings.php;h=c00a59666cf5f94b6c429cfed59900b902af435f;hb=b1442ebfd1a215d2fc44934c599dca38509476c9;hp=239500502bc24a136d97c0702e558b49ae78aca7;hpb=6d6e73096afb22e95678c651e055337f1bf5405d;p=friendica-addons.git diff --git a/piwik/lang/pl/strings.php b/piwik/lang/pl/strings.php index 23950050..c00a5966 100644 --- a/piwik/lang/pl/strings.php +++ b/piwik/lang/pl/strings.php @@ -1,11 +1,15 @@ -strings["This website is tracked using the Piwik analytics tool."] = ""; -$a->strings["If you do not want that your visits are logged this way you can set a cookie to prevent Piwik from tracking further visits of the site (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."; +=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; } +}} +$a->strings['This website is tracked using the Matomo analytics tool.'] = 'Ta strona internetowa jest śledzona za pomocą narzędzia analitycznego Matomo.'; +$a->strings['If you do not want that your visits are logged in this way you can set a cookie to prevent Matomo / Piwik from tracking further visits of the site (opt-out).'] = 'Jeśli nie chcesz, aby twoje wizyty były rejestrowane w ten sposób, możesz ustawić plik cookie, aby uniemożliwić Matomo / Piwik śledzenie dalszych wizyt w witrynie (rezygnacja).'; +$a->strings['Save Settings'] = 'Zapisz ustawienia'; +$a->strings['Matomo (Piwik) Base URL'] = 'Podstawowy adres URL Matomo (Piwik)'; +$a->strings['Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)'] = 'Ścieżka bezwzględna do instalacji Matomo (Piwik). (bez protokołu (http/s), z ukośnikiem)'; +$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';