some systems (like solaris) provide gettext themselves, it isn't strictly a gnu thing

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50707 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2001-07-06 22:50:40 +00:00
parent 436b516ba1
commit 99b276b2cd

View file

@ -1,14 +1,14 @@
<reference id="ref.gettext">
<title>GNU Gettext</title>
<title>Gettext</title>
<titleabbrev>gettext</titleabbrev>
<partintro>
<simpara>
The gettext functions implement a NLS (Native Language Support)
API which can be used to internationalize your PHP applications.
Please see the GNU gettext documentation for a thorough explanation
of these functions.
</simpara>
<simpara>
The gettext functions implement a 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
explanation of these functions.
</simpara>
</partintro>
<refentry id="function.bindtextdomain">
<refnamediv>