From 5a0c3b317039c9678572f56492b35a6426ac952a Mon Sep 17 00:00:00 2001 From: Martin Samesch <samesch@php.net> Date: Fri, 23 Aug 2002 13:58:54 +0000 Subject: [PATCH] ooops... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93185 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pspell/reference.xml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/reference/pspell/reference.xml b/reference/pspell/reference.xml index 270d6a5841..2eba869c8b 100644 --- a/reference/pspell/reference.xml +++ b/reference/pspell/reference.xml @@ -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>