python-docs-fr/distutils/index.po

74 lines
2.8 KiB
Plaintext
Raw Normal View History

2018-07-04 09:06:45 +00:00
# Copyright (C) 2001-2018, Python Software Foundation
2016-10-30 09:46:26 +00:00
# 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"
2018-06-28 13:32:56 +00:00
"POT-Creation-Date: 2018-06-28 15:29+0200\n"
2017-12-14 07:50:42 +00:00
"PO-Revision-Date: 2017-12-14 08:45+0100\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n"
2016-10-30 09:46:26 +00:00
"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/distutils/index.rst:5
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
2017-12-01 06:48:13 +00:00
#: ../Doc/distutils/index.rst:0
msgid "Authors"
2017-12-14 07:50:42 +00:00
msgstr "Auteurs"
2017-12-01 06:48:13 +00:00
2016-10-30 09:46:26 +00:00
#: ../Doc/distutils/index.rst:7
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
2017-12-01 06:48:13 +00:00
#: ../Doc/distutils/index.rst:0
msgid "Email"
msgstr "Email"
2017-12-01 06:48:13 +00:00
2016-10-30 09:46:26 +00:00
#: ../Doc/distutils/index.rst:8
msgid "distutils-sig@python.org"
msgstr "distutils-sig@python.org"
#: ../Doc/distutils/index.rst:12
msgid ":ref:`distributing-index`"
2017-12-14 07:50:42 +00:00
msgstr ":ref:`distributing-index`"
2016-10-30 09:46:26 +00:00
#: ../Doc/distutils/index.rst:13
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
#: ../Doc/distutils/index.rst:15
msgid ""
"This document describes the Python Distribution Utilities (\"Distutils\") "
"from the module developer's point of view, describing how to use the "
"Distutils to make Python modules and extensions easily available to a wider "
"audience with very little overhead for build/release/install mechanics."
msgstr ""
2017-12-14 07:50:42 +00:00
"Ce document décrit les outils de distribution de Python (\"Distutils\") du "
"point de vue d'un développeur de modules. Il décrit comment utiliser "
"`Distutils` pour rendre des modules et extensions Python disponible à une "
2017-12-14 07:50:42 +00:00
"large audience, simplement, avec un faible surcoût sur les mécaniques de "
"construction, déploiement et installation."
2016-10-30 09:46:26 +00:00
#: ../Doc/distutils/index.rst:22
2018-06-28 13:32:56 +00:00
#, fuzzy
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 "
"recommendations section <https://packaging.python.org/en/latest/current/>`__ "
"dans le *Python Packaging User Guide* pour plus d'informations."