mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-29 12:22:19 +02:00
#normalement, c'est ok git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@163597 c90b9560-bf6c-de11-be94-00142212c4b1
68 lines
1.6 KiB
XML
68 lines
1.6 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.8 $ -->
|
|
<!-- EN-Revision: 1.7 Maintainer: yannick Status: ready -->
|
|
<reference id="ref.gettext">
|
|
<title>Gettext (GNU)</title>
|
|
<titleabbrev>Gettext</titleabbrev>
|
|
<partintro>
|
|
<section id="gettext.intro">
|
|
&reftitle.intro;
|
|
<simpara>
|
|
Les fonctions gettext implémentent l'API NLS (Native Language Support)
|
|
qui peut servir à internationaliser vos scripts &php;. Lisez la
|
|
documentation GNU sur le site <ulink url="&url.gettext.docs;">&url.gettext.docs;</ulink>,
|
|
ou bien sur votre système pour plus d'explications sur ces fonctions.
|
|
</simpara>
|
|
|
|
</section>
|
|
|
|
<section id="gettext.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
Pour utiliser ces fonctions, vous devez télécharger et installer les bibliothèques
|
|
GNU gettext depuis <ulink url="&url.gettext;">&url.gettext;</ulink>
|
|
</para>
|
|
</section>
|
|
|
|
&reference.gettext.configure;
|
|
|
|
<section id="gettext.configuration">
|
|
&reftitle.runtime;
|
|
&no.config;
|
|
</section>
|
|
|
|
<section id="gettext.resources">
|
|
&reftitle.resources;
|
|
&no.resource;
|
|
</section>
|
|
|
|
<section id="gettext.constants">
|
|
&reftitle.constants;
|
|
&no.constants;
|
|
</section>
|
|
|
|
|
|
</partintro>
|
|
|
|
&reference.gettext.functions;
|
|
|
|
</reference>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
-->
|
|
|