diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
commit | e3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch) | |
tree | e79f55a57428a312358befac396d4abe25730206 /files/ru/web/guide | |
parent | 65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff) | |
download | translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2 translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip |
adding translation_of_original to front-matter
Diffstat (limited to 'files/ru/web/guide')
14 files changed, 14 insertions, 0 deletions
diff --git a/files/ru/web/guide/api/dom/index.html b/files/ru/web/guide/api/dom/index.html index 24201d7df7..1671813170 100644 --- a/files/ru/web/guide/api/dom/index.html +++ b/files/ru/web/guide/api/dom/index.html @@ -9,6 +9,7 @@ tags: - NeedsTranslation - TopicStub translation_of: Web/API/Document_Object_Model +translation_of_original: Web/Guide/API/DOM --- <p>{{draft}}</p> diff --git a/files/ru/web/guide/api/dom/storage/index.html b/files/ru/web/guide/api/dom/storage/index.html index 0fc6aea359..b63a374c8c 100644 --- a/files/ru/web/guide/api/dom/storage/index.html +++ b/files/ru/web/guide/api/dom/storage/index.html @@ -2,6 +2,7 @@ title: DOM Storage guide slug: Web/Guide/API/DOM/Storage translation_of: Web/API/Web_Storage_API +translation_of_original: Web/Guide/API/DOM/Storage --- <h2 id="sect1"> </h2> diff --git a/files/ru/web/guide/api/webrtc/index.html b/files/ru/web/guide/api/webrtc/index.html index dd0175c70b..d8fbf01983 100644 --- a/files/ru/web/guide/api/webrtc/index.html +++ b/files/ru/web/guide/api/webrtc/index.html @@ -2,6 +2,7 @@ title: WebRTC slug: Web/Guide/API/WebRTC translation_of: Web/API/WebRTC_API +translation_of_original: Web/Guide/API/WebRTC --- <p><strong>WebRTC</strong> (где RTC расшифровывается как Real-Time Communications) - это технология, которая позволяет передавать данные и потоковое аудио/видео между браузерами. Как набор стандартов в целом, WebRTC предоставляет любым поддерживающим этот стандарт, браузерам обмениваться данными и устраивать сеансы телеконференций в режиме точка-точка, без необходимости устанавливать какие-либо плагины и стороннее програмное обеспечение.</p> diff --git a/files/ru/web/guide/css/getting_started/cascading_and_inheritance/index.html b/files/ru/web/guide/css/getting_started/cascading_and_inheritance/index.html index 248c935d52..a192eb1d28 100644 --- a/files/ru/web/guide/css/getting_started/cascading_and_inheritance/index.html +++ b/files/ru/web/guide/css/getting_started/cascading_and_inheritance/index.html @@ -10,6 +10,7 @@ tags: - Веб - Новичку translation_of: Learn/CSS/Building_blocks/Cascade_and_inheritance +translation_of_original: Web/Guide/CSS/Getting_started/Cascading_and_inheritance --- <p>{{ CSSTutorialTOC() }}</p> diff --git a/files/ru/web/guide/css/getting_started/color/index.html b/files/ru/web/guide/css/getting_started/color/index.html index 1da796858f..911a8010b6 100644 --- a/files/ru/web/guide/css/getting_started/color/index.html +++ b/files/ru/web/guide/css/getting_started/color/index.html @@ -2,6 +2,7 @@ title: Color slug: Web/Guide/CSS/Getting_started/Color translation_of: Learn/CSS/Introduction_to_CSS/Values_and_units#Colors +translation_of_original: Web/Guide/CSS/Getting_started/Color --- <p>{{ CSSTutorialTOC() }}</p> diff --git a/files/ru/web/guide/css/getting_started/how_css_works/index.html b/files/ru/web/guide/css/getting_started/how_css_works/index.html index 067a4a8fe0..9edeb9fe1f 100644 --- a/files/ru/web/guide/css/getting_started/how_css_works/index.html +++ b/files/ru/web/guide/css/getting_started/how_css_works/index.html @@ -2,6 +2,7 @@ title: Как работает CSS slug: Web/Guide/CSS/Getting_started/How_CSS_works translation_of: Learn/CSS/First_steps/How_CSS_works +translation_of_original: Web/Guide/CSS/Getting_started/How_CSS_works --- <p>{{ CSSTutorialTOC() }}</p> diff --git a/files/ru/web/guide/css/getting_started/index.html b/files/ru/web/guide/css/getting_started/index.html index 047fa6ea8f..b2f6ebed77 100644 --- a/files/ru/web/guide/css/getting_started/index.html +++ b/files/ru/web/guide/css/getting_started/index.html @@ -15,6 +15,7 @@ tags: - Новичку - Руководство translation_of: Learn/CSS/First_steps +translation_of_original: Web/Guide/CSS/Getting_started --- <p><span class="seoSummary">Это руководство (самоучитель) познакомит вас с базовыми возможностями и языком (синтаксом) <a href="/ru/docs/Web/Guide/CSS" title="/ru/docs/Web/Guide/CSS"><strong>Каскадных таблиц стилей</strong></a> (CSS). CSS используется для изменения внешнего вида структурированного документа, такого как веб-страница. Руководство также включает простые упражнения, которые вы сможете выполнить на своем компьютере и увидеть, как работает CSS, а также его возможности в современных браузерах. </span></p> diff --git a/files/ru/web/guide/css/getting_started/readable_css/index.html b/files/ru/web/guide/css/getting_started/readable_css/index.html index 1720f6261d..9e9a4231a9 100644 --- a/files/ru/web/guide/css/getting_started/readable_css/index.html +++ b/files/ru/web/guide/css/getting_started/readable_css/index.html @@ -2,6 +2,7 @@ title: Чистый СSS код slug: Web/Guide/CSS/Getting_started/Readable_CSS translation_of: Learn/CSS/Introduction_to_CSS/Syntax#Beyond_syntax_make_CSS_readable +translation_of_original: Web/Guide/CSS/Getting_started/Readable_CSS --- <p>{{ CSSTutorialTOC() }}</p> diff --git a/files/ru/web/guide/css/getting_started/selectors/index.html b/files/ru/web/guide/css/getting_started/selectors/index.html index 7af11a31e1..797aefefa3 100644 --- a/files/ru/web/guide/css/getting_started/selectors/index.html +++ b/files/ru/web/guide/css/getting_started/selectors/index.html @@ -2,6 +2,7 @@ title: Selectors slug: Web/Guide/CSS/Getting_started/Selectors translation_of: Learn/CSS/Building_blocks/Selectors +translation_of_original: Web/Guide/CSS/Getting_started/Selectors --- <p>{{ CSSTutorialTOC() }}</p> diff --git a/files/ru/web/guide/css/getting_started/text_styles/index.html b/files/ru/web/guide/css/getting_started/text_styles/index.html index d8e97fa5bd..a25565cf79 100644 --- a/files/ru/web/guide/css/getting_started/text_styles/index.html +++ b/files/ru/web/guide/css/getting_started/text_styles/index.html @@ -2,6 +2,7 @@ title: Text styles slug: Web/Guide/CSS/Getting_started/Text_styles translation_of: Learn/CSS/Styling_text/Fundamentals +translation_of_original: Web/Guide/CSS/Getting_started/Text_styles --- <p>{{ CSSTutorialTOC() }}</p> diff --git a/files/ru/web/guide/css/getting_started/what_is_css/index.html b/files/ru/web/guide/css/getting_started/what_is_css/index.html index 597b5be93f..95df2fe915 100644 --- a/files/ru/web/guide/css/getting_started/what_is_css/index.html +++ b/files/ru/web/guide/css/getting_started/what_is_css/index.html @@ -10,6 +10,7 @@ tags: - Веб - Новичку translation_of: Learn/CSS/First_steps/How_CSS_works +translation_of_original: Web/Guide/CSS/Getting_started/What_is_CSS --- <div>{{ CSSTutorialTOC() }}</div> diff --git a/files/ru/web/guide/css/getting_started/why_use_css/index.html b/files/ru/web/guide/css/getting_started/why_use_css/index.html index 04f708bc27..3041d28920 100644 --- a/files/ru/web/guide/css/getting_started/why_use_css/index.html +++ b/files/ru/web/guide/css/getting_started/why_use_css/index.html @@ -12,6 +12,7 @@ tags: - Новичку - Руководство translation_of: Learn/CSS/First_steps/How_CSS_works +translation_of_original: Web/Guide/CSS/Getting_started/Why_use_CSS --- <p><span style="line-height: 1.5;">{{ CSSTutorialTOC() }}</span></p> diff --git a/files/ru/web/guide/css/getting_started/таблицы/index.html b/files/ru/web/guide/css/getting_started/таблицы/index.html index b67f611ea7..82b7edae60 100644 --- a/files/ru/web/guide/css/getting_started/таблицы/index.html +++ b/files/ru/web/guide/css/getting_started/таблицы/index.html @@ -6,6 +6,7 @@ tags: - Веб - Руководство translation_of: Learn/CSS/Building_blocks/Styling_tables +translation_of_original: Web/Guide/CSS/Getting_started/Tables --- <p>{{CSSTutorialTOC}}{{previousPage("/ru/docs/Web/Guide/CSS/Getting_Started/Layout", "Layout")}}</p> diff --git a/files/ru/web/guide/css/index.html b/files/ru/web/guide/css/index.html index 5d13e8cc55..7529234ef5 100644 --- a/files/ru/web/guide/css/index.html +++ b/files/ru/web/guide/css/index.html @@ -7,5 +7,6 @@ tags: - NeedsTranslation - TopicStub translation_of: Learn/CSS +translation_of_original: Web/Guide/CSS --- prepare for redirect |