com doc/ru: Updated to English revision: reference/cmark/commonmark/node/bulletlist/construct.xml reference/cmark/commonmark/node/codeblock/construct.xml reference/cmark/commonmark/node/heading/construct.xml reference/cmark/commonmark/node/image/construct.xml reference/cmark/commonmark/node/link/construct.xml reference/cmark/commonmark/node/orderedlist/construct.xml reference/cmark/commonmark/node/text/construct.xml

[email protected] (Sergey Panteleev) Sat, 02 Jan 2021 12:06:30 +0000
Newsgroups php.doc.ru
Message-ID <[email protected]>
Commit:    a234f2d840f12f43a35550d4abd753ab59669eb2
Author:    Sergey Panteleev <[email protected]>         Sat, 2 Jan 2021 15:06:30 +0300
Parents:   5da78a0939f3123cbf883d4cad940fc0bcf90b3b
Branches:  master

Link:       http://git.php.net/?p=doc/ru.git;a=commitdiff;h=a234f2d840f12f43a35550d4abd753ab59669eb2

Log:
Updated to English revision

Changed paths:
  M  reference/cmark/commonmark/node/bulletlist/construct.xml
  M  reference/cmark/commonmark/node/codeblock/construct.xml
  M  reference/cmark/commonmark/node/heading/construct.xml
  M  reference/cmark/commonmark/node/image/construct.xml
  M  reference/cmark/commonmark/node/link/construct.xml
  M  reference/cmark/commonmark/node/orderedlist/construct.xml
  M  reference/cmark/commonmark/node/text/construct.xml


Diff:
diff --git a/reference/cmark/commonmark/node/bulletlist/construct.xml b/reference/cmark/commonmark/node/bulletlist/construct.xml
index a933288fe..3fe1cced6 100644
--- a/reference/cmark/commonmark/node/bulletlist/construct.xml
+++ b/reference/cmark/commonmark/node/bulletlist/construct.xml
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 730ae1c76c5312b00b284d36fe42436e1cdbcae2 Maintainer: sergey Status: ready -->
+<!-- EN-Revision: b124d58c8a6019512ce1f0ea5db007217f3f01f2 Maintainer: sergey Status: ready -->
 <!-- Reviewed: no -->
 
 <refentry xml:id="commonmark-node-bulletlist.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>CommonMark\Node\BulletList::__construct</refname>
-  <refpurpose>BulletList Construction</refpurpose>
+  <refpurpose>Конструктор класса BulletList</refpurpose>
  </refnamediv>
 
  <refsect1 role="description">
diff --git a/reference/cmark/commonmark/node/codeblock/construct.xml b/reference/cmark/commonmark/node/codeblock/construct.xml
index 454f7578a..9b99c1090 100644
--- a/reference/cmark/commonmark/node/codeblock/construct.xml
+++ b/reference/cmark/commonmark/node/codeblock/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 730ae1c76c5312b00b284d36fe42436e1cdbcae2 Maintainer: sergey Status: ready -->
+<!-- EN-Revision: b124d58c8a6019512ce1f0ea5db007217f3f01f2 Maintainer: sergey Status: ready -->
 <!-- Reviewed: no -->
 
 <refentry xml:id="commonmark-node-codeblock.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
diff --git a/reference/cmark/commonmark/node/heading/construct.xml b/reference/cmark/commonmark/node/heading/construct.xml
index 86bd62677..5f8707207 100644
--- a/reference/cmark/commonmark/node/heading/construct.xml
+++ b/reference/cmark/commonmark/node/heading/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 730ae1c76c5312b00b284d36fe42436e1cdbcae2 Maintainer: sergey Status: ready -->
+<!-- EN-Revision: b124d58c8a6019512ce1f0ea5db007217f3f01f2 Maintainer: sergey Status: ready -->
 <!-- Reviewed: no -->
 
 <refentry xml:id="commonmark-node-heading.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
diff --git a/reference/cmark/commonmark/node/image/construct.xml b/reference/cmark/commonmark/node/image/construct.xml
index f6b6b93da..55a7242b5 100644
--- a/reference/cmark/commonmark/node/image/construct.xml
+++ b/reference/cmark/commonmark/node/image/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 730ae1c76c5312b00b284d36fe42436e1cdbcae2 Maintainer: sergey Status: ready -->
+<!-- EN-Revision: b124d58c8a6019512ce1f0ea5db007217f3f01f2 Maintainer: sergey Status: ready -->
 <!-- Reviewed: no -->
 
 <refentry xml:id="commonmark-node-image.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
diff --git a/reference/cmark/commonmark/node/link/construct.xml b/reference/cmark/commonmark/node/link/construct.xml
index ebaf66db3..60f87fa25 100644
--- a/reference/cmark/commonmark/node/link/construct.xml
+++ b/reference/cmark/commonmark/node/link/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 730ae1c76c5312b00b284d36fe42436e1cdbcae2 Maintainer: sergey Status: ready -->
+<!-- EN-Revision: b124d58c8a6019512ce1f0ea5db007217f3f01f2 Maintainer: sergey Status: ready -->
 <!-- Reviewed: no -->
 
 <refentry xml:id="commonmark-node-link.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
diff --git a/reference/cmark/commonmark/node/orderedlist/construct.xml b/reference/cmark/commonmark/node/orderedlist/construct.xml
index 56240aebb..0edf3447e 100644
--- a/reference/cmark/commonmark/node/orderedlist/construct.xml
+++ b/reference/cmark/commonmark/node/orderedlist/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 730ae1c76c5312b00b284d36fe42436e1cdbcae2 Maintainer: sergey Status: ready -->
+<!-- EN-Revision: b124d58c8a6019512ce1f0ea5db007217f3f01f2 Maintainer: sergey Status: ready -->
 <!-- Reviewed: no -->
 
 <refentry xml:id="commonmark-node-orderedlist.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
diff --git a/reference/cmark/commonmark/node/text/construct.xml b/reference/cmark/commonmark/node/text/construct.xml
index 7249f05af..4bce51f6f 100644
--- a/reference/cmark/commonmark/node/text/construct.xml
+++ b/reference/cmark/commonmark/node/text/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 730ae1c76c5312b00b284d36fe42436e1cdbcae2 Maintainer: sergey Status: ready -->
+<!-- EN-Revision: b124d58c8a6019512ce1f0ea5db007217f3f01f2 Maintainer: sergey Status: ready -->
 <!-- Reviewed: no -->
 
 <refentry xml:id="commonmark-node-text.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">