1
0
Fork 0
python-docs-fr/distutils/index.po

92 lines
3.5 KiB
Plaintext
Raw Permalink Normal View History

2018-07-04 09:06:45 +00:00
# Copyright (C) 2001-2018, Python Software Foundation
2018-07-04 09:08:42 +00:00
# For licence information, see README file.
2016-10-30 09:46:26 +00:00
#
msgid ""
msgstr ""
2019-12-05 22:15:54 +00:00
"Project-Id-Version: Python 3\n"
2016-10-30 09:46:26 +00:00
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-23 16:16+0200\n"
2021-03-15 22:35:54 +00:00
"PO-Revision-Date: 2021-01-28 15:55+0100\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
2018-07-04 09:14:25 +00:00
"Language-Team: FRENCH <traductions@lists.afpy.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"
2021-03-15 22:35:54 +00:00
"X-Generator: Poedit 2.4.2\n"
2016-10-30 09:46:26 +00:00
#: distutils/index.rst:5
2016-10-30 09:46:26 +00:00
msgid "Distributing Python Modules (Legacy version)"
2017-12-14 07:50:42 +00:00
msgstr "Distribuer des modules Python (Version historique)"
2016-10-30 09:46:26 +00:00
#: distutils/index.rst:0
2017-12-01 06:48:13 +00:00
msgid "Authors"
2017-12-14 07:50:42 +00:00
msgstr "Auteurs"
2017-12-01 06:48:13 +00:00
#: distutils/index.rst:7
2016-10-30 09:46:26 +00:00
msgid "Greg Ward, Anthony Baxter"
2017-12-14 07:50:42 +00:00
msgstr "Greg Ward, Anthony Baxter"
2016-10-30 09:46:26 +00:00
#: distutils/index.rst:0
2017-12-01 06:48:13 +00:00
msgid "Email"
msgstr "Email"
2017-12-01 06:48:13 +00:00
#: distutils/index.rst:8
2016-10-30 09:46:26 +00:00
msgid "distutils-sig@python.org"
msgstr "distutils-sig@python.org"
#: distutils/index.rst:12
2016-10-30 09:46:26 +00:00
msgid ":ref:`distributing-index`"
2017-12-14 07:50:42 +00:00
msgstr ":ref:`distributing-index`"
2016-10-30 09:46:26 +00:00
#: distutils/index.rst:13
2016-10-30 09:46:26 +00:00
msgid "The up to date module distribution documentations"
2017-12-14 07:50:42 +00:00
msgstr "La documentation actuelle de distribution de modules"
2016-10-30 09:46:26 +00:00
#: distutils/index.rst:17
msgid ""
"The entire ``distutils`` package has been deprecated and will be removed in "
"Python 3.12. This documentation is retained as a reference only, and will be "
"removed with the package. See the :ref:`What's New <distutils-deprecated>` "
"entry for more information."
msgstr ""
#: distutils/_setuptools_disclaimer.rst:3
2016-10-30 09:46:26 +00:00
msgid ""
2019-09-04 09:35:23 +00:00
"This document is being retained solely until the ``setuptools`` "
"documentation at https://setuptools.readthedocs.io/en/latest/setuptools.html "
"independently covers all of the relevant information currently included here."
2016-10-30 09:46:26 +00:00
msgstr ""
"Cette page est conservée uniquement jusqu'à ce que la documentation "
"``setuptool`` sur https://setuptools.readthedocs.io/en/latest/setuptools."
"html couvre de manière indépendante toutes les informations pertinentes "
"actuellement incluses ici."
2016-10-30 09:46:26 +00:00
#: distutils/index.rst:26
2016-10-30 09:46:26 +00:00
msgid ""
"This guide only covers the basic tools for building and distributing "
"extensions that are provided as part of this version of Python. Third party "
"tools offer easier to use and more secure alternatives. Refer to the `quick "
2018-06-28 13:32:56 +00:00
"recommendations section <https://packaging.python.org/guides/tool-"
"recommendations/>`__ in the Python Packaging User Guide for more information."
2016-10-30 09:46:26 +00:00
msgstr ""
2017-12-14 07:50:42 +00:00
"Ce guide ne couvre que les outils de base, fournis avec cette version de "
"Python, pour construire et distribuer des extensions. D'autres outils "
"peuvent être plus sécurisés et plus simple à utiliser. Consultez `quick "
2018-07-21 08:59:44 +00:00
"recommendations section <https://packaging.python.org/guides/tool-"
"recommendations/>`__ dans le *Python Packaging User Guide* pour plus "
"d'informations."
2019-09-04 09:35:23 +00:00
#: distutils/index.rst:32
2019-09-04 09:35:23 +00:00
msgid ""
"This document describes the Python Distribution Utilities (\"Distutils\") "
"from the module developer's point of view, describing the underlying "
"capabilities that ``setuptools`` builds on to allow Python developers to "
"make Python modules and extensions readily available to a wider audience."
msgstr ""
"Ce document décrit les outils de distribution de Python (\"Distutils\") du "
2021-03-15 22:35:54 +00:00
"point de vue d'un développeur de modules. Il décrit les capacités sous-"
"jacentes sur lesquelles ``setuptools`` s'appuie pour permettre aux "
"développeurs Python de créer des modules Python et des extensions "
"disponibles à une large audience."