diff options
author | MDN <actions@users.noreply.github.com> | 2021-03-10 16:18:46 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-03-10 16:18:46 +0000 |
commit | 785c0b7c8adc9e73cfd07817009c4437255c9398 (patch) | |
tree | df9c9cef2d0122f1227098f11d29a2141b014839 /files/pl | |
parent | a347d81327250fad25cb1990f012cab05c3cfa4c (diff) | |
download | translated-content-785c0b7c8adc9e73cfd07817009c4437255c9398.tar.gz translated-content-785c0b7c8adc9e73cfd07817009c4437255c9398.tar.bz2 translated-content-785c0b7c8adc9e73cfd07817009c4437255c9398.zip |
[CRON] sync translated content
Diffstat (limited to 'files/pl')
-rw-r--r-- | files/pl/_redirects.txt | 6 | ||||
-rw-r--r-- | files/pl/_wikihistory.json | 20 | ||||
-rw-r--r-- | files/pl/web/api/document/stylesheets/index.html (renamed from files/pl/web/api/documentorshadowroot/stylesheets/index.html) | 4 |
3 files changed, 15 insertions, 15 deletions
diff --git a/files/pl/_redirects.txt b/files/pl/_redirects.txt index 46e052f080..d6d5ec42e2 100644 --- a/files/pl/_redirects.txt +++ b/files/pl/_redirects.txt @@ -361,7 +361,7 @@ /pl/docs/DOM/document.open /pl/docs/Web/API/Document/open /pl/docs/DOM/document.plugins /pl/docs/Web/API/Document/plugins /pl/docs/DOM/document.referrer /pl/docs/Web/API/Document/referrer -/pl/docs/DOM/document.styleSheets /pl/docs/Web/API/DocumentOrShadowRoot/styleSheets +/pl/docs/DOM/document.styleSheets /pl/docs/Web/API/Document/styleSheets /pl/docs/DOM/document.title /pl/docs/Web/API/Document/title /pl/docs/DOM/document.vlinkColor /pl/docs/Web/API/Document/vlinkColor /pl/docs/DOM/document.width /pl/docs/Web/API/Document/width @@ -609,7 +609,7 @@ /pl/docs/DOM:document.open /pl/docs/Web/API/Document/open /pl/docs/DOM:document.plugins /pl/docs/Web/API/Document/plugins /pl/docs/DOM:document.referrer /pl/docs/Web/API/Document/referrer -/pl/docs/DOM:document.styleSheets /pl/docs/Web/API/DocumentOrShadowRoot/styleSheets +/pl/docs/DOM:document.styleSheets /pl/docs/Web/API/Document/styleSheets /pl/docs/DOM:document.title /pl/docs/Web/API/Document/title /pl/docs/DOM:document.vlinkColor /pl/docs/Web/API/Document/vlinkColor /pl/docs/DOM:document.width /pl/docs/Web/API/Document/width @@ -1929,8 +1929,8 @@ /pl/docs/Web/API/Canvas_API/Tutorial/rysowanie_ksztaltow /pl/docs/Web/API/Canvas_API/Tutorial/Drawing_shapes /pl/docs/Web/API/Document/firstChild /pl/docs/conflicting/Web/API/Node/firstChild /pl/docs/Web/API/Document/namespaceURI /pl/docs/conflicting/Web/API/Node/namespaceURI -/pl/docs/Web/API/Document/styleSheets /pl/docs/Web/API/DocumentOrShadowRoot/styleSheets /pl/docs/Web/API/DocumentOrShadowRoot/activeElement /pl/docs/Web/API/Document/activeElement +/pl/docs/Web/API/DocumentOrShadowRoot/styleSheets /pl/docs/Web/API/Document/styleSheets /pl/docs/Web/API/Element/addEventListener /pl/docs/Web/API/EventTarget/addEventListener /pl/docs/Web/API/Element/appendChild /pl/docs/Web/API/Node/appendChild /pl/docs/Web/API/Element/blur /pl/docs/Web/API/HTMLOrForeignElement/blur diff --git a/files/pl/_wikihistory.json b/files/pl/_wikihistory.json index 057aae17c5..79e3503d58 100644 --- a/files/pl/_wikihistory.json +++ b/files/pl/_wikihistory.json @@ -10823,16 +10823,6 @@ "Jan Dudek" ] }, - "Web/API/DocumentOrShadowRoot/styleSheets": { - "modified": "2019-03-23T23:48:20.614Z", - "contributors": [ - "teoli", - "jsx", - "Robson", - "Mgjbot", - "Jan Dudek" - ] - }, "conflicting/Web/API": { "modified": "2019-03-24T00:13:13.340Z", "contributors": [ @@ -11745,5 +11735,15 @@ "Mgjbot", "Flaneur" ] + }, + "Web/API/Document/styleSheets": { + "modified": "2019-03-23T23:48:20.614Z", + "contributors": [ + "teoli", + "jsx", + "Robson", + "Mgjbot", + "Jan Dudek" + ] } }
\ No newline at end of file diff --git a/files/pl/web/api/documentorshadowroot/stylesheets/index.html b/files/pl/web/api/document/stylesheets/index.html index cb2e61d67b..96d97c83c0 100644 --- a/files/pl/web/api/documentorshadowroot/stylesheets/index.html +++ b/files/pl/web/api/document/stylesheets/index.html @@ -1,6 +1,6 @@ --- title: document.styleSheets -slug: Web/API/DocumentOrShadowRoot/styleSheets +slug: Web/API/Document/styleSheets tags: - DOM - Dokumentacja_Gecko_DOM @@ -8,7 +8,7 @@ tags: - Wszystkie_kategorie translation_of: Web/API/DocumentOrShadowRoot/styleSheets translation_of_original: Web/API/Document/styleSheets -original_slug: Web/API/Document/styleSheets +original_slug: Web/API/DocumentOrShadowRoot/styleSheets --- <p>{{ ApiRef() }}</p> <h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3> |