1
0
Fork 0
python-docs-fr/library/development.po

44 lines
1.8 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2016, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
"PO-Revision-Date: 2017-09-24 22:54+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/library/development.rst:5
msgid "Development Tools"
msgstr "Outils de développement"
#: ../Doc/library/development.rst:7
msgid ""
"The modules described in this chapter help you write software. For example, "
"the :mod:`pydoc` module takes a module and generates documentation based on "
"the module's contents. The :mod:`doctest` and :mod:`unittest` modules "
"contains frameworks for writing unit tests that automatically exercise code "
"and verify that the expected output is produced. :program:`2to3` can "
"translate Python 2.x source code into valid Python 3.x code."
msgstr ""
"Les modules décrits dans ce chapitre vous aident à écrire des logiciels. "
"Par exemple, le module :mod:`pydoc` prend un module et génère de la "
"documentation basée sur son contenu. Les modules :mod:`doctest` et :mod:"
"`unittest` contiennent des frameworks pour écrire des tests unitaires qui "
"permettent de valider automatiquement le code en vérifiant que chaque "
"résultat attendu est produit. Le programme :program:`2to3` peut traduire du "
"code Python 2.x en Python 3.x."
#: ../Doc/library/development.rst:14
msgid "The list of modules described in this chapter is:"
msgstr "La liste des modules documentés dans ce chapitre est :"