svn: /phpdoc/de/trunk/reference/pspell/functions/ pspell-new-personal.xml pspell-new.xml pspell-save-wordlist.xml
[email protected] (Martin Samesch)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
samesch Tue, 24 Nov 2009 11:00:23 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=291257
Log:
synced with EN; Deppenleerzeichen
Changed paths:
U phpdoc/de/trunk/reference/pspell/functions/pspell-new-personal.xml
U phpdoc/de/trunk/reference/pspell/functions/pspell-new.xml
U phpdoc/de/trunk/reference/pspell/functions/pspell-save-wordlist.xml
Modified: phpdoc/de/trunk/reference/pspell/functions/pspell-new-personal.xml
===================================================================
--- phpdoc/de/trunk/reference/pspell/functions/pspell-new-personal.xml 2009-11-24 10:56:54 UTC (rev 291256)
+++ phpdoc/de/trunk/reference/pspell/functions/pspell-new-personal.xml 2009-11-24 11:00:23 UTC (rev 291257)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: n/a Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 288721 Maintainer: samesch Status: ready -->
<refentry xml:id="function.pspell-new-personal" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>pspell_new_personal</refname>
@@ -16,7 +16,7 @@
<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>int</type><parameter>mode</parameter></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<simpara>
<function>pspell_new_personal</function> öffnet ein neues Wörterbuch mit
@@ -183,7 +183,7 @@
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
-sgml-default-dtd-file:"../../../../manual.ced"
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
Modified: phpdoc/de/trunk/reference/pspell/functions/pspell-new.xml
===================================================================
--- phpdoc/de/trunk/reference/pspell/functions/pspell-new.xml 2009-11-24 10:56:54 UTC (rev 291256)
+++ phpdoc/de/trunk/reference/pspell/functions/pspell-new.xml 2009-11-24 11:00:23 UTC (rev 291257)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: n/a Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 290410 Maintainer: samesch Status: ready -->
<refentry xml:id="function.pspell-new" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>pspell_new</refname>
@@ -15,7 +15,7 @@
<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>int</type><parameter>mode</parameter></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<para>
<function>pspell_new</function> öffnet ein neues Wörterbuch und gibt die
@@ -127,8 +127,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Gibt bei Erfolg die Kennung eines Wörterbuch-Links zurück, oder &false;,
- falls ein Fehler auftrat.
+ Gibt bei Erfolg die Kennung eines Wörterbuch-Links zurück.
+ &return.falseforfailure
</para>
</refsect1>
@@ -163,7 +163,7 @@
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
-sgml-default-dtd-file:"../../../../manual.ced"
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
Modified: phpdoc/de/trunk/reference/pspell/functions/pspell-save-wordlist.xml
===================================================================
--- phpdoc/de/trunk/reference/pspell/functions/pspell-save-wordlist.xml 2009-11-24 10:56:54 UTC (rev 291256)
+++ phpdoc/de/trunk/reference/pspell/functions/pspell-save-wordlist.xml 2009-11-24 11:00:23 UTC (rev 291257)
@@ -49,7 +49,7 @@
&reftitle.examples;
<para>
<example>
- <title><function>pspell_add_to_personal</function> Beispiel</title>
+ <title><function>pspell_add_to_personal</function>-Beispiel</title>
<programlisting role="php">
<![CDATA[
<?php