Skip to content

Commit afa5c35

Browse files
committed
*/glossary.po: a few fuzzy translations reviewed
1 parent 5b018c2 commit afa5c35

File tree

1 file changed

+20
-26
lines changed

1 file changed

+20
-26
lines changed

glossary.po

Lines changed: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
# Copyright (C) 1990-2010, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5-
#, fuzzy
65
msgid ""
76
msgstr ""
8-
"Project-Id-Version: PACKAGE VERSION\n"
7+
"Project-Id-Version: \n"
98
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2016-01-23 10:04+0100\n"
11-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13-
"Language-Team: LANGUAGE <LL@li.org>\n"
14-
"Language: \n"
9+
"POT-Creation-Date: 2015-12-22 00:51+0100\n"
10+
"PO-Revision-Date: 2016-01-21 23:48+0100\n"
11+
"Language: fr\n"
1512
"MIME-Version: 1.0\n"
1613
"Content-Type: text/plain; charset=UTF-8\n"
1714
"Content-Transfer-Encoding: 8bit\n"
18-
"X-Generator: Translate Toolkit 1.7.0\n"
15+
"X-Generator: Poedit 1.8.6\n"
16+
"Last-Translator: \n"
17+
"Language-Team: \n"
1918

2019
#: glossary.rst:5
2120
msgid "Glossary"
@@ -81,7 +80,6 @@ msgid "abstract base class"
8180
msgstr "classe de base abstraite"
8281

8382
#: glossary.rst:30
84-
#, fuzzy
8583
msgid ""
8684
"Abstract base classes complement :term:`duck-typing` by providing a way to "
8785
"define interfaces when other techniques like :func:`hasattr` would be clumsy "
@@ -93,7 +91,7 @@ msgid ""
9391
"module), numbers (in the :mod:`numbers` module), and streams (in the :mod:"
9492
"`io` module). You can create your own ABCs with the :mod:`abc` module."
9593
msgstr ""
96-
"Les classes de base abstraites (ABC, suivant l'abbréviation anglaise) "
94+
"Les classes de base abstraites (*ABC*, suivant l'abréviation anglaise) "
9795
"complètent le :term:`duck-typing` en fournissant un moyen de définir des "
9896
"interfaces pour les cas où d'autres techniques comme :func:`hasattr` "
9997
"seraient inélégantes. Python contient de nombreuses ABC pour les structures "
@@ -106,13 +104,12 @@ msgid "argument"
106104
msgstr "argument"
107105

108106
#: glossary.rst:42
109-
#, fuzzy
110107
msgid ""
111108
"A value passed to a :term:`function` (or :term:`method`) when calling the "
112109
"function. There are two types of arguments:"
113110
msgstr ""
114111
"Une valeur, donnée à une :term:`fonction` ou à une :term:`méthode` lors de "
115-
"son appel. Il existe deux types d'arguments :"
112+
"son appel. Il existe deux types d'arguments :"
116113

117114
#: glossary.rst:45
118115
msgid ""
@@ -152,7 +149,6 @@ msgstr ""
152149
"la variable locale."
153150

154151
#: glossary.rst:67
155-
#, fuzzy
156152
msgid ""
157153
"See also the :term:`parameter` glossary entry and the FAQ question on :ref:"
158154
"`the difference between arguments and parameters <faq-argument-vs-"
@@ -181,20 +177,18 @@ msgid "BDFL"
181177
msgstr "BDFL"
182178

183179
#: glossary.rst:77
184-
#, fuzzy
185180
msgid ""
186181
"Benevolent Dictator For Life, a.k.a. `Guido van Rossum <https://www.python."
187182
"org/~guido/>`_, Python's creator."
188183
msgstr ""
189-
"Dictateur à vie bénévole, alias `Guido van Rossum <http://www.python.org/"
184+
"Dictateur bénévole à vie, alias `Guido van Rossum <https://www.python.org/"
190185
"~guido/>`_, le créateur de Python."
191186

192187
#: glossary.rst:79
193188
msgid "bytes-like object"
194189
msgstr "Les objets bytes-compatible"
195190

196191
#: glossary.rst:81
197-
#, fuzzy
198192
msgid ""
199193
"An object that supports the :ref:`buffer protocol <bufferobjects>`, like :"
200194
"class:`str`, :class:`bytearray` or :class:`memoryview`. Bytes-like objects "
@@ -203,12 +197,12 @@ msgid ""
203197
"operations need the binary data to be mutable, in which case not all bytes-"
204198
"like objects can apply."
205199
msgstr ""
206-
"Un objet gérant le :ref:`bufferobjects`, ressemblant à la classe :class:"
207-
"`bytes`, comme les classes :class:`bytearray`, ou :class:`memoryview`. Les "
208-
"objets bytes-compatibles peuvent manipuler des données binaires et ainsi "
209-
"servir à leur compression, sauvegarde, envoi sur une socket... Certaines "
210-
"actions nécessitent que la donnée soit modifiable, ce qui n'est pas possible "
211-
"avec tous les objets byte-compatibles."
200+
"Un objet gérant le :ref:`bufferobjects`, comme les classes :class:`str`, :"
201+
"class:`bytearray`, ou :class:`memoryview`. Les objets bytes-compatibles "
202+
"peuvent manipuler des données binaires et ainsi servir à leur compression, "
203+
"sauvegarde, ou envoi sur une socket. Certaines actions nécessitent que la "
204+
"donnée binaire soit modifiable, ce qui n'est pas possible avec tous les "
205+
"objets byte-compatibles."
212206

213207
#: glossary.rst:87
214208
msgid "bytecode"
@@ -331,16 +325,16 @@ msgid "CPython"
331325
msgstr "CPython"
332326

333327
#: glossary.rst:142
334-
#, fuzzy
335328
msgid ""
336329
"The canonical implementation of the Python programming language, as "
337330
"distributed on `python.org <https://www.python.org>`_. The term \"CPython\" "
338331
"is used when necessary to distinguish this implementation from others such "
339332
"as Jython or IronPython."
340333
msgstr ""
341-
"L'implémentation canonique du langage de programmation Python. Le terme "
342-
"\"CPython\" est utilisé dans certains contextes lorsqu'il est nécessaire de "
343-
"distingué cette implémentation des autres comme Jython ou IronPython"
334+
"L'implémentation canonique du langage de programmation Python, tel que "
335+
"distribué sur `python.org <https://www.python.org>`_. Le terme « CPython » "
336+
"est utilisé dans certains contextes lorsqu'il est nécessaire de distinguer "
337+
"cette implémentation des autres comme Jython ou IronPython."
344338

345339
#: glossary.rst:146
346340
msgid "decorator"

0 commit comments

Comments
 (0)