jimw Fri Jul 6 18:50:42 2001 EDT
Modified files:
/phpdoc/en/functions gettext.xml
Log:
some systems (like solaris) provide gettext themselves, it isn't strictly a gnu thing
Index: phpdoc/en/functions/gettext.xml
diff -u phpdoc/en/functions/gettext.xml:1.7 phpdoc/en/functions/gettext.xml:1.8
--- phpdoc/en/functions/gettext.xml:1.7 Sat Jun 23 16:10:51 2001
+++ phpdoc/en/functions/gettext.xml Fri Jul 6 18:50:40 2001
@@ -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>