Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 125b288

Browse files
authored
Merge branch '3.9' into howtocurses
2 parents 4a6aff7 + 678d4ee commit 125b288

File tree

494 files changed

+13644
-15112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

494 files changed

+13644
-15112
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# from which we generated our po files. We use it here so when we
2222
# test build, we're building with the .rst files that generated our
2323
# .po files.
24-
CPYTHON_CURRENT_COMMIT := 760552ceb8c5f5ca4f1bf13f47543b42b25e0b83
24+
CPYTHON_CURRENT_COMMIT := d7cd1164c18dbf78380ce4c95bf46c7bb0ac0bb7
2525

2626
CPYTHON_PATH := ../cpython/
2727

TRANSLATORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ Youen 'laën' Froger
1717
Sascha Salles
1818
Valériane Venance
1919
Loc Cosnier
20+
Yannick Gingras

about.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
8+
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
99
"PO-Revision-Date: 2018-07-23 17:55+0200\n"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"

bugs.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
8+
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
99
"PO-Revision-Date: 2019-12-10 16:04+0100\n"
1010
"Last-Translator: Antoine Wecxsteen\n"
1111
"Language-Team: FRENCH <[email protected]>\n"

c-api/abstract.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2019-01-03 16:57+0100\n"
8+
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
99
"PO-Revision-Date: 2018-10-17 19:31+0200\n"
1010
"Last-Translator: \n"
1111
"Language-Team: FRENCH <[email protected]>\n"

c-api/allocation.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2017-05-27 19:40+0200\n"
8+
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
99
"PO-Revision-Date: 2018-10-20 21:16+0200\n"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"

c-api/apiabiversion.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
8+
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
99
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"

c-api/arg.po

Lines changed: 32 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-07-20 10:51+0200\n"
8+
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
99
"PO-Revision-Date: 2018-10-04 12:14+0200\n"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
@@ -329,10 +329,11 @@ msgid "``S`` (:class:`bytes`) [PyBytesObject \\*]"
329329
msgstr "``S`` (:class:`bytes`) [``PyBytesObject *``]"
330330

331331
#: c-api/arg.rst:132
332+
#, fuzzy
332333
msgid ""
333334
"Requires that the Python object is a :class:`bytes` object, without "
334335
"attempting any conversion. Raises :exc:`TypeError` if the object is not a "
335-
"bytes object. The C variable may also be declared as :c:type:`PyObject\\*`."
336+
"bytes object. The C variable may also be declared as :c:type:`PyObject*`."
336337
msgstr ""
337338
"Nécessite que l'objet Python soit de type :class:`bytes`, sans avoir tenté "
338339
"de conversion. :exc:`TypeError` est levée si l'objet n'est pas un objet de "
@@ -344,12 +345,17 @@ msgid "``Y`` (:class:`bytearray`) [PyByteArrayObject \\*]"
344345
msgstr "``Y`` (:class:`bytearray`) [``PyByteArrayObject *``]"
345346

346347
#: c-api/arg.rst:137
348+
#, fuzzy
347349
msgid ""
348350
"Requires that the Python object is a :class:`bytearray` object, without "
349351
"attempting any conversion. Raises :exc:`TypeError` if the object is not a :"
350352
"class:`bytearray` object. The C variable may also be declared as :c:type:"
351-
"`PyObject\\*`."
353+
"`PyObject*`."
352354
msgstr ""
355+
"Nécessite que l'objet Python soit de type :class:`bytes`, sans avoir tenté "
356+
"de conversion. :exc:`TypeError` est levée si l'objet n'est pas un objet de "
357+
"type *bytes*. La variable C doit aussi être déclarée en tant que :c:type:"
358+
"`PyObject\\*`."
353359

354360
#: c-api/arg.rst:156
355361
msgid "``u`` (:class:`str`) [const Py_UNICODE \\*]"
@@ -426,11 +432,16 @@ msgid "``U`` (:class:`str`) [PyObject \\*]"
426432
msgstr "``U`` (:class:`str`) [``PyObject *``]"
427433

428434
#: c-api/arg.rst:184
435+
#, fuzzy
429436
msgid ""
430437
"Requires that the Python object is a Unicode object, without attempting any "
431438
"conversion. Raises :exc:`TypeError` if the object is not a Unicode object. "
432-
"The C variable may also be declared as :c:type:`PyObject\\*`."
439+
"The C variable may also be declared as :c:type:`PyObject*`."
433440
msgstr ""
441+
"Nécessite que l'objet Python soit de type :class:`bytes`, sans avoir tenté "
442+
"de conversion. :exc:`TypeError` est levée si l'objet n'est pas un objet de "
443+
"type *bytes*. La variable C doit aussi être déclarée en tant que :c:type:"
444+
"`PyObject\\*`."
434445

435446
#: c-api/arg.rst:192
436447
msgid "``w*`` (read-write :term:`bytes-like object`) [Py_buffer]"
@@ -457,13 +468,12 @@ msgstr ""
457468
#: c-api/arg.rst:198
458469
msgid ""
459470
"This format requires two arguments. The first is only used as input, and "
460-
"must be a :c:type:`const char\\*` which points to the name of an encoding as "
461-
"a NUL-terminated string, or ``NULL``, in which case ``'utf-8'`` encoding is "
471+
"must be a :c:type:`const char*` which points to the name of an encoding as a "
472+
"NUL-terminated string, or ``NULL``, in which case ``'utf-8'`` encoding is "
462473
"used. An exception is raised if the named encoding is not known to Python. "
463-
"The second argument must be a :c:type:`char\\*\\*`; the value of the pointer "
464-
"it references will be set to a buffer with the contents of the argument "
465-
"text. The text will be encoded in the encoding specified by the first "
466-
"argument."
474+
"The second argument must be a :c:type:`char**`; the value of the pointer it "
475+
"references will be set to a buffer with the contents of the argument text. "
476+
"The text will be encoded in the encoding specified by the first argument."
467477
msgstr ""
468478

469479
#: c-api/arg.rst:206
@@ -506,10 +516,10 @@ msgstr ""
506516
#: c-api/arg.rst:221
507517
msgid ""
508518
"It requires three arguments. The first is only used as input, and must be "
509-
"a :c:type:`const char\\*` which points to the name of an encoding as a NUL-"
519+
"a :c:type:`const char*` which points to the name of an encoding as a NUL-"
510520
"terminated string, or ``NULL``, in which case ``'utf-8'`` encoding is used. "
511521
"An exception is raised if the named encoding is not known to Python. The "
512-
"second argument must be a :c:type:`char\\*\\*`; the value of the pointer it "
522+
"second argument must be a :c:type:`char**`; the value of the pointer it "
513523
"references will be set to a buffer with the contents of the argument text. "
514524
"The text will be encoded in the encoding specified by the first argument. "
515525
"The third argument must be a pointer to an integer; the referenced integer "
@@ -762,7 +772,7 @@ msgstr "``O!`` (objet) [*typeobject*, ``PyObject *``]"
762772
msgid ""
763773
"Store a Python object in a C object pointer. This is similar to ``O``, but "
764774
"takes two C arguments: the first is the address of a Python type object, the "
765-
"second is the address of the C variable (of type :c:type:`PyObject\\*`) into "
775+
"second is the address of the C variable (of type :c:type:`PyObject*`) into "
766776
"which the object pointer is stored. If the Python object does not have the "
767777
"required type, :exc:`TypeError` is raised."
768778
msgstr ""
@@ -775,14 +785,14 @@ msgstr "``O&`` (objet) [*converter*, *anything*]"
775785
msgid ""
776786
"Convert a Python object to a C variable through a *converter* function. "
777787
"This takes two arguments: the first is a function, the second is the address "
778-
"of a C variable (of arbitrary type), converted to :c:type:`void \\*`. The "
788+
"of a C variable (of arbitrary type), converted to :c:type:`void *`. The "
779789
"*converter* function in turn is called as follows::"
780790
msgstr ""
781791

782792
#: c-api/arg.rst:339
783793
msgid ""
784794
"where *object* is the Python object to be converted and *address* is the :c:"
785-
"type:`void\\*` argument that was passed to the :c:func:`PyArg_Parse\\*` "
795+
"type:`void*` argument that was passed to the :c:func:`PyArg_Parse\\*` "
786796
"function. The returned *status* should be ``1`` for a successful conversion "
787797
"and ``0`` if the conversion has failed. When the conversion fails, the "
788798
"*converter* function should raise an exception and leave the content of "
@@ -999,13 +1009,12 @@ msgid ""
9991009
"should be passed as *args*; it must actually be a tuple. The length of the "
10001010
"tuple must be at least *min* and no more than *max*; *min* and *max* may be "
10011011
"equal. Additional arguments must be passed to the function, each of which "
1002-
"should be a pointer to a :c:type:`PyObject\\*` variable; these will be "
1003-
"filled in with the values from *args*; they will contain borrowed "
1004-
"references. The variables which correspond to optional parameters not given "
1005-
"by *args* will not be filled in; these should be initialized by the caller. "
1006-
"This function returns true on success and false if *args* is not a tuple or "
1007-
"contains the wrong number of elements; an exception will be set if there was "
1008-
"a failure."
1012+
"should be a pointer to a :c:type:`PyObject*` variable; these will be filled "
1013+
"in with the values from *args*; they will contain borrowed references. The "
1014+
"variables which correspond to optional parameters not given by *args* will "
1015+
"not be filled in; these should be initialized by the caller. This function "
1016+
"returns true on success and false if *args* is not a tuple or contains the "
1017+
"wrong number of elements; an exception will be set if there was a failure."
10091018
msgstr ""
10101019

10111020
#: c-api/arg.rst:493
@@ -1277,7 +1286,7 @@ msgstr ""
12771286
msgid ""
12781287
"Convert *anything* to a Python object through a *converter* function. The "
12791288
"function is called with *anything* (which should be compatible with :c:type:"
1280-
"`void \\*`) as its argument and should return a \"new\" Python object, or "
1289+
"`void*`) as its argument and should return a \"new\" Python object, or "
12811290
"``NULL`` if an error occurred."
12821291
msgstr ""
12831292

c-api/bool.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
8+
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
99
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"

c-api/buffer.po

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-07-20 10:51+0200\n"
8+
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
99
"PO-Revision-Date: 2018-10-04 12:18+0200\n"
1010
"Last-Translator: \n"
1111
"Language-Team: FRENCH <[email protected]>\n"
@@ -495,6 +495,10 @@ msgstr "F"
495495
msgid "C or F"
496496
msgstr ""
497497

498+
#: c-api/buffer.rst:304
499+
msgid ":c:macro:`PyBUF_ND`"
500+
msgstr ""
501+
498502
#: c-api/buffer.rst:309
499503
msgid "compound requests"
500504
msgstr ""
@@ -609,17 +613,15 @@ msgstr ""
609613
msgid ""
610614
"Send a request to *exporter* to fill in *view* as specified by *flags*. If "
611615
"the exporter cannot provide a buffer of the exact type, it MUST raise :c:"
612-
"data:`PyExc_BufferError`, set :c:member:`view->obj` to ``NULL`` and return "
613-
"``-1``."
616+
"data:`PyExc_BufferError`, set ``view->obj`` to ``NULL`` and return ``-1``."
614617
msgstr ""
615618

616619
#: c-api/buffer.rst:444
617620
msgid ""
618-
"On success, fill in *view*, set :c:member:`view->obj` to a new reference to "
621+
"On success, fill in *view*, set ``view->obj`` to a new reference to "
619622
"*exporter* and return 0. In the case of chained buffer providers that "
620-
"redirect requests to a single object, :c:member:`view->obj` MAY refer to "
621-
"this object instead of *exporter* (See :ref:`Buffer Object Structures "
622-
"<buffer-structs>`)."
623+
"redirect requests to a single object, ``view->obj`` MAY refer to this object "
624+
"instead of *exporter* (See :ref:`Buffer Object Structures <buffer-structs>`)."
623625
msgstr ""
624626

625627
#: c-api/buffer.rst:449
@@ -632,8 +634,8 @@ msgstr ""
632634

633635
#: c-api/buffer.rst:457
634636
msgid ""
635-
"Release the buffer *view* and decrement the reference count for :c:member:"
636-
"`view->obj`. This function MUST be called when the buffer is no longer being "
637+
"Release the buffer *view* and decrement the reference count for ``view-"
638+
">obj``. This function MUST be called when the buffer is no longer being "
637639
"used, otherwise reference leaks may occur."
638640
msgstr ""
639641

@@ -704,9 +706,9 @@ msgstr ""
704706

705707
#: c-api/buffer.rst:519
706708
msgid ""
707-
"On success, set :c:member:`view->obj` to a new reference to *exporter* and "
708-
"return 0. Otherwise, raise :c:data:`PyExc_BufferError`, set :c:member:`view-"
709-
">obj` to ``NULL`` and return ``-1``;"
709+
"On success, set ``view->obj`` to a new reference to *exporter* and return 0. "
710+
"Otherwise, raise :c:data:`PyExc_BufferError`, set ``view->obj`` to ``NULL`` "
711+
"and return ``-1``;"
710712
msgstr ""
711713

712714
#: c-api/buffer.rst:523

c-api/bytearray.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2019-11-15 18:54+0100\n"
8+
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
99
"PO-Revision-Date: 2018-10-04 12:21+0200\n"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"

c-api/bytes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-07-20 10:51+0200\n"
8+
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
99
"PO-Revision-Date: 2018-07-03 11:50+0200\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"

c-api/call.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-07-20 10:51+0200\n"
8+
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
99
"PO-Revision-Date: 2020-07-20 15:07+0200\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
@@ -441,7 +441,7 @@ msgstr ""
441441

442442
#: c-api/call.rst:286
443443
msgid ""
444-
"Note that if you only pass :c:type:`PyObject \\*` args, :c:func:"
444+
"Note that if you only pass :c:type:`PyObject *` args, :c:func:"
445445
"`PyObject_CallFunctionObjArgs` is a faster alternative."
446446
msgstr ""
447447

@@ -468,7 +468,7 @@ msgstr ""
468468

469469
#: c-api/call.rst:307
470470
msgid ""
471-
"Note that if you only pass :c:type:`PyObject \\*` args, :c:func:"
471+
"Note that if you only pass :c:type:`PyObject *` args, :c:func:"
472472
"`PyObject_CallMethodObjArgs` is a faster alternative."
473473
msgstr ""
474474

@@ -479,8 +479,8 @@ msgstr ""
479479
#: c-api/call.rst:316
480480
msgid ""
481481
"Call a callable Python object *callable*, with a variable number of :c:type:"
482-
"`PyObject \\*` arguments. The arguments are provided as a variable number "
483-
"of parameters followed by *NULL*."
482+
"`PyObject *` arguments. The arguments are provided as a variable number of "
483+
"parameters followed by *NULL*."
484484
msgstr ""
485485

486486
#: c-api/call.rst:323
@@ -493,7 +493,7 @@ msgstr ""
493493
msgid ""
494494
"Call a method of the Python object *obj*, where the name of the method is "
495495
"given as a Python string object in *name*. It is called with a variable "
496-
"number of :c:type:`PyObject \\*` arguments. The arguments are provided as a "
496+
"number of :c:type:`PyObject *` arguments. The arguments are provided as a "
497497
"variable number of parameters followed by *NULL*."
498498
msgstr ""
499499

c-api/capsule.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-07-20 10:51+0200\n"
8+
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
99
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
@@ -28,7 +28,7 @@ msgstr ""
2828
#: c-api/capsule.rst:17
2929
msgid ""
3030
"This subtype of :c:type:`PyObject` represents an opaque value, useful for C "
31-
"extension modules who need to pass an opaque value (as a :c:type:`void\\*` "
31+
"extension modules who need to pass an opaque value (as a :c:type:`void*` "
3232
"pointer) through Python code to other C code. It is often used to make a C "
3333
"function pointer defined in one module available to other modules, so the "
3434
"regular import mechanism can be used to access C APIs defined in dynamically "

c-api/cell.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2019-11-15 18:54+0100\n"
8+
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
99
"PO-Revision-Date: 2019-05-09 10:14+0200\n"
1010
"Last-Translator: \n"
1111
"Language-Team: FRENCH <[email protected]>\n"

c-api/code.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-02-04 10:00+0100\n"
8+
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
99
"PO-Revision-Date: 2018-02-15 00:30+0100\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"

c-api/codec.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2019-11-15 18:54+0100\n"
8+
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
99
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"

c-api/complex.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
8+
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
99
"PO-Revision-Date: 2019-01-14 20:31+0100\n"
1010
"Last-Translator: ANTOINE FOURES <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"

0 commit comments

Comments
 (0)