mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
436b516ba1
commit
99b276b2cd
1 changed files with 7 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue