3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
- #, fuzzy
7
6
msgid ""
8
7
msgstr ""
9
8
"Project-Id-Version :Python 2.7\n "
10
9
"Report-Msgid-Bugs-To :\n "
11
10
"POT-Creation-Date :2016-03-12 23:37+0100\n "
12
- "PO-Revision-Date :YEAR-MO-DA HO:MI+ZONE \n "
13
- "Last-Translator :FULL NAME <EMAIL@ADDRESS> \n "
14
- "Language-Team :LANGUAGE <LL@li.org> \n "
15
- "Language :\n "
11
+ "PO-Revision-Date :2016-07-28 00:07+0200 \n "
12
+ "Last-Translator :\n "
13
+ "Language-Team :\n "
14
+ "Language :fr \n "
16
15
"MIME-Version :1.0\n "
17
16
"Content-Type :text/plain; charset=UTF-8\n "
18
17
"Content-Transfer-Encoding :8bit\n "
18
+ "X-Generator :Poedit 1.8.8\n "
19
19
20
20
#: ../Doc/installing/index.rst:7
21
21
msgid "Installing Python Modules"
@@ -79,6 +79,8 @@ msgid ""
79
79
"``pip`` is the preferred installer program. Starting with Python 2.7.9, it "
80
80
"is included by default with the Python binary installers."
81
81
msgstr ""
82
+ "``pip`` est le programme d'installation préconisé. À partir de Python 2.7.9, "
83
+ "il est inclu par défaut avec les binaires d'installation de Python."
82
84
83
85
#: ../Doc/installing/index.rst:37
84
86
msgid ""
@@ -95,6 +97,8 @@ msgid ""
95
97
"``virtualenv`` is a third party tools for creating virtual environments, it "
96
98
"is defaults to installing ``pip`` into all created virtual environments."
97
99
msgstr ""
100
+ "``virtualenv`` est un outil tiers pour créer des environnements virtuels, "
101
+ "dans lesquels ``pip`` est installé par défaut."
98
102
99
103
#: ../Doc/installing/index.rst:42
100
104
msgid ""
@@ -168,6 +172,12 @@ msgid ""
168
172
"virtualenv``) or through your system package manager (commonly called "
169
173
"``virtualenv`` or ``python-virtualenv``)."
170
174
msgstr ""
175
+ "Pour les utilisateurs de systèmes POSIX (dont Mac OS X et Linux), les "
176
+ "exemples de ce guide suppose que vous utilisez un :term:`virtual "
177
+ "environment`. Vous pouvez installer ``virtualenv`` pour créer de tels "
178
+ "environnements soit via pip (``pip install virtualenv``) soit via le "
179
+ "gestionnaire de paquets de votre système (cherchez ``virtualenv`` ou "
180
+ "``python-virtualenv``)."
171
181
172
182
#: ../Doc/installing/index.rst:80
173
183
msgid ""
@@ -232,13 +242,17 @@ msgstr ""
232
242
#: ../Doc/installing/index.rst:113
233
243
msgid "... install ``pip`` in versions of Python prior to Python 2.7.9?"
234
244
msgstr ""
245
+ "... installe ``pip`` pour des versions de Python antérieurs à la 2.7.9 ?"
235
246
236
247
#: ../Doc/installing/index.rst:115
237
248
msgid ""
238
249
"Python only started bundling ``pip`` with Python 2.7.9. For earlier "
239
250
"versions, ``pip`` needs to be\" bootstrapped\" as described in the Python "
240
251
"Packaging User Guide."
241
252
msgstr ""
253
+ "Python n'a commencé à distribuer ``pip`` qu'à partir de la version 2.7.9. "
254
+ "Pour les versions précédentes ``pip`` doit être\" amorcé\" tel que décrit "
255
+ "dans le *Python Packaging User Guide*."
242
256
243
257
#: ../Doc/installing/index.rst:121
244
258
msgid ""