mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
ooops...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93185 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0ed2f23c9c
commit
5a0c3b3170
1 changed files with 10 additions and 12 deletions
|
@ -1,10 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- EN-Revision: 1.3 Maintainer: samesch Status: ready -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
|
||||
<!-- pspell currently (2001-08-14) doesn't use resources -->
|
||||
<reference id="ref.pspell">
|
||||
<title>Pspell Funktionen</title>
|
||||
<title>Pspell Functions</title>
|
||||
<titleabbrev>Pspell</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
|
@ -12,27 +11,26 @@
|
|||
<section id="pspell.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
Diese Funktionen ermöglichen Ihnen, die Schreibweise eines Wortes
|
||||
zu prüfen und bieten Änderungsvorschläge an.
|
||||
These functions allow you to check the spelling of a word and offer
|
||||
suggestions.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="pspell.requirements">
|
||||
&reftitle.required;
|
||||
<para>
|
||||
Um PHP mit pspell-Unterstützung zu compilieren, brauchen Sie die
|
||||
aspell- und pspell-Bibliotheken, die Sie unter <ulink
|
||||
url="&url.aspell;">&url.aspell;</ulink>, bzw. <ulink
|
||||
url="&url.pspell;">&url.pspell;</ulink> bekommen.
|
||||
To compile PHP with pspell support, you need the aspell and pspell
|
||||
libraries, available from <ulink url="&url.aspell;">&url.aspell;</ulink>
|
||||
and <ulink url="&url.pspell;">&url.pspell;</ulink> respectively.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="pspell.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
Wenn Sie die benötigten Bibliotheken haben, fügen Sie beim
|
||||
Compilieren von PHP die Option <option
|
||||
role="configure">--with-pspell[=dir]</option> hinzu.
|
||||
If you have the libraries needed add the
|
||||
<option role="configure">--with-pspell[=dir]</option> option
|
||||
when compiling PHP.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in a new issue