first commit
This commit is contained in:
317
.htaccess
Normal file
317
.htaccess
Normal file
@@ -0,0 +1,317 @@
|
||||
AddHandler application/x-httpd-php80 .php
|
||||
# BEGIN LSCACHE
|
||||
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
|
||||
<IfModule LiteSpeed>
|
||||
RewriteEngine on
|
||||
CacheLookup on
|
||||
RewriteRule .* - [E=Cache-Control:no-autoflush]
|
||||
RewriteRule \.litespeed_conf\.dat - [F,L]
|
||||
|
||||
### marker ASYNC start ###
|
||||
RewriteCond %{REQUEST_URI} /wp-admin/admin-ajax\.php
|
||||
RewriteCond %{QUERY_STRING} action=async_litespeed
|
||||
RewriteRule .* - [E=noabort:1]
|
||||
### marker ASYNC end ###
|
||||
|
||||
### marker MOBILE start ###
|
||||
RewriteCond %{HTTP_USER_AGENT} Mobile|Android|Silk/|Kindle|BlackBerry|Opera\ Mini|Opera\ Mobi [NC]
|
||||
RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+ismobile]
|
||||
### marker MOBILE end ###
|
||||
|
||||
### marker CACHE RESOURCE start ###
|
||||
RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php - [E=cache-control:max-age=3600]
|
||||
### marker CACHE RESOURCE end ###
|
||||
|
||||
### marker WEBP start ###
|
||||
RewriteCond %{HTTP_ACCEPT} "image/webp"
|
||||
RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]
|
||||
RewriteCond %{HTTP_USER_AGENT} iPhone.*Version/(\d{2}).*Safari
|
||||
RewriteCond %1 >13
|
||||
RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]
|
||||
### marker WEBP end ###
|
||||
|
||||
### marker DROPQS start ###
|
||||
CacheKeyModify -qs:fbclid
|
||||
CacheKeyModify -qs:gclid
|
||||
CacheKeyModify -qs:utm*
|
||||
CacheKeyModify -qs:_ga
|
||||
### marker DROPQS end ###
|
||||
|
||||
</IfModule>
|
||||
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
|
||||
# END LSCACHE
|
||||
# BEGIN NON_LSCACHE
|
||||
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
|
||||
### marker BROWSER CACHE start ###
|
||||
<IfModule mod_expires.c>
|
||||
ExpiresActive on
|
||||
ExpiresByType application/pdf A31557600
|
||||
ExpiresByType image/x-icon A31557600
|
||||
ExpiresByType image/vnd.microsoft.icon A31557600
|
||||
ExpiresByType image/svg+xml A31557600
|
||||
|
||||
ExpiresByType image/jpg A31557600
|
||||
ExpiresByType image/jpeg A31557600
|
||||
ExpiresByType image/png A31557600
|
||||
ExpiresByType image/gif A31557600
|
||||
ExpiresByType image/webp A31557600
|
||||
|
||||
ExpiresByType video/ogg A31557600
|
||||
ExpiresByType audio/ogg A31557600
|
||||
ExpiresByType video/mp4 A31557600
|
||||
ExpiresByType video/webm A31557600
|
||||
|
||||
ExpiresByType text/css A31557600
|
||||
ExpiresByType text/javascript A31557600
|
||||
ExpiresByType application/javascript A31557600
|
||||
ExpiresByType application/x-javascript A31557600
|
||||
|
||||
ExpiresByType application/x-font-ttf A31557600
|
||||
ExpiresByType application/x-font-woff A31557600
|
||||
ExpiresByType application/font-woff A31557600
|
||||
ExpiresByType application/font-woff2 A31557600
|
||||
ExpiresByType application/vnd.ms-fontobject A31557600
|
||||
ExpiresByType font/ttf A31557600
|
||||
ExpiresByType font/otf A31557600
|
||||
ExpiresByType font/woff A31557600
|
||||
ExpiresByType font/woff2 A31557600
|
||||
|
||||
</IfModule>
|
||||
### marker BROWSER CACHE end ###
|
||||
|
||||
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
|
||||
# END NON_LSCACHE
|
||||
|
||||
<FilesMatch "\.(?i:pdf)$">
|
||||
ForceType application/octet-stream
|
||||
Header set Content-Disposition attachment
|
||||
</FilesMatch>
|
||||
|
||||
Redirect 301 /ods https://forms.gle/o6Wtr8uUehkCvvdMA
|
||||
|
||||
|
||||
# # WEB PERFORMANCE
|
||||
|
||||
# Remove `ETags` as resources are sent with far-future expires headers.
|
||||
# `FileETag None` doesn't work in all cases.
|
||||
<IfModule mod_headers.c>
|
||||
Header unset ETag
|
||||
</IfModule>
|
||||
|
||||
FileETag None
|
||||
|
||||
# Serve resources with far-future expires headers.
|
||||
<IfModule mod_expires.c>
|
||||
ExpiresActive on
|
||||
ExpiresDefault "access plus 1 month"
|
||||
ExpiresByType text/css "access plus 1 year"
|
||||
ExpiresByType application/atom+xml "access plus 1 hour"
|
||||
ExpiresByType application/rdf+xml "access plus 1 hour"
|
||||
ExpiresByType application/rss+xml "access plus 1 hour"
|
||||
ExpiresByType application/json "access plus 0 seconds"
|
||||
ExpiresByType application/ld+json "access plus 0 seconds"
|
||||
ExpiresByType application/schema+json "access plus 0 seconds"
|
||||
ExpiresByType application/vnd.geo+json "access plus 0 seconds"
|
||||
ExpiresByType application/xml "access plus 0 seconds"
|
||||
ExpiresByType text/xml "access plus 0 seconds"
|
||||
ExpiresByType image/vnd.microsoft.icon "access plus 1 week"
|
||||
ExpiresByType image/x-icon "access plus 1 week"
|
||||
ExpiresByType text/html "access plus 0 seconds"
|
||||
ExpiresByType application/javascript "access plus 1 year"
|
||||
ExpiresByType application/x-javascript "access plus 1 year"
|
||||
ExpiresByType text/javascript "access plus 1 year"
|
||||
ExpiresByType application/manifest+json "access plus 1 week"
|
||||
ExpiresByType application/x-web-app-manifest+json "access plus 0 seconds"
|
||||
ExpiresByType text/cache-manifest "access plus 0 seconds"
|
||||
ExpiresByType audio/ogg "access plus 1 month"
|
||||
ExpiresByType image/bmp "access plus 1 month"
|
||||
ExpiresByType image/gif "access plus 1 month"
|
||||
ExpiresByType image/jpeg "access plus 9 months"
|
||||
ExpiresByType image/png "access plus 9 months"
|
||||
ExpiresByType image/svg+xml "access plus 9 months"
|
||||
ExpiresByType image/webp "access plus 9 months"
|
||||
ExpiresByType video/mp4 "access plus 1 month"
|
||||
ExpiresByType video/ogg "access plus 1 month"
|
||||
ExpiresByType video/webm "access plus 1 month"
|
||||
ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
|
||||
ExpiresByType font/eot "access plus 9 months"
|
||||
ExpiresByType font/opentype "access plus 9 months"
|
||||
ExpiresByType application/x-font-ttf "access plus 9 months"
|
||||
ExpiresByType application/font-woff "access plus 9 months"
|
||||
ExpiresByType application/x-font-woff "access plus 9 months"
|
||||
ExpiresByType font/woff "access plus 9 months"
|
||||
ExpiresByType application/font-woff2 "access plus 9 months"
|
||||
ExpiresByType text/x-cross-domain-policy "access plus 1 week"
|
||||
</IfModule>
|
||||
|
||||
|
||||
|
||||
# # MEDIA TYPES AND CHARACTER ENCODINGS
|
||||
|
||||
# Serve resources with the proper media types (f.k.a. MIME types).
|
||||
<IfModule mod_mime.c>
|
||||
AddType application/atom+xml atom
|
||||
AddType application/json json map topojson
|
||||
AddType application/ld+json jsonld
|
||||
AddType application/rss+xml rss
|
||||
AddType application/vnd.geo+json geojson
|
||||
AddType application/xml rdf xml
|
||||
AddType application/javascript js
|
||||
AddType application/manifest+json webmanifest
|
||||
AddType application/x-web-app-manifest+json webapp
|
||||
AddType text/cache-manifest appcache
|
||||
AddType audio/mp4 f4a f4b m4a
|
||||
AddType audio/ogg oga ogg opus
|
||||
AddType image/bmp bmp
|
||||
AddType image/svg+xml svg svgz
|
||||
AddType image/webp webp
|
||||
AddType video/mp4 f4v f4p m4v mp4
|
||||
AddType video/ogg ogv
|
||||
AddType video/webm webm
|
||||
AddType video/x-flv flv
|
||||
AddType image/x-icon cur ico
|
||||
AddType application/font-woff woff
|
||||
AddType application/font-woff2 woff2
|
||||
AddType application/vnd.ms-fontobject eot
|
||||
AddType application/x-font-ttf ttc ttf
|
||||
AddType font/opentype otf
|
||||
AddType application/octet-stream safariextz
|
||||
AddType application/x-bb-appworld bbaw
|
||||
AddType application/x-chrome-extension crx
|
||||
AddType application/x-opera-extension oex
|
||||
AddType application/x-xpinstall xpi
|
||||
AddType text/vcard vcard vcf
|
||||
AddType text/vnd.rim.location.xloc xloc
|
||||
AddType text/vtt vtt
|
||||
AddType text/x-component htc
|
||||
</IfModule>
|
||||
|
||||
# Serve all resources labeled as `text/html` or `text/plain`
|
||||
# with the media type `charset` parameter set to `UTF-8`.
|
||||
AddDefaultCharset utf-8
|
||||
|
||||
# Serve the following file types with the media type `charset`
|
||||
# parameter set to `UTF-8`.
|
||||
<IfModule mod_mime.c>
|
||||
AddCharset utf-8 .atom \
|
||||
.bbaw \
|
||||
.css \
|
||||
.geojson \
|
||||
.js \
|
||||
.json \
|
||||
.jsonld \
|
||||
.manifest \
|
||||
.rdf \
|
||||
.rss \
|
||||
.topojson \
|
||||
.vtt \
|
||||
.webapp \
|
||||
.webmanifest \
|
||||
.xloc \
|
||||
.xml
|
||||
</IfModule>
|
||||
|
||||
|
||||
|
||||
# # SECURITY
|
||||
|
||||
|
||||
|
||||
# Block access to all hidden files and directories with the exception of
|
||||
# the visible content from within the `/.well-known/` hidden directory.
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_URI} "!(^|/)\.well-known/([^./]+./?)+$" [NC]
|
||||
RewriteCond %{SCRIPT_FILENAME} -d [OR]
|
||||
RewriteCond %{SCRIPT_FILENAME} -f
|
||||
RewriteRule "(^|/)\." - [F]
|
||||
</IfModule>
|
||||
|
||||
# Block access to files that can expose sensitive information.
|
||||
<FilesMatch "(^#.*#|\.(bak|conf|dist|fla|in[ci]|log|psd|sh|sql|sw[op])|~)$">
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
</FilesMatch>
|
||||
|
||||
# Prevent some browsers from MIME-sniffing the response.
|
||||
<IfModule mod_headers.c>
|
||||
Header set X-Content-Type-Options "nosniff"
|
||||
</IfModule>
|
||||
|
||||
# Remove the `X-Powered-By` response header
|
||||
<IfModule mod_headers.c>
|
||||
Header unset X-Powered-By
|
||||
</IfModule>
|
||||
|
||||
# Prevent Apache from adding a trailing footer line containing
|
||||
# information about the server to the server-generated documents
|
||||
ServerSignature Off
|
||||
|
||||
|
||||
|
||||
# Force Internet Explorer 8/9/10 to render pages in the highest mode
|
||||
# available in the various cases when it may not.
|
||||
<IfModule mod_headers.c>
|
||||
Header set X-UA-Compatible "IE=edge"
|
||||
<FilesMatch "\.(appcache|atom|bbaw|bmp|crx|css|cur|eot|f4[abpv]|flv|geojson|gif|htc|ico|jpe?g|js|json(ld)?|m4[av]|manifest|map|mp4|oex|og[agv]|opus|otf|pdf|png|rdf|rss|safariextz|svgz?|swf|topojson|tt[cf]|txt|vcard|vcf|vtt|webapp|web[mp]|webmanifest|woff2?|xloc|xml|xpi)$">
|
||||
Header unset X-UA-Compatible
|
||||
</FilesMatch>
|
||||
</IfModule>
|
||||
|
||||
|
||||
|
||||
# Allow cross-origin access to web fonts.
|
||||
<IfModule mod_headers.c>
|
||||
<FilesMatch "\.(eot|otf|tt[cf]|woff2?)$">
|
||||
Header set Access-Control-Allow-Origin "*"
|
||||
</FilesMatch>
|
||||
</IfModule>
|
||||
|
||||
|
||||
|
||||
# Disable the pattern matching based on filenames.
|
||||
Options -MultiViews
|
||||
|
||||
|
||||
# Force client-side SSL redirection.
|
||||
<IfModule mod_headers.c>
|
||||
Header always set Strict-Transport-Security "max-age=16070400; includeSubDomains"
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_deflate.c>
|
||||
AddOutputFilterByType DEFLATE text/plain
|
||||
AddOutputFilterByType DEFLATE text/html
|
||||
AddOutputFilterByType DEFLATE text/xml
|
||||
AddOutputFilterByType DEFLATE text/shtml
|
||||
AddOutputFilterByType DEFLATE text/css
|
||||
AddOutputFilterByType DEFLATE application/xml
|
||||
AddOutputFilterByType DEFLATE application/xhtml+xml
|
||||
AddOutputFilterByType DEFLATE application/rss+xml
|
||||
AddOutputFilterByType DEFLATE application/javascript
|
||||
AddOutputFilterByType DEFLATE application/x-javascript
|
||||
</IfModule>
|
||||
|
||||
|
||||
# BEGIN WordPress
|
||||
# Dyrektywy zawarte między „BEGIN WordPress” oraz „END WordPress” są generowane dynamicznie i powinny być modyfikowane tylko za pomocą
|
||||
# filtrów WordPressa. Zmiany dokonane bezpośrednio tutaj będą nadpisywane.
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
||||
RewriteBase /
|
||||
RewriteRule ^index\.php$ - [L]
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule . /index.php [L]
|
||||
</IfModule>
|
||||
|
||||
# END WordPress
|
||||
# BEGIN LiteSpeed
|
||||
# Dyrektywy zawarte między "BEGIN LiteSpeed" oraz "END LiteSpeed"
|
||||
# są generowane dynamicznie i powinny być modyfikowane tylko za pomocą
|
||||
# filtrów WordPressa. Zmiany dokonane bezpośrednio tutaj będą nadpisywane.
|
||||
<IfModule Litespeed>
|
||||
SetEnv noabort 1
|
||||
</IfModule>
|
||||
# END LiteSpeed
|
||||
232
.htaccess.bk
Normal file
232
.htaccess.bk
Normal file
@@ -0,0 +1,232 @@
|
||||
AddHandler application/x-httpd-php80 .php
|
||||
# BEGIN LSCACHE
|
||||
# END LSCACHE
|
||||
# BEGIN NON_LSCACHE
|
||||
# END NON_LSCACHE
|
||||
|
||||
<FilesMatch "\.(?i:pdf)$">
|
||||
ForceType application/octet-stream
|
||||
Header set Content-Disposition attachment
|
||||
</FilesMatch>
|
||||
|
||||
Redirect 301 /ods https://forms.gle/o6Wtr8uUehkCvvdMA
|
||||
|
||||
|
||||
# # WEB PERFORMANCE
|
||||
|
||||
# Remove `ETags` as resources are sent with far-future expires headers.
|
||||
# `FileETag None` doesn't work in all cases.
|
||||
<IfModule mod_headers.c>
|
||||
Header unset ETag
|
||||
</IfModule>
|
||||
|
||||
FileETag None
|
||||
|
||||
# Serve resources with far-future expires headers.
|
||||
<IfModule mod_expires.c>
|
||||
ExpiresActive on
|
||||
ExpiresDefault "access plus 1 month"
|
||||
ExpiresByType text/css "access plus 1 year"
|
||||
ExpiresByType application/atom+xml "access plus 1 hour"
|
||||
ExpiresByType application/rdf+xml "access plus 1 hour"
|
||||
ExpiresByType application/rss+xml "access plus 1 hour"
|
||||
ExpiresByType application/json "access plus 0 seconds"
|
||||
ExpiresByType application/ld+json "access plus 0 seconds"
|
||||
ExpiresByType application/schema+json "access plus 0 seconds"
|
||||
ExpiresByType application/vnd.geo+json "access plus 0 seconds"
|
||||
ExpiresByType application/xml "access plus 0 seconds"
|
||||
ExpiresByType text/xml "access plus 0 seconds"
|
||||
ExpiresByType image/vnd.microsoft.icon "access plus 1 week"
|
||||
ExpiresByType image/x-icon "access plus 1 week"
|
||||
ExpiresByType text/html "access plus 0 seconds"
|
||||
ExpiresByType application/javascript "access plus 1 year"
|
||||
ExpiresByType application/x-javascript "access plus 1 year"
|
||||
ExpiresByType text/javascript "access plus 1 year"
|
||||
ExpiresByType application/manifest+json "access plus 1 week"
|
||||
ExpiresByType application/x-web-app-manifest+json "access plus 0 seconds"
|
||||
ExpiresByType text/cache-manifest "access plus 0 seconds"
|
||||
ExpiresByType audio/ogg "access plus 1 month"
|
||||
ExpiresByType image/bmp "access plus 1 month"
|
||||
ExpiresByType image/gif "access plus 1 month"
|
||||
ExpiresByType image/jpeg "access plus 9 months"
|
||||
ExpiresByType image/png "access plus 9 months"
|
||||
ExpiresByType image/svg+xml "access plus 9 months"
|
||||
ExpiresByType image/webp "access plus 9 months"
|
||||
ExpiresByType video/mp4 "access plus 1 month"
|
||||
ExpiresByType video/ogg "access plus 1 month"
|
||||
ExpiresByType video/webm "access plus 1 month"
|
||||
ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
|
||||
ExpiresByType font/eot "access plus 9 months"
|
||||
ExpiresByType font/opentype "access plus 9 months"
|
||||
ExpiresByType application/x-font-ttf "access plus 9 months"
|
||||
ExpiresByType application/font-woff "access plus 9 months"
|
||||
ExpiresByType application/x-font-woff "access plus 9 months"
|
||||
ExpiresByType font/woff "access plus 9 months"
|
||||
ExpiresByType application/font-woff2 "access plus 9 months"
|
||||
ExpiresByType text/x-cross-domain-policy "access plus 1 week"
|
||||
</IfModule>
|
||||
|
||||
|
||||
|
||||
# # MEDIA TYPES AND CHARACTER ENCODINGS
|
||||
|
||||
# Serve resources with the proper media types (f.k.a. MIME types).
|
||||
<IfModule mod_mime.c>
|
||||
AddType application/atom+xml atom
|
||||
AddType application/json json map topojson
|
||||
AddType application/ld+json jsonld
|
||||
AddType application/rss+xml rss
|
||||
AddType application/vnd.geo+json geojson
|
||||
AddType application/xml rdf xml
|
||||
AddType application/javascript js
|
||||
AddType application/manifest+json webmanifest
|
||||
AddType application/x-web-app-manifest+json webapp
|
||||
AddType text/cache-manifest appcache
|
||||
AddType audio/mp4 f4a f4b m4a
|
||||
AddType audio/ogg oga ogg opus
|
||||
AddType image/bmp bmp
|
||||
AddType image/svg+xml svg svgz
|
||||
AddType image/webp webp
|
||||
AddType video/mp4 f4v f4p m4v mp4
|
||||
AddType video/ogg ogv
|
||||
AddType video/webm webm
|
||||
AddType video/x-flv flv
|
||||
AddType image/x-icon cur ico
|
||||
AddType application/font-woff woff
|
||||
AddType application/font-woff2 woff2
|
||||
AddType application/vnd.ms-fontobject eot
|
||||
AddType application/x-font-ttf ttc ttf
|
||||
AddType font/opentype otf
|
||||
AddType application/octet-stream safariextz
|
||||
AddType application/x-bb-appworld bbaw
|
||||
AddType application/x-chrome-extension crx
|
||||
AddType application/x-opera-extension oex
|
||||
AddType application/x-xpinstall xpi
|
||||
AddType text/vcard vcard vcf
|
||||
AddType text/vnd.rim.location.xloc xloc
|
||||
AddType text/vtt vtt
|
||||
AddType text/x-component htc
|
||||
</IfModule>
|
||||
|
||||
# Serve all resources labeled as `text/html` or `text/plain`
|
||||
# with the media type `charset` parameter set to `UTF-8`.
|
||||
AddDefaultCharset utf-8
|
||||
|
||||
# Serve the following file types with the media type `charset`
|
||||
# parameter set to `UTF-8`.
|
||||
<IfModule mod_mime.c>
|
||||
AddCharset utf-8 .atom \
|
||||
.bbaw \
|
||||
.css \
|
||||
.geojson \
|
||||
.js \
|
||||
.json \
|
||||
.jsonld \
|
||||
.manifest \
|
||||
.rdf \
|
||||
.rss \
|
||||
.topojson \
|
||||
.vtt \
|
||||
.webapp \
|
||||
.webmanifest \
|
||||
.xloc \
|
||||
.xml
|
||||
</IfModule>
|
||||
|
||||
|
||||
|
||||
# # SECURITY
|
||||
|
||||
|
||||
|
||||
# Block access to all hidden files and directories with the exception of
|
||||
# the visible content from within the `/.well-known/` hidden directory.
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_URI} "!(^|/)\.well-known/([^./]+./?)+$" [NC]
|
||||
RewriteCond %{SCRIPT_FILENAME} -d [OR]
|
||||
RewriteCond %{SCRIPT_FILENAME} -f
|
||||
RewriteRule "(^|/)\." - [F]
|
||||
</IfModule>
|
||||
|
||||
# Block access to files that can expose sensitive information.
|
||||
<FilesMatch "(^#.*#|\.(bak|conf|dist|fla|in[ci]|log|psd|sh|sql|sw[op])|~)$">
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
</FilesMatch>
|
||||
|
||||
# Prevent some browsers from MIME-sniffing the response.
|
||||
<IfModule mod_headers.c>
|
||||
Header set X-Content-Type-Options "nosniff"
|
||||
</IfModule>
|
||||
|
||||
# Remove the `X-Powered-By` response header
|
||||
<IfModule mod_headers.c>
|
||||
Header unset X-Powered-By
|
||||
</IfModule>
|
||||
|
||||
# Prevent Apache from adding a trailing footer line containing
|
||||
# information about the server to the server-generated documents
|
||||
ServerSignature Off
|
||||
|
||||
|
||||
|
||||
# Force Internet Explorer 8/9/10 to render pages in the highest mode
|
||||
# available in the various cases when it may not.
|
||||
<IfModule mod_headers.c>
|
||||
Header set X-UA-Compatible "IE=edge"
|
||||
<FilesMatch "\.(appcache|atom|bbaw|bmp|crx|css|cur|eot|f4[abpv]|flv|geojson|gif|htc|ico|jpe?g|js|json(ld)?|m4[av]|manifest|map|mp4|oex|og[agv]|opus|otf|pdf|png|rdf|rss|safariextz|svgz?|swf|topojson|tt[cf]|txt|vcard|vcf|vtt|webapp|web[mp]|webmanifest|woff2?|xloc|xml|xpi)$">
|
||||
Header unset X-UA-Compatible
|
||||
</FilesMatch>
|
||||
</IfModule>
|
||||
|
||||
|
||||
|
||||
# Allow cross-origin access to web fonts.
|
||||
<IfModule mod_headers.c>
|
||||
<FilesMatch "\.(eot|otf|tt[cf]|woff2?)$">
|
||||
Header set Access-Control-Allow-Origin "*"
|
||||
</FilesMatch>
|
||||
</IfModule>
|
||||
|
||||
|
||||
|
||||
# Disable the pattern matching based on filenames.
|
||||
Options -MultiViews
|
||||
|
||||
|
||||
# Force client-side SSL redirection.
|
||||
<IfModule mod_headers.c>
|
||||
Header always set Strict-Transport-Security "max-age=16070400; includeSubDomains"
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_deflate.c>
|
||||
AddOutputFilterByType DEFLATE text/plain
|
||||
AddOutputFilterByType DEFLATE text/html
|
||||
AddOutputFilterByType DEFLATE text/xml
|
||||
AddOutputFilterByType DEFLATE text/shtml
|
||||
AddOutputFilterByType DEFLATE text/css
|
||||
AddOutputFilterByType DEFLATE application/xml
|
||||
AddOutputFilterByType DEFLATE application/xhtml+xml
|
||||
AddOutputFilterByType DEFLATE application/rss+xml
|
||||
AddOutputFilterByType DEFLATE application/javascript
|
||||
AddOutputFilterByType DEFLATE application/x-javascript
|
||||
</IfModule>
|
||||
|
||||
|
||||
# BEGIN WordPress
|
||||
# Dyrektywy zawarte między "BEGIN WordPress" oraz "END WordPress"
|
||||
# są generowane dynamicznie i powinny być modyfikowane tylko za pomocą
|
||||
# filtrów WordPressa. Zmiany dokonane bezpośrednio tutaj będą nadpisywane.
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
||||
RewriteBase /
|
||||
RewriteRule ^index\.php$ - [L]
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule . /index.php [L]
|
||||
</IfModule>
|
||||
|
||||
# END WordPress
|
||||
17
.vscode/ftp-kr.json
vendored
Normal file
17
.vscode/ftp-kr.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"host": "biologikasukcesji.pl",
|
||||
"username": "projectpro@biologikasukcesji.pl",
|
||||
"password": "iXTeYuQ6P2",
|
||||
"remotePath": "/domains/biologikasukcesji.pl/public_html",
|
||||
"protocol": "ftp",
|
||||
"port": 0,
|
||||
"fileNameEncoding": "utf8",
|
||||
"autoUpload": true,
|
||||
"autoDelete": false,
|
||||
"autoDownload": false,
|
||||
"ignoreRemoteModification": true,
|
||||
"ignore": [
|
||||
".git",
|
||||
"/.vscode"
|
||||
]
|
||||
}
|
||||
350
.vscode/ftp-kr.sync.cache.json
vendored
Normal file
350
.vscode/ftp-kr.sync.cache.json
vendored
Normal file
@@ -0,0 +1,350 @@
|
||||
{
|
||||
"ftp://biologikasukcesji.pl@projectpro@biologikasukcesji.pl": {
|
||||
"domains": {
|
||||
"biologikasukcesji.pl": {
|
||||
"public_html": {
|
||||
".htaccess": {
|
||||
"type": "-",
|
||||
"size": 12737,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
".htaccess.bk": {
|
||||
"type": "-",
|
||||
"size": 9762,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
".tmb": {},
|
||||
"400.shtml": {
|
||||
"type": "-",
|
||||
"size": 1549,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"401.shtml": {
|
||||
"type": "-",
|
||||
"size": 1555,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"403.shtml": {
|
||||
"type": "-",
|
||||
"size": 1534,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"404.shtml": {
|
||||
"type": "-",
|
||||
"size": 1495,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"408.shtml": {
|
||||
"type": "-",
|
||||
"size": 1580,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"500.shtml": {
|
||||
"type": "-",
|
||||
"size": 1585,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"SUKCESJE_Katalog.pdf": {
|
||||
"type": "-",
|
||||
"size": 9126475,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"audiobook": {},
|
||||
"cgi-bin": {},
|
||||
"ebook": {},
|
||||
"favicon.ico": {
|
||||
"type": "-",
|
||||
"size": 107187,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"img": {},
|
||||
"index.php": {
|
||||
"type": "-",
|
||||
"size": 405,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"index.shtml.old": {
|
||||
"type": "-",
|
||||
"size": 972,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"license.txt": {
|
||||
"type": "-",
|
||||
"size": 19915,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"logo.jpg": {
|
||||
"type": "-",
|
||||
"size": 21071,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"prezent-swiateczny": {},
|
||||
"readme.html": {
|
||||
"type": "-",
|
||||
"size": 7409,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"robots.txt": {
|
||||
"type": "-",
|
||||
"size": 421,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"wp-activate.php": {
|
||||
"type": "-",
|
||||
"size": 7387,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"wp-admin": {},
|
||||
"wp-blog-header.php": {
|
||||
"type": "-",
|
||||
"size": 351,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"wp-comments-post.php": {
|
||||
"type": "-",
|
||||
"size": 2323,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"wp-config-sample.php": {
|
||||
"type": "-",
|
||||
"size": 3336,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"wp-config.php": {
|
||||
"type": "-",
|
||||
"size": 3528,
|
||||
"lmtime": 1743399967574,
|
||||
"modified": false
|
||||
},
|
||||
"wp-content": {
|
||||
"plugins": {
|
||||
"biologika-woocommerce": {
|
||||
"woocommerce": {
|
||||
"single-product": {
|
||||
"add-to-cart": {
|
||||
"external.php": {
|
||||
"type": "-",
|
||||
"size": 1321,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"grouped.php": {
|
||||
"type": "-",
|
||||
"size": 6038,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"simple.php": {
|
||||
"type": "-",
|
||||
"size": 4160,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"variable.php": {
|
||||
"type": "-",
|
||||
"size": 3467,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"variation-add-to-cart-button.php": {
|
||||
"type": "-",
|
||||
"size": 7994,
|
||||
"lmtime": 1743151705931,
|
||||
"modified": false
|
||||
},
|
||||
"variation.php": {
|
||||
"type": "-",
|
||||
"size": 1254,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
}
|
||||
},
|
||||
"meta.php": {
|
||||
"type": "-",
|
||||
"size": 1613,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"photoswipe.php": {
|
||||
"type": "-",
|
||||
"size": 2342,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"price.php": {
|
||||
"type": "-",
|
||||
"size": 1035,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"product-attributes.php": {
|
||||
"type": "-",
|
||||
"size": 1344,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"product-image.php": {
|
||||
"type": "-",
|
||||
"size": 2278,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"product-thumbnails.php": {
|
||||
"type": "-",
|
||||
"size": 1301,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"rating.php": {
|
||||
"type": "-",
|
||||
"size": 1440,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"related.php": {
|
||||
"type": "-",
|
||||
"size": 1500,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"review-meta.php": {
|
||||
"type": "-",
|
||||
"size": 1638,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"review-rating.php": {
|
||||
"type": "-",
|
||||
"size": 935,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"review.php": {
|
||||
"type": "-",
|
||||
"size": 1819,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"sale-flash.php": {
|
||||
"type": "-",
|
||||
"size": 1065,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"share.php": {
|
||||
"type": "-",
|
||||
"size": 947,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"short-description.php": {
|
||||
"type": "-",
|
||||
"size": 1294,
|
||||
"lmtime": 1743151157195,
|
||||
"modified": false
|
||||
},
|
||||
"stock.php": {
|
||||
"type": "-",
|
||||
"size": 776,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"tabs": {},
|
||||
"title.php": {
|
||||
"type": "-",
|
||||
"size": 878,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"up-sells.php": {
|
||||
"type": "-",
|
||||
"size": 1483,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"wp-cron.php": {
|
||||
"type": "-",
|
||||
"size": 5617,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"wp-includes": {},
|
||||
"wp-links-opml.php": {
|
||||
"type": "-",
|
||||
"size": 2502,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"wp-load.php": {
|
||||
"type": "-",
|
||||
"size": 3937,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"wp-login.php": {
|
||||
"type": "-",
|
||||
"size": 51367,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"wp-mail.php": {
|
||||
"type": "-",
|
||||
"size": 8543,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"wp-settings.php": {
|
||||
"type": "-",
|
||||
"size": 29032,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"wp-signup.php": {
|
||||
"type": "-",
|
||||
"size": 34385,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"wp-trackback.php": {
|
||||
"type": "-",
|
||||
"size": 5102,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
},
|
||||
"xmlrpc.php": {
|
||||
"type": "-",
|
||||
"size": 3246,
|
||||
"lmtime": 0,
|
||||
"modified": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"$version": 1
|
||||
}
|
||||
12
.vscode/sftp.json
vendored
Normal file
12
.vscode/sftp.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "biologikasukcesji.pl",
|
||||
"host": "biologikasukcesji.pl",
|
||||
"protocol": "ftp",
|
||||
"port": 21,
|
||||
"username": "projectpro@biologikasukcesji.pl",
|
||||
"password": "iXTeYuQ6P2",
|
||||
"remotePath": "/domains/biologikasukcesji.pl/public_html",
|
||||
"uploadOnSave": false,
|
||||
"useTempFile": false,
|
||||
"openSsh": false
|
||||
}
|
||||
31
400.shtml
Normal file
31
400.shtml
Normal file
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<HTML><HEAD>
|
||||
<TITLE>400 Bad Request</TITLE>
|
||||
<link rel="stylesheet" href="http://zenbox.pl/default_webpage/style.css" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</HEAD><BODY>
|
||||
<div id="container">
|
||||
<div class="info error">
|
||||
<h2>Nieprawidłowe wywołanie!</h2>
|
||||
<p>Serwer otrzymał nieprawidłowo sformułowane żądanie, stąd nie mogło zostać ono przetworzone.</p>
|
||||
</div>
|
||||
|
||||
<p>Nie jesteś naszym Klientem? <a href="https://zenbox.pl" title="hosting bez zmartwień, domeny, serwery www, strony, sklepy" target="_blank"><strong>Zobacz co możemy Ci zaoferować</strong></a> lub od razu <a href="https://panel.zenbox.pl/zamow.html" target="_blank"><strong>zamów u nas testowy serwer</strong></a> lub <a href="https://zenbox.pl/domeny/" title="domeny w stanie ZEN"><strong>domenę<strong></a>.</p>
|
||||
|
||||
<ul>
|
||||
<li class="home">
|
||||
<span>Strona główna</span>
|
||||
<a href="https://zenbox.pl" title="hosting bez zmartwień, domeny, serwery www, strony, sklepy" target="_blank">zenbox.pl</a>
|
||||
</li>
|
||||
<li class="Shop">
|
||||
<span>Zamów jedną z usług</span>
|
||||
<a href="https://panel.zenbox.pl/zamow.html" target="_blank">Złóż zamówienie</a>
|
||||
</li>
|
||||
<li class="help">
|
||||
<span>Napisz jeśli masz problem</span>
|
||||
<a href="http://pomoc.zenbox.pl" target="_blank">Dział pomocy ZB</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div><!-- Container -->
|
||||
</BODY></HTML>
|
||||
33
401.shtml
Normal file
33
401.shtml
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<HTML><HEAD>
|
||||
<TITLE>401 Authorization Required</TITLE>
|
||||
<link rel="stylesheet" href="http://zenbox.pl/default_webpage/style.css" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</HEAD><BODY>
|
||||
<div id="container">
|
||||
<div class="info error">
|
||||
<h2>Wymagana autoryzacja!</h2>
|
||||
<p>Dostęp do wnioskowanego zasobu wymaga zalogowania się przy użyciu nazwy użytkownika i hasła.</p>
|
||||
</div>
|
||||
|
||||
<p>Nie jesteś naszym Klientem? <a href="https://zenbox.pl" title="hosting bez zmartwień, domeny, serwery www, strony, sklepy" target="_blank"><strong>Zobacz co możemy Ci zaoferować</strong></a> lub od razu <a href="https://panel.zenbox.pl/zamow.html" target="_blank"><strong>zamów u nas testowy serwer</strong></a> lub <a href="https://zenbox.pl/domeny/" title="domeny w stanie ZEN"><strong>domenę<strong></a>.</p>
|
||||
|
||||
<ul>
|
||||
<li class="home">
|
||||
<span>Strona główna</span>
|
||||
<a href="https://zenbox.pl" title="hosting bez zmartwień, domeny, serwery www, strony, sklepy" target="_blank">zenbox.pl</a>
|
||||
</li>
|
||||
<li class="Shop">
|
||||
<span>Zamów jedną z usług</span>
|
||||
<a href="https://panel.zenbox.pl/zamow.html" target="_blank">Złóż zamówienie</a>
|
||||
</li>
|
||||
<li class="help">
|
||||
<span>Napisz jeśli masz problem</span>
|
||||
<a href="http://pomoc.zenbox.pl" target="_blank">Dział pomocy ZB</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div><!-- Container -->
|
||||
</BODY></HTML>
|
||||
33
403.shtml
Normal file
33
403.shtml
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<HTML><HEAD>
|
||||
<TITLE>403 Forbidden</TITLE>
|
||||
<link rel="stylesheet" href="http://zenbox.pl/default_webpage/style.css" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</HEAD><BODY>
|
||||
<div id="container">
|
||||
<div class="info error">
|
||||
<h2>Odmówiono dostępu!</h2>
|
||||
<p>Nie posiadasz uprawnień do przeglądania <!--#echo var="REQUEST_URI" --> na tym serwerze.</p>
|
||||
</div>
|
||||
|
||||
<p>Nie jesteś naszym Klientem? <a href="https://zenbox.pl" title="hosting bez zmartwień, domeny, serwery www, strony, sklepy" target="_blank"><strong>Zobacz co możemy Ci zaoferować</strong></a> lub od razu <a href="https://panel.zenbox.pl/zamow.html" target="_blank"><strong>zamów u nas testowy serwer</strong></a> lub <a href="https://zenbox.pl/domeny/" title="domeny w stanie ZEN"><strong>domenę<strong></a>.</p>
|
||||
|
||||
<ul>
|
||||
<li class="home">
|
||||
<span>Strona główna</span>
|
||||
<a href="https://zenbox.pl" title="hosting bez zmartwień, domeny, serwery www, strony, sklepy" target="_blank">zenbox.pl</a>
|
||||
</li>
|
||||
<li class="Shop">
|
||||
<span>Zamów jedną z usług</span>
|
||||
<a href="https://panel.zenbox.pl/zamow.html" target="_blank">Złóż zamówienie</a>
|
||||
</li>
|
||||
<li class="help">
|
||||
<span>Napisz jeśli masz problem</span>
|
||||
<a href="http://pomoc.zenbox.pl" target="_blank">Dział pomocy ZB</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div><!-- Container -->
|
||||
</BODY></HTML>
|
||||
32
404.shtml
Normal file
32
404.shtml
Normal file
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<HTML><HEAD>
|
||||
<TITLE>404 Not Found</TITLE>
|
||||
<link rel="stylesheet" href="http://zenbox.pl/default_webpage/style.css" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</HEAD><BODY>
|
||||
<div id="container">
|
||||
<div class="info error">
|
||||
<h2>Nie znaleziono strony</h2>
|
||||
<p>Adres <!--#echo var="REQUEST_URI" --> nie istnieje.</p>
|
||||
</div>
|
||||
|
||||
<p>Nie jesteś naszym Klientem? <a href="https://zenbox.pl" title="hosting bez zmartwień, domeny, serwery www, strony, sklepy" target="_blank"><strong>Zobacz co możemy Ci zaoferować</strong></a> lub od razu <a href="https://panel.zenbox.pl/zamow.html" target="_blank"><strong>zamów u nas testowy serwer</strong></a> lub <a href="https://zenbox.pl/domeny/" title="domeny w stanie ZEN"><strong>domenę<strong></a>.</p>
|
||||
|
||||
<ul>
|
||||
<li class="home">
|
||||
<span>Strona główna</span>
|
||||
<a href="https://zenbox.pl" title="hosting bez zmartwień, domeny, serwery www, strony, sklepy" target="_blank">zenbox.pl</a>
|
||||
</li>
|
||||
<li class="Shop">
|
||||
<span>Zamów jedną z usług</span>
|
||||
<a href="https://panel.zenbox.pl/zamow.html" target="_blank">Złóż zamówienie</a>
|
||||
</li>
|
||||
<li class="help">
|
||||
<span>Napisz jeśli masz problem</span>
|
||||
<a href="http://pomoc.zenbox.pl" target="_blank">Dział pomocy ZB</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div><!-- Container -->
|
||||
</BODY></HTML>
|
||||
33
408.shtml
Normal file
33
408.shtml
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<HTML><HEAD>
|
||||
<TITLE>408 Request Time Out</TITLE>
|
||||
<link rel="stylesheet" href="http://zenbox.pl/default_webpage/style.css" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</HEAD><BODY>
|
||||
<div id="container">
|
||||
<div class="info error">
|
||||
<h2>Wystąpił wewnętrzny błąd serwera!</h2>
|
||||
<p>Żadanie nie mogło zostać wykonane z powodu wystąpienia błędu w skryptach użytkownika lub pliku htaccess.</p>
|
||||
</div>
|
||||
|
||||
<p>Nie jesteś naszym Klientem? <a href="https://zenbox.pl" title="hosting bez zmartwień, domeny, serwery www, strony, sklepy" target="_blank"><strong>Zobacz co możemy Ci zaoferować</strong></a> lub od razu <a href="https://panel.zenbox.pl/zamow.html" target="_blank"><strong>zamów u nas testowy serwer</strong></a> lub <a href="https://zenbox.pl/domeny/" title="domeny w stanie ZEN"><strong>domenę<strong></a>.</p>
|
||||
|
||||
<ul>
|
||||
<li class="home">
|
||||
<span>Strona główna</span>
|
||||
<a href="https://zenbox.pl" title="hosting bez zmartwień, domeny, serwery www, strony, sklepy" target="_blank">zenbox.pl</a>
|
||||
</li>
|
||||
<li class="Shop">
|
||||
<span>Zamów jedną z usług</span>
|
||||
<a href="https://panel.zenbox.pl/zamow.html" target="_blank">Złóż zamówienie</a>
|
||||
</li>
|
||||
<li class="help">
|
||||
<span>Napisz jeśli masz problem</span>
|
||||
<a href="http://pomoc.zenbox.pl" target="_blank">Dział pomocy ZB</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div><!-- Container -->
|
||||
</BODY></HTML>
|
||||
33
500.shtml
Normal file
33
500.shtml
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<HTML><HEAD>
|
||||
<TITLE>500 Internal Server Error</TITLE>
|
||||
<link rel="stylesheet" href="http://zenbox.pl/default_webpage/style.css" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</HEAD><BODY>
|
||||
<div id="container">
|
||||
<div class="info error">
|
||||
<h2>Wystąpił wewnętrzny błąd serwera!</h2>
|
||||
<p>Żadanie nie mogło zostać wykonane z powodu wystąpienia błędu w skryptach użytkownika lub pliku htaccess.</p>
|
||||
</div>
|
||||
|
||||
<p>Nie jesteś naszym Klientem? <a href="https://zenbox.pl" title="hosting bez zmartwień, domeny, serwery www, strony, sklepy" target="_blank"><strong>Zobacz co możemy Ci zaoferować</strong></a> lub od razu <a href="https://panel.zenbox.pl/zamow.html" target="_blank"><strong>zamów u nas testowy serwer</strong></a> lub <a href="https://zenbox.pl/domeny/" title="domeny w stanie ZEN"><strong>domenę<strong></a>.</p>
|
||||
|
||||
<ul>
|
||||
<li class="home">
|
||||
<span>Strona główna</span>
|
||||
<a href="https://zenbox.pl" title="hosting bez zmartwień, domeny, serwery www, strony, sklepy" target="_blank">zenbox.pl</a>
|
||||
</li>
|
||||
<li class="Shop">
|
||||
<span>Zamów jedną z usług</span>
|
||||
<a href="https://panel.zenbox.pl/zamow.html" target="_blank">Złóż zamówienie</a>
|
||||
</li>
|
||||
<li class="help">
|
||||
<span>Napisz jeśli masz problem</span>
|
||||
<a href="http://pomoc.zenbox.pl" target="_blank">Dział pomocy ZB</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div><!-- Container -->
|
||||
</BODY></HTML>
|
||||
82859
SUKCESJE_Katalog.pdf
Normal file
82859
SUKCESJE_Katalog.pdf
Normal file
File diff suppressed because it is too large
Load Diff
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 105 KiB |
17
index.php
Normal file
17
index.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Front to the WordPress application. This file doesn't do anything, but loads
|
||||
* wp-blog-header.php which does and tells WordPress to load the theme.
|
||||
*
|
||||
* @package WordPress
|
||||
*/
|
||||
|
||||
/**
|
||||
* Tells WordPress to load the WordPress theme and output it.
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
define( 'WP_USE_THEMES', true );
|
||||
|
||||
/** Loads the WordPress Environment and Template */
|
||||
require __DIR__ . '/wp-blog-header.php';
|
||||
55
index.shtml.old
Normal file
55
index.shtml.old
Normal file
@@ -0,0 +1,55 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Biologia Sukcesji</title>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
background-color: #FCF8F6;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
max-height: 100vh;
|
||||
min-width: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
/* a {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
} */
|
||||
|
||||
.link {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="mailto:kontakt@sukcesje.pl">
|
||||
<img src="img/under_construction.webp" alt="Under Construction">
|
||||
<span class="link"></span>
|
||||
</a>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
384
license.txt
Normal file
384
license.txt
Normal file
@@ -0,0 +1,384 @@
|
||||
WordPress - Web publishing software
|
||||
|
||||
Copyright 2011-2024 by the contributors
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
This program incorporates work covered by the following copyright and
|
||||
permission notices:
|
||||
|
||||
b2 is (c) 2001, 2002 Michel Valdrighi - https://cafelog.com
|
||||
|
||||
Wherever third party code has been used, credit has been given in the code's
|
||||
comments.
|
||||
|
||||
b2 is released under the GPL
|
||||
|
||||
and
|
||||
|
||||
WordPress - Web publishing software
|
||||
|
||||
Copyright 2003-2010 by the contributors
|
||||
|
||||
WordPress is released under the GPL
|
||||
|
||||
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Lesser General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License.
|
||||
|
||||
WRITTEN OFFER
|
||||
|
||||
The source code for any program binaries or compressed scripts that are
|
||||
included with WordPress can be freely obtained at the following URL:
|
||||
|
||||
https://wordpress.org/download/source/
|
||||
97
readme.html
Normal file
97
readme.html
Normal file
@@ -0,0 +1,97 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>WordPress › ReadMe</title>
|
||||
<link rel="stylesheet" href="wp-admin/css/install.css?ver=20100228" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="logo">
|
||||
<a href="https://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a>
|
||||
</h1>
|
||||
<p style="text-align: center">Semantic Personal Publishing Platform</p>
|
||||
|
||||
<h2>First Things First</h2>
|
||||
<p>Welcome. WordPress is a very special project to me. Every developer and contributor adds something unique to the mix, and together we create something beautiful that I am proud to be a part of. Thousands of hours have gone into WordPress, and we are dedicated to making it better every day. Thank you for making it part of your world.</p>
|
||||
<p style="text-align: right">— Matt Mullenweg</p>
|
||||
|
||||
<h2>Installation: Famous 5-minute install</h2>
|
||||
<ol>
|
||||
<li>Unzip the package in an empty directory and upload everything.</li>
|
||||
<li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in your browser. It will take you through the process to set up a <code>wp-config.php</code> file with your database connection details.
|
||||
<ol>
|
||||
<li>If for some reason this does not work, do not worry. It may not work on all web hosts. Open up <code>wp-config-sample.php</code> with a text editor like WordPad or similar and fill in your database connection details.</li>
|
||||
<li>Save the file as <code>wp-config.php</code> and upload it.</li>
|
||||
<li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in your browser.</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>Once the configuration file is set up, the installer will set up the tables needed for your site. If there is an error, double check your <code>wp-config.php</code> file, and try again. If it fails again, please go to the <a href="https://wordpress.org/support/forums/">WordPress support forums</a> with as much data as you can gather.</li>
|
||||
<li><strong>If you did not enter a password, note the password given to you.</strong> If you did not provide a username, it will be <code>admin</code>.</li>
|
||||
<li>The installer should then send you to the <a href="wp-login.php">login page</a>. Sign in with the username and password you chose during the installation. If a password was generated for you, you can then click on “Profile” to change the password.</li>
|
||||
</ol>
|
||||
|
||||
<h2>Updating</h2>
|
||||
<h3>Using the Automatic Updater</h3>
|
||||
<ol>
|
||||
<li>Open <span class="file"><a href="wp-admin/update-core.php">wp-admin/update-core.php</a></span> in your browser and follow the instructions.</li>
|
||||
<li>You wanted more, perhaps? That’s it!</li>
|
||||
</ol>
|
||||
|
||||
<h3>Updating Manually</h3>
|
||||
<ol>
|
||||
<li>Before you update anything, make sure you have backup copies of any files you may have modified such as <code>index.php</code>.</li>
|
||||
<li>Delete your old WordPress files, saving ones you’ve modified.</li>
|
||||
<li>Upload the new files.</li>
|
||||
<li>Point your browser to <span class="file"><a href="wp-admin/upgrade.php">/wp-admin/upgrade.php</a>.</span></li>
|
||||
</ol>
|
||||
|
||||
<h2>Migrating from other systems</h2>
|
||||
<p>WordPress can <a href="https://developer.wordpress.org/advanced-administration/wordpress/import/">import from a number of systems</a>. First you need to get WordPress installed and working as described above, before using <a href="wp-admin/import.php">our import tools</a>.</p>
|
||||
|
||||
<h2>System Requirements</h2>
|
||||
<ul>
|
||||
<li><a href="https://www.php.net/">PHP</a> version <strong>7.2.24</strong> or greater.</li>
|
||||
<li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.5.5</strong> or greater.</li>
|
||||
</ul>
|
||||
|
||||
<h3>Recommendations</h3>
|
||||
<ul>
|
||||
<li><a href="https://www.php.net/">PHP</a> version <strong>7.4</strong> or greater.</li>
|
||||
<li><a href="https://www.mysql.com/">MySQL</a> version <strong>8.0</strong> or greater OR <a href="https://mariadb.org/">MariaDB</a> version <strong>10.5</strong> or greater.</li>
|
||||
<li>The <a href="https://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a> Apache module.</li>
|
||||
<li><a href="https://wordpress.org/news/2016/12/moving-toward-ssl/">HTTPS</a> support.</li>
|
||||
<li>A link to <a href="https://wordpress.org/">wordpress.org</a> on your site.</li>
|
||||
</ul>
|
||||
|
||||
<h2>Online Resources</h2>
|
||||
<p>If you have any questions that are not addressed in this document, please take advantage of WordPress’ numerous online resources:</p>
|
||||
<dl>
|
||||
<dt><a href="https://wordpress.org/documentation/">HelpHub</a></dt>
|
||||
<dd>HelpHub is the encyclopedia of all things WordPress. It is the most comprehensive source of information for WordPress available.</dd>
|
||||
<dt><a href="https://wordpress.org/news/">The WordPress Blog</a></dt>
|
||||
<dd>This is where you’ll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.</dd>
|
||||
<dt><a href="https://planet.wordpress.org/">WordPress Planet</a></dt>
|
||||
<dd>The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.</dd>
|
||||
<dt><a href="https://wordpress.org/support/forums/">WordPress Support Forums</a></dt>
|
||||
<dd>If you’ve looked everywhere and still cannot find an answer, the support forums are very active and have a large community ready to help. To help them help you be sure to use a descriptive thread title and describe your question in as much detail as possible.</dd>
|
||||
<dt><a href="https://make.wordpress.org/support/handbook/appendix/other-support-locations/introduction-to-irc/">WordPress <abbr>IRC</abbr> (Internet Relay Chat) Channel</a></dt>
|
||||
<dd>There is an online chat channel that is used for discussion among people who use WordPress and occasionally support topics. The above wiki page should point you in the right direction. (<a href="https://web.libera.chat/#wordpress">irc.libera.chat #wordpress</a>)</dd>
|
||||
</dl>
|
||||
|
||||
<h2>Final Notes</h2>
|
||||
<ul>
|
||||
<li>If you have any suggestions, ideas, or comments, or if you (gasp!) found a bug, join us in the <a href="https://wordpress.org/support/forums/">Support Forums</a>.</li>
|
||||
<li>WordPress has a robust plugin <abbr>API</abbr> (Application Programming Interface) that makes extending the code easy. If you are a developer interested in utilizing this, see the <a href="https://developer.wordpress.org/plugins/">Plugin Developer Handbook</a>. You shouldn’t modify any of the core code.</li>
|
||||
</ul>
|
||||
|
||||
<h2>Share the Love</h2>
|
||||
<p>WordPress has no multi-million dollar marketing campaign or celebrity sponsors, but we do have something even better—you. If you enjoy WordPress please consider telling a friend, setting it up for someone less knowledgeable than yourself, or writing the author of a media article that overlooks us.</p>
|
||||
|
||||
<p>WordPress is the official continuation of <a href="https://cafelog.com/">b2/cafélog</a>, which came from Michel V. The work has been continued by the <a href="https://wordpress.org/about/">WordPress developers</a>. If you would like to support WordPress, please consider <a href="https://wordpress.org/donate/">donating</a>.</p>
|
||||
|
||||
<h2>License</h2>
|
||||
<p>WordPress is free software, and is released under the terms of the <abbr>GPL</abbr> (GNU General Public License) version 2 or (at your option) any later version. See <a href="license.txt">license.txt</a>.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
16
robots.txt
Normal file
16
robots.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
User-agent: *
|
||||
Disallow: /wp-login.php
|
||||
Disallow: /wp-content/plugins/
|
||||
Disallow: /wp-admin/
|
||||
Allow: /wp-admin/admin-ajax.php
|
||||
Disallow: /readme.html
|
||||
Disallow: /refer/
|
||||
Disallow: /?s=
|
||||
Disallow: /search/
|
||||
Disallow: /xmlrpc.php
|
||||
Disallow: /wp-includes/wlwmanifest.xml
|
||||
Disallow: /*add-to-cart=*
|
||||
Disallow: /koszyk/
|
||||
Disallow: /zamowienie/
|
||||
Disallow: /moje-konto/
|
||||
Sitemap: https://biologikasukcesji.pl/sitemap_index.xml
|
||||
218
wp-activate.php
Normal file
218
wp-activate.php
Normal file
@@ -0,0 +1,218 @@
|
||||
<?php
|
||||
/**
|
||||
* Confirms that the activation key that is sent in an email after a user signs
|
||||
* up for a new site matches the key for that user and then displays confirmation.
|
||||
*
|
||||
* @package WordPress
|
||||
*/
|
||||
|
||||
define( 'WP_INSTALLING', true );
|
||||
|
||||
/** Sets up the WordPress Environment. */
|
||||
require __DIR__ . '/wp-load.php';
|
||||
|
||||
require __DIR__ . '/wp-blog-header.php';
|
||||
|
||||
if ( ! is_multisite() ) {
|
||||
wp_redirect( wp_registration_url() );
|
||||
die();
|
||||
}
|
||||
|
||||
$valid_error_codes = array( 'already_active', 'blog_taken' );
|
||||
|
||||
list( $activate_path ) = explode( '?', wp_unslash( $_SERVER['REQUEST_URI'] ) );
|
||||
$activate_cookie = 'wp-activate-' . COOKIEHASH;
|
||||
|
||||
$key = '';
|
||||
$result = null;
|
||||
|
||||
if ( isset( $_GET['key'] ) && isset( $_POST['key'] ) && $_GET['key'] !== $_POST['key'] ) {
|
||||
wp_die( __( 'A key value mismatch has been detected. Please follow the link provided in your activation email.' ), __( 'An error occurred during the activation' ), 400 );
|
||||
} elseif ( ! empty( $_GET['key'] ) ) {
|
||||
$key = $_GET['key'];
|
||||
} elseif ( ! empty( $_POST['key'] ) ) {
|
||||
$key = $_POST['key'];
|
||||
}
|
||||
|
||||
if ( $key ) {
|
||||
$redirect_url = remove_query_arg( 'key' );
|
||||
|
||||
if ( remove_query_arg( false ) !== $redirect_url ) {
|
||||
setcookie( $activate_cookie, $key, 0, $activate_path, COOKIE_DOMAIN, is_ssl(), true );
|
||||
wp_safe_redirect( $redirect_url );
|
||||
exit;
|
||||
} else {
|
||||
$result = wpmu_activate_signup( $key );
|
||||
}
|
||||
}
|
||||
|
||||
if ( null === $result && isset( $_COOKIE[ $activate_cookie ] ) ) {
|
||||
$key = $_COOKIE[ $activate_cookie ];
|
||||
$result = wpmu_activate_signup( $key );
|
||||
setcookie( $activate_cookie, ' ', time() - YEAR_IN_SECONDS, $activate_path, COOKIE_DOMAIN, is_ssl(), true );
|
||||
}
|
||||
|
||||
if ( null === $result || ( is_wp_error( $result ) && 'invalid_key' === $result->get_error_code() ) ) {
|
||||
status_header( 404 );
|
||||
} elseif ( is_wp_error( $result ) ) {
|
||||
$error_code = $result->get_error_code();
|
||||
|
||||
if ( ! in_array( $error_code, $valid_error_codes, true ) ) {
|
||||
status_header( 400 );
|
||||
}
|
||||
}
|
||||
|
||||
nocache_headers();
|
||||
|
||||
if ( is_object( $wp_object_cache ) ) {
|
||||
$wp_object_cache->cache_enabled = false;
|
||||
}
|
||||
|
||||
// Fix for page title.
|
||||
$wp_query->is_404 = false;
|
||||
|
||||
/**
|
||||
* Fires before the Site Activation page is loaded.
|
||||
*
|
||||
* @since 3.0.0
|
||||
*/
|
||||
do_action( 'activate_header' );
|
||||
|
||||
/**
|
||||
* Adds an action hook specific to this page.
|
||||
*
|
||||
* Fires on {@see 'wp_head'}.
|
||||
*
|
||||
* @since MU (3.0.0)
|
||||
*/
|
||||
function do_activate_header() {
|
||||
/**
|
||||
* Fires within the `<head>` section of the Site Activation page.
|
||||
*
|
||||
* Fires on the {@see 'wp_head'} action.
|
||||
*
|
||||
* @since 3.0.0
|
||||
*/
|
||||
do_action( 'activate_wp_head' );
|
||||
}
|
||||
add_action( 'wp_head', 'do_activate_header' );
|
||||
|
||||
/**
|
||||
* Loads styles specific to this page.
|
||||
*
|
||||
* @since MU (3.0.0)
|
||||
*/
|
||||
function wpmu_activate_stylesheet() {
|
||||
?>
|
||||
<style type="text/css">
|
||||
.wp-activate-container { width: 90%; margin: 0 auto; }
|
||||
.wp-activate-container form { margin-top: 2em; }
|
||||
#submit, #key { width: 100%; font-size: 24px; box-sizing: border-box; }
|
||||
#language { margin-top: 0.5em; }
|
||||
.wp-activate-container .error { background: #f66; color: #333; }
|
||||
span.h3 { padding: 0 8px; font-size: 1.3em; font-weight: 600; }
|
||||
</style>
|
||||
<?php
|
||||
}
|
||||
add_action( 'wp_head', 'wpmu_activate_stylesheet' );
|
||||
add_action( 'wp_head', 'wp_strict_cross_origin_referrer' );
|
||||
add_filter( 'wp_robots', 'wp_robots_sensitive_page' );
|
||||
|
||||
get_header( 'wp-activate' );
|
||||
|
||||
$blog_details = get_site();
|
||||
?>
|
||||
|
||||
<div id="signup-content" class="widecolumn">
|
||||
<div class="wp-activate-container">
|
||||
<?php if ( ! $key ) { ?>
|
||||
|
||||
<h2><?php _e( 'Activation Key Required' ); ?></h2>
|
||||
<form name="activateform" id="activateform" method="post" action="<?php echo esc_url( network_site_url( $blog_details->path . 'wp-activate.php' ) ); ?>">
|
||||
<p>
|
||||
<label for="key"><?php _e( 'Activation Key:' ); ?></label>
|
||||
<br /><input type="text" name="key" id="key" value="" size="50" autofocus="autofocus" />
|
||||
</p>
|
||||
<p class="submit">
|
||||
<input id="submit" type="submit" name="Submit" class="submit" value="<?php esc_attr_e( 'Activate' ); ?>" />
|
||||
</p>
|
||||
</form>
|
||||
|
||||
<?php
|
||||
} else {
|
||||
if ( is_wp_error( $result ) && in_array( $result->get_error_code(), $valid_error_codes, true ) ) {
|
||||
$signup = $result->get_error_data();
|
||||
?>
|
||||
<h2><?php _e( 'Your account is now active!' ); ?></h2>
|
||||
<?php
|
||||
echo '<p class="lead-in">';
|
||||
if ( '' === $signup->domain . $signup->path ) {
|
||||
printf(
|
||||
/* translators: 1: Login URL, 2: Username, 3: User email address, 4: Lost password URL. */
|
||||
__( 'Your account has been activated. You may now <a href="%1$s">log in</a> to the site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%4$s">reset your password</a>.' ),
|
||||
esc_url( network_site_url( $blog_details->path . 'wp-login.php', 'login' ) ),
|
||||
esc_html( $signup->user_login ),
|
||||
esc_html( $signup->user_email ),
|
||||
esc_url( wp_lostpassword_url() )
|
||||
);
|
||||
} else {
|
||||
printf(
|
||||
/* translators: 1: Site URL, 2: Username, 3: User email address, 4: Lost password URL. */
|
||||
__( 'Your site at %1$s is active. You may now log in to your site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%4$s">reset your password</a>.' ),
|
||||
sprintf( '<a href="http://%1$s">%1$s</a>', esc_url( $signup->domain . $blog_details->path ) ),
|
||||
esc_html( $signup->user_login ),
|
||||
esc_html( $signup->user_email ),
|
||||
esc_url( wp_lostpassword_url() )
|
||||
);
|
||||
}
|
||||
echo '</p>';
|
||||
} elseif ( null === $result || is_wp_error( $result ) ) {
|
||||
?>
|
||||
<h2><?php _e( 'An error occurred during the activation' ); ?></h2>
|
||||
<?php if ( is_wp_error( $result ) ) : ?>
|
||||
<p><?php echo esc_html( $result->get_error_message() ); ?></p>
|
||||
<?php endif; ?>
|
||||
<?php
|
||||
} else {
|
||||
$url = isset( $result['blog_id'] ) ? esc_url( get_home_url( (int) $result['blog_id'] ) ) : '';
|
||||
$user = get_userdata( (int) $result['user_id'] );
|
||||
?>
|
||||
<h2><?php _e( 'Your account is now active!' ); ?></h2>
|
||||
|
||||
<div id="signup-welcome">
|
||||
<p><span class="h3"><?php _e( 'Username:' ); ?></span> <?php echo esc_html( $user->user_login ); ?></p>
|
||||
<p><span class="h3"><?php _e( 'Password:' ); ?></span> <?php echo esc_html( $result['password'] ); ?></p>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
if ( $url && network_home_url( '', 'http' ) !== $url ) :
|
||||
switch_to_blog( (int) $result['blog_id'] );
|
||||
$login_url = wp_login_url();
|
||||
restore_current_blog();
|
||||
?>
|
||||
<p class="view">
|
||||
<?php
|
||||
/* translators: 1: Site URL, 2: Login URL. */
|
||||
printf( __( 'Your account is now activated. <a href="%1$s">View your site</a> or <a href="%2$s">Log in</a>' ), esc_url( $url ), esc_url( $login_url ) );
|
||||
?>
|
||||
</p>
|
||||
<?php else : ?>
|
||||
<p class="view">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: 1: Login URL, 2: Network home URL. */
|
||||
__( 'Your account is now activated. <a href="%1$s">Log in</a> or go back to the <a href="%2$s">homepage</a>.' ),
|
||||
esc_url( network_site_url( $blog_details->path . 'wp-login.php', 'login' ) ),
|
||||
esc_url( network_home_url( $blog_details->path ) )
|
||||
);
|
||||
?>
|
||||
</p>
|
||||
<?php
|
||||
endif;
|
||||
}
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
get_footer( 'wp-activate' );
|
||||
21
wp-blog-header.php
Normal file
21
wp-blog-header.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* Loads the WordPress environment and template.
|
||||
*
|
||||
* @package WordPress
|
||||
*/
|
||||
|
||||
if ( ! isset( $wp_did_header ) ) {
|
||||
|
||||
$wp_did_header = true;
|
||||
|
||||
// Load the WordPress library.
|
||||
require_once __DIR__ . '/wp-load.php';
|
||||
|
||||
// Set up the WordPress query.
|
||||
wp();
|
||||
|
||||
// Load the theme template.
|
||||
require_once ABSPATH . WPINC . '/template-loader.php';
|
||||
|
||||
}
|
||||
81
wp-comments-post.php
Normal file
81
wp-comments-post.php
Normal file
@@ -0,0 +1,81 @@
|
||||
<?php
|
||||
/**
|
||||
* Handles Comment Post to WordPress and prevents duplicate comment posting.
|
||||
*
|
||||
* @package WordPress
|
||||
*/
|
||||
|
||||
if ( 'POST' !== $_SERVER['REQUEST_METHOD'] ) {
|
||||
$protocol = $_SERVER['SERVER_PROTOCOL'];
|
||||
if ( ! in_array( $protocol, array( 'HTTP/1.1', 'HTTP/2', 'HTTP/2.0', 'HTTP/3' ), true ) ) {
|
||||
$protocol = 'HTTP/1.0';
|
||||
}
|
||||
|
||||
header( 'Allow: POST' );
|
||||
header( "$protocol 405 Method Not Allowed" );
|
||||
header( 'Content-Type: text/plain' );
|
||||
exit;
|
||||
}
|
||||
|
||||
/** Sets up the WordPress Environment. */
|
||||
require __DIR__ . '/wp-load.php';
|
||||
|
||||
nocache_headers();
|
||||
|
||||
$comment = wp_handle_comment_submission( wp_unslash( $_POST ) );
|
||||
if ( is_wp_error( $comment ) ) {
|
||||
$data = (int) $comment->get_error_data();
|
||||
if ( ! empty( $data ) ) {
|
||||
wp_die(
|
||||
'<p>' . $comment->get_error_message() . '</p>',
|
||||
__( 'Comment Submission Failure' ),
|
||||
array(
|
||||
'response' => $data,
|
||||
'back_link' => true,
|
||||
)
|
||||
);
|
||||
} else {
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
$user = wp_get_current_user();
|
||||
$cookies_consent = ( isset( $_POST['wp-comment-cookies-consent'] ) );
|
||||
|
||||
/**
|
||||
* Fires after comment cookies are set.
|
||||
*
|
||||
* @since 3.4.0
|
||||
* @since 4.9.6 The `$cookies_consent` parameter was added.
|
||||
*
|
||||
* @param WP_Comment $comment Comment object.
|
||||
* @param WP_User $user Comment author's user object. The user may not exist.
|
||||
* @param bool $cookies_consent Comment author's consent to store cookies.
|
||||
*/
|
||||
do_action( 'set_comment_cookies', $comment, $user, $cookies_consent );
|
||||
|
||||
$location = empty( $_POST['redirect_to'] ) ? get_comment_link( $comment ) : $_POST['redirect_to'] . '#comment-' . $comment->comment_ID;
|
||||
|
||||
// If user didn't consent to cookies, add specific query arguments to display the awaiting moderation message.
|
||||
if ( ! $cookies_consent && 'unapproved' === wp_get_comment_status( $comment ) && ! empty( $comment->comment_author_email ) ) {
|
||||
$location = add_query_arg(
|
||||
array(
|
||||
'unapproved' => $comment->comment_ID,
|
||||
'moderation-hash' => wp_hash( $comment->comment_date_gmt ),
|
||||
),
|
||||
$location
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Filters the location URI to send the commenter after posting.
|
||||
*
|
||||
* @since 2.0.5
|
||||
*
|
||||
* @param string $location The 'redirect_to' URI sent via $_POST.
|
||||
* @param WP_Comment $comment Comment object.
|
||||
*/
|
||||
$location = apply_filters( 'comment_post_redirect', $location, $comment );
|
||||
|
||||
wp_safe_redirect( $location );
|
||||
exit;
|
||||
102
wp-config-sample.php
Normal file
102
wp-config-sample.php
Normal file
@@ -0,0 +1,102 @@
|
||||
<?php
|
||||
/**
|
||||
* The base configuration for WordPress
|
||||
*
|
||||
* The wp-config.php creation script uses this file during the installation.
|
||||
* You don't have to use the website, you can copy this file to "wp-config.php"
|
||||
* and fill in the values.
|
||||
*
|
||||
* This file contains the following configurations:
|
||||
*
|
||||
* * Database settings
|
||||
* * Secret keys
|
||||
* * Database table prefix
|
||||
* * ABSPATH
|
||||
*
|
||||
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
|
||||
*
|
||||
* @package WordPress
|
||||
*/
|
||||
|
||||
// ** Database settings - You can get this info from your web host ** //
|
||||
/** The name of the database for WordPress */
|
||||
define( 'DB_NAME', 'database_name_here' );
|
||||
|
||||
/** Database username */
|
||||
define( 'DB_USER', 'username_here' );
|
||||
|
||||
/** Database password */
|
||||
define( 'DB_PASSWORD', 'password_here' );
|
||||
|
||||
/** Database hostname */
|
||||
define( 'DB_HOST', 'localhost' );
|
||||
|
||||
/** Database charset to use in creating database tables. */
|
||||
define( 'DB_CHARSET', 'utf8' );
|
||||
|
||||
/** The database collate type. Don't change this if in doubt. */
|
||||
define( 'DB_COLLATE', '' );
|
||||
|
||||
/**#@+
|
||||
* Authentication unique keys and salts.
|
||||
*
|
||||
* Change these to different unique phrases! You can generate these using
|
||||
* the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.
|
||||
*
|
||||
* You can change these at any point in time to invalidate all existing cookies.
|
||||
* This will force all users to have to log in again.
|
||||
*
|
||||
* @since 2.6.0
|
||||
*/
|
||||
define( 'AUTH_KEY', 'put your unique phrase here' );
|
||||
define( 'SECURE_AUTH_KEY', 'put your unique phrase here' );
|
||||
define( 'LOGGED_IN_KEY', 'put your unique phrase here' );
|
||||
define( 'NONCE_KEY', 'put your unique phrase here' );
|
||||
define( 'AUTH_SALT', 'put your unique phrase here' );
|
||||
define( 'SECURE_AUTH_SALT', 'put your unique phrase here' );
|
||||
define( 'LOGGED_IN_SALT', 'put your unique phrase here' );
|
||||
define( 'NONCE_SALT', 'put your unique phrase here' );
|
||||
|
||||
/**#@-*/
|
||||
|
||||
/**
|
||||
* WordPress database table prefix.
|
||||
*
|
||||
* You can have multiple installations in one database if you give each
|
||||
* a unique prefix. Only numbers, letters, and underscores please!
|
||||
*
|
||||
* At the installation time, database tables are created with the specified prefix.
|
||||
* Changing this value after WordPress is installed will make your site think
|
||||
* it has not been installed.
|
||||
*
|
||||
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
|
||||
*/
|
||||
$table_prefix = 'wp_';
|
||||
|
||||
/**
|
||||
* For developers: WordPress debugging mode.
|
||||
*
|
||||
* Change this to true to enable the display of notices during development.
|
||||
* It is strongly recommended that plugin and theme developers use WP_DEBUG
|
||||
* in their development environments.
|
||||
*
|
||||
* For information on other constants that can be used for debugging,
|
||||
* visit the documentation.
|
||||
*
|
||||
* @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
|
||||
*/
|
||||
define( 'WP_DEBUG', false );
|
||||
|
||||
/* Add any custom values between this line and the "stop editing" line. */
|
||||
|
||||
|
||||
|
||||
/* That's all, stop editing! Happy publishing. */
|
||||
|
||||
/** Absolute path to the WordPress directory. */
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
define( 'ABSPATH', __DIR__ . '/' );
|
||||
}
|
||||
|
||||
/** Sets up WordPress vars and included files. */
|
||||
require_once ABSPATH . 'wp-settings.php';
|
||||
90
wp-config.php
Normal file
90
wp-config.php
Normal file
@@ -0,0 +1,90 @@
|
||||
<?php
|
||||
define( 'WP_CACHE', true );
|
||||
|
||||
|
||||
/**
|
||||
* Podstawowa konfiguracja WordPressa.
|
||||
*
|
||||
* Ten plik zawiera konfiguracje: ustawień MySQL-a, prefiksu tabel
|
||||
* w bazie danych, tajnych kluczy i ABSPATH. Więcej informacji
|
||||
* znajduje się na stronie
|
||||
* {@link https://codex.wordpress.org/Editing_wp-config.php Editing
|
||||
* wp-config.php} Kodeksu. Ustawienia MySQL-a możesz zdobyć
|
||||
* od administratora Twojego serwera.
|
||||
*
|
||||
* Ten plik jest używany przez skrypt automatycznie tworzący plik
|
||||
* wp-config.php podczas instalacji. Nie musisz korzystać z tego
|
||||
* skryptu, możesz po prostu skopiować ten plik, nazwać go
|
||||
* "wp-config.php" i wprowadzić do niego odpowiednie wartości.
|
||||
*
|
||||
* @package WordPress
|
||||
*/
|
||||
|
||||
// ** Ustawienia MySQL-a - możesz uzyskać je od administratora Twojego serwera ** //
|
||||
/** Nazwa bazy danych, której używać ma WordPress */
|
||||
define('DB_NAME', 'sukcesje_www');
|
||||
|
||||
/** Nazwa użytkownika bazy danych MySQL */
|
||||
define('DB_USER', 'sukcesje_www');
|
||||
|
||||
/** Hasło użytkownika bazy danych MySQL */
|
||||
define('DB_PASSWORD', '1Y8mc77XKz');
|
||||
|
||||
/** Nazwa hosta serwera MySQL */
|
||||
define('DB_HOST', 'localhost');
|
||||
|
||||
/** Kodowanie bazy danych używane do stworzenia tabel w bazie danych. */
|
||||
define('DB_CHARSET', 'utf8');
|
||||
|
||||
/** Typ porównań w bazie danych. Nie zmieniaj tego ustawienia, jeśli masz jakieś wątpliwości. */
|
||||
define('DB_COLLATE', '');
|
||||
|
||||
/**#@+
|
||||
* Unikatowe klucze uwierzytelniania i sole.
|
||||
*
|
||||
* Zmień każdy klucz tak, aby był inną, unikatową frazą!
|
||||
* Możesz wygenerować klucze przy pomocy {@link https://api.wordpress.org/secret-key/1.1/salt/ serwisu generującego tajne klucze witryny WordPress.org}
|
||||
* Klucze te mogą zostać zmienione w dowolnej chwili, aby uczynić nieważnymi wszelkie istniejące ciasteczka. Uczynienie tego zmusi wszystkich użytkowników do ponownego zalogowania się.
|
||||
*
|
||||
* @since 2.6.0
|
||||
*/
|
||||
define('AUTH_KEY', 'xtd*yS,`$AK.uIq06#=jB;!J2)oDV6-ENM5U0;yL3z?U=.AuR2>3=-j1+S~u7U/+');
|
||||
define('SECURE_AUTH_KEY', 'seGH6?XQ/])JLggzAlrYun{l1QE|-~<ch%i32]uGDpQyqtc)b%H9j6e!o)I7x_h!');
|
||||
define('LOGGED_IN_KEY', 'B,7+j$BPd!|Bkoi:}/-o[+^rK,r:Mb-x!:{HCE)EKx^MNs -05]QS*R=+OE/1BbN');
|
||||
define('NONCE_KEY', 'jS,yEr-6l?#wTXV1b$.X#f4UDG-PYXOA9YVlq8:Ux!|}jh?-DJa7JWQspk951n ~');
|
||||
define('AUTH_SALT', 'NIPj}Qv),|83(s&jb~fs{qJmLTYD0E4hRd=~h|CS+Y;hSh)3dd`9Dw0Y<+-XFwTG');
|
||||
define('SECURE_AUTH_SALT', 'x7O6H:Oq5w^^S%76q%~K|10q(o`i?0#8aW@p0 }{5@f8kBaB=$^[|(%[4{P IBPJ');
|
||||
define('LOGGED_IN_SALT', 'l;mTZ+(RR~IZrL@ZoX&cLk-c7y+->[sBf3u->?c2$}+X%aRx-cF;()T#:bK|=`L>');
|
||||
define('NONCE_SALT', 'Ma|A^oSTjVyQt<qlfOT5ZH6te$4Y+^<?Dd:+9.!~RBG9,x^Z*7ydR7.$1LmAoLma');
|
||||
|
||||
|
||||
/**#@-*/
|
||||
/**
|
||||
* Prefiks tabel WordPressa w bazie danych.
|
||||
*
|
||||
* Możesz posiadać kilka instalacji WordPressa w jednej bazie danych,
|
||||
* jeżeli nadasz każdej z nich unikalny prefiks.
|
||||
* Tylko cyfry, litery i znaki podkreślenia, proszę!
|
||||
*/
|
||||
|
||||
$table_prefix = 'wp_';
|
||||
|
||||
/**
|
||||
* Dla programistów: tryb debugowania WordPressa.
|
||||
*
|
||||
* Zmień wartość tej stałej na true, aby włączyć wyświetlanie ostrzeżeń
|
||||
* podczas modyfikowania kodu WordPressa.
|
||||
* Wielce zalecane jest, aby twórcy wtyczek oraz motywów używali
|
||||
* WP_DEBUG w miejscach pracy nad nimi.
|
||||
*/
|
||||
define('WP_DEBUG', false);
|
||||
#define('WP_DEBUG_LOG', true);
|
||||
|
||||
/* To wszystko, zakończ edycję w tym miejscu! Miłego blogowania! */
|
||||
|
||||
/** Absolutna ścieżka do katalogu WordPressa. */
|
||||
if ( !defined('ABSPATH') )
|
||||
define('ABSPATH', dirname(__FILE__) . '/');
|
||||
|
||||
/** Ustawia zmienne WordPressa i dołączane pliki. */
|
||||
require_once(ABSPATH . 'wp-settings.php');
|
||||
59
wp-content/.htaccess
Normal file
59
wp-content/.htaccess
Normal file
@@ -0,0 +1,59 @@
|
||||
|
||||
# BEGIN Converter for Media
|
||||
# ! --- DO NOT EDIT PREVIOUS LINE --- !
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteOptions Inherit
|
||||
RewriteCond %{HTTP_ACCEPT} image/avif
|
||||
RewriteCond %{REQUEST_FILENAME} -f
|
||||
RewriteCond /home/sukcesje/domains/biologikasukcesji.pl/public_html/wp-content/uploads-webpc/$1.jpg.avif -f [OR]
|
||||
RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.jpg.avif -f
|
||||
RewriteRule (.+)\.jpg$ /wp-content/uploads-webpc/$1.jpg.avif [NC,T=image/avif,L]
|
||||
RewriteCond %{HTTP_ACCEPT} image/avif
|
||||
RewriteCond %{REQUEST_FILENAME} -f
|
||||
RewriteCond /home/sukcesje/domains/biologikasukcesji.pl/public_html/wp-content/uploads-webpc/$1.jpeg.avif -f [OR]
|
||||
RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.jpeg.avif -f
|
||||
RewriteRule (.+)\.jpeg$ /wp-content/uploads-webpc/$1.jpeg.avif [NC,T=image/avif,L]
|
||||
RewriteCond %{HTTP_ACCEPT} image/avif
|
||||
RewriteCond %{REQUEST_FILENAME} -f
|
||||
RewriteCond /home/sukcesje/domains/biologikasukcesji.pl/public_html/wp-content/uploads-webpc/$1.png.avif -f [OR]
|
||||
RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.png.avif -f
|
||||
RewriteRule (.+)\.png$ /wp-content/uploads-webpc/$1.png.avif [NC,T=image/avif,L]
|
||||
RewriteCond %{HTTP_ACCEPT} image/avif
|
||||
RewriteCond %{REQUEST_FILENAME} -f
|
||||
RewriteCond /home/sukcesje/domains/biologikasukcesji.pl/public_html/wp-content/uploads-webpc/$1.webp.avif -f [OR]
|
||||
RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.webp.avif -f
|
||||
RewriteRule (.+)\.webp$ /wp-content/uploads-webpc/$1.webp.avif [NC,T=image/avif,L]
|
||||
</IfModule>
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteOptions Inherit
|
||||
RewriteCond %{HTTP_ACCEPT} image/webp
|
||||
RewriteCond %{REQUEST_FILENAME} -f
|
||||
RewriteCond /home/sukcesje/domains/biologikasukcesji.pl/public_html/wp-content/uploads-webpc/$1.jpg.webp -f [OR]
|
||||
RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.jpg.webp -f
|
||||
RewriteRule (.+)\.jpg$ /wp-content/uploads-webpc/$1.jpg.webp [NC,T=image/webp,L]
|
||||
RewriteCond %{HTTP_ACCEPT} image/webp
|
||||
RewriteCond %{REQUEST_FILENAME} -f
|
||||
RewriteCond /home/sukcesje/domains/biologikasukcesji.pl/public_html/wp-content/uploads-webpc/$1.jpeg.webp -f [OR]
|
||||
RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.jpeg.webp -f
|
||||
RewriteRule (.+)\.jpeg$ /wp-content/uploads-webpc/$1.jpeg.webp [NC,T=image/webp,L]
|
||||
RewriteCond %{HTTP_ACCEPT} image/webp
|
||||
RewriteCond %{REQUEST_FILENAME} -f
|
||||
RewriteCond /home/sukcesje/domains/biologikasukcesji.pl/public_html/wp-content/uploads-webpc/$1.png.webp -f [OR]
|
||||
RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.png.webp -f
|
||||
RewriteRule (.+)\.png$ /wp-content/uploads-webpc/$1.png.webp [NC,T=image/webp,L]
|
||||
RewriteCond %{HTTP_ACCEPT} image/webp
|
||||
RewriteCond %{REQUEST_FILENAME} -f
|
||||
RewriteCond /home/sukcesje/domains/biologikasukcesji.pl/public_html/wp-content/uploads-webpc/$1.webp.webp -f [OR]
|
||||
RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.webp.webp -f
|
||||
RewriteRule (.+)\.webp$ /wp-content/uploads-webpc/$1.webp.webp [NC,T=image/webp,L]
|
||||
</IfModule>
|
||||
<IfModule mod_headers.c>
|
||||
<FilesMatch "(?i)\.(jpg|jpeg|png|webp)(\.(webp|avif))?$">
|
||||
Header always set Cache-Control "private"
|
||||
Header append Vary "Accept"
|
||||
</FilesMatch>
|
||||
</IfModule>
|
||||
# ! --- DO NOT EDIT NEXT LINE --- !
|
||||
# END Converter for Media
|
||||
1
wp-content/.litespeed_conf.dat
Normal file
1
wp-content/.litespeed_conf.dat
Normal file
@@ -0,0 +1 @@
|
||||
{"hash":"LCPwU4XuTPaACX6ZrUbk5DbLYHyzQMZD","cache-login_cookie":"","debug":0,"debug-ips":["127.0.0.1"],"util-no_https_vary":false,"guest_uas":["Lighthouse","GTmetrix","Google","Pingdom","bot","PTST","HeadlessChrome"],"guest_ips":["208.70.247.157","172.255.48.130","172.255.48.131","172.255.48.132","172.255.48.133","172.255.48.134","172.255.48.135","172.255.48.136","172.255.48.137","172.255.48.138","172.255.48.139","172.255.48.140","172.255.48.141","172.255.48.142","172.255.48.143","172.255.48.144","172.255.48.145","172.255.48.146","172.255.48.147","52.229.122.240","104.214.72.101","13.66.7.11","13.85.24.83","13.85.24.90","13.85.82.26","40.74.242.253","40.74.243.13","40.74.243.176","104.214.48.247","157.55.189.189","104.214.110.135","70.37.83.240","65.52.36.250","13.78.216.56","52.162.212.163","23.96.34.105","65.52.113.236","172.255.61.34","172.255.61.35","172.255.61.36","172.255.61.37","172.255.61.38","172.255.61.39","172.255.61.40","104.41.2.19","191.235.98.164","191.235.99.221","191.232.194.51","52.237.235.185","52.237.250.73","52.237.236.145","104.211.143.8","104.211.165.53","52.172.14.87","40.83.89.214","52.175.57.81","20.188.63.151","20.52.36.49","52.246.165.153","51.144.102.233","13.76.97.224","102.133.169.66","52.231.199.170","13.53.162.7","40.123.218.94"]}
|
||||
9
wp-content/ai1wm-backups/.htaccess
Normal file
9
wp-content/ai1wm-backups/.htaccess
Normal file
@@ -0,0 +1,9 @@
|
||||
<IfModule mod_mime.c>
|
||||
AddType application/octet-stream .wpress
|
||||
</IfModule>
|
||||
<IfModule mod_dir.c>
|
||||
DirectoryIndex index.php
|
||||
</IfModule>
|
||||
<IfModule mod_autoindex.c>
|
||||
Options -Indexes
|
||||
</IfModule>
|
||||
1
wp-content/ai1wm-backups/index.html
Normal file
1
wp-content/ai1wm-backups/index.html
Normal file
@@ -0,0 +1 @@
|
||||
Kangaroos cannot jump here
|
||||
1
wp-content/ai1wm-backups/index.php
Normal file
1
wp-content/ai1wm-backups/index.php
Normal file
@@ -0,0 +1 @@
|
||||
Kangaroos cannot jump here
|
||||
3
wp-content/ai1wm-backups/robots.txt
Normal file
3
wp-content/ai1wm-backups/robots.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
User-agent: *
|
||||
Disallow: /ai1wm-backups/
|
||||
Disallow: /wp-content/ai1wm-backups/
|
||||
13
wp-content/ai1wm-backups/web.config
Normal file
13
wp-content/ai1wm-backups/web.config
Normal file
@@ -0,0 +1,13 @@
|
||||
<configuration>
|
||||
<system.webServer>
|
||||
<staticContent>
|
||||
<mimeMap fileExtension=".wpress" mimeType="application/octet-stream" />
|
||||
</staticContent>
|
||||
<defaultDocument>
|
||||
<files>
|
||||
<add value="index.php" />
|
||||
</files>
|
||||
</defaultDocument>
|
||||
<directoryBrowse enabled="false" />
|
||||
</system.webServer>
|
||||
</configuration>
|
||||
40855
wp-content/debug.log
Normal file
40855
wp-content/debug.log
Normal file
File diff suppressed because it is too large
Load Diff
2
wp-content/index.php
Normal file
2
wp-content/index.php
Normal file
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
// Silence is golden.
|
||||
2
wp-content/languages/admin-network-pl_PL.l10n.php
Normal file
2
wp-content/languages/admin-network-pl_PL.l10n.php
Normal file
File diff suppressed because one or more lines are too long
BIN
wp-content/languages/admin-network-pl_PL.mo
Normal file
BIN
wp-content/languages/admin-network-pl_PL.mo
Normal file
Binary file not shown.
1469
wp-content/languages/admin-network-pl_PL.po
Normal file
1469
wp-content/languages/admin-network-pl_PL.po
Normal file
File diff suppressed because it is too large
Load Diff
172
wp-content/languages/admin-pl_PL.l10n.php
Normal file
172
wp-content/languages/admin-pl_PL.l10n.php
Normal file
File diff suppressed because one or more lines are too long
BIN
wp-content/languages/admin-pl_PL.mo
Normal file
BIN
wp-content/languages/admin-pl_PL.mo
Normal file
Binary file not shown.
16441
wp-content/languages/admin-pl_PL.po
Normal file
16441
wp-content/languages/admin-pl_PL.po
Normal file
File diff suppressed because it is too large
Load Diff
2
wp-content/languages/continents-cities-pl_PL.l10n.php
Normal file
2
wp-content/languages/continents-cities-pl_PL.l10n.php
Normal file
File diff suppressed because one or more lines are too long
BIN
wp-content/languages/continents-cities-pl_PL.mo
Normal file
BIN
wp-content/languages/continents-cities-pl_PL.mo
Normal file
Binary file not shown.
2124
wp-content/languages/continents-cities-pl_PL.po
Normal file
2124
wp-content/languages/continents-cities-pl_PL.po
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
BIN
wp-content/languages/loco/plugins/biologika-woocommerce-pl_PL.mo
Normal file
BIN
wp-content/languages/loco/plugins/biologika-woocommerce-pl_PL.mo
Normal file
Binary file not shown.
64924
wp-content/languages/loco/plugins/biologika-woocommerce-pl_PL.po
Normal file
64924
wp-content/languages/loco/plugins/biologika-woocommerce-pl_PL.po
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
BIN
wp-content/languages/loco/plugins/oxygen-woocommerce-pl_PL.mo
Normal file
BIN
wp-content/languages/loco/plugins/oxygen-woocommerce-pl_PL.mo
Normal file
Binary file not shown.
64924
wp-content/languages/loco/plugins/oxygen-woocommerce-pl_PL.po
Normal file
64924
wp-content/languages/loco/plugins/oxygen-woocommerce-pl_PL.po
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/assets\/js\/editor-components\/page-selector\/index.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Link to":["Odno\u015bnik do"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/product-tag.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"%1$d product tagged as %2$s":["%d produkt oznaczony tagiem %s","%d produkty oznaczone tagiem %s","%d produkt\u00f3w oznaczonych tagiem %s"],"%d item selected":["Wybrano %d pozycj\u0119","Wybrano %d pozycje","Wybrano %d pozycji"],"%d tag selected":["%d wybrany tag","%d wybrane tagi","%d wybranych tag\u00f3w"],"Add to Cart button":["Przycisk dodaj do koszyka"],"Align the last block to the bottom":["Wyr\u00f3wnaj ostatni blok do do\u0142u"],"Align the last block to the bottom.":["Wyr\u00f3wnaj ostatni blok do do\u0142u."],"All selected tags":["Wszystkie wybrane tagi"],"Any selected tags":["Dowolnie wybrane tagi"],"Cancel":["Anuluj"],"Clear all":["Wyczy\u015b\u0107 wszystko"],"Clear all product tags":["Wyczy\u015b\u0107 wszystkie tagi produkt\u00f3w"],"Clear all selected items":["Wyczy\u015b\u0107 wszystkie wybrane pozycje"],"Columns":["Kolumny"],"Content":["Tre\u015b\u0107"],"Display a grid of products from your selected tags.":["Wy\u015bwietl siatk\u0119 produkt\u00f3w na podstawie wybranych tag\u00f3w."],"Display products matching":["Wy\u015bwietl pasuj\u0105ce produkty"],"Done":["Gotowe"],"Edit selected tags":["Edytuj wybrane tagi"],"Filter by stock status":["Filtruj wg stanu magazynowego"],"Layout":["Uk\u0142ad"],"Loading\u2026":["Wczytywanie\u2026"],"Menu Order":["Kolejno\u015b\u0107 w menu"],"Newness - newest first":["Nowo\u015b\u0107 - od najnowszych"],"No items found.":["Nie znaleziono \u017cadnego elementu."],"No results for %s":["Brak wynik\u00f3w wyszukiwania dla %s"],"Order By":["Kolejno\u015b\u0107 wed\u0142ug"],"Order products by":["Sortuj produkty wg"],"Pick at least two tags to use this setting.":["Wybierz przynajmniej 2 tagi, by skorzysta\u0107 z tej opcji."],"Price - high to low":["Cena - od najwy\u017cszej"],"Price - low to high":["Cena - od najni\u017cszej"],"Product image":["Obrazek produktu"],"Product price":["Cena produktu"],"Product rating":["Ocena produktu"],"Product Tag":["Tag produktu"],"Product Tags":["Tagi produktu"],"Product title":["Tytu\u0142 produktu"],"Products by Tag":["Produkty wg tag\u00f3w"],"Rating - highest first":["Ocena - najlepiej oceniane"],"Remove %s":["Usu\u0144 %s"],"Rows":["Wiersze"],"Sales - most first":["Sprzeda\u017c - najcz\u0119\u015bciej kupowane"],"Search for items":["Szukaj pozycji"],"Search for product tags":["Wyszukaj tagi produkt\u00f3w"],"Search results updated.":["Wyniki wyszukiwania zosta\u0142y zaktualizowane."],"Showing Products by Tag block preview.":["Wy\u015bwietlanie pogl\u0105du bloku produkt\u00f3w wg tag\u00f3w"],"Stock status \"%s\" hidden.":["Stan magazynowy \u201e%s\u201d ukryty."],"Stock status \"%s\" visible.":["Stan magazynowy \u201e%s\u201d widoczny."],"Tag search results updated.":["Wyniki wyszukiwania tag\u00f3w zosta\u0142y zaktualizowane."],"The last inner block will follow other content.":["Ostatni blok wewn\u0119trzny b\u0119dzie pod\u0105\u017ca\u0142 za tre\u015bci\u0105 innych."],"This block displays products from selected tags. Select at least one tag to display its products.":["Ten blok wy\u015bwietla produkty na podstawie wybranych tag\u00f3w. Wybierz przynajmniej jeden tag, aby wy\u015bwietli\u0107 produkty."],"This block displays products from selected tags. To use it you first need to create products and assign tags to them.":["Ten blok wy\u015bwietla produkty na podstawie wybranych tag\u00f3w. Aby go u\u017cy\u0107, utw\u00f3rz najpierw produkt i przypisz go do tag\u00f3w."],"Title - alphabetical":["Tytu\u0142 - alfabetycznie"],"You have not set up any product tags on your store.":["Nie masz skonfigurowanych \u017cadnych tag\u00f3w w swoim sklepie."]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/assets\/js\/base\/context\/providers\/add-to-cart-form\/form-state\/index.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Something went wrong. Please contact us for assistance.":["Co\u015b posz\u0142o nie tak. By uzyska\u0107 wsparcie, skontaktuj si\u0119 z nami."]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/wp-admin-scripts\/print-shipping-label-banner.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"activate":["w\u0142\u0105cz"],"Are you sure?":["Czy na pewno?"],"By clicking \"Create shipping label\", {{wcsLink}}WooCommerce Shipping{{\/wcsLink}} will be installed and you agree to its {{tosLink}}Terms of Service{{\/tosLink}}.":["Klikaj\u0105c \"Stw\u00f3rz etykiet\u0119 wysy\u0142kow\u0105\" zostanie zainstalowana wtyczka {{wcsLink}}WooCommerce Shipping{{\/wcsLink}}, a ty zgadzasz si\u0119 na jej {{link}}Warunki korzystania z us\u0142ugi{{\/link}}."],"Close Print Label Banner.":["Zamknij baner drukowania etykiety. "],"Create shipping label":["Stw\u00f3rz etykiet\u0119 wysy\u0142kow\u0105"],"download":["pobierz"],"I don't need this":["Nie potrzebuj\u0119 tego"],"install":["zainstaluj"],"Mutable settings should be accessed via data store.":["Dost\u0119p do zmiennych ustawie\u0144 powinien by\u0107 uzyskiwany przez magazyn danych."],"Print discounted shipping labels with a click.":["Drukuj etykiety wysy\u0142kowe w promocyjnych cenach za jednym klikni\u0119ciem."],"Remind me later":["Przypomnij p\u00f3\u017aniej"],"set up":["skonfiguruj"],"Shipment Tracking":["\u015aledzenie przesy\u0142ek"],"Shipping ":["Wysy\u0142ka"],"Shipping Label":["Etykieta wysy\u0142kowa"],"start":["rozpocznij"],"Toggle panel:":["Rozwi\u0144 panel:"],"Unable to %s the plugin. Refresh the page and try again.":["Nie uda\u0142o si\u0119 %s wtyczki. Od\u015bwie\u017c stron\u0119 i spr\u00f3buj ponownie."],"With WooCommerce Shipping you can Print shipping labels from your WooCommerce dashboard at the lowest USPS rates.":["WooCommerce Shipping pozwala na drukowanie etykiet wysy\u0142kowych z kokpitu WooCommerce z najni\u017cszymi stawkami USPS."]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/assets\/js\/previews\/products.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Add to cart":["Dodaj do koszyka"],"Fly your WordPress banner with this beauty! Deck out your office space or add it to your kids walls. This banner will spruce up any space it\u2019s hung!":["Tw\u00f3j baner WordPress mo\u017ce wygl\u0105da\u0107 w\u0142a\u015bnie tak! Udekoruj swoj\u0105 przestrze\u0144 biurow\u0105 lub pok\u00f3j dziecka. Ten baner upi\u0119kszy ka\u017cde miejsce!"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/product-sku-frontend.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"SKU:":["SKU:"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/product-sku.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"SKU:":["SKU:"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/mini-cart-contents-block\/title-label-frontend.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Your cart":["Tw\u00f3j koszyk"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/all-reviews.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Alice":["Alicja"],"All Reviews":["Wszystkie opinie"],"An error has prevented the block from being updated.":["Wyst\u0105pi\u0142 b\u0142\u0105d uniemo\u017cliwiaj\u0105cy aktualizacj\u0119 bloku."],"Bob":["Robert"],"Content":["Tre\u015b\u0107"],"Hide full review":["Ukryj pe\u0142n\u0105 opini\u0119"],"Highest rating":["Najwy\u017csza ocena"],"I bought this product last week and I'm very happy with it.":["Kupi\u0142em ten produkt w zesz\u0142ym tygodniu i jestem z niego bardzo zadowolony."],"Image":["Obrazek"],"July 12, 2019":["12 lipca 2019"],"July 15, 2019":["15 lipca 2019"],"List Settings":["Ustawienia listy"],"Load more":["Wczytaj wi\u0119cej"],"Load More Reviews":["Wczytaj wi\u0119cej opinii"],"Load more reviews":["Wczytaj wi\u0119cej opinii"],"Lowest rating":["Najni\u017csza ocena"],"Most recent":["Najnowsze"],"Order by":["Kolejno\u015b\u0107 sortowania"],"Order Product Reviews by":["Sortuj opinie produkt\u00f3w wg"],"Order reviews by":["Sortuj opinie wg"],"Product":["Produkt","Produkty","Produkt\u00f3w"],"Product name":["Nazwa produktu"],"Product rating":["Ocena produktu"],"Product rating is disabled in your <a>store settings<\/a>.":["Oceny produkt\u00f3w s\u0105 wy\u0142\u0105czone w <a>ustawieniach sklepu<\/a>."],"Rated %f out of 5":["Ocena: %f na 5"],"Rated %s out of 5":["Oceniono %s na 5"],"Read full review":["Przeczytaj pe\u0142n\u0105 opini\u0119"],"Read less":["Poka\u017c mniej"],"Read more":["Dowiedz si\u0119 wi\u0119cej"],"Retry":["Spr\u00f3buj ponownie"],"Review content":["Tre\u015b\u0107 opinii"],"Review date":["Data opinii"],"Review image":["Obrazek opinii"],"Reviewer name":["Nazwa klienta"],"Reviewer photo":["Zdj\u0119cie klienta"],"Reviewer photo is disabled in your <a>site settings<\/a>.":["Zdj\u0119cia klient\u00f3w s\u0105 wy\u0142\u0105czone w <a>ustawieniach sklepu<\/a>."],"Show a list of all product reviews.":["Wy\u015bwietla list\u0119 wszystkich opinii produkt\u00f3w."],"Sorry, an error occurred":["Przepraszamy, wyst\u0105pi\u0142 b\u0142\u0105d"],"Starting Number of Reviews":["Pocz\u0105tkowa liczba opinii"],"The content for this block is hidden due to block settings.":["Zawarto\u015b\u0107 tego bloku jest ukryta ze wzgl\u0119du na ustawienia bloku."],"The following error was returned":["Wyst\u0105pi\u0142 nast\u0119puj\u0105cy b\u0142\u0105d"],"The following error was returned from the API":["Nast\u0119puj\u0105cy b\u0142\u0105d zosta\u0142 zwr\u00f3cony z API"],"This block shows a list of all product reviews. Your store does not have any reviews yet, but they will show up here when it does.":["Ten blok wy\u015bwietla wszystkie opinie produkt\u00f3w. W sklepie nie ma jeszcze \u017cadnych opinii, ale pojawi\u0105 si\u0119 tutaj, gdy b\u0119d\u0105 dost\u0119pne."],"This product is awesome, I love it!":["Ten produkt jest niesamowity, uwielbiam go!"],"Verified buyer":["Zweryfikowany klient"],"WooCommerce":["WooCommerce"],"WordPress Pennant":["Proporczyk WordPress"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/mini-cart-contents-block\/shopping-button-frontend.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Start shopping":["Rozpocznij zakupy"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/product-editor\/blocks\/shipping-dimensions\/edit.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Dimensions":["Wymiary"],"Height <Side \/>":["Wysoko\u015b\u0107 <Side \/>"],"Height must be greater than zero.":["Wysoko\u015b\u0107 musi by\u0107 wi\u0119ksza od zera."],"Length <Side \/>":["D\u0142ugo\u015b\u0107 <Side \/>"],"Length must be greater than zero.":["D\u0142ugo\u015b\u0107 musi by\u0107 wi\u0119ksza od zera."],"Weight":["Waga"],"Weight must be greater than zero.":["Waga musi by\u0107 wi\u0119ksza od zera."],"Width <Side \/>":["Szeroko\u015b\u0107 <Side \/>"],"Width must be greater than zero.":["Szeroko\u015b\u0107 musi by\u0107 wi\u0119ksza od zera."]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/cart-blocks\/cart-express-payment-frontend.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Or":["Lub"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/product-new.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"%1$s, has %2$d product":["%1$s, zawiera %2$d produkt","%1$s, zawiera %2$d produkty","%1$s, zawiera %2$d produkt\u00f3w"],"%1$s, has %2$d review":["%1$s, ma %2$d opini\u0119","%1$s, ma %2$d opinie","%1$s, ma %2$d opinii"],"%d category selected":["%d wybrana kategoria","%d wybrane kategorie","%d wybranych kategorii"],"%d item selected":["Wybrano %d pozycj\u0119","Wybrano %d pozycje","Wybrano %d pozycji"],"%d product":["%d produkt","%d produkty","%d produkt\u00f3w"],"%d review":["%d opinia","%d opinie","%d opinii"],"Add to Cart button":["Przycisk dodaj do koszyka"],"Align the last block to the bottom":["Wyr\u00f3wnaj ostatni blok do do\u0142u"],"Align the last block to the bottom.":["Wyr\u00f3wnaj ostatni blok do do\u0142u."],"All selected categories":["Wszystkie wybrane kategorie"],"An error has prevented the block from being updated.":["Wyst\u0105pi\u0142 b\u0142\u0105d uniemo\u017cliwiaj\u0105cy aktualizacj\u0119 bloku."],"Any selected categories":["Dowolnie wybrane kategorie"],"Category search results updated.":["Wyniki wyszukiwania kategorii zosta\u0142y zaktualizowane."],"Clear all":["Wyczy\u015b\u0107 wszystko"],"Clear all product categories":["Wyczy\u015b\u0107 wszystkie kategorie produkt\u00f3w"],"Clear all selected items":["Wyczy\u015b\u0107 wszystkie wybrane pozycje"],"Columns":["Kolumny"],"Content":["Tre\u015b\u0107"],"Display products matching":["Wy\u015bwietl pasuj\u0105ce produkty"],"Filter by Product Category":["Filtruj wg kategorii produktu"],"Filter by stock status":["Filtruj wg stanu magazynowego"],"Layout":["Uk\u0142ad"],"Loading\u2026":["Wczytywanie\u2026"],"Newest Products":["Najnowsze produkty"],"No items found.":["Nie znaleziono \u017cadnego elementu."],"No results for %s":["Brak wynik\u00f3w wyszukiwania dla %s"],"Pick at least two categories to use this setting.":["Wybierz przynajmniej dwie kategorie, by m\u00f3c u\u017cy\u0107 tej opcji."],"Product Categories":["Kategorie produkt\u00f3w"],"Product image":["Obrazek produktu"],"Product price":["Cena produktu"],"Product rating":["Ocena produktu"],"Product title":["Tytu\u0142 produktu"],"Remove %s":["Usu\u0144 %s"],"Rows":["Wiersze"],"Search for items":["Szukaj pozycji"],"Search for product categories":["Wyszukaj kategorie produkt\u00f3w"],"Search results updated.":["Wyniki wyszukiwania zosta\u0142y zaktualizowane."],"Stock status \"%s\" hidden.":["Stan magazynowy \u201e%s\u201d ukryty."],"Stock status \"%s\" visible.":["Stan magazynowy \u201e%s\u201d widoczny."],"The following error was returned":["Wyst\u0105pi\u0142 nast\u0119puj\u0105cy b\u0142\u0105d"],"The following error was returned from the API":["Nast\u0119puj\u0105cy b\u0142\u0105d zosta\u0142 zwr\u00f3cony z API"],"The last inner block will follow other content.":["Ostatni blok wewn\u0119trzny b\u0119dzie pod\u0105\u017ca\u0142 za tre\u015bci\u0105 innych."],"Your store doesn't have any product categories.":["W twoim sklepie nie ma \u017cadnych kategorii produkt\u00f3w."]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/checkout-blocks\/billing-address-frontend.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Billing address":["Adres rozliczeniowy"],"Billing and shipping address":["Adres rozliczeniowy i wysy\u0142ki"],"Enter the billing address that matches your payment method.":["Wpisz adres rozliczeniowy zgodny z twoj\u0105 metod\u0105 p\u0142atno\u015bci."],"Enter the billing and shipping address that matches your payment method.":["Wpisz adres rozliczeniowy i wysy\u0142ki zgodny z twoj\u0105 metod\u0105 p\u0142atno\u015bci."],"Phone":["Numer telefonu"],"Phone (optional)":["Telefon (opcjonalnie)"],"Please enter a valid postcode":["Prosz\u0119 wpisa\u0107 poprawny kod pocztowy"],"Please select your country":["Prosz\u0119 wybra\u0107 kraj"],"Step":["Krok"],"Step description text.":["Tre\u015b\u0107 opisu kroku."]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/checkout-blocks\/order-summary-shipping-frontend.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"%1$s (%2$d unit)":["%1$s (%2$d sztuka)","%1$s (%2$d sztuki)","%1$s (%2$d sztuk)"],"%d shipping option was found":["Znaleziono %d metod\u0119 wysy\u0142ki","Znaleziono %d metody wysy\u0142ki","Znaleziono %d metod wysy\u0142ki"],"%d shipping option was found.":["Znaleziono %d metod\u0119 dostawy.","Znaleziono %d metody dostawy.","Znaleziono %d metod dostawy."],"Calculate":["Oblicz"],"Calculated during checkout":["Obliczono w trakcie zam\u00f3wienia"],"Change address":["Zmie\u0144 adres"],"Choose a shipping option":["Wybierz metod\u0119 wysy\u0142ki"],"Collection from %s":["Odbi\u00f3r w \u201e%s\u201d"],"Dismiss this notice":["Odrzu\u0107 powiadomienie"],"Loading shipping rates\u2026":["Wczytuj\u0119 stawki wysy\u0142ki\u2026"],"Loading\u2026":["Wczytywanie\u2026"],"Multiple shipments must have the same pickup location":["Kilka paczek musi mie\u0107 te same miejsce odbioru"],"No shipping options available":["Brak dost\u0119pnych opcji wysy\u0142ki"],"Please enter a valid postcode":["Prosz\u0119 wpisa\u0107 poprawny kod pocztowy"],"Please select your country":["Prosz\u0119 wybra\u0107 kraj"],"Shipping":["Wysy\u0142ka"],"Shipping option searched for %d package.":["Znalezione metody dostawy dla %d paczki.","Znalezione metody dostawy dla %d paczek.","Znalezione metody dostawy dla %d paczek."],"Shipping options":["Opcje wysy\u0142ki"],"Shipping to %s":["Strefy wysy\u0142ki"],"There are no shipping options available. Please check your shipping address.":["Nie ma dost\u0119pnych opcji wysy\u0142ki. Prosz\u0119 sprawdzi\u0107 sw\u00f3j adres wysy\u0142ki."],"Update":["Aktualizuj"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/chunks\/customizable-dashboard.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Add %s section":["Dodaj sekcj\u0119 %s"],"Add more sections":["Dodaj wi\u0119cej sekcji"],"Charts":["Wykresy"],"Dashboard Sections":["Sekcje kokpitu"],"Leaderboards":["Ranking"],"Move down":["Przenie\u015b w d\u00f3\u0142"],"Move up":["Przesu\u0144 wy\u017cej"],"Performance":["Wyniki"],"Remove block":["Usu\u0144 blok"],"Remove section":["Usu\u0144 sekcj\u0119"],"Section title":["Tytu\u0142 sekcji"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/wp-admin-scripts\/product-tour.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Add your full product description here. Describe your product in detail.":["Dodaj tutaj pe\u0142ny opis produktu. Opisz sw\u00f3j produkt szczeg\u00f3\u0142owo."],"Add your product categories":["Dodaj kategorie swojego produktu"],"Add your product categories here. Assign categories to your products to make them easier to browse through and find in your store.":["Dodaj tutaj kategorie swojego produktu. Przypisuj kategorie do produkt\u00f3w, aby u\u0142atwi\u0107 ich przegl\u0105danie i wyszukiwanie w sklepie."],"Add your product data":["Dodaj dane swojego produktu"],"Add your product description":["Dodaj opis swojego produktu"],"Add your product image":["Dodaj obrazek swojego produktu"],"Add your product tags":["Dodaj tagi swojego produktu"],"Add your product tags here. Tags are a method of labeling your products to make them easier for customers to find. For example, if you sell clothing, and you have a lot of cat prints, you could make a tag for \u201ccat.\u201d":["Dodaj tutaj tagi swojego produktu. Tagi s\u0105 sposobem na oznaczanie produkt\u00f3w, tak aby klienci mogli \u0142atwiej je znajdowa\u0107. Przyk\u0142adowo, je\u015bli sprzedajesz ubrania i masz wiele wzor\u00f3w z kotami, mo\u017cesz utworzy\u0107 tag \"koty\"."],"Add your short product description":["Dodaj kr\u00f3tki opis swojego produktu"],"Good work! Now you can publish your product to your store by hitting the \u201cPublish\u201d button or keep editing it.":["Dobra robota! Mo\u017cesz teraz opublikowa\u0107 sw\u00f3j produkt w sklepie, klikaj\u0105c przycisk \"Opublikuj\", b\u0105d\u017a kontynuowa\u0107 jego edycj\u0119."],"Keep editing":["Kontynuuj edycj\u0119"],"Product name":["Nazwa produktu"],"Publish your product \ud83c\udf89":["Opublikuj sw\u00f3j produkt \ud83c\udf89"],"Start typing your new product name here. This will be what your customers will see in your store.":["Zacznij od wpisania tutaj nazwy swojego nowego produktu. Zobacz\u0105 j\u0105 klienci twojego sklepu."],"Type a quick summary for your product here. This will appear on the product page right under the product name.":["Wpisz tutaj kr\u00f3tkie podsumowanie swojego produktu. Zostanie ono pokazane na stronie produktu, zaraz pod jego nazw\u0105."],"Upload an image to your product here. Ideally a JPEG or PNG about 600 px wide or bigger. This image will be shown in your store\u2019s catalog.":["Prze\u015blij tutaj obrazek swojego produktu. Idealnie plik JPEG lub PNG o szeroko\u015bci 600 px lub wi\u0119cej. Obrazek ten b\u0119dzie pokazywany w katalogu twojego sklepu."],"Use the tabs to switch between sections and insert product details. Start by adding your product price.":["U\u017cyj zak\u0142adek do prze\u0142\u0105czania si\u0119 mi\u0119dzy sekcjami i uzupe\u0142nij szczeg\u00f3\u0142y produktu. Zacznij od nadania swojemu produktowi ceny."]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/chunks\/9616.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"<title>Attribute<\/title> <rule\/> <filter\/>":["<title>Atrybut produktu<\/title> <rule\/> <filter\/>"],"<title>Coupon code<\/title> <rule\/> <filter\/>":["<title>Kod kuponu<\/title> <rule\/> <filter\/>"],"<title>Customer is<\/title> <filter\/>":["<title>Klient jest<\/title> <filter\/>"],"<title>Order Status<\/title> <rule\/> <filter\/>":["<title>Status zam\u00f3wienia<\/title> <rule\/> <filter\/>"],"<title>Product<\/title> <rule\/> <filter\/>":["<title>Produkt<\/title> <rule\/> <filter\/>"],"<title>Refunds<\/title> <filter\/>":["<title>Zwrot<\/title> <filter\/>"],"<title>Tax Rate<\/title> <rule\/> <filter\/>":["<title>Podatek<\/title> <rule\/> <filter\/>"],"<title>Variation<\/title> <rule\/> <filter\/>":["<title>Wariant produktu<\/title> <rule\/> <filter\/>"],"A sentence describing filters for Orders. See screen shot for context: https:\/\/cloudup.com\/cSsUY9VeCVJ\u0004Orders match <select\/> filters":["Zam\u00f3wienia spe\u0142niaj\u0105ce <select\/> warunki filtr\u00f3w"],"Advanced filters":["Zaawansowane filtry"],"All":["Wszystko"],"All orders":["Wszystkie zam\u00f3wienia"],"Attribute":["Atrybut"],"Average items per order":["\u015arednia ilo\u015b\u0107 produkt\u00f3w w zam\u00f3wieniu"],"Average order value":["\u015arednia warto\u015b\u0107\u00a0zam\u00f3wienia"],"coupon code\u0004Excludes":["Nie zawiera"],"coupon code\u0004Includes":["Zawiera"],"Customer type":["Typ klienta"],"Fully refunded":["W pe\u0142ni zrefundowane"],"Net sales":["Sprzeda\u017c netto"],"New":["Utw\u00f3rz"],"No data for the current search":["Brak danych dla obecnego wyszukiwania"],"No data for the selected date range":["Brak danych dla wybranego zakresu dat"],"None":["Brak"],"Order Status":["Status zam\u00f3wienia"],"order status\u0004Is":["Jest"],"order status\u0004Is Not":["Nie jest"],"Orders":["Zam\u00f3wienia"],"Partially refunded":["Cz\u0119\u015bciowo zrefundowane"],"product attribute\u0004Is":["Jest"],"product attribute\u0004Is Not":["Nie jest"],"Products":["Produkty"],"products\u0004Excludes":["Nie zawiera"],"products\u0004Includes":["Zawiera"],"Refunds":["Zwroty"],"Remove coupon filter":["Usu\u0144 filtr kuponu"],"Remove customer filter":["Usu\u0144 filtr klienta"],"Remove order status filter":["Usu\u0144 filtr statusu zam\u00f3wienia"],"Remove refunds filter":["Usu\u0144 filtr zwrotu"],"Remove tax rate filter":["Usu\u0144 filtr stawki podatkowej"],"Returning":["Powracaj\u0105cy"],"Search coupons":["Szukaj kupon\u00f3w"],"Search products":["Szukaj produkt\u00f3w"],"Search tax rates":["Szukaj stawek podatkowych"],"Select a coupon filter match":["Wybierz filtr kuponu"],"Select a customer filter match":["Wybierz filtr klienta"],"Select a customer type":["Wybierz rodzaj klienta"],"Select a product attribute filter match":["Wybierz filtr atrybutu produktu"],"Select a product filter match":["Wybierz filtr produktu"],"Select a refund filter match":["Wybierz filtr zwrotu"],"Select a refund type":["Wybierz typ refundacji"],"Select a tax rate filter match":["Wybierz filtr stawki podatkowej"],"Select a variation filter match":["Wybierz dopasowanie filtra odmian produkt\u00f3w"],"Select an order status":["Wybierz status zam\u00f3wienia"],"Select an order status filter match":["Wybierz filtr statusu zam\u00f3wienia"],"Select attributes":["Wybierz atrybuty"],"Select coupon codes":["Wybierz kody kupon\u00f3w"],"Select products":["Wybierz produkty"],"Select tax rates":["Wybierz stawki podatkowe"],"Select variation":["Wybierz wariant"],"Show":["Poka\u017c"],"TAX":["Podatek"],"tax rate\u0004Excludes":["Nie zawiera"],"tax rate\u0004Includes":["Zawiera"],"Tax Rates":["Stawka podatkowa"],"Variations":["Warianty"],"variations\u0004Excludes":["Nie zawiera"],"variations\u0004Includes":["Zawiera"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/product-editor\/blocks\/category\/edit.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Categories":["Kategorie"],"Search or create category\u2026":["Wyszukaj lub utw\u00f3rz kategorie\u2026"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/product-button.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"%d in cart":["%d w koszyku","%d w koszyku","%d w koszyku"],"%s (optional)":["%s (opcjonalnie)"],"Add to cart":["Dodaj do koszyka"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/assets\/js\/extensions\/payment-methods\/cheque\/index.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Check payment":["P\u0142atno\u015b\u0107 czekiem"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/product-rating-frontend.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"(%s customer review)":["(%s opinia klienta)","(%s opinie klienta)","(%s opinii klienta)"],"No Reviews":["Brak opinii"],"Rated %1$s out of 5 based on %2$s customer rating":["Oceniony %1$s na 5 na podstawie %2$s oceny klienta","Oceniony %1$s na 5 na podstawie %2$s ocen klient\u00f3w","Oceniony %1$s na 5 na podstawie %2$s ocen klient\u00f3w"],"Rated %f out of 5":["Ocena: %f na 5"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/checkout-blocks\/shipping-methods-frontend.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"%1$s (%2$d unit)":["%1$s (%2$d sztuka)","%1$s (%2$d sztuki)","%1$s (%2$d sztuk)"],"%d shipping option was found":["Znaleziono %d metod\u0119 wysy\u0142ki","Znaleziono %d metody wysy\u0142ki","Znaleziono %d metod wysy\u0142ki"],"%d shipping option was found.":["Znaleziono %d metod\u0119 dostawy.","Znaleziono %d metody dostawy.","Znaleziono %d metod dostawy."],"Add a shipping address to view shipping options.":["Dodaj adres wysy\u0142ki, aby zobaczy\u0107 opcje wysy\u0142ki."],"Dismiss this notice":["Odrzu\u0107 powiadomienie"],"Loading shipping rates\u2026":["Wczytuj\u0119 stawki wysy\u0142ki\u2026"],"Loading\u2026":["Wczytywanie\u2026"],"Multiple shipments must have the same pickup location":["Kilka paczek musi mie\u0107 te same miejsce odbioru"],"Shipping option searched for %d package.":["Znalezione metody dostawy dla %d paczki.","Znalezione metody dostawy dla %d paczek.","Znalezione metody dostawy dla %d paczek."],"Shipping options":["Opcje wysy\u0142ki"],"Shipping options will be displayed here after entering your full shipping address.":["Opcje wysy\u0142ki pojawi\u0105 si\u0119 tutaj po podaniu pe\u0142nego adresu wysy\u0142ki."],"Step":["Krok"],"Step description text.":["Tre\u015b\u0107 opisu kroku."],"There are no shipping options available. Please check your shipping address.":["Nie ma dost\u0119pnych opcji wysy\u0142ki. Prosz\u0119 sprawdzi\u0107 sw\u00f3j adres wysy\u0142ki."]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/checkout-blocks\/shipping-address-frontend.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Enter the address where you want your order delivered.":["Podaj adres, pod kt\u00f3ry twoje zam\u00f3wienie ma zosta\u0107 dostarczone."],"Phone":["Numer telefonu"],"Phone (optional)":["Telefon (opcjonalnie)"],"Please enter a valid postcode":["Prosz\u0119 wpisa\u0107 poprawny kod pocztowy"],"Please select your country":["Prosz\u0119 wybra\u0107 kraj"],"Shipping address":["Adres do wysy\u0142ki"],"Step":["Krok"],"Step description text.":["Tre\u015b\u0107 opisu kroku."],"Use same address for billing":["U\u017cyj tego samego adresu do rozlicze\u0144 p\u0142atno\u015bci"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/chunks\/multichannel-marketing.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"%d issues to resolve":["Problemy do rozwi\u0105zania: %d"],"Activate":["W\u0142\u0105cz"],"Add channels":["Dodaj kana\u0142y"],"Add channels for other campaign types":["Dodaj kana\u0142y dla innych rodzaj\u00f3w kampanii"],"Advertise with marketing campaigns":["Reklamuj si\u0119 za pomoc\u0105 kampanii marketingowych"],"An unexpected error occurred.":["Wyst\u0105pi\u0142 nieoczekiwany b\u0142\u0105d."],"Built by WooCommerce":["Stworzone przez WooCommerce"],"By %s":["Przez %s"],"Campaign":["Kampania"],"Campaigns":["Kampanie"],"Channels":["Kana\u0142y"],"Collapse":["Zwi\u0144"],"Continue to reach the right audiences and promote your products in ways that matter to them with our range of marketing solutions.":["Kontynuuj docieranie do w\u0142a\u015bciwych odbiorc\u00f3w i promuj swoje produkty w dostosowany do nich spos\u00f3b dzi\u0119ki gamie naszych rozwi\u0105za\u0144 marketingowych."],"Cost":["Koszt"],"Create":["Utw\u00f3rz"],"Create a campaign":["Utw\u00f3rz kampani\u0119"],"Create a new campaign":["Stw\u00f3rz now\u0105 kapmani\u0119"],"Create new campaign":["Utw\u00f3rz kampani\u0119"],"Creative Mail by Constant Contact":["Creative Mail od Constant Contact"],"Discover more marketing tools":["Odkryj wi\u0119cej narz\u0119dzi marketingowych"],"Easily create and manage marketing campaigns without leaving WooCommerce.":["Tw\u00f3rz i zarz\u0105dzaj kampaniami marketingowymi bez opuszczenia WooCommerce."],"Expand":["Rozwi\u0144"],"Explore more marketing extensions":["Przegl\u0105daj wi\u0119cej rozszerze\u0144 marketingowych"],"Facebook":["Facebook"],"Finish setup":["Doko\u0144cz konfiguracj\u0119"],"Google":["Google"],"Install extension":["Zainstaluj rozszerzenie"],"Installed extensions":["Zainstalowane rozszerzenia"],"Jetpack CRM":["Jetpack CRM"],"Klaviyo":["Klaviyo"],"Learn about marketing a store":["Dowiedz si\u0119 wi\u0119cej o marketingu sklepu"],"Manage":["Zarz\u0105dzaj"],"No campaign types found.":["Nie znaleziono rodzaj\u00f3w kampanii."],"No issues to resolve":["Brak problem\u00f3w do rozwi\u0105zania"],"No posts yet":["Brak wpis\u00f3w"],"Oops, our posts aren't loading right now":["Ups, nie uda\u0142o si\u0119 wczyta\u0107 wpis\u00f3w"],"Please try again later. Check the logs if the problem persists. ":["Prosz\u0119 spr\u00f3bowa\u0107 ponownie p\u00f3\u017aniej. Je\u015bli problem b\u0119dzie nadal wyst\u0119powa\u0142, prosz\u0119 sprawdzi\u0107 dziennik zdarze\u0144. "],"Reach customers on other sales channels":["Docieraj do klient\u00f3w przez inne kana\u0142y sprzeda\u017cowe"],"Reach new customers and increase sales without leaving WooCommerce":["Docieraj do nowych klient\u00f3w i zwi\u0119ksz sprzeda\u017c bez opuszczania WooCommerce"],"Read {{link}}the WooCommerce blog{{\/link}} for more tips on marketing your store":["Odwied\u017a {{link}}blog WooCommerce{{\/link}}, aby uzyska\u0107 wi\u0119cej wskaz\u00f3wek dot. marketingu swojego sklepu"],"Salesforce":["Salesforce"],"Start by adding a channel to your store":["Zacznij od dodania kana\u0142u do swojego sklepu"],"Sync failed":["Synchronizacja nie powiod\u0142a si\u0119"],"Synced":["Zsynchronizowano"],"Syncing":["Synchronizowanie"],"The extension has been successfully activated.":["Rozszerzenie zosta\u0142o pomy\u015blnie w\u0142\u0105czone."],"There was an error loading installed extensions.":["Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie wczytywania zainstalowanych rozszerze\u0144."],"There was an error loading recommended extensions.":["Wyst\u0105pi\u0142 b\u0142\u0105d w trakcie wczytywania zalecanych rozszerze\u0144."],"There was an error trying to activate the extension.":["Wyst\u0105pi\u0142 b\u0142\u0105d podczas pr\u00f3by aktywacji rozszerze\u0144."],"TikTok":["TikTok"],"Trustpilot":["Trustpilot"],"View details":["Zobacz szczeg\u00f3\u0142y"],"Vimeo":["Vimeo"],"Where would you like to promote your products?":["Gdzie chcesz promowa\u0107 swoje produkty?"],"WooCommerce logo":["Logo WooCommerce"],"Zapier":["Zapier"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/price-filter-frontend.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Apply":["Zastosuj"],"Apply filter":["Filtruj"],"Apply price filter":["Zastosuj filtr ceny"],"Error:":["B\u0142\u0105d:"],"Filter products by maximum price":["Filtruj wg maksymalnej ceny"],"Filter products by minimum price":["Filtruj wg minimalnej ceny"],"Oops!":["Ups!"],"Reset":["Resetuj"],"Reset filter":["Resetuj filtr"],"Reset price filter":["Resetuj filtr ceny"],"There was an error loading the content.":["Wyst\u0105pi\u0142 b\u0142\u0105d podczas \u0142adowania tre\u015bci."]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/wp-admin-scripts\/onboarding-homepage-notice.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Continue setup.":["Kontynuuj konfiguracj\u0119."],"\ud83c\udfe0 Nice work creating your store's homepage!":["\ud83c\udfe0 Stworzono stron\u0119 g\u0142\u00f3wn\u0105 sklepu - dobra robota!"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/cart-blocks\/order-summary-heading-frontend.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Cart totals":["Podsumowanie koszyka"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/product-editor\/blocks\/description\/edit.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Edit description":["Edytuj opis"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/chunks\/activity-panels-inbox.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"All messages dismissed":["Wszystkie komunikaty zosta\u0142y odrzucone"],"Are you sure? Inbox messages will be dismissed forever.":["Czy na pewno? Wiadomo\u015bci ze skrzynki odbiorczej b\u0119d\u0105 odrzucone na zawsze."],"As things begin to happen in your store your inbox will start to fill up. You'll see things like achievements, new feature announcements, extension recommendations and more!":["Jak tylko rozpocznie si\u0119 ruch w twoim sklepie, twoja skrzynka odbiorcza zacznie si\u0119 wype\u0142nia\u0107. Zobaczysz r\u00f3\u017cne wpisy, takie jak osi\u0105gni\u0119cia, powiadomienia o nowych funkcjonalno\u015bciach, sugestie rozszerze\u0144 i wiele innych!"],"Cancel":["Anuluj"],"Dismiss all":["Odrzu\u0107 wszystkie"],"Dismiss all messages":["Odrzu\u0107 wszystkie komunikaty"],"Inbox":["Skrzynka odbiorcza"],"Inbox Notes Options":["Opcje notatek w skrzynce odbiorczej"],"Message could not be dismissed":["Odrzucenie komunikatu nie powiod\u0142o si\u0119","Odrzucenie komunikat\u00f3w nie powiod\u0142o si\u0119","Odrzucenie komunikat\u00f3w nie powiod\u0142o si\u0119"],"Message dismissed":["Komunikat odrzucony"],"Messages could not be dismissed":["Nie mo\u017cna odrzuci\u0107 wiadomo\u015bci"],"Reload":["Za\u0142aduj ponownie"],"Show more":["Poka\u017c wi\u0119cej"],"Show older":["Poka\u017c starsze"],"There was an error getting your inbox. Please try again.":["Wyst\u0105pi\u0142 b\u0142\u0105d podczas otwierania skrzynki. Prosz\u0119 spr\u00f3bowa\u0107 ponownie."],"Undo":["Cofnij"],"Yes, dismiss all":["Tak, odrzu\u0107 wszystkie"],"Your inbox is empty":["Twoja skrzynka odbiorcza jest pusta"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/assets\/js\/blocks\/product-on-sale\/index.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Display a grid of products currently on sale.":["Wy\u015bwietl siatk\u0119 produkt\u00f3w, kt\u00f3re s\u0105 w promocji."],"On Sale Products":["Produkty w promocji"],"WooCommerce":["WooCommerce"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/chunks\/5792.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"A collection of related products.":["Zbi\u00f3r powi\u0105zanych ze sob\u0105 produkt\u00f3w."],"A digital product like service, downloadable book, music or video.":["Wirtualny produkt, taki jak us\u0142uga, ksi\u0105\u017cka do pobrania, muzyka czy film."],"A product with variations like color or size.":["Produkt z wariantami, takimi jak kolor czy rozmiar."],"A tangible item that gets delivered to customers.":["Rzecz fizyczna, kt\u00f3ra jest dostarczana do klient\u00f3w."],"Cancel":["Anuluj"],"can\u2019t decide?":["nie mo\u017cesz si\u0119 zdecydowa\u0107?"],"Can\u2019t find your product type? {{sbLink}}Start Blank{{\/sbLink}} or {{LspLink}}Load Sample Products{{\/LspLink}} to see what they look like in your store.":["Nie mo\u017cesz znale\u017a\u0107 w\u0142a\u015bciwego typu produktu? {{sbLink}}Zacznij od pocz\u0105tku{{\/sbLink}} lub {{LspLink}}za\u0142aduj przyk\u0142adowe produkty{{\/LspLink}}, aby zobaczy\u0107 jak b\u0119d\u0105 wygl\u0105da\u0107 w twoim sklepie."],"Digital product":["Produkt wirtualny"],"External product":["Produkt zewn\u0119trzny"],"Grouped product":["Grupowy produkt"],"Import sample products":["Importuj przyk\u0142adowe produkty"],"Link a product to an external website.":["Odno\u015bnik do produktu w zewn\u0119trznej witrynie"],"Load sample products":["Wczytaj przyk\u0142adowe produkty"],"Load sample products and see what they look like in your store.":["Wczytaj przyk\u0142adowe produkty i zobacz jak b\u0119d\u0105 wygl\u0105da\u0107 w twoim sklepie."],"Loading sample products":["Wczytywanie przyk\u0142adowych produkt\u00f3w"],"Physical product":["Produkt fizyczny"],"There was an error importing the sample products":["Wyst\u0105pi\u0142 b\u0142\u0105d podczas importu przyk\u0142adowych produkt\u00f3w"],"Variable product":["Produkt z wariantami"],"View less product types":["Zobacz mniej typ\u00f3w produkt\u00f3w"],"View more product types":["Zobacz wi\u0119cej typ\u00f3w produkt\u00f3w"],"We are loading 9 sample products into your store":["Wczytujemy 9 przyk\u0142adowych produkt\u00f3w do twojego sklepu"],"We'll import images from woocommerce.com to set up your sample products.":["Zaimportujemy obrazki z WooCommerce.com, aby skonfigurowa\u0107 tw\u00f3j przyk\u0142adowy produkt."],"What product do you want to add?":["Jaki produkt chcesz doda\u0107?"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/mini-cart-component-frontend.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"%1$d item in cart":["%1$d produkt w koszyku","%1$d produkty w koszyku","%1$d produkt\u00f3w w koszyku"],"%1$d item in cart, total price of %2$s":["%1$d pozycja w koszyku, \u0142\u0105czna cena: %2$s","%1$d pozycje w koszyku, \u0142\u0105czna cena: %2$s","%1$d pozycji w koszyku, \u0142\u0105czna cena: %2$s"],"%s (optional)":["%s (opcjonalnie)"],"Close":["Zamknij"],"Empty Mini-Cart":["Pusty minikoszyk"],"Error:":["B\u0142\u0105d:"],"Filled Mini-Cart":["Wype\u0142niony minikoszyk"],"Oops!":["Ups!"],"There was an error loading the content.":["Wyst\u0105pi\u0142 b\u0142\u0105d podczas \u0142adowania tre\u015bci."]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/chunks\/shipping-recommendations.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"(opens in a new tab)":["(otworzy si\u0119 w nowej karcie)"],"Activate":["W\u0142\u0105cz"],"Finish the setup by connecting your store to Jetpack.":["Uko\u0144cz konfiguracj\u0119 \u0142\u0105cz\u0105c sw\u00f3j sklep z WordPress.com."],"Get started":["Rozpocznij"],"Hide this":["Ukryj to"],"If you\u2019d like to speed up your process and print your shipping label straight from your WooCommerce dashboard, WooCommerce Shipping may be for you! ":["Je\u015bli chcesz przy\u015bpieszy\u0107 prac\u0119 i drukowa\u0107 etykiety wysy\u0142kowe prosto z kokpitu Woo, to WooCommerce Shipping jest dla ciebie! "],"Learn more":["Dowiedz si\u0119 wi\u0119cej"],"Print USPS and DHL Express labels straight from your WooCommerce dashboard and save on shipping.":["Drukuj etykiety USPS i DHL Express prosto z kokpitu WooCommerce i oszcz\u0119dzaj na wysy\u0142ce."],"Print USPS and DHL labels straight from your WooCommerce dashboard and save on shipping thanks to discounted rates. You can manage WooCommerce Shipping in this section.":["Drukuj etykiety USPS i DHL prosto z kokpitu Woo i zaoszcz\u0119d\u017a na wysy\u0142ce dzi\u0119ki preferencyjny stawkom. WooCommerce Shipping mo\u017cesz zarz\u0105dza\u0107 w tej sekcji."],"Recommended":["Polecane"],"Recommended shipping solutions":["Polecane metody wysy\u0142ki"],"See more options":["Zobacz wi\u0119cej opcji"],"Shipping methods":["Metody wysy\u0142ki"],"Shipping zones":["Strefy wysy\u0142ki"],"Task List Options":["Opcje listy zada\u0144"],"There was a problem marking the shipping tour as completed.":["Wyst\u0105pi\u0142 problem podczas oznaczania przewodnika jako uko\u0144czonego."],"We recommend adding one of the following shipping extensions to your store. The extension will be installed and activated for you when you click \"Get started\".":["Zalecamy dodanie jednego z poni\u017cszych rozszerze\u0144 wysy\u0142ki do sklepu. Rozszerzenie zostanie zainstalowane i aktywowane po klikni\u0119ciu \"Rozpocznij\"."],"WooCommerce Shipping":["WooCommerce Shipping"],"\ud83c\udf89 WooCommerce Shipping is installed!":["\ud83c\udf89 Zainstalowano WooCommerce Shipping!"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/assets\/js\/blocks\/cart-checkout-shared\/payment-methods\/no-payment-methods\/index.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"There are no payment methods available. This may be an error on our side. Please contact us if you need any help placing your order.":["\u017badna metoda p\u0142atno\u015bci nie jest dost\u0119pna. By\u0107 mo\u017ce problem jest po naszej stronie. Skontaktuj si\u0119 z nami, je\u015bli potrzebujesz pomocy przy z\u0142o\u017ceniu zam\u00f3wienia."]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/experimental\/index.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Are you sure?":["Czy na pewno?"],"Cancel":["Anuluj"],"Delete":["Usu\u0144"],"Dismiss":["Odrzu\u0107"],"Dismissed messages cannot be viewed again":["Nie mo\u017cna zobaczy\u0107 ponownie odrzuconych komunikat\u00f3w"],"Remind me later":["Przypomnij p\u00f3\u017aniej"],"Task Options":["Opcje zadania"],"This task is required to keep your store running":["To zadanie jest wymagane do utrzymania dzia\u0142ania twojego sklepu"],"This task is required to set up your extension":["To zadanie jest wymagane do skonfigurowania rozszerzenia"],"Yes, I'm sure":["Tak, na pewno"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/filter-wrapper.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Active Filters":["Aktywne filtry"],"Active filters":["Aktywne filtry"],"Display the currently active filters.":["Wy\u015bwietl w\u0142\u0105czone filtry."],"Enable customers to filter the product grid by choosing a price range.":["Pozw\u00f3l klientom filtrowa\u0107 siatk\u0119 produkt\u00f3w wybieraj\u0105c przedzia\u0142 cenowy."],"Enable customers to filter the product grid by rating.":["Pozw\u00f3l klientom filtrowa\u0107 siatk\u0119 produkt\u00f3w wg oceny."],"Enable customers to filter the product grid by selecting one or more attributes, such as color.":["Pozw\u00f3l klientom filtrowa\u0107 siatk\u0119 produkt\u00f3w wybieraj\u0105c jeden lub wiele atrybut\u00f3w, takich jak kolor."],"Enable customers to filter the product grid by stock status.":["Pozw\u00f3l klientom filtrowa\u0107 siatk\u0119 produkt\u00f3w wg stanu magazynowego."],"Filter by Attribute":["Filtr wg atrybutu"],"Filter by attribute":["Filtr wg atrybutu"],"Filter by Price":["Filtr wg ceny"],"Filter by price":["Filtruj wg ceny"],"Filter by Rating":["Filtr wg oceny"],"Filter by rating":["Filtr wg oceny"],"Filter by Stock":["Filtr wg stanu magazynowego"],"Filter by stock status":["Filtruj wg stanu magazynowego"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/wp-admin-scripts\/payment-method-promotions.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Dismiss":["Odrzu\u0107"],"Install":["Zainstaluj"],"Payment Promotion Options":["Opcje promocji p\u0142atno\u015bci"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/wc-payment-method-bacs.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Direct bank transfer":["Przelew bankowy"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/assets\/js\/blocks\/reviews\/reviews-by-product\/no-reviews-placeholder.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Reviews by Product":["Opinie wed\u0142ug produktu"],"This block lists reviews for a selected product. %s doesn't have any reviews yet, but they will show up here when it does.":["Ten blok wy\u015bwietla opinie wybranych produkt\u00f3w. %s nie ma jeszcze \u017cadnych opinii, ale pojawi\u0105 si\u0119 tutaj, gdy b\u0119d\u0105 dost\u0119pne."]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/cart-blocks\/cart-express-payment--checkout-blocks\/express-payment-frontend.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Coupon code \"%s\" has been applied to your cart.":["Kod kuponu \"%s\" zosta\u0142 dodany do koszyka."],"Coupon code \"%s\" has been removed from your cart.":["Kod kuponu \"%s\" zosta\u0142 usuni\u0119ty z koszyka."],"Discount:":["Rabat:"],"Fees:":["Op\u0142aty: "],"No registered Payment Methods":["Brak zarejestrowanych metod p\u0142atno\u015bci"],"Shipping:":["Wysy\u0142ka:"],"Subtotal:":["Kwota:"],"Taxes:":["Podatki:"],"There was an error with this payment method. Please verify it's configured correctly.":["Wyst\u0105pi\u0142 b\u0142\u0105d wybranej metody p\u0142atno\u015bci. Zweryfikuj, czy zosta\u0142a poprawnie skonfigurowana."],"Total":["\u0141\u0105cznie"],"We are experiencing difficulties with this payment method. Please contact us for assistance.":["Wyst\u0119puj\u0105 problemy z t\u0105 metod\u0105 p\u0142atno\u015bci. Skontaktuj si\u0119 z nami, aby uzyska\u0107 pomoc."]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/checkout-blocks\/shipping-method-style.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"calculated with an address":["obliczone dla adresu"],"Shipping options are not available":["Opcje wysy\u0142ki nie s\u0105 dost\u0119pne"]}}}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/chunks\/8758.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"No data for the current search":["Brak danych dla obecnego wyszukiwania"],"No data for the selected date range":["Brak danych dla wybranego zakresu dat"],"Previous period:":["Poprzedni okres:"],"Previous year:":["Poprzedni rok:"],"TAX":["Podatek"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/checkout-blocks\/order-summary-cart-items-frontend.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"%d item":["%d produkt","%d produkty","%d produkt\u00f3w"],"%d left in stock":["%d w magazynie"],"Available on backorder":["Produkt dost\u0119pny na zam\u00f3wienie"],"Discounted price:":["Cena po rabacie:"],"Order summary":["Podsumowanie zam\u00f3wienia"],"Previous price:":["Poprzednia cena:"],"Price between %1$s and %2$s":["Cena mi\u0119dzy %1$s a %2$s"],"Total price for %1$d %2$s item: %3$s":["Ca\u0142kowita cena za %1$d pozycj\u0119 \"%2$s\": %3$s","Ca\u0142kowita cena za %1$d pozycje \"%2$s\": %3$s","Ca\u0142kowita cena za %1$d pozycji \"%2$s\": %3$s"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/product-editor\/blocks\/summary\/edit.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Summarize this product in 1-2 short sentences. We'll show it at the top of the page.":["Podsumuj ten produkt w 1-2 kr\u00f3tkich zdaniach. Poka\u017cemy je na g\u00f3rze strony produktu."],"Summary":["Podsumowanie"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/chunks\/analytics-report-revenue.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"A sentence describing filters for Revenue. See screen shot for context: https:\/\/cloudup.com\/cSsUY9VeCVJ\u0004Revenue Matches <select\/> Filters":["Przych\u00f3d spe\u0142niaj\u0105cy <select\/> warunki filtr\u00f3w"],"Advanced Filters":["Filtry zaawansowane"],"All Revenue":["Ca\u0142y przych\u00f3d"],"Analytics date settings":["Ustawienia dat statystyk"],"Coupons":["Kupony"],"Date":["Data"],"day":["dzie\u0144","dni","dni"],"Full refunds are not deducted from tax or net sales totals":["Pe\u0142ne zwroty nie s\u0105 odliczane od podatku lub sumy sprzeda\u017cy netto."],"Got it":["Rozumiem"],"Gross sales":["Sprzeda\u017c brutto"],"Net sales":["Sprzeda\u017c netto"],"No data for the current search":["Brak danych dla obecnego wyszukiwania"],"No data for the selected date range":["Brak danych dla wybranego zakresu dat"],"order":["zam\u00f3wienie","zam\u00f3wienia","zam\u00f3wie\u0144"],"Orders":["Zam\u00f3wienia"],"Previous period:":["Poprzedni okres:"],"Previous year:":["Poprzedni rok:"],"Returns":["Zwroty"],"Revenue":["Przych\u00f3d"],"Revenue is now reported from paid orders \u2705":["Przychody s\u0105 teraz raportowane dla zam\u00f3wie\u0144 op\u0142aconych \u2705"],"Shipping":["Wysy\u0142ka"],"Show":["Poka\u017c"],"Taxes":["Podatki"],"Total sales":["Suma sprzeda\u017cy"],"We now collect orders in this table based on when the payment went through, rather than when they were placed. You can change this in <link>settings<\/link>.":["Zam\u00f3wienia w tej tabeli zbieramy teraz na podstawie dat p\u0142atno\u015bci, zamiast dat ich z\u0142o\u017cenia. Mo\u017cna to zmieni\u0107 w <link>ustawieniach<\/link>."]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"packages\/woocommerce-blocks\/build\/mini-cart-contents-block\/shopping-button-style.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Start shopping":["Rozpocznij zakupy"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/product-editor\/blocks\/shipping-class\/edit.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"A shipping class with that slug already exists.":["Klasa wysy\u0142kowa o podanej nazwie uproszczonej ju\u017c istnieje."],"Add new shipping class":["Dodaj now\u0105 klas\u0119 wysy\u0142kow\u0105"],"Manage shipping classes and rates in <Link>global settings<\/Link>.":["Zarz\u0105dzaj stawkami i klasami wysy\u0142kowymi w <Link>ustawieniach globalnych<\/Link>."],"No shipping class":["Brak klasy wysy\u0142kowej"],"Shipping class":["Klasa wysy\u0142kowa"],"We couldn\u2019t add this shipping class. Try again in a few seconds.":["Nie mogli\u015bmy doda\u0107 tej klasy wysy\u0142kowej. Spr\u00f3buj ponownie za kilka sekund."]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/onboarding\/index.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Accepted payment methods":["Akceptowane metody p\u0142atno\u015bci"],"Boost conversions with WooPay, a new express checkout feature included in WooPayments.":["Zwi\u0119ksz konwersj\u0119 dzi\u0119ki WooPay, nowej funkcji szybkich p\u0142atno\u015bci, wchodz\u0105cej w sk\u0142ad WooPayments."],"Earn and manage recurring revenue and get automatic deposits into your nominated bank account.":["Uzyskuj sta\u0142e przychody i zarz\u0105dzaj nimi. Otrzymuj automatyczne wp\u0142aty na wyznaczony rachunek bankowy."],"Learn more":["Dowiedz si\u0119 wi\u0119cej"],"Local Partner":["Lokalny partner"],"Metro Manila":["Metro Manila"],"Offer your customers card payments, Sofort, iDeal, and the ability to sell in-person with Woo mobile app.":["Zaoferuj swoim klientom p\u0142atno\u015bci kart\u0105, iDeal i mo\u017cliwo\u015b\u0107 sprzeda\u017cy osobistej za pomoc\u0105 aplikacji mobilnej Woo."],"Payments made simple, designed exclusively for WooCommerce stores.":["\u0141atwe p\u0142atno\u015bci, zaprojektowane wy\u0142\u0105cznie<br\/>dla sklep\u00f3w WooCommerce."],"Recommended":["Polecane"],"Roma":["Rzym"],"Sell to international markets and accept more than 135 currencies with local payment methods.":["Sprzedawaj na mi\u0119dzynarodowych rynkach i akceptuj p\u0142atno\u015bci w ponad 135\u00a0walutach dzi\u0119ki obs\u0142udze lokalnych metod p\u0142atno\u015bci."],"Setup required":["Wymagana konfiguracja"],"WooPayments is pre-integrated with popular payment options:":["Us\u0142uga WooPayments jest zintegrowana z\u00a0popularnymi opcjami p\u0142atno\u015bci:"]}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"translation-revision-date":"2024-11-25 07:21+0000","generator":"Loco https:\/\/localise.biz\/","source":"assets\/client\/admin\/product-editor\/blocks\/summary\/constants.js","domain":"woocommerce","locale_data":{"woocommerce":{"":{"domain":"","lang":"pl_PL","plural-forms":"nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);"},"Align text center":["Wyr\u00f3wnaj tekst do \u015brodka"],"Align text justify":["Justuj tekst"],"Align text left":["Wyr\u00f3wnaj tekst do lewej"],"Align text right":["Wyr\u00f3wnaj tekst do prawej"]}}}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user