Skip to content

Commit 3cf6ea0

Browse files
committed
Merging known translation locally (pomerge --from **/*.po --to **/*.po).
1 parent 62c536b commit 3cf6ea0

Some content is hidden

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

62 files changed

+460
-119
lines changed

c-api/function.po

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

2020
#: ../Doc/c-api/function.rst:6
2121
msgid "Function Objects"
22-
msgstr ""
22+
msgstr "Objets fonctions"
2323

2424
#: ../Doc/c-api/function.rst:10
2525
msgid "There are a few functions specific to Python functions."

c-api/import.po

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

2020
#: ../Doc/c-api/import.rst:6
2121
msgid "Importing Modules"
22-
msgstr ""
22+
msgstr "Importer des modules"
2323

2424
#: ../Doc/c-api/import.rst:16
2525
msgid ""

c-api/type.po

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

2020
#: ../Doc/c-api/type.rst:6
2121
msgid "Type Objects"
22-
msgstr ""
22+
msgstr "Objets Type"
2323

2424
#: ../Doc/c-api/type.rst:13
2525
msgid "The C structure of the objects used to describe built-in types."

c-api/typeobj.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgstr ""
1919

2020
#: ../Doc/c-api/typeobj.rst:6
2121
msgid "Type Objects"
22-
msgstr ""
22+
msgstr "Objets Type"
2323

2424
#: ../Doc/c-api/typeobj.rst:8
2525
msgid ""
@@ -761,7 +761,7 @@ msgstr ""
761761

762762
#: ../Doc/c-api/typeobj.rst:611
763763
msgid "Constant"
764-
msgstr ""
764+
msgstr "Constante"
765765

766766
#: ../Doc/c-api/typeobj.rst:611
767767
msgid "Comparison"

copyright.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ msgstr "Python et cette documentation sont :"
2626

2727
#: ../Doc/copyright.rst:7
2828
msgid "Copyright © 2001-2017 Python Software Foundation. All rights reserved."
29-
msgstr "Copyright © 2001-2017 Python Software Foundation. Tous droits réservés."
29+
msgstr ""
30+
"Copyright © 2001-2017 Python Software Foundation. Tous droits réservés."
3031

3132
#: ../Doc/copyright.rst:9
3233
msgid "Copyright © 2000 BeOpen.com. All rights reserved."

distutils/index.po

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

3232
#: ../Doc/distutils/index.rst:0
3333
msgid "Email"
34-
msgstr ""
34+
msgstr "Email"
3535

3636
#: ../Doc/distutils/index.rst:8
3737
msgid "distutils-sig@python.org"

distutils/setupscript.po

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

491491
#: ../Doc/distutils/setupscript.rst:398 ../Doc/distutils/setupscript.rst:416
492492
msgid "Explanation"
493-
msgstr ""
493+
msgstr "Explication"
494494

495495
#: ../Doc/distutils/setupscript.rst:400
496496
msgid "``==1.0``"

extending/extending.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,13 @@ msgid ""
9090
"library function :c:func:`system` [#]_. This function takes a null-"
9191
"terminated character string as argument and returns an integer. We want "
9292
"this function to be callable from Python as follows::"
93-
msgstr "Créons un module d'extension appelé ``spam`` (la nourriture préférée de fans des Monty Python ...) et disons que nous voulons créer une interface Python à la fonction de la bibliothèque C :c:func:`system` [#]_. Cette fonction prend une chaîne de caractères terminée par NULL comme argument et renvoie un entier. Nous voulons que cette fonction soit appelable à partir de Python comme suit : ::"
93+
msgstr ""
94+
"Créons un module d'extension appelé ``spam`` (la nourriture préférée de fans "
95+
"des Monty Python ...) et disons que nous voulons créer une interface Python "
96+
"à la fonction de la bibliothèque C :c:func:`system` [#]_. Cette fonction "
97+
"prend une chaîne de caractères terminée par NULL comme argument et renvoie "
98+
"un entier. Nous voulons que cette fonction soit appelable à partir de Python "
99+
"comme suit : ::"
94100

95101
#: ../Doc/extending/extending.rst:50
96102
msgid ""

extending/newtypes.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ msgstr ""
10641064

10651065
#: ../Doc/extending/newtypes.rst:1170
10661066
msgid "Constant"
1067-
msgstr ""
1067+
msgstr "Constante"
10681068

10691069
#: ../Doc/extending/newtypes.rst:1170
10701070
msgid "Meaning"
@@ -1142,7 +1142,7 @@ msgstr ""
11421142

11431143
#: ../Doc/extending/newtypes.rst:1221
11441144
msgid "Here is an example::"
1145-
msgstr ""
1145+
msgstr "Voici un exemple : ::"
11461146

11471147
#: ../Doc/extending/newtypes.rst:1237
11481148
msgid ""

extending/windows.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,4 +277,9 @@ msgid ""
277277
"really need, adding about 100K to your executable. To get rid of them, use "
278278
"the Project Settings dialog, Link tab, to specify *ignore default "
279279
"libraries*. Add the correct :file:`msvcrtxx.lib` to the list of libraries."
280-
msgstr "Developer Studio apportera beaucoup de bibliothèques d'import dont vous n'avez pas vraiment besoin, augmentant d'environ 100K votre exécutable. Pour s'en débarasser, allez dans les Paramètres du Projet, onglet Lien, pour préciser *ignorer les bibliothèques par défaut*. Et la :file:`msvcrtxx.lib` correcte à la liste des bibliothèques."
280+
msgstr ""
281+
"Developer Studio apportera beaucoup de bibliothèques d'import dont vous "
282+
"n'avez pas vraiment besoin, augmentant d'environ 100K votre exécutable. Pour "
283+
"s'en débarasser, allez dans les Paramètres du Projet, onglet Lien, pour "
284+
"préciser *ignorer les bibliothèques par défaut*. Et la :file:`msvcrtxx.lib` "
285+
"correcte à la liste des bibliothèques."

0 commit comments

Comments
 (0)