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

121 lines
5.0 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"
"PO-Revision-Date: 2018-09-28 12:38+0200\n"
2018-03-20 21:46:29 +00:00
"Last-Translator: Julien Palard <julien@palard.fr>\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"
2018-01-09 21:12:56 +00:00
"X-Generator: Poedit 1.6.10\n"
2016-10-30 09:46:26 +00:00
#: library/distutils.rst:2
2016-10-30 09:46:26 +00:00
msgid ":mod:`distutils` --- Building and installing Python modules"
msgstr ":mod:`distutils` — Création et installation des modules Python"
2016-10-30 09:46:26 +00:00
#: library/distutils.rst:12
2016-10-30 09:46:26 +00:00
msgid ""
":mod:`distutils` is deprecated with removal planned for Python 3.12. See "
"the :ref:`What's New <distutils-deprecated>` entry for more information."
msgstr ""
#: library/distutils.rst:17
msgid ""
2016-10-30 09:46:26 +00:00
"The :mod:`distutils` package provides support for building and installing "
"additional modules into a Python installation. The new modules may be "
"either 100%-pure Python, or may be extension modules written in C, or may be "
"collections of Python packages which include modules coded in both Python "
"and C."
msgstr ""
2018-03-20 21:46:29 +00:00
"Le package :mod:`distutils` fournit le support pour la création et "
2018-01-09 21:12:56 +00:00
"l'installation de modules supplémentaires dans une installation Python. Les "
2018-03-20 21:46:29 +00:00
"nouveaux modules peuvent être soit en Python pur à 100%, soit des modules "
"d'extension écrits en C, soit des collections de paquets Python qui incluent "
"des modules codés en C et en Python."
2016-10-30 09:46:26 +00:00
#: library/distutils.rst:22
2016-10-30 09:46:26 +00:00
msgid ""
"Most Python users will *not* want to use this module directly, but instead "
"use the cross-version tools maintained by the Python Packaging Authority. In "
"particular, `setuptools <https://setuptools.readthedocs.io/en/latest/>`__ is "
"an enhanced alternative to :mod:`distutils` that provides:"
msgstr ""
2018-01-09 21:12:56 +00:00
"La plupart des utilisateurs de Python ne voudront *pas* utiliser ce module "
2018-03-20 21:46:29 +00:00
"directement, mais plutôt les outils cross-version maintenus par la *Python "
"Packaging Authority*. En particulier, `setuptools <https://setuptools."
"readthedocs.io/en/latest/>`__ est une alternative améliorée à :mod:"
"`distutils` qui fournit :"
2016-10-30 09:46:26 +00:00
#: library/distutils.rst:28
2016-10-30 09:46:26 +00:00
msgid "support for declaring project dependencies"
2018-01-09 21:12:56 +00:00
msgstr "support pour la déclaration des dépendances de projets"
2016-10-30 09:46:26 +00:00
#: library/distutils.rst:29
2016-10-30 09:46:26 +00:00
msgid ""
"additional mechanisms for configuring which files to include in source "
"releases (including plugins for integration with version control systems)"
msgstr ""
2018-01-09 21:12:56 +00:00
"mécanismes supplémentaires pour configurer quels fichiers inclure dans les "
"distributions source (y compris les extensions pour l'intégration avec les "
2018-03-20 21:46:29 +00:00
"systèmes de contrôle de version)"
2016-10-30 09:46:26 +00:00
#: library/distutils.rst:31
2016-10-30 09:46:26 +00:00
msgid ""
"the ability to declare project \"entry points\", which can be used as the "
"basis for application plugin systems"
msgstr ""
2018-01-09 21:12:56 +00:00
"la possibilité de déclarer les \"points d'entrée\" du projet, qui peuvent "
"être utilisés comme base pour les systèmes d'extensions"
2016-10-30 09:46:26 +00:00
#: library/distutils.rst:33
2016-10-30 09:46:26 +00:00
msgid ""
"the ability to automatically generate Windows command line executables at "
"installation time rather than needing to prebuild them"
msgstr ""
2018-01-09 21:12:56 +00:00
"la possibilité de générer automatiquement des exécutables en ligne de "
"commande Windows au moment de l'installation plutôt que de devoir les pré-"
"construire"
2016-10-30 09:46:26 +00:00
#: library/distutils.rst:35
2016-10-30 09:46:26 +00:00
msgid "consistent behaviour across all supported Python versions"
2018-03-20 21:46:29 +00:00
msgstr "comportement cohérent entre toutes les versions Python supportées"
2016-10-30 09:46:26 +00:00
#: library/distutils.rst:37
2016-10-30 09:46:26 +00:00
msgid ""
"The recommended `pip <https://pip.pypa.io/>`__ installer runs all ``setup."
"py`` scripts with ``setuptools``, even if the script itself only imports "
"``distutils``. Refer to the `Python Packaging User Guide <https://packaging."
"python.org>`_ for more information."
msgstr ""
2018-01-09 21:12:56 +00:00
"Le programme d'installation recommandé `pip <https://pip.pypa.io/>`__ "
"exécute tous les scripts ``setup. py`` avec ``setuptools``, même si le "
"script lui-même n'importe que ``distutils``. Pour plus d'informations, "
"reportez-vous au `Python Packaging User Guide <https://packaging.python."
"org>`_."
2016-10-30 09:46:26 +00:00
#: library/distutils.rst:43
2016-10-30 09:46:26 +00:00
msgid ""
"For the benefits of packaging tool authors and users seeking a deeper "
"understanding of the details of the current packaging and distribution "
"system, the legacy :mod:`distutils` based user documentation and API "
"reference remain available:"
msgstr ""
2018-03-20 21:46:29 +00:00
"À destination des auteurs et utilisateurs d'outils d'empaquetage cherchant "
"une compréhension plus approfondie des détails du système actuel de création "
"de paquets et de leur distribution, la documentation utilisateur historique "
"de :mod:`distutils` la référence de son API restent disponibles :"
2016-10-30 09:46:26 +00:00
#: library/distutils.rst:48
2016-10-30 09:46:26 +00:00
msgid ":ref:`install-index`"
msgstr ":ref:`install-index`"
#: library/distutils.rst:49
2016-10-30 09:46:26 +00:00
msgid ":ref:`distutils-index`"
msgstr ":ref:`distutils-index`"