[PHP-DOC] cvs: phpdoc /fr/pear standards.xml
by Damien Seguy other posts by this author
Apr 3 2001 1:22PM messages near this date
[PHP-DOC] cvs: phpdoc /fr/functions openssl.xml
|
[PHP-DOC] cvs: phpdoc /fr/pear pear.xml
dams Tue Apr 3 06:22:27 2001 EDT
Modified files:
/phpdoc/fr/pear standards.xml
Log:
Translated all titles
Index: phpdoc/fr/pear/standards.xml
diff -u phpdoc/fr/pear/standards.xml:1.1 phpdoc/fr/pear/standards.xml:1.2
--- phpdoc/fr/pear/standards.xml:1.1 Fri Mar 30 00:51:51 2001
+++ phpdoc/fr/pear/standards.xml Tue Apr 3 06:22:26 2001
@@ -1,7 +1,7 @@
<chapter id="pear.standards">
<title> Style de codage PEAR</title>
<sect1 id="pear.standards.indenting">
- <title> Indenting</title>
+ <title> Indentation</title>
<para>
Utilisez une indentation de 4 espaces, mais pas de tabulations.
Si vous utilisez Emacs pour éditer du code PEAR, pensez à mettre
@@ -73,7 +73,7 @@
</para>
</sect1>
<sect1 id="pear.standards.funcalls">
- <title> Function Calls</title>
+ <title> Appels de fonctions</title>
<para>
Les fonctions doivent être appelées sans espaces entre le nom
de la fonction, la parenthèse ouvrante et le premier argument;
@@ -96,7 +96,7 @@
</para>
</sect1>
<sect1 id="pear.standards.funcdef">
- <title> Function Definitions</title>
+ <title> Définitions de fonctions</title>
<para>
Les déclarations de fonction suivent la convention
"one TRUE brace" (une seule accolade véritable) :
@@ -153,7 +153,7 @@
</para>
</sect1>
<sect1 id="pear.standards.including">
- <title> Inclusion de Code</title>
+ <title> Inclusion de code</title>
<para>
A chaque fois que vous incluez inconditionnellement une
classe, utilisez la fonction <function> require_once</function>.
@@ -237,7 +237,7 @@
</sect1>
<sect1 id="pear.standards.cvstags">
- <title> CVS Tags</title>
+ <title> Balises CVS</title>
<para>
Ajoutez le signe $Id$ (CVS vendor tag) dans chaque fichier.
Dans chaque fichier que vous éditez, pensez à l'ajouter s'il n'est pas
@@ -254,7 +254,7 @@
</sect1>
<sect1 id="pear.standards.exampleurls">
- <title> URL d'example</title>
+ <title> URL d'exemple</title>
<para>
Utilisez "example.com" pour tous les exemples, comme spécifié dans
la RFC 2606.
|