# SOME DESCRIPTIVE TITLE. # Copyright (C) 1990-2016, Python Software Foundation # This file is distributed under the same license as the Python package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 2.7\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-10-30 10:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../Doc/distutils/commandref.rst:5 msgid "Command Reference" msgstr "Référence des commandes" #: ../Doc/distutils/commandref.rst:22 msgid "Installing modules: the :command:`install` command family" msgstr "Installer des modules: la famille de commande :command:`install`" #: ../Doc/distutils/commandref.rst:24 msgid "" "The install command ensures that the build commands have been run and then " "runs the subcommands :command:`install_lib`, :command:`install_data` and :" "command:`install_scripts`." msgstr "" "La commande d'installation s’assure que la commande de construction a bien " "été lancé puis lance les sous-commandes :command:`install_lib`, :command:" "`install_data` et :command:`install_scripts`." #: ../Doc/distutils/commandref.rst:35 msgid ":command:`install_data`" msgstr ":command:`install_data`" #: ../Doc/distutils/commandref.rst:37 msgid "This command installs all data files provided with the distribution." msgstr "" "Cette commande installe tous les fichiers fournis avec la distribution." #: ../Doc/distutils/commandref.rst:43 msgid ":command:`install_scripts`" msgstr ":command:`install_scripts`" #: ../Doc/distutils/commandref.rst:45 msgid "This command installs all (Python) scripts in the distribution." msgstr "" "Cette commande installe tout les scripts (Python) dans la distribution."