svn: /phpdoc/ru/trunk/reference/pspell/functions/ pspell-add-to-personal.xml pspell-add-to-session.xml pspell-check.xml pspell-clear-session.xml pspell-config-create.xml pspell-config-data-dir.xml pspell-config-dict-dir.xml pspell-config-ignore.xml pspell-config-mode.xml pspell-config-personal.xml pspell-config-repl.xml pspell-config-runtogether.xml pspell-config-save-repl.xml pspell-new-personal.xml pspell-new.xml pspell-save-wordlist.xml pspell-store-replacement.xml pspell-suggest.xml

[email protected] (Sergey Panteleev) Tue, 01 Dec 2020 09:30:58 +0000
Newsgroups php.doc.ru
Message-ID <[email protected]>
sergey                                   Tue, 01 Dec 2020 09:30:58 +0000

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

Log:
docs(ru): Updated to English revision

Changed paths:
    U   phpdoc/ru/trunk/reference/pspell/functions/pspell-add-to-personal.xml
    U   phpdoc/ru/trunk/reference/pspell/functions/pspell-add-to-session.xml
    U   phpdoc/ru/trunk/reference/pspell/functions/pspell-check.xml
    U   phpdoc/ru/trunk/reference/pspell/functions/pspell-clear-session.xml
    U   phpdoc/ru/trunk/reference/pspell/functions/pspell-config-create.xml
    U   phpdoc/ru/trunk/reference/pspell/functions/pspell-config-data-dir.xml
    U   phpdoc/ru/trunk/reference/pspell/functions/pspell-config-dict-dir.xml
    U   phpdoc/ru/trunk/reference/pspell/functions/pspell-config-ignore.xml
    U   phpdoc/ru/trunk/reference/pspell/functions/pspell-config-mode.xml
    U   phpdoc/ru/trunk/reference/pspell/functions/pspell-config-personal.xml
    U   phpdoc/ru/trunk/reference/pspell/functions/pspell-config-repl.xml
    U   phpdoc/ru/trunk/reference/pspell/functions/pspell-config-runtogether.xml
    U   phpdoc/ru/trunk/reference/pspell/functions/pspell-config-save-repl.xml
    U   phpdoc/ru/trunk/reference/pspell/functions/pspell-new-personal.xml
    U   phpdoc/ru/trunk/reference/pspell/functions/pspell-new.xml
    U   phpdoc/ru/trunk/reference/pspell/functions/pspell-save-wordlist.xml
    U   phpdoc/ru/trunk/reference/pspell/functions/pspell-store-replacement.xml
    U   phpdoc/ru/trunk/reference/pspell/functions/pspell-suggest.xml
svn-diffs-351815.txt (text/x-diff, 30.5 KB)
Modified: phpdoc/ru/trunk/reference/pspell/functions/pspell-add-to-personal.xml
===================================================================
--- phpdoc/ru/trunk/reference/pspell/functions/pspell-add-to-personal.xml	2020-12-01 09:21:20 UTC (rev 351814)
+++ phpdoc/ru/trunk/reference/pspell/functions/pspell-add-to-personal.xml	2020-12-01 09:30:58 UTC (rev 351815)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: northcat Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: northcat Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <refentry xml:id="function.pspell-add-to-personal" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -12,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_add_to_personal</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+   <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
    <methodparam><type>string</type><parameter>word</parameter></methodparam>
   </methodsynopsis>
   <simpara>
@@ -29,7 +29,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>dictionary</parameter></term>
      <listitem>
       <para>
       </para>
@@ -86,7 +86,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/pspell/functions/pspell-add-to-session.xml
===================================================================
--- phpdoc/ru/trunk/reference/pspell/functions/pspell-add-to-session.xml	2020-12-01 09:21:20 UTC (rev 351814)
+++ phpdoc/ru/trunk/reference/pspell/functions/pspell-add-to-session.xml	2020-12-01 09:30:58 UTC (rev 351815)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: northcat Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: northcat Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <refentry xml:id="function.pspell-add-to-session" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -12,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_add_to_session</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+   <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
    <methodparam><type>string</type><parameter>word</parameter></methodparam>
   </methodsynopsis>
   <simpara>
@@ -27,7 +27,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>dictionary</parameter></term>
      <listitem>
       <para>
       </para>
@@ -53,7 +53,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/pspell/functions/pspell-check.xml
===================================================================
--- phpdoc/ru/trunk/reference/pspell/functions/pspell-check.xml	2020-12-01 09:21:20 UTC (rev 351814)
+++ phpdoc/ru/trunk/reference/pspell/functions/pspell-check.xml	2020-12-01 09:30:58 UTC (rev 351815)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: northcat Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: northcat Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <refentry xml:id="function.pspell-check" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -12,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_check</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+   <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
    <methodparam><type>string</type><parameter>word</parameter></methodparam>
   </methodsynopsis>
   <simpara>
@@ -25,7 +25,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>dictionary</parameter></term>
      <listitem>
       <para>
       </para>
@@ -73,7 +73,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/pspell/functions/pspell-clear-session.xml
===================================================================
--- phpdoc/ru/trunk/reference/pspell/functions/pspell-clear-session.xml	2020-12-01 09:21:20 UTC (rev 351814)
+++ phpdoc/ru/trunk/reference/pspell/functions/pspell-clear-session.xml	2020-12-01 09:30:58 UTC (rev 351815)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: northcat Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: northcat Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <refentry xml:id="function.pspell-clear-session" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -12,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_clear_session</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+   <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
   </methodsynopsis>
   <simpara>
    <function>pspell_clear_session</function> очищает текущую сессию.
@@ -26,7 +26,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>dictionary</parameter></term>
      <listitem>
       <para>
       </para>
@@ -66,7 +66,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/pspell/functions/pspell-config-create.xml
===================================================================
--- phpdoc/ru/trunk/reference/pspell/functions/pspell-config-create.xml	2020-12-01 09:21:20 UTC (rev 351814)
+++ phpdoc/ru/trunk/reference/pspell/functions/pspell-config-create.xml	2020-12-01 09:30:58 UTC (rev 351815)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: northcat Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: northcat Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.pspell-config-create" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -14,9 +14,9 @@
   <methodsynopsis>
    <type>int</type><methodname>pspell_config_create</methodname>
    <methodparam><type>string</type><parameter>language</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>spelling</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>jargon</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>spelling</parameter><initializer>""</initializer></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>jargon</parameter><initializer>""</initializer></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>encoding</parameter><initializer>""</initializer></methodparam>
   </methodsynopsis>
   <para>
    Создает конфигурацию, используемую для открытия словаря.
@@ -93,7 +93,6 @@
   </para>
  </refsect1>

-
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -113,7 +112,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/pspell/functions/pspell-config-data-dir.xml
===================================================================
--- phpdoc/ru/trunk/reference/pspell/functions/pspell-config-data-dir.xml	2020-12-01 09:21:20 UTC (rev 351814)
+++ phpdoc/ru/trunk/reference/pspell/functions/pspell-config-data-dir.xml	2020-12-01 09:30:58 UTC (rev 351815)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343887 Maintainer: northcat Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: northcat Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <refentry xml:id="function.pspell-config-data-dir" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -12,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_config_data_dir</methodname>
-   <methodparam><type>int</type><parameter>conf</parameter></methodparam>
+   <methodparam><type>int</type><parameter>config</parameter></methodparam>
    <methodparam><type>string</type><parameter>directory</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -28,7 +28,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/pspell/functions/pspell-config-dict-dir.xml
===================================================================
--- phpdoc/ru/trunk/reference/pspell/functions/pspell-config-dict-dir.xml	2020-12-01 09:21:20 UTC (rev 351814)
+++ phpdoc/ru/trunk/reference/pspell/functions/pspell-config-dict-dir.xml	2020-12-01 09:30:58 UTC (rev 351815)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 334762 Maintainer: northcat Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: northcat Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <refentry xml:id="function.pspell-config-dict-dir" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -12,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_config_dict_dir</methodname>
-   <methodparam><type>int</type><parameter>conf</parameter></methodparam>
+   <methodparam><type>int</type><parameter>config</parameter></methodparam>
    <methodparam><type>string</type><parameter>directory</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -28,7 +28,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/pspell/functions/pspell-config-ignore.xml
===================================================================
--- phpdoc/ru/trunk/reference/pspell/functions/pspell-config-ignore.xml	2020-12-01 09:21:20 UTC (rev 351814)
+++ phpdoc/ru/trunk/reference/pspell/functions/pspell-config-ignore.xml	2020-12-01 09:30:58 UTC (rev 351815)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: northcat Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: northcat Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <refentry xml:id="function.pspell-config-ignore" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -12,8 +12,8 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_config_ignore</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
-   <methodparam><type>int</type><parameter>n</parameter></methodparam>
+   <methodparam><type>int</type><parameter>config</parameter></methodparam>
+   <methodparam><type>int</type><parameter>min_length</parameter></methodparam>
   </methodsynopsis>
   <simpara>
    <function>pspell_config_ignore</function> должна быть использована для конфигурации
@@ -27,7 +27,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>config</parameter></term>
      <listitem>
       <para>
       </para>
@@ -34,10 +34,10 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>n</parameter></term>
+     <term><parameter>min_length</parameter></term>
      <listitem>
       <para>
-       Слова длиной менее <parameter>n</parameter> символов будут пропущены.
+       Слова длиной менее <parameter>min_length</parameter> символов будут пропущены.
       </para>
      </listitem>
     </varlistentry>
@@ -72,7 +72,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/pspell/functions/pspell-config-mode.xml
===================================================================
--- phpdoc/ru/trunk/reference/pspell/functions/pspell-config-mode.xml	2020-12-01 09:21:20 UTC (rev 351814)
+++ phpdoc/ru/trunk/reference/pspell/functions/pspell-config-mode.xml	2020-12-01 09:30:58 UTC (rev 351815)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: northcat Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: northcat Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <refentry xml:id="function.pspell-config-mode" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -12,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_config_mode</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+   <methodparam><type>int</type><parameter>config</parameter></methodparam>
    <methodparam><type>int</type><parameter>mode</parameter></methodparam>
   </methodsynopsis>
   <simpara>
@@ -28,7 +28,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>config</parameter></term>
      <listitem>
       <para>
       </para>
@@ -93,7 +93,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/pspell/functions/pspell-config-personal.xml
===================================================================
--- phpdoc/ru/trunk/reference/pspell/functions/pspell-config-personal.xml	2020-12-01 09:21:20 UTC (rev 351814)
+++ phpdoc/ru/trunk/reference/pspell/functions/pspell-config-personal.xml	2020-12-01 09:30:58 UTC (rev 351815)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: northcat Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: northcat Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <refentry xml:id="function.pspell-config-personal" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -12,8 +12,8 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_config_personal</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
-   <methodparam><type>string</type><parameter>file</parameter></methodparam>
+   <methodparam><type>int</type><parameter>config</parameter></methodparam>
+   <methodparam><type>string</type><parameter>filename</parameter></methodparam>
   </methodsynopsis>
   <para>
    Устанавливает файл, содержащий персональный список слов. Персональный список слов будет
@@ -32,7 +32,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>config</parameter></term>
      <listitem>
       <para>
       </para>
@@ -39,7 +39,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>file</parameter></term>
+     <term><parameter>filename</parameter></term>
      <listitem>
       <para>
        Персональный список слов. Если файл не существует, он будет создан.
@@ -88,7 +88,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/pspell/functions/pspell-config-repl.xml
===================================================================
--- phpdoc/ru/trunk/reference/pspell/functions/pspell-config-repl.xml	2020-12-01 09:21:20 UTC (rev 351814)
+++ phpdoc/ru/trunk/reference/pspell/functions/pspell-config-repl.xml	2020-12-01 09:30:58 UTC (rev 351815)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: northcat Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: northcat Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.pspell-config-repl" xmlns="http://docbook.org/ns/docbook">
@@ -13,8 +13,8 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_config_repl</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
-   <methodparam><type>string</type><parameter>file</parameter></methodparam>
+   <methodparam><type>int</type><parameter>config</parameter></methodparam>
+   <methodparam><type>string</type><parameter>filename</parameter></methodparam>
   </methodsynopsis>
   <para>
    Устанавливает файл, содержащий замещающие пары.
@@ -37,7 +37,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>config</parameter></term>
      <listitem>
       <para>
       </para>
@@ -44,7 +44,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>file</parameter></term>
+     <term><parameter>filename</parameter></term>
      <listitem>
       <para>
        Файл должен быть доступен для записи любому, кто запускает PHP (например, nobody).
@@ -93,7 +93,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/pspell/functions/pspell-config-runtogether.xml
===================================================================
--- phpdoc/ru/trunk/reference/pspell/functions/pspell-config-runtogether.xml	2020-12-01 09:21:20 UTC (rev 351814)
+++ phpdoc/ru/trunk/reference/pspell/functions/pspell-config-runtogether.xml	2020-12-01 09:30:58 UTC (rev 351815)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: northcat Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: northcat Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.pspell-config-runtogether" xmlns="http://docbook.org/ns/docbook">
@@ -13,8 +13,8 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_config_runtogether</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
-   <methodparam><type>bool</type><parameter>flag</parameter></methodparam>
+   <methodparam><type>int</type><parameter>config</parameter></methodparam>
+   <methodparam><type>bool</type><parameter>allow</parameter></methodparam>
   </methodsynopsis>
   <para>
    Функция определяет, будут ли объединённые слова рассматриваться как
@@ -35,7 +35,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>config</parameter></term>
      <listitem>
       <para>
       </para>
@@ -42,7 +42,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>flag</parameter></term>
+     <term><parameter>allow</parameter></term>
      <listitem>
       <para>
        &true;, если объединенные слова должны рассматриваться как правильные сложные слова,
@@ -81,7 +81,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/pspell/functions/pspell-config-save-repl.xml
===================================================================
--- phpdoc/ru/trunk/reference/pspell/functions/pspell-config-save-repl.xml	2020-12-01 09:21:20 UTC (rev 351814)
+++ phpdoc/ru/trunk/reference/pspell/functions/pspell-config-save-repl.xml	2020-12-01 09:30:58 UTC (rev 351815)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: northcat Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: northcat Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.pspell-config-save-repl" xmlns="http://docbook.org/ns/docbook">
@@ -14,8 +14,8 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_config_save_repl</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
-   <methodparam><type>bool</type><parameter>flag</parameter></methodparam>
+   <methodparam><type>int</type><parameter>config</parameter></methodparam>
+   <methodparam><type>bool</type><parameter>save</parameter></methodparam>
   </methodsynopsis>
   <para>
    <function>pspell_config_save_repl</function> определяет, будет ли
@@ -37,7 +37,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>config</parameter></term>
      <listitem>
       <para>
       </para>
@@ -44,7 +44,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>flag</parameter></term>
+     <term><parameter>save</parameter></term>
      <listitem>
       <para>
        &true;, если замещающие пары должны сохраняться, &false; в противном случае.
@@ -73,7 +73,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/pspell/functions/pspell-new-personal.xml
===================================================================
--- phpdoc/ru/trunk/reference/pspell/functions/pspell-new-personal.xml	2020-12-01 09:21:20 UTC (rev 351814)
+++ phpdoc/ru/trunk/reference/pspell/functions/pspell-new-personal.xml	2020-12-01 09:30:58 UTC (rev 351815)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: northcat Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: northcat Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.pspell-new-personal" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -12,12 +12,12 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>int</type><methodname>pspell_new_personal</methodname>
-   <methodparam><type>string</type><parameter>personal</parameter></methodparam>
+   <type class="union"><type>int</type><type>false</type></type><methodname>pspell_new_personal</methodname>
+   <methodparam><type>string</type><parameter>filename</parameter></methodparam>
    <methodparam><type>string</type><parameter>language</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>spelling</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>jargon</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>spelling</parameter><initializer>""</initializer></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>jargon</parameter><initializer>""</initializer></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>encoding</parameter><initializer>""</initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
   <simpara>
@@ -42,7 +42,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>personal</parameter></term>
+     <term><parameter>filename</parameter></term>
      <listitem>
       <para>
        Файл, в который будут сохранены слова, добавленные в персональный список.
@@ -163,7 +163,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/pspell/functions/pspell-new.xml
===================================================================
--- phpdoc/ru/trunk/reference/pspell/functions/pspell-new.xml	2020-12-01 09:21:20 UTC (rev 351814)
+++ phpdoc/ru/trunk/reference/pspell/functions/pspell-new.xml	2020-12-01 09:30:58 UTC (rev 351815)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: northcat Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: northcat Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.pspell-new" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -14,9 +14,9 @@
   <methodsynopsis>
    <type class="union"><type>int</type><type>false</type></type><methodname>pspell_new</methodname>
    <methodparam><type>string</type><parameter>language</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>spelling</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>jargon</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>spelling</parameter><initializer>""</initializer></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>jargon</parameter><initializer>""</initializer></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>encoding</parameter><initializer>""</initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
   <para>
@@ -146,7 +146,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/pspell/functions/pspell-save-wordlist.xml
===================================================================
--- phpdoc/ru/trunk/reference/pspell/functions/pspell-save-wordlist.xml	2020-12-01 09:21:20 UTC (rev 351814)
+++ phpdoc/ru/trunk/reference/pspell/functions/pspell-save-wordlist.xml	2020-12-01 09:30:58 UTC (rev 351815)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: northcat Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: northcat Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <refentry xml:id="function.pspell-save-wordlist" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -12,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_save_wordlist</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+   <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
   </methodsynopsis>
   <simpara>
    <function>pspell_save_wordlist</function> сохраняет персональный список слов
@@ -27,7 +27,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>dictionary</parameter></term>
      <listitem>
       <para>
        Ссылка на словарь, открытый с помощью
@@ -78,7 +78,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/pspell/functions/pspell-store-replacement.xml
===================================================================
--- phpdoc/ru/trunk/reference/pspell/functions/pspell-store-replacement.xml	2020-12-01 09:21:20 UTC (rev 351814)
+++ phpdoc/ru/trunk/reference/pspell/functions/pspell-store-replacement.xml	2020-12-01 09:30:58 UTC (rev 351815)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: northcat Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: northcat Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.pspell-store-replacement" xmlns="http://docbook.org/ns/docbook">
@@ -13,7 +13,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_store_replacement</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+   <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
    <methodparam><type>string</type><parameter>misspelled</parameter></methodparam>
    <methodparam><type>string</type><parameter>correct</parameter></methodparam>
   </methodsynopsis>
@@ -35,7 +35,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>dictionary</parameter></term>
      <listitem>
       <para>
        Ссылка на словарь, открытый с помощью
@@ -103,7 +103,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/pspell/functions/pspell-suggest.xml
===================================================================
--- phpdoc/ru/trunk/reference/pspell/functions/pspell-suggest.xml	2020-12-01 09:21:20 UTC (rev 351814)
+++ phpdoc/ru/trunk/reference/pspell/functions/pspell-suggest.xml	2020-12-01 09:30:58 UTC (rev 351815)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: northcat Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: northcat Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <refentry xml:id="function.pspell-suggest" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -11,8 +11,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>array</type><methodname>pspell_suggest</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+   <type class="union"><type>array</type><type>false</type></type><methodname>pspell_suggest</methodname>
+   <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
    <methodparam><type>string</type><parameter>word</parameter></methodparam>
   </methodsynopsis>
   <simpara>
@@ -26,7 +26,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>dictionary</parameter></term>
      <listitem>
       <para>
       </para>
@@ -76,7 +76,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml