-
-
Notifications
You must be signed in to change notification settings - Fork 263
Expand file tree
/
Copy pathcommandref.po
More file actions
53 lines (46 loc) · 1.85 KB
/
commandref.po
File metadata and controls
53 lines (46 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# 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"
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."