svn: /phpdoc/ru/trunk/reference/intl/ functions/intl-error-name.xml uconverter/construct.xml uconverter/convert.xml uconverter/fromucallback.xml uconverter/getaliases.xml uconverter/getavailable.xml uconverter/getdestinationencoding.xml uconverter/getdestinationtype.xml uconverter/geterrorcode.xml uconverter/geterrormessage.xml uconverter/getsourceencoding.xml uconverter/getsourcetype.xml uconverter/getstandards.xml uconverter/getsubstchars.xml uconverter/reasontext.xml uconverter/setdestination

[email protected] (Sergey Panteleev)
Newsgroups php.doc.ru
Message-ID <[email protected]>
sergey                                   Fri, 08 Nov 2019 10:19:15 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=348270

Log:
docs(ru): Review

Changed paths:
    U   phpdoc/ru/trunk/reference/intl/functions/intl-error-name.xml
    U   phpdoc/ru/trunk/reference/intl/uconverter/construct.xml
    U   phpdoc/ru/trunk/reference/intl/uconverter/convert.xml
    U   phpdoc/ru/trunk/reference/intl/uconverter/fromucallback.xml
    U   phpdoc/ru/trunk/reference/intl/uconverter/getaliases.xml
    U   phpdoc/ru/trunk/reference/intl/uconverter/getavailable.xml
    U   phpdoc/ru/trunk/reference/intl/uconverter/getdestinationencoding.xml
    U   phpdoc/ru/trunk/reference/intl/uconverter/getdestinationtype.xml
    U   phpdoc/ru/trunk/reference/intl/uconverter/geterrorcode.xml
    U   phpdoc/ru/trunk/reference/intl/uconverter/geterrormessage.xml
    U   phpdoc/ru/trunk/reference/intl/uconverter/getsourceencoding.xml
    U   phpdoc/ru/trunk/reference/intl/uconverter/getsourcetype.xml
    U   phpdoc/ru/trunk/reference/intl/uconverter/getstandards.xml
    U   phpdoc/ru/trunk/reference/intl/uconverter/getsubstchars.xml
    U   phpdoc/ru/trunk/reference/intl/uconverter/reasontext.xml
    U   phpdoc/ru/trunk/reference/intl/uconverter/setdestinationencoding.xml
    U   phpdoc/ru/trunk/reference/intl/uconverter/setsourceencoding.xml
    U   phpdoc/ru/trunk/reference/intl/uconverter/setsubstchars.xml
    U   phpdoc/ru/trunk/reference/intl/uconverter/toucallback.xml
    U   phpdoc/ru/trunk/reference/intl/uconverter/transcode.xml
svn-diffs-348270.txt (text/x-diff, 14.5 KB)
Modified: phpdoc/ru/trunk/reference/intl/functions/intl-error-name.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/functions/intl-error-name.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/functions/intl-error-name.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- EN-Revision: 288721 Maintainer: rjhdby Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->
 <!-- $Revision$ -->
 <refentry xml:id="function.intl-error-name">
  <refnamediv>
@@ -54,7 +54,7 @@
 $coll     = collator_create( 'en_RU' );
 $err_code = collator_get_error_code( $coll );

-printf( "Symbolic name for %d is %s\n.", $err_code, intl_error_name( $err_code ) );
+printf( "Символическое имя для %d - %s\n.", $err_code, intl_error_name( $err_code ) );
 ?>
 ]]>
     </programlisting>
@@ -61,7 +61,7 @@
     &example.outputs.similar;
     <screen>
 <![CDATA[
-Symbolic name for -128 is U_USING_FALLBACK_WARNING.
+Символическое имя для -128 - U_USING_FALLBACK_WARNING.
 ]]>
     </screen>
    </example>

Modified: phpdoc/ru/trunk/reference/intl/uconverter/construct.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/uconverter/construct.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/uconverter/construct.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 330772 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="uconverter.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/intl/uconverter/convert.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/uconverter/convert.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/uconverter/convert.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 330772 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="uconverter.convert" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/intl/uconverter/fromucallback.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/uconverter/fromucallback.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/uconverter/fromucallback.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 343891 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="uconverter.fromucallback" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>UConverter::fromUCallback</refname>
-  <refpurpose>Функция обратного вызова по умолчанию для "from"</refpurpose>
+  <refpurpose>Callback-функция по умолчанию для "from"</refpurpose>
  </refnamediv>

  <refsect1 role="description">

Modified: phpdoc/ru/trunk/reference/intl/uconverter/getaliases.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/uconverter/getaliases.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/uconverter/getaliases.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 343201 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="uconverter.getaliases" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/intl/uconverter/getavailable.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/uconverter/getavailable.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/uconverter/getavailable.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 330772 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="uconverter.getavailable" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/intl/uconverter/getdestinationencoding.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/uconverter/getdestinationencoding.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/uconverter/getdestinationencoding.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 330772 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="uconverter.getdestinationencoding" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/intl/uconverter/getdestinationtype.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/uconverter/getdestinationtype.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/uconverter/getdestinationtype.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 343892 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="uconverter.getdestinationtype" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/intl/uconverter/geterrorcode.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/uconverter/geterrorcode.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/uconverter/geterrorcode.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 343892 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="uconverter.geterrorcode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/intl/uconverter/geterrormessage.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/uconverter/geterrormessage.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/uconverter/geterrormessage.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 330772 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="uconverter.geterrormessage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/intl/uconverter/getsourceencoding.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/uconverter/getsourceencoding.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/uconverter/getsourceencoding.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 330772 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="uconverter.getsourceencoding" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/intl/uconverter/getsourcetype.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/uconverter/getsourcetype.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/uconverter/getsourcetype.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 343892 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="uconverter.getsourcetype" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/intl/uconverter/getstandards.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/uconverter/getstandards.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/uconverter/getstandards.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 330772 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="uconverter.getstandards" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/intl/uconverter/getsubstchars.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/uconverter/getsubstchars.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/uconverter/getsubstchars.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 330772 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="uconverter.getsubstchars" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/intl/uconverter/reasontext.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/uconverter/reasontext.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/uconverter/reasontext.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 343891 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="uconverter.reasontext" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/intl/uconverter/setdestinationencoding.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/uconverter/setdestinationencoding.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/uconverter/setdestinationencoding.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 330772 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="uconverter.setdestinationencoding" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/intl/uconverter/setsourceencoding.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/uconverter/setsourceencoding.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/uconverter/setsourceencoding.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 330772 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="uconverter.setsourceencoding" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/intl/uconverter/setsubstchars.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/uconverter/setsubstchars.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/uconverter/setsubstchars.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 330772 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="uconverter.setsubstchars" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/intl/uconverter/toucallback.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/uconverter/toucallback.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/uconverter/toucallback.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 343891 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="uconverter.toucallback" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>UConverter::toUCallback</refname>
-  <refpurpose>Функция обратного вызова по умолчанию для "to"</refpurpose>
+  <refpurpose>Callback-функция по умолчанию для "to"</refpurpose>
  </refnamediv>

  <refsect1 role="description">

Modified: phpdoc/ru/trunk/reference/intl/uconverter/transcode.xml
===================================================================
--- phpdoc/ru/trunk/reference/intl/uconverter/transcode.xml	2019-11-07 21:44:09 UTC (rev 348269)
+++ phpdoc/ru/trunk/reference/intl/uconverter/transcode.xml	2019-11-08 10:19:15 UTC (rev 348270)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 330772 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="uconverter.transcode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.