forked from AFPy/python-docs-fr
I got some work in my git stash.
This commit is contained in:
parent de22ea2c5e
commit ed5a283ad2
3 changed files with 21 additions and 7 deletions
13 extending.po
13
extending.po | | @ -100,6 +100,8 @@ msgid "" | |||
"A distutils package contains a driver script, :file:`setup.py`. This is a " | ||||
"plain Python file, which, in the most simple case, could look like this:" | ||||
msgstr "" | ||||
"Un paquet distutils contient un script :file:`setup.py`. C'est un simple " | ||||
"fichier Python, ressemblant dans la plupart des cas à :" | ||||
| ||||
#: ../Doc/extending/building.rst:73 | ||||
msgid "With this :file:`setup.py`, and a file :file:`demo.c`, running ::" | ||||
| | @ -154,6 +156,9 @@ msgid "" | |||
"preprocessor defines and libraries may be needed. This is demonstrated in " | ||||
"the example below." | ||||
msgstr "" | ||||
"Dans la plupart des cas, construire une extension est plus complexe à cause " | ||||
"des bibliothèques et définitions de préprocesseurs dont la compilation " | ||||
"pourrait dépendre. C'est ce qu'on remarque dans l'exemple plus bas." | ||||
| ||||
#: ../Doc/extending/building.rst:127 | ||||
msgid "" | ||||
| | @ -454,7 +459,7 @@ msgstr "" | |||
| ||||
#: ../Doc/extending/embedding.rst:160 | ||||
msgid "then the result should be:" | ||||
msgstr "" | ||||
msgstr "alors, le résultat sera:" | ||||
| ||||
#: ../Doc/extending/embedding.rst:168 | ||||
msgid "" | ||||
| | @ -607,12 +612,16 @@ msgid "" | |||
"``pythonX.Y-config --cflags`` will give you the recommended flags when " | ||||
"compiling:" | ||||
msgstr "" | ||||
"``pythonX.Y-config --cflags`` vous donnera les options recommandées pour " | ||||
"compiler:" | ||||
| ||||
#: ../Doc/extending/embedding.rst:303 | ||||
msgid "" | ||||
"``pythonX.Y-config --ldflags`` will give you the recommended flags when " | ||||
"linking:" | ||||
"linking :" | ||||
msgstr "" | ||||
"``pythonX.Y-config --ldflags`` vous donnera les options recommandées pour " | ||||
"lier :" | ||||
| ||||
#: ../Doc/extending/embedding.rst:312 | ||||
msgid "" | ||||
| | | |||
11 library.po
11
library.po | | @ -57,6 +57,7 @@ msgstr "Voici un exemple de fichier source Python 2.x, :file:`example.py`::" | |||
#: ../Doc/library/2to3.rst:36 | ||||
msgid "It can be converted to Python 3.x code via 2to3 on the command line:" | ||||
msgstr "" | ||||
"Il peut être converti en code Python 3.x par 2to3 en ligne de commande :" | ||||
| ||||
#: ../Doc/library/2to3.rst:42 | ||||
msgid "" | ||||
| | @ -170,6 +171,10 @@ msgid "" | |||
"filenames. The :option:`-n` flag is required when specifying this as " | ||||
"backups are not necessary when writing to different filenames. Example:" | ||||
msgstr "" | ||||
"L'option :option:`--add-suffix` spécifie une chaîne à ajouter à tous les " | ||||
"noms de fichiers de sortie. L'option :option:`-n` est necessaire dans ce " | ||||
"cas, puisque sauvegarder n'est pas necessaire en écrivant dans des fichiers " | ||||
"différents. Exemple:" | ||||
| ||||
#: ../Doc/library/2to3.rst:132 | ||||
msgid "Will cause a converted file named ``example.py3`` to be written." | ||||
| | @ -4847,7 +4852,7 @@ msgstr "" | |||
| ||||
#: ../Doc/library/asyncio-dev.rst:341 | ||||
msgid "Actual output:" | ||||
msgstr "" | ||||
msgstr "Affichage obtenu :" | ||||
| ||||
#: ../Doc/library/asyncio-dev.rst:351 | ||||
msgid "" | ||||
| | @ -104592,11 +104597,11 @@ msgstr "" | |||
| ||||
#: ../Doc/library/socketserver.rst:502 | ||||
msgid "Server:" | ||||
msgstr "" | ||||
msgstr "Serveur :" | ||||
| ||||
#: ../Doc/library/socketserver.rst:512 | ||||
msgid "Client:" | ||||
msgstr "" | ||||
msgstr "Client :" | ||||
| ||||
#: ../Doc/library/socketserver.rst:525 | ||||
msgid ":class:`socketserver.UDPServer` Example" | ||||
| | | |||
| | @ -3492,7 +3492,7 @@ msgstr "" | |||
| ||||
#: ../Doc/reference/datamodel.rst:2492 | ||||
msgid "Example::" | ||||
msgstr "Exemples ::" | ||||
msgstr "Exemples : ::" | ||||
| ||||
#: ../Doc/reference/datamodel.rst:2503 | ||||
msgid "" | ||||
| | @ -4269,7 +4269,7 @@ msgstr "" | |||
| ||||
#: ../Doc/reference/expressions.rst:392 | ||||
msgid ":pep:`255` - Simple Generators" | ||||
msgstr ":pep:`255`: Générateurs simples" | ||||
msgstr ":pep:`255` - Générateurs simples" | ||||
| ||||
#: ../Doc/reference/expressions.rst:392 | ||||
msgid "" | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue