python-docs-fr/distutils/commandref.po

54 lines
1.9 KiB
Plaintext
Raw Normal View History

2016-10-30 09:46:26 +00:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 1990-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 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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
2017-10-23 20:33:03 +00:00
msgstr "Référence des commandes"
2016-10-30 09:46:26 +00:00
#: ../Doc/distutils/commandref.rst:22
msgid "Installing modules: the :command:`install` command family"
2017-10-23 20:33:03 +00:00
msgstr "Installer des modules: la famille de commande :command:`install`"
2016-10-30 09:46:26 +00:00
#: ../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 ""
2017-10-23 20:33:03 +00:00
"La commande d'installation sassure que la commande de construction a bien "
"été lancé puis lance les sous-commandes :command:`install_lib`, :command:"
"`install_data` et :command:`install_scripts`."
2016-10-30 09:46:26 +00:00
#: ../Doc/distutils/commandref.rst:35
msgid ":command:`install_data`"
2017-10-23 20:33:03 +00:00
msgstr ":command:`install_data`"
2016-10-30 09:46:26 +00:00
#: ../Doc/distutils/commandref.rst:37
msgid "This command installs all data files provided with the distribution."
2018-07-03 09:30:39 +00:00
msgstr ""
"Cette commande installe tous les fichiers fournis avec la distribution."
2016-10-30 09:46:26 +00:00
#: ../Doc/distutils/commandref.rst:43
msgid ":command:`install_scripts`"
2017-10-23 20:33:03 +00:00
msgstr ":command:`install_scripts`"
2016-10-30 09:46:26 +00:00
#: ../Doc/distutils/commandref.rst:45
msgid "This command installs all (Python) scripts in the distribution."
2018-07-03 09:30:39 +00:00
msgstr ""
"Cette commande installe tout les scripts (Python) dans la distribution."