Minor fixes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83927 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Rasmus Lerdorf 2002-05-28 23:24:41 +00:00
parent 1f7a1e6048
commit 24063ec4ab

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<reference id="ref.gettext">
<title>Gettext</title>
<titleabbrev>gettext</titleabbrev>
@ -8,9 +8,9 @@
<section id="gettext.intro">
&reftitle.intro;
<simpara>
The gettext functions implement a NLS (Native Language Support)
The gettext functions implement an NLS (Native Language Support)
API which can be used to internationalize your PHP applications.
Please see the gettext documentation from your system for a thorough
Please see the gettext documentation for your system for a thorough
explanation of these functions or view the docs at
<ulink url="&url.gettext.docs;">&url.gettext.docs;</ulink>.
</simpara>
@ -19,7 +19,7 @@
<section id="gettext.requirenments">
&reftitle.required;
<para>
To use this functions you must download and install the GNU gettext
To use these functions you must download and install the GNU gettext
package from <ulink url="&url.gettext;">&url.gettext;</ulink>
</para>
</section>