python-docs-fr/library/development.po

44 lines
1.8 KiB
Plaintext
Raw Normal View History

2016-10-30 09:46:26 +00:00
# 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"
2017-04-02 20:14:06 +00:00
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
2017-09-24 20:57:35 +00:00
"PO-Revision-Date: 2017-09-24 22:54+0200\n"
2016-10-30 09:46:26 +00:00
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
2017-05-23 22:40:56 +00:00
"Language: fr\n"
2016-10-30 09:46:26 +00:00
"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"
2017-09-24 20:57:35 +00:00
msgstr "Outils de développement"
2016-10-30 09:46:26 +00:00
#: ../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 ""
2017-09-24 20:57:35 +00:00
"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."
2016-10-30 09:46:26 +00:00
#: ../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 :"