aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/http
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-03-21 15:34:50 +0300
committerGitHub <noreply@github.com>2021-03-21 15:34:50 +0300
commitfc853997358a3d2b6cd756655457af317b304d48 (patch)
treec6973ccc997f39a7c28ecdc935436856863b6c13 /files/ru/web/http
parent8b7a5fdbf9223d5ebbaed1c04801a61b5b88b870 (diff)
downloadtranslated-content-fc853997358a3d2b6cd756655457af317b304d48.tar.gz
translated-content-fc853997358a3d2b6cd756655457af317b304d48.tar.bz2
translated-content-fc853997358a3d2b6cd756655457af317b304d48.zip
Unify Russian translation of "See also" (#255)
Diffstat (limited to 'files/ru/web/http')
-rw-r--r--files/ru/web/http/basics_of_http/data_uris/index.html2
-rw-r--r--files/ru/web/http/basics_of_http/mime_types/index.html2
-rw-r--r--files/ru/web/http/cors/errors/corsmissingalloworigin/index.html2
-rw-r--r--files/ru/web/http/feature_policy/using_feature_policy/index.html2
-rw-r--r--files/ru/web/http/headers/accept-charset/index.html2
-rw-r--r--files/ru/web/http/headers/accept-ranges/index.html2
-rw-r--r--files/ru/web/http/headers/access-control-allow-origin/index.html2
-rw-r--r--files/ru/web/http/headers/authorization/index.html2
-rw-r--r--files/ru/web/http/headers/cache-control/index.html2
-rw-r--r--files/ru/web/http/headers/date/index.html2
-rw-r--r--files/ru/web/http/headers/host/index.html2
-rw-r--r--files/ru/web/http/headers/index.html2
-rw-r--r--files/ru/web/http/headers/range/index.html2
-rw-r--r--files/ru/web/http/headers/referer/index.html2
-rw-r--r--files/ru/web/http/headers/x-xss-protection/index.html2
-rw-r--r--files/ru/web/http/index.html2
-rw-r--r--files/ru/web/http/methods/connect/index.html2
-rw-r--r--files/ru/web/http/session/index.html2
-rw-r--r--files/ru/web/http/status/503/index.html2
19 files changed, 19 insertions, 19 deletions
diff --git a/files/ru/web/http/basics_of_http/data_uris/index.html b/files/ru/web/http/basics_of_http/data_uris/index.html
index 107a3298bc..f3161ee116 100644
--- a/files/ru/web/http/basics_of_http/data_uris/index.html
+++ b/files/ru/web/http/basics_of_http/data_uris/index.html
@@ -120,7 +120,7 @@ bash -c "echo -n hello`|base64"
<p>{{compat("http.data-url")}}</p>
-<h2 id="Смотрите_так_же">Смотрите так же</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li><a href="/ru/docs/Web/API/WindowBase64/Base64_encoding_and_decoding">Base64 кодирование и декодирование</a></li>
diff --git a/files/ru/web/http/basics_of_http/mime_types/index.html b/files/ru/web/http/basics_of_http/mime_types/index.html
index 41b620e326..e5f99a3352 100644
--- a/files/ru/web/http/basics_of_http/mime_types/index.html
+++ b/files/ru/web/http/basics_of_http/mime_types/index.html
@@ -305,7 +305,7 @@ Content-Range: bytes 300-400/1270
<li>Магические числа. Синтаксисы различных форматов позволяют узнавать их тип, через анализ их структуры байтов. Например, GIF файлы начинаются с <code>47 49 46 38 39</code> шестнадцатеричного значения (<code>GIF89</code>), а PNG файлы с <code>89 50 4E 47</code> (<code>.PNG</code>). Опять же, не все типы документов имеют магические числа, так что этот подход так же не надёжен на 100%.</li>
</ul>
-<h2 id="Смотрите_так_же">Смотрите так же</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li><a href="https://wiki.developer.mozilla.org/ru/docs/Web/Media">Медиа технологии в web</a></li>
diff --git a/files/ru/web/http/cors/errors/corsmissingalloworigin/index.html b/files/ru/web/http/cors/errors/corsmissingalloworigin/index.html
index 60e0ed817b..282ac8e1ce 100644
--- a/files/ru/web/http/cors/errors/corsmissingalloworigin/index.html
+++ b/files/ru/web/http/cors/errors/corsmissingalloworigin/index.html
@@ -35,7 +35,7 @@ translation_of: Web/HTTP/CORS/Errors/CORSMissingAllowOrigin
<pre>add_header 'Access-Control-Allow-Origin' 'origin-list'</pre>
-<h2 id="Смотри_также">Смотри также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li><a href="/en-US/docs/Web/HTTP/CORS/Errors">Ошибки CORS</a></li>
diff --git a/files/ru/web/http/feature_policy/using_feature_policy/index.html b/files/ru/web/http/feature_policy/using_feature_policy/index.html
index b75ef11712..079329207d 100644
--- a/files/ru/web/http/feature_policy/using_feature_policy/index.html
+++ b/files/ru/web/http/feature_policy/using_feature_policy/index.html
@@ -133,7 +133,7 @@ Feature-Policy: camera *;
<pre class="brush: html">&lt;iframe src="https://example.com..." allow="layout-animations 'none'; unoptimized-images 'none'; oversized-images 'none'; sync-script 'none'; sync-xhr 'none'; unsized-media 'none';"&gt;&lt;/iframe&gt;</pre>
-<h2 id="Смотри_так_же">Смотри так же:</h2>
+<h2 id="Смотрите_также">Смотрите также:</h2>
<ul>
<li><a href="/en-US/docs/Web/HTTP/Feature_Policy">Функциональная политика</a></li>
diff --git a/files/ru/web/http/headers/accept-charset/index.html b/files/ru/web/http/headers/accept-charset/index.html
index 75bf389f93..c772f88f17 100644
--- a/files/ru/web/http/headers/accept-charset/index.html
+++ b/files/ru/web/http/headers/accept-charset/index.html
@@ -75,7 +75,7 @@ Accept-Charset: utf-8, iso-8859-1;q=0.5, *;q=0.1
<p>{{Compat("http.headers.Accept-Charset")}}</p>
-<p>Смотрите так же</p>
+<p>Смотрите также</p>
<ul>
<li>HTTP <a href="/en-US/docs/Web/HTTP/Content_negotiation">content negotiation</a></li>
diff --git a/files/ru/web/http/headers/accept-ranges/index.html b/files/ru/web/http/headers/accept-ranges/index.html
index fc91bb80fe..6486241a8f 100644
--- a/files/ru/web/http/headers/accept-ranges/index.html
+++ b/files/ru/web/http/headers/accept-ranges/index.html
@@ -69,7 +69,7 @@ Accept-Ranges: none</pre>
<p>{{Compat("http.headers.Accept-Ranges")}}</p>
-<h2 id="См.также">См.также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>{{HTTPHeader("If-Range")}}</li>
diff --git a/files/ru/web/http/headers/access-control-allow-origin/index.html b/files/ru/web/http/headers/access-control-allow-origin/index.html
index f9acce8bd3..0c2c6f61e1 100644
--- a/files/ru/web/http/headers/access-control-allow-origin/index.html
+++ b/files/ru/web/http/headers/access-control-allow-origin/index.html
@@ -85,7 +85,7 @@ Vary: Origin</pre>
<p>{{Compat("http.headers.Access-Control-Allow-Origin")}}</p>
-<h2 id="См._также">См. также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>{{HTTPHeader("Origin")}}</li>
diff --git a/files/ru/web/http/headers/authorization/index.html b/files/ru/web/http/headers/authorization/index.html
index 71566867b0..04e65d2079 100644
--- a/files/ru/web/http/headers/authorization/index.html
+++ b/files/ru/web/http/headers/authorization/index.html
@@ -58,7 +58,7 @@ original_slug: Web/HTTP/Заголовки/Authorization
<pre class="notranslate">Authorization: Basic YWxhZGRpbjpvcGVuc2VzYW1l
</pre>
-<p>См. также <a href="/ru/docs/Web/HTTP/Authorization">HTTP авторизацию</a> для примеров конфигураций веб-серверов Apache или nginx с защитой вашего сайта паролем с Базовой HTTP авторизацией.</p>
+<p>Смотрите также <a href="/ru/docs/Web/HTTP/Authorization">HTTP авторизацию</a> для примеров конфигураций веб-серверов Apache или nginx с защитой вашего сайта паролем с Базовой HTTP авторизацией.</p>
<h2 id="Спецификации">Спецификации</h2>
diff --git a/files/ru/web/http/headers/cache-control/index.html b/files/ru/web/http/headers/cache-control/index.html
index 6857bb4584..595c407233 100644
--- a/files/ru/web/http/headers/cache-control/index.html
+++ b/files/ru/web/http/headers/cache-control/index.html
@@ -164,7 +164,7 @@ Cache-Control: stale-if-error=&lt;seconds&gt;
<p>{{Compat("http.headers.Cache-Control")}}</p>
-<h2 id="См._также">См. также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li><a href="/en-US/docs/Web/HTTP/Caching_FAQ">HTTP Caching FAQ</a></li>
diff --git a/files/ru/web/http/headers/date/index.html b/files/ru/web/http/headers/date/index.html
index c9bb0be9d6..d0dce76795 100644
--- a/files/ru/web/http/headers/date/index.html
+++ b/files/ru/web/http/headers/date/index.html
@@ -80,7 +80,7 @@ original_slug: Web/HTTP/Заголовки/Date
<p>{{Compat("http.headers.Date")}}</p>
-<h2 id="Смотрите_так_же">Смотрите так же</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>{{HTTPHeader("Age")}}</li>
diff --git a/files/ru/web/http/headers/host/index.html b/files/ru/web/http/headers/host/index.html
index 115636f162..2bb7e5acea 100644
--- a/files/ru/web/http/headers/host/index.html
+++ b/files/ru/web/http/headers/host/index.html
@@ -66,7 +66,7 @@ original_slug: Web/HTTP/Заголовки/Host
<p>{{Compat("http.headers.Host")}}</p>
-<h2 id="См._ещё">См. ещё</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>{{HTTPStatus("400")}}</li>
diff --git a/files/ru/web/http/headers/index.html b/files/ru/web/http/headers/index.html
index 4a511566a7..9359651f87 100644
--- a/files/ru/web/http/headers/index.html
+++ b/files/ru/web/http/headers/index.html
@@ -569,6 +569,6 @@ original_slug: Web/HTTP/Заголовки
<p><strong>Note:</strong> The Keep-Alive request header is not sent by {{Gecko ("5.0") }}; previous versions did send it but it was not formatted correctly, so the decision was made to remove it for the time being. The {{ httpheader("Connection") }} or {{ httpheader("Proxy-Connection") }} header is still sent, however, with the value "keep-alive".</p>
</div>
-<h2 id="Смотри_также">Смотри также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<p><a class="external" href="http://en.wikipedia.org/wiki/List_of_HTTP_header_fields">Wikipedia page on List of HTTP headers</a></p>
diff --git a/files/ru/web/http/headers/range/index.html b/files/ru/web/http/headers/range/index.html
index 80396486b9..17520983f3 100644
--- a/files/ru/web/http/headers/range/index.html
+++ b/files/ru/web/http/headers/range/index.html
@@ -78,7 +78,7 @@ Range: &lt;единица&gt;=-&lt;длина-с-конца&gt;</pre>
<p>{{Compat("http.headers.Range")}}</p>
-<h2 id="Смотрите_так_же">Смотрите так же</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>{{HTTPHeader("If-Range")}}</li>
diff --git a/files/ru/web/http/headers/referer/index.html b/files/ru/web/http/headers/referer/index.html
index e982e17190..4f1c5d3f3b 100644
--- a/files/ru/web/http/headers/referer/index.html
+++ b/files/ru/web/http/headers/referer/index.html
@@ -87,7 +87,7 @@ original_slug: Web/HTTP/Заголовки/Referer
<p>{{Compat("http.headers.Referer")}}</p>
-<h2 id="См._также">См. также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>{{interwiki("wikipedia", "HTTP_referer", "HTTP referer on Wikipedia")}}</li>
diff --git a/files/ru/web/http/headers/x-xss-protection/index.html b/files/ru/web/http/headers/x-xss-protection/index.html
index 7bc5ec770b..e9f09a760f 100644
--- a/files/ru/web/http/headers/x-xss-protection/index.html
+++ b/files/ru/web/http/headers/x-xss-protection/index.html
@@ -76,7 +76,7 @@ X-XSS-Protection: 1; report=&lt;reporting-uri&gt;
<p>{{Compat("http.headers.X-XSS-Protection")}}</p>
-<h2 id="Смотри_также">Смотри также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>{{HTTPHeader("Content-Security-Policy")}}</li>
diff --git a/files/ru/web/http/index.html b/files/ru/web/http/index.html
index 51e3203f2e..56afe9a4e8 100644
--- a/files/ru/web/http/index.html
+++ b/files/ru/web/http/index.html
@@ -91,7 +91,7 @@ translation_of: Web/HTTP
</div>
</div>
-<h2 class="Community" id="Community" name="Community">См. также</h2>
+<h2 class="Community" id="Community" name="Community">Смотрите также</h2>
<ul>
<li><a href="/En/Controlling_DNS_prefetching" title="En/Controlling DNS prefetching">Controlling DNS prefetching</a></li>
diff --git a/files/ru/web/http/methods/connect/index.html b/files/ru/web/http/methods/connect/index.html
index 19631473e1..a05af5d48c 100644
--- a/files/ru/web/http/methods/connect/index.html
+++ b/files/ru/web/http/methods/connect/index.html
@@ -47,7 +47,7 @@ translation_of: Web/HTTP/Methods/CONNECT
<h2 id="Пример">Пример</h2>
-<p>Некоторые прокси сервера могут запросить авторизацию для создания туннеля. Смотрите так же {{HTTPHeader("Proxy-Authorization")}}.</p>
+<p>Некоторые прокси сервера могут запросить авторизацию для создания туннеля. Смотрите также {{HTTPHeader("Proxy-Authorization")}}.</p>
<pre class="line-numbers language-html notranslate">CONNECT server.example.com:80 HTTP/1.1
Host: server.example.com:80
diff --git a/files/ru/web/http/session/index.html b/files/ru/web/http/session/index.html
index 269c325bc1..869e8e5fde 100644
--- a/files/ru/web/http/session/index.html
+++ b/files/ru/web/http/session/index.html
@@ -148,7 +148,7 @@ Content-Type: text/html
<li>{{HTTPStatus(404)}}: Not Found. Сервер не может найти запрошенный ресурс.</li>
</ul>
-<h2 id="См._также">См. также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li><a href="/en-US/docs/Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web">Определение ресурсов в Интернете</a></li>
diff --git a/files/ru/web/http/status/503/index.html b/files/ru/web/http/status/503/index.html
index 8a7d603a49..eae38768a1 100644
--- a/files/ru/web/http/status/503/index.html
+++ b/files/ru/web/http/status/503/index.html
@@ -36,7 +36,7 @@ translation_of: Web/HTTP/Status/503
<p>{{Compat("http/status", "503")}}</p>
-<h2 id="Смотри_также">Смотри также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>{{HTTPHeader("Retry-After")}}</li>