8000 Sync with transifex · python/python-docs-fr@f5f8933 · GitHub
[go: up one dir, main page]

Skip to content

Commit f5f8933

Browse files
committed
Sync with transifex
1 parent 88ac6eb commit f5f8933

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

c-api/bytes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ msgstr ""
104104
#: ../Doc/c-api/bytes.rst:72 ../Doc/c-api/bytes.rst:75
105105
#: ../Doc/c-api/bytes.rst:93 ../Doc/c-api/bytes.rst:96
106106
msgid "int"
107-
msgstr "int"
107+
msgstr "*int*"
108108

109109
#: ../Doc/c-api/bytes.rst:72
110110
msgid "A single byte, represented as a C int."

c-api/structures.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ msgstr ""
177177
#: ../Doc/c-api/structures.rst:136 ../Doc/c-api/structures.rst:244
178178
#: ../Doc/c-api/structures.rst:251 ../Doc/c-api/structures.rst:267
179179
msgid "int"
180-
msgstr "int"
180+
msgstr "*int*"
181181

182182
#: ../Doc/c-api/structures.rst:136
183183
msgid "flag bits indicating how the call should be constructed"

c-api/unicode.po

Lines changed: 1 addition & 1 deletion
10000
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ msgstr ""
482482
#: ../Doc/c-api/unicode.rst:451 ../Doc/c-api/unicode.rst:454
483483
#: ../Doc/c-api/unicode.rst:487 ../Doc/c-api/unicode.rst:490
484484
msgid "int"
485-
msgstr "int"
485+
msgstr "*int*"
486486

487487
#: ../Doc/c-api/unicode.rst:451
488488
msgid "A single character, represented as a C int."

distutils/apiref.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2136,7 +2136,7 @@ msgstr ""
21362136
#: ../Doc/distutils/apiref.rst:1568 ../Doc/distutils/apiref.rst:1577
21372137
#: ../Doc/distutils/apiref.rst:1582
21382138
msgid "true"
2139-
msgstr ""
2139+
msgstr "*true*"
21402140

21412141
#: ../Doc/distutils/apiref.rst:1574
21422142
msgid "*lstrip_ws*"
@@ -2149,7 +2149,7 @@ msgstr ""
21492149
#: ../Doc/distutils/apiref.rst:1574 ../Doc/distutils/apiref.rst:1592
21502150
#: ../Doc/distutils/apiref.rst:1603
21512151
msgid "false"
2152-
msgstr ""
2152+
msgstr "*false*"
21532153

21542154
#: ../Doc/distutils/apiref.rst:1577
21552155
msgid "*rstrip_ws*"

glossary.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ msgstr ""
14461446

14471447
#: ../Doc/glossary.rst:607
14481448
msgid "list"
1449-
msgstr "list"
1449+
msgstr "*list*"
14501450

14511451
#: ../Doc/glossary.rst:609
14521452
msgid ""

library/array.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ msgstr "signed char"
6565
#: ../Doc/library/array.rst:35 ../Doc/library/array.rst:37
6666
#: ../Doc/library/array.rst:39 ../Doc/library/array.rst:41
6767
msgid "int"
68-
msgstr "int"
68+
msgstr "*int*"
6969

7070
#: ../Doc/library/array.rst:21 ../Doc/library/array.rst:23
7171
msgid "1"

library/ctypes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ msgstr ":class:`c_byte`"
279279
#: ../Doc/library/ctypes.rst:247 ../Doc/library/ctypes.rst:249
280280
#: ../Doc/library/ctypes.rst:252 ../Doc/library/ctypes.rst:254
281281
msgid "int"
282-
msgstr "int"
282+
msgstr "*int*"
283283

284284
#: ../Doc/library/ctypes.rst:233
285285
msgid ":class:`c_ubyte`"

library/inspect.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ msgstr ""
16401640

16411641
#: ../Doc/library/inspect.rst:1350
16421642
msgid "Command Line Interface"
1643-
msgstr ""
1643+
msgstr "Interface en ligne de commande"
16441644

16451645
#: ../Doc/library/inspect.rst:1352
16461646
msgid ""

library/pickletools.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ msgstr ""
5555

5656
#: ../Doc/library/pickletools.rst:50
5757
msgid "Command line options"
58-
msgstr ""
58+
msgstr "Options de la ligne de commande"
5959

6060
#: ../Doc/library/pickletools.rst:56
6161
msgid "Annotate each line with a short opcode description."

library/ssl.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ msgstr ""
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2017-09-12 13:37+0200\n"
1111
"PO-Revision-Date: 2017-09-12 13:41+0200\n"
12+
"Last-Translator: \n"
13+
"Language-Team: \n"
1214
"Language: fr\n"
1315
"MIME-Version: 1.0\n"
1416
"Content-Type: text/plain; charset=UTF-8\n"
1517
"Content-Transfer-Encoding: 8bit\n"
16-
"Last-Translator: \n"
17-
"Language-Team: \n"
1818
"X-Generator: Poedit 2.0.2\n"
1919

2020
#: ../Doc/library/ssl.rst:2

tutorial/stdlib2.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ msgid ""
6060
"The :mod:`textwrap` module formats paragraphs of text to fit a given screen "
6161
"width::"
6262
msgstr ""
63-
"Le module :mod:`textwrap` formate des paragraphes de texte pour tenir sur "
64-
"un écran d'une largeur donnée : ::"
63+
"Le module :mod:`textwrap` formate des paragraphes de texte pour tenir sur un "
64+
"écran d'une largeur donnée : ::"
6565

6666
#: ../Doc/tutorial/stdlib2.rst:53
6767
msgid ""

whatsnew/2.3.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ msgstr ""
839839

840840
#: ../Doc/whatsnew/2.3.rst:806
841841
msgid ":pep:`305` - CSV File API"
842-
msgstr ""
842+
msgstr ":pep:`305` - Interface des fichiers CSV"
843843

844844
#: ../Doc/whatsnew/2.3.rst:806
845845
msgid ""

0 commit comments

Comments
 (0)
0