diff options
author | MDN <actions@users.noreply.github.com> | 2021-03-24 00:27:57 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-03-24 00:27:57 +0000 |
commit | 8d7ad7715e19a445def22de6d5f3d9519cebe69e (patch) | |
tree | dfeab89fe885baadfaa3629850e4dbf53a9a8669 /files/pl/web | |
parent | 0511ab6f682be0c8401377e50cd4a164e87ec589 (diff) | |
download | translated-content-8d7ad7715e19a445def22de6d5f3d9519cebe69e.tar.gz translated-content-8d7ad7715e19a445def22de6d5f3d9519cebe69e.tar.bz2 translated-content-8d7ad7715e19a445def22de6d5f3d9519cebe69e.zip |
[CRON] sync translated content
Diffstat (limited to 'files/pl/web')
-rw-r--r-- | files/pl/web/api/element/childelementcount/index.html (renamed from files/pl/web/api/parentnode/childelementcount/index.html) | 3 | ||||
-rw-r--r-- | files/pl/web/api/element/localname/index.html (renamed from files/pl/web/api/node/localname/index.html) | 4 | ||||
-rw-r--r-- | files/pl/web/api/element/namespaceuri/index.html (renamed from files/pl/web/api/node/namespaceuri/index.html) | 4 | ||||
-rw-r--r-- | files/pl/web/api/element/prefix/index.html (renamed from files/pl/web/api/node/prefix/index.html) | 4 |
4 files changed, 8 insertions, 7 deletions
diff --git a/files/pl/web/api/parentnode/childelementcount/index.html b/files/pl/web/api/element/childelementcount/index.html index f3bbff6554..fb03d5d089 100644 --- a/files/pl/web/api/parentnode/childelementcount/index.html +++ b/files/pl/web/api/element/childelementcount/index.html @@ -1,7 +1,8 @@ --- title: ParentNode.childElementCount -slug: Web/API/ParentNode/childElementCount +slug: Web/API/Element/childElementCount translation_of: Web/API/ParentNode/childElementCount +original_slug: Web/API/ParentNode/childElementCount --- <div>{{ APIRef("DOM") }}</div> diff --git a/files/pl/web/api/node/localname/index.html b/files/pl/web/api/element/localname/index.html index a99e7ae8da..5a12183ce1 100644 --- a/files/pl/web/api/node/localname/index.html +++ b/files/pl/web/api/element/localname/index.html @@ -1,13 +1,13 @@ --- title: element.localName -slug: Web/API/Node/localName +slug: Web/API/Element/localName tags: - DOM - Dokumentacja_Gecko_DOM - Gecko - Wszystkie_kategorie translation_of: Web/API/Node/localName -original_slug: Web/API/Element/localName +original_slug: Web/API/Node/localName --- <p>{{ ApiRef() }}</p> <h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3> diff --git a/files/pl/web/api/node/namespaceuri/index.html b/files/pl/web/api/element/namespaceuri/index.html index 59d7006ff2..7fbe7a79bc 100644 --- a/files/pl/web/api/node/namespaceuri/index.html +++ b/files/pl/web/api/element/namespaceuri/index.html @@ -1,13 +1,13 @@ --- title: element.namespaceURI -slug: Web/API/Node/namespaceURI +slug: Web/API/Element/namespaceURI tags: - DOM - Dokumentacja_Gecko_DOM - Gecko - Wszystkie_kategorie translation_of: Web/API/Node/namespaceURI -original_slug: Web/API/Element/namespaceURI +original_slug: Web/API/Node/namespaceURI --- <p>{{ ApiRef() }}</p> <h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3> diff --git a/files/pl/web/api/node/prefix/index.html b/files/pl/web/api/element/prefix/index.html index 0a76253cd6..5d5971b9f6 100644 --- a/files/pl/web/api/node/prefix/index.html +++ b/files/pl/web/api/element/prefix/index.html @@ -1,13 +1,13 @@ --- title: element.prefix -slug: Web/API/Node/prefix +slug: Web/API/Element/prefix tags: - DOM - Dokumentacja_Gecko_DOM - Gecko - Wszystkie_kategorie translation_of: Web/API/Node/prefix -original_slug: Web/API/Element/prefix +original_slug: Web/API/Node/prefix --- <p>{{ ApiRef() }}</p> <h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3> |