aboutsummaryrefslogtreecommitdiff
path: root/files/pl/learn
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/learn')
-rw-r--r--files/pl/learn/common_questions/how_does_the_internet_work/index.html3
-rw-r--r--files/pl/learn/css/building_blocks/cascade_and_inheritance/index.html5
-rw-r--r--files/pl/learn/css/building_blocks/index.html5
-rw-r--r--files/pl/learn/css/building_blocks/selectors/index.html5
-rw-r--r--files/pl/learn/css/building_blocks/styling_tables/index.html5
-rw-r--r--files/pl/learn/css/building_blocks/values_and_units/index.html5
-rw-r--r--files/pl/learn/css/first_steps/how_css_is_structured/index.html5
-rw-r--r--files/pl/learn/css/first_steps/how_css_works/index.html5
-rw-r--r--files/pl/learn/css/first_steps/index.html5
-rw-r--r--files/pl/learn/css/howto/css_faq/index.html3
-rw-r--r--files/pl/learn/css/styling_text/fundamentals/index.html5
-rw-r--r--files/pl/learn/css/styling_text/styling_lists/index.html5
-rw-r--r--files/pl/learn/getting_started_with_the_web/how_the_web_works/index.html5
-rw-r--r--files/pl/learn/javascript/client-side_web_apis/manipulating_documents/index.html5
-rw-r--r--files/pl/learn/javascript/first_steps/a_first_splash/index.html3
-rw-r--r--files/pl/learn/javascript/first_steps/index.html3
-rw-r--r--files/pl/learn/javascript/first_steps/math/index.html3
-rw-r--r--files/pl/learn/javascript/first_steps/variables/index.html3
-rw-r--r--files/pl/learn/javascript/first_steps/what_is_javascript/index.html3
-rw-r--r--files/pl/learn/javascript/first_steps/what_went_wrong/index.html3
-rw-r--r--files/pl/learn/javascript/objects/index.html3
-rw-r--r--files/pl/learn/server-side/configuring_server_mime_types/index.html3
-rw-r--r--files/pl/learn/server-side/express_nodejs/tutorial_local_library_website/index.html3
23 files changed, 58 insertions, 35 deletions
diff --git a/files/pl/learn/common_questions/how_does_the_internet_work/index.html b/files/pl/learn/common_questions/how_does_the_internet_work/index.html
index 1ee3d15096..13f7ead9b9 100644
--- a/files/pl/learn/common_questions/how_does_the_internet_work/index.html
+++ b/files/pl/learn/common_questions/how_does_the_internet_work/index.html
@@ -1,11 +1,12 @@
---
title: Jak działa Internet?
-slug: Learn/Common_questions/Jak_dziala_Internet
+slug: Learn/Common_questions/How_does_the_Internet_work
tags:
- Beginner
- Tutorial
- WebMechanics
translation_of: Learn/Common_questions/How_does_the_Internet_work
+original_slug: Learn/Common_questions/Jak_dziala_Internet
---
<div>{{LearnSidebar}}</div>
diff --git a/files/pl/learn/css/building_blocks/cascade_and_inheritance/index.html b/files/pl/learn/css/building_blocks/cascade_and_inheritance/index.html
index f100424b2f..c6ca10a1c9 100644
--- a/files/pl/learn/css/building_blocks/cascade_and_inheritance/index.html
+++ b/files/pl/learn/css/building_blocks/cascade_and_inheritance/index.html
@@ -1,10 +1,11 @@
---
title: Kaskadowość i dziedziczenie
-slug: Web/CSS/Na_początek/Kaskadowość_i_dziedziczenie
+slug: Learn/CSS/Building_blocks/Cascade_and_inheritance
tags:
- - 'CSS:Na_początek'
+ - CSS:Na_początek
translation_of: Learn/CSS/Building_blocks/Cascade_and_inheritance
translation_of_original: Web/Guide/CSS/Getting_started/Cascading_and_inheritance
+original_slug: Web/CSS/Na_początek/Kaskadowość_i_dziedziczenie
---
<p>
</p><p>Ta strona tłumaczy jak arkusze stylów oddziaływują w kaskadzie, oraz jak elementy dziedziczą style od swoich rodziców.
diff --git a/files/pl/learn/css/building_blocks/index.html b/files/pl/learn/css/building_blocks/index.html
index d8edcc96fb..a62e5e31b7 100644
--- a/files/pl/learn/css/building_blocks/index.html
+++ b/files/pl/learn/css/building_blocks/index.html
@@ -1,10 +1,11 @@
---
title: Bloki
-slug: Web/CSS/Na_początek/Bloki
+slug: Learn/CSS/Building_blocks
tags:
- - 'CSS:Na_początek'
+ - CSS:Na_początek
translation_of: Learn/CSS/Building_blocks
translation_of_original: Web/Guide/CSS/Getting_started/Boxes
+original_slug: Web/CSS/Na_początek/Bloki
---
<p> </p>
<p>Ta strona opisuje jak możesz użyć CSS do kontroli przestrzeni, którą zajmuje wyświetlany element.</p>
diff --git a/files/pl/learn/css/building_blocks/selectors/index.html b/files/pl/learn/css/building_blocks/selectors/index.html
index bf3edca6f9..71ec313979 100644
--- a/files/pl/learn/css/building_blocks/selectors/index.html
+++ b/files/pl/learn/css/building_blocks/selectors/index.html
@@ -1,10 +1,11 @@
---
title: Selektory
-slug: Web/CSS/Na_początek/Selektory
+slug: Learn/CSS/Building_blocks/Selectors
tags:
- - 'CSS:Na_początek'
+ - CSS:Na_początek
translation_of: Learn/CSS/Building_blocks/Selectors
translation_of_original: Web/Guide/CSS/Getting_started/Selectors
+original_slug: Web/CSS/Na_początek/Selektory
---
<p>Ta strona jest częścią piątą kursu <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_Started">CSS Getting Started</a>. Wyjaśnia ona jak możesz używać stylów selektywnie, i jak różne typy selektorów mają różne priorytety. Dodasz pewne atrybuty do znaczników w swoim przykładowym dokumencie oraz użyjesz w nim tych atrybutów.</p>
diff --git a/files/pl/learn/css/building_blocks/styling_tables/index.html b/files/pl/learn/css/building_blocks/styling_tables/index.html
index 3e09737217..23e9302a21 100644
--- a/files/pl/learn/css/building_blocks/styling_tables/index.html
+++ b/files/pl/learn/css/building_blocks/styling_tables/index.html
@@ -1,10 +1,11 @@
---
title: Tabele
-slug: Web/CSS/Na_początek/Tables
+slug: Learn/CSS/Building_blocks/Styling_tables
tags:
- - 'CSS:Na_początek'
+ - CSS:Na_początek
translation_of: Learn/CSS/Building_blocks/Styling_tables
translation_of_original: Web/Guide/CSS/Getting_started/Tables
+original_slug: Web/CSS/Na_początek/Tables
---
<p> </p>
<p>Ta strona bardziej szczegółowo opisuje selektory oraz sposoby tworzenia stylów dla tabel.</p>
diff --git a/files/pl/learn/css/building_blocks/values_and_units/index.html b/files/pl/learn/css/building_blocks/values_and_units/index.html
index db5bfd5e7d..e13cc8d2de 100644
--- a/files/pl/learn/css/building_blocks/values_and_units/index.html
+++ b/files/pl/learn/css/building_blocks/values_and_units/index.html
@@ -1,10 +1,11 @@
---
title: Kolor
-slug: Web/CSS/Na_początek/Kolor
+slug: Learn/CSS/Building_blocks/Values_and_units
tags:
- - 'CSS:Na_początek'
+ - CSS:Na_początek
translation_of: Learn/CSS/Introduction_to_CSS/Values_and_units#Colors
translation_of_original: Web/Guide/CSS/Getting_started/Color
+original_slug: Web/CSS/Na_początek/Kolor
---
<p>
</p><p>Ta strona dokładniej opisuje sposoby pracy z kolorami w CSS-ie.
diff --git a/files/pl/learn/css/first_steps/how_css_is_structured/index.html b/files/pl/learn/css/first_steps/how_css_is_structured/index.html
index 0e62945cbd..8dab9ba99d 100644
--- a/files/pl/learn/css/first_steps/how_css_is_structured/index.html
+++ b/files/pl/learn/css/first_steps/how_css_is_structured/index.html
@@ -1,10 +1,11 @@
---
title: Czytelny CSS
-slug: Web/CSS/Na_początek/Czytelny_CSS
+slug: Learn/CSS/First_steps/How_CSS_is_structured
tags:
- - 'CSS:Na_początek'
+ - CSS:Na_początek
translation_of: Learn/CSS/Introduction_to_CSS/Syntax#Beyond_syntax_make_CSS_readable
translation_of_original: Web/Guide/CSS/Getting_started/Readable_CSS
+original_slug: Web/CSS/Na_początek/Czytelny_CSS
---
<p>
</p><p>Ta strona opisuje styl i gramatykę języka CSS.
diff --git a/files/pl/learn/css/first_steps/how_css_works/index.html b/files/pl/learn/css/first_steps/how_css_works/index.html
index 4502cad557..5b00b91b96 100644
--- a/files/pl/learn/css/first_steps/how_css_works/index.html
+++ b/files/pl/learn/css/first_steps/how_css_works/index.html
@@ -1,10 +1,11 @@
---
title: Czym jest CSS
-slug: Web/CSS/Na_początek/Czym_jest_CSS
+slug: Learn/CSS/First_steps/How_CSS_works
tags:
- - 'CSS:Na_początek'
+ - CSS:Na_początek
translation_of: Learn/CSS/First_steps/How_CSS_works
translation_of_original: Web/Guide/CSS/Getting_started/What_is_CSS
+original_slug: Web/CSS/Na_początek/Czym_jest_CSS
---
<p> </p>
diff --git a/files/pl/learn/css/first_steps/index.html b/files/pl/learn/css/first_steps/index.html
index 22b975504c..479321eb86 100644
--- a/files/pl/learn/css/first_steps/index.html
+++ b/files/pl/learn/css/first_steps/index.html
@@ -1,12 +1,13 @@
---
title: Na początek
-slug: Web/CSS/Na_początek
+slug: Learn/CSS/First_steps
tags:
- CSS
- - 'CSS:Na_początek'
+ - CSS:Na_początek
- Wszystkie_kategorie
translation_of: Learn/CSS/First_steps
translation_of_original: Web/Guide/CSS/Getting_started
+original_slug: Web/CSS/Na_początek
---
<p> </p>
<h3 id="Wprowadzenie" name="Wprowadzenie">Wprowadzenie</h3>
diff --git a/files/pl/learn/css/howto/css_faq/index.html b/files/pl/learn/css/howto/css_faq/index.html
index 12a84d8c20..1dd18140a5 100644
--- a/files/pl/learn/css/howto/css_faq/index.html
+++ b/files/pl/learn/css/howto/css_faq/index.html
@@ -1,10 +1,11 @@
---
title: Częste pytania o CSS
-slug: Web/CSS/Częste_pytania_o_CSS
+slug: Learn/CSS/Howto/CSS_FAQ
tags:
- CSS
- Wszystkie_kategorie
translation_of: Learn/CSS/Howto/CSS_FAQ
+original_slug: Web/CSS/Częste_pytania_o_CSS
---
<p>
</p>
diff --git a/files/pl/learn/css/styling_text/fundamentals/index.html b/files/pl/learn/css/styling_text/fundamentals/index.html
index 69dfd39735..4f59ad1c69 100644
--- a/files/pl/learn/css/styling_text/fundamentals/index.html
+++ b/files/pl/learn/css/styling_text/fundamentals/index.html
@@ -1,10 +1,11 @@
---
title: Style tekstowe
-slug: Web/CSS/Na_początek/Style_tekstowe
+slug: Learn/CSS/Styling_text/Fundamentals
tags:
- - 'CSS:Na_początek'
+ - CSS:Na_początek
translation_of: Learn/CSS/Styling_text/Fundamentals
translation_of_original: Web/Guide/CSS/Getting_started/Text_styles
+original_slug: Web/CSS/Na_początek/Style_tekstowe
---
<p>
</p><p>Na tej stronie znajdziesz więcej przykładów stylów tekstowych.
diff --git a/files/pl/learn/css/styling_text/styling_lists/index.html b/files/pl/learn/css/styling_text/styling_lists/index.html
index 64f4218a9d..5d36de5295 100644
--- a/files/pl/learn/css/styling_text/styling_lists/index.html
+++ b/files/pl/learn/css/styling_text/styling_lists/index.html
@@ -1,10 +1,11 @@
---
title: Listy
-slug: Web/CSS/Na_początek/Listy
+slug: Learn/CSS/Styling_text/Styling_lists
tags:
- - 'CSS:Na_początek'
+ - CSS:Na_początek
translation_of: Learn/CSS/Styling_text/Styling_lists
translation_of_original: Web/Guide/CSS/Getting_started/Lists
+original_slug: Web/CSS/Na_początek/Listy
---
<p>
</p><p>Ta strona opisuje jak możesz użyć CSS-a do określania wyglądu list.
diff --git a/files/pl/learn/getting_started_with_the_web/how_the_web_works/index.html b/files/pl/learn/getting_started_with_the_web/how_the_web_works/index.html
index 6d1a97d33c..fb7fdd730e 100644
--- a/files/pl/learn/getting_started_with_the_web/how_the_web_works/index.html
+++ b/files/pl/learn/getting_started_with_the_web/how_the_web_works/index.html
@@ -1,6 +1,6 @@
---
title: Jak działa Sieć
-slug: Learn/Getting_started_with_the_web/Jak_dziala_Siec
+slug: Learn/Getting_started_with_the_web/How_the_Web_works
tags:
- Beginner
- Client
@@ -11,8 +11,9 @@ tags:
- Learn
- Server
- TCP
- - 'l10n:priority'
+ - l10n:priority
translation_of: Learn/Getting_started_with_the_web/How_the_Web_works
+original_slug: Learn/Getting_started_with_the_web/Jak_dziala_Siec
---
<div>{{LearnSidebar}}</div>
diff --git a/files/pl/learn/javascript/client-side_web_apis/manipulating_documents/index.html b/files/pl/learn/javascript/client-side_web_apis/manipulating_documents/index.html
index 128ef84501..c9ed6ef957 100644
--- a/files/pl/learn/javascript/client-side_web_apis/manipulating_documents/index.html
+++ b/files/pl/learn/javascript/client-side_web_apis/manipulating_documents/index.html
@@ -1,10 +1,11 @@
---
title: JavaScript
-slug: Web/CSS/Na_początek/JavaScript
+slug: Learn/JavaScript/Client-side_web_APIs/Manipulating_documents
tags:
- - 'CSS:Na_początek'
+ - CSS:Na_początek
translation_of: Learn/JavaScript/Client-side_web_APIs/Manipulating_documents
translation_of_original: Web/Guide/CSS/Getting_started/JavaScript
+original_slug: Web/CSS/Na_początek/JavaScript
---
<p>
</p><p>Jest to druga część tego kursu. Część II zawiera trochę przykładów pokazujących zakres użycia CSS w Mozilli.
diff --git a/files/pl/learn/javascript/first_steps/a_first_splash/index.html b/files/pl/learn/javascript/first_steps/a_first_splash/index.html
index 0d0f49c69a..690de69753 100644
--- a/files/pl/learn/javascript/first_steps/a_first_splash/index.html
+++ b/files/pl/learn/javascript/first_steps/a_first_splash/index.html
@@ -1,7 +1,8 @@
---
title: A first splash into JavaScript
-slug: Learn/JavaScript/Pierwsze_kroki/A_first_splash
+slug: Learn/JavaScript/First_steps/A_first_splash
translation_of: Learn/JavaScript/First_steps/A_first_splash
+original_slug: Learn/JavaScript/Pierwsze_kroki/A_first_splash
---
<div>{{LearnSidebar}}</div>
diff --git a/files/pl/learn/javascript/first_steps/index.html b/files/pl/learn/javascript/first_steps/index.html
index ab90523dce..c9b87b56f0 100644
--- a/files/pl/learn/javascript/first_steps/index.html
+++ b/files/pl/learn/javascript/first_steps/index.html
@@ -1,6 +1,6 @@
---
title: Pierwsze kroki w Javascript
-slug: Learn/JavaScript/Pierwsze_kroki
+slug: Learn/JavaScript/First_steps
tags:
- Artykuły
- Liczby
@@ -11,6 +11,7 @@ tags:
- Pętle
- Zmienne
translation_of: Learn/JavaScript/First_steps
+original_slug: Learn/JavaScript/Pierwsze_kroki
---
<div>{{LearnSidebar}}</div>
diff --git a/files/pl/learn/javascript/first_steps/math/index.html b/files/pl/learn/javascript/first_steps/math/index.html
index 3e5563d0da..b1931711f1 100644
--- a/files/pl/learn/javascript/first_steps/math/index.html
+++ b/files/pl/learn/javascript/first_steps/math/index.html
@@ -1,7 +1,8 @@
---
title: Basic math in JavaScript — numbers and operators
-slug: Learn/JavaScript/Pierwsze_kroki/Math
+slug: Learn/JavaScript/First_steps/Math
translation_of: Learn/JavaScript/First_steps/Math
+original_slug: Learn/JavaScript/Pierwsze_kroki/Math
---
<div>{{LearnSidebar}}</div>
diff --git a/files/pl/learn/javascript/first_steps/variables/index.html b/files/pl/learn/javascript/first_steps/variables/index.html
index d1b55aea20..4700074092 100644
--- a/files/pl/learn/javascript/first_steps/variables/index.html
+++ b/files/pl/learn/javascript/first_steps/variables/index.html
@@ -1,7 +1,8 @@
---
title: Przechowywanie potrzebnych informacji — Zmienne
-slug: Learn/JavaScript/Pierwsze_kroki/Zmienne
+slug: Learn/JavaScript/First_steps/Variables
translation_of: Learn/JavaScript/First_steps/Variables
+original_slug: Learn/JavaScript/Pierwsze_kroki/Zmienne
---
<div>{{LearnSidebar}}</div>
diff --git a/files/pl/learn/javascript/first_steps/what_is_javascript/index.html b/files/pl/learn/javascript/first_steps/what_is_javascript/index.html
index 3898eb049c..0686f6bb16 100644
--- a/files/pl/learn/javascript/first_steps/what_is_javascript/index.html
+++ b/files/pl/learn/javascript/first_steps/what_is_javascript/index.html
@@ -1,7 +1,8 @@
---
title: Co to jest JavaScript?
-slug: Learn/JavaScript/Pierwsze_kroki/What_is_JavaScript
+slug: Learn/JavaScript/First_steps/What_is_JavaScript
translation_of: Learn/JavaScript/First_steps/What_is_JavaScript
+original_slug: Learn/JavaScript/Pierwsze_kroki/What_is_JavaScript
---
<div>{{LearnSidebar}}</div>
diff --git a/files/pl/learn/javascript/first_steps/what_went_wrong/index.html b/files/pl/learn/javascript/first_steps/what_went_wrong/index.html
index 1a88f2b797..e4aa652ef7 100644
--- a/files/pl/learn/javascript/first_steps/what_went_wrong/index.html
+++ b/files/pl/learn/javascript/first_steps/what_went_wrong/index.html
@@ -1,7 +1,8 @@
---
title: Co poszło nie tak? Rozwiązywanie problemów w JavaScript
-slug: Learn/JavaScript/Pierwsze_kroki/Co_poszlo_nie_tak
+slug: Learn/JavaScript/First_steps/What_went_wrong
translation_of: Learn/JavaScript/First_steps/What_went_wrong
+original_slug: Learn/JavaScript/Pierwsze_kroki/Co_poszlo_nie_tak
---
<div>{{LearnSidebar}}</div>
diff --git a/files/pl/learn/javascript/objects/index.html b/files/pl/learn/javascript/objects/index.html
index 9952e760a3..d514829256 100644
--- a/files/pl/learn/javascript/objects/index.html
+++ b/files/pl/learn/javascript/objects/index.html
@@ -1,12 +1,13 @@
---
title: Wprowadzenie do obiektów JavaScript
-slug: Learn/JavaScript/Obiekty
+slug: Learn/JavaScript/Objects
tags:
- JavaScript
- Objekt
- Początkujący
- samouczek
translation_of: Learn/JavaScript/Objects
+original_slug: Learn/JavaScript/Obiekty
---
<div>{{LearnSidebar}}</div>
diff --git a/files/pl/learn/server-side/configuring_server_mime_types/index.html b/files/pl/learn/server-side/configuring_server_mime_types/index.html
index 87aea6b3b3..afec7d1a7d 100644
--- a/files/pl/learn/server-side/configuring_server_mime_types/index.html
+++ b/files/pl/learn/server-side/configuring_server_mime_types/index.html
@@ -1,9 +1,10 @@
---
title: Poprawna kofiguracja MIME na serwerze
-slug: Web/Security/Securing_your_site/Konfiguracja_MIME_na_serwerze
+slug: Learn/Server-side/Configuring_server_MIME_types
tags:
- HTTP
translation_of: Learn/Server-side/Configuring_server_MIME_types
+original_slug: Web/Security/Securing_your_site/Konfiguracja_MIME_na_serwerze
---
<h2 id="Background" name="Background">Kontekst</h2>
diff --git a/files/pl/learn/server-side/express_nodejs/tutorial_local_library_website/index.html b/files/pl/learn/server-side/express_nodejs/tutorial_local_library_website/index.html
index a23787a253..a7f52a59a8 100644
--- a/files/pl/learn/server-side/express_nodejs/tutorial_local_library_website/index.html
+++ b/files/pl/learn/server-side/express_nodejs/tutorial_local_library_website/index.html
@@ -1,9 +1,10 @@
---
title: 'Szkolenie z Express: Projekt aplikacji webowej "Biblioteka"'
-slug: Learn/Server-side/Express_Nodejs/Szkolenie_aplikacja_biblioteka
+slug: Learn/Server-side/Express_Nodejs/Tutorial_local_library_website
tags:
- Początkujący
translation_of: Learn/Server-side/Express_Nodejs/Tutorial_local_library_website
+original_slug: Learn/Server-side/Express_Nodejs/Szkolenie_aplikacja_biblioteka
---
<div>{{LearnSidebar}}</div>