From 1410a522b6077ddd4a3f455b9c906b91bcf1becc Mon Sep 17 00:00:00 2001 From: gcosne Date: Tue, 17 Jan 2017 11:51:17 +0100 Subject: [PATCH 1/6] Update index.po Translation of ../Doc/using/index.rst:8 proposed. --- using/index.po | 3 +++ 1 file changed, 3 insertions(+) diff --git a/using/index.po b/using/index.po index cba51062..ad2fc3cd 100644 --- a/using/index.po +++ b/using/index.po @@ -26,3 +26,6 @@ msgid "" "setup of the Python environment on different platform, the invocation of the " "interpreter and things that make working with Python easier." msgstr "" +"Cette partie de la documentation est consacré aux informations générales au sujet de " +"installation de l'environnement Python sur différentes plateformes, l'invocation de " +"l'interpréteur et des choses qui facilitent le travail avec Python." From 561b4d886bbfc42f586ed7e1e79a71fc8037c3d6 Mon Sep 17 00:00:00 2001 From: gcosne Date: Tue, 17 Jan 2017 14:40:34 +0100 Subject: [PATCH 2/6] Update mac.po Additional translation proposed --- using/mac.po | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/using/mac.po b/using/mac.po index cd56ddc7..3db9a1bf 100644 --- a/using/mac.po +++ b/using/mac.po @@ -18,7 +18,7 @@ msgstr "" #: ../Doc/using/mac.rst:6 msgid "Using Python on a Macintosh" -msgstr "" +msgstr "Utilisation de Python sur un Macintosh" #: ../Doc/using/mac.rst:8 msgid "Bob Savage " @@ -30,10 +30,15 @@ msgid "" "Python on any other Unix platform, but there are a number of additional " "features such as the IDE and the Package Manager that are worth pointing out." msgstr "" +"Python sur un Macintosh exécutant Mac OS X est en principe très similaire à " +"Python sur n'importe quelle autre plateforme Unix, mais il y a un certain nombre de" +"fonctionnalités additionnelle telle que l'IDE et le gestionnaire de packages qui " +"méritent d'être soulignées." + #: ../Doc/using/mac.rst:18 msgid "Getting and Installing MacPython" -msgstr "" +msgstr "Obtenir et installer MacPython" #: ../Doc/using/mac.rst:20 msgid "" @@ -43,10 +48,15 @@ msgid "" "build of Python, which runs natively on the Mac's new Intel and legacy PPC " "CPU's, is available there." msgstr "" +"Mac OS X 10.8 contient déjà Python 2.7 pré-installé par Apple. Si vous le souhaitez," +"vous êtes invités à installer la version la plus récente de Python 3 à partir du" +"site de Python (https://www.python.org). Une version \"binaire universelle\" " +"de Python, qui s'exécute nativement sur les nouveaux processeurs Intel de Mac" +"et les processeurs PPC, CPUs hérités de Mac, y est disponible." #: ../Doc/using/mac.rst:26 msgid "What you get after installing is a number of things:" -msgstr "" +msgstr "Ce que vous obtenez après l'installation est un certain nombre de choses:" #: ../Doc/using/mac.rst:28 msgid "" From b250b16c2dd2dfecb22ce03a36cabd81dac6f790 Mon Sep 17 00:00:00 2001 From: gcosne Date: Wed, 18 Jan 2017 14:13:06 +0100 Subject: [PATCH 3/6] Update library.po Translation of documentation --- faq/library.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/faq/library.po b/faq/library.po index 312905ad..fb6e2591 100644 --- a/faq/library.po +++ b/faq/library.po @@ -18,15 +18,15 @@ msgstr "" #: ../Doc/faq/library.rst:5 msgid "Library and Extension FAQ" -msgstr "" +msgstr "Bibliothèque et Extension Question Fréquemment Posé" #: ../Doc/faq/library.rst:12 msgid "General Library Questions" -msgstr "" +msgstr "Questions générales sur la bibliothèque" #: ../Doc/faq/library.rst:15 msgid "How do I find a module or application to perform task X?" -msgstr "" +msgstr "Comment puis-je trouver un module ou une application pour exécuter la tâche X?" #: ../Doc/faq/library.rst:17 msgid "" @@ -45,7 +45,7 @@ msgstr "" #: ../Doc/faq/library.rst:28 msgid "Where is the math.py (socket.py, regex.py, etc.) source file?" -msgstr "" +msgstr "Où se situe le fichier source math.py (socket.py, regex.py, etc.)?" #: ../Doc/faq/library.rst:30 msgid "" @@ -58,16 +58,16 @@ msgstr "" #: ../Doc/faq/library.rst:35 msgid "There are (at least) three kinds of modules in Python:" -msgstr "" +msgstr "Il y a (au moins) trois types de modules dans Python" #: ../Doc/faq/library.rst:37 msgid "modules written in Python (.py);" -msgstr "" +msgstr "modules écrits en Python (.py);" #: ../Doc/faq/library.rst:38 msgid "" "modules written in C and dynamically loaded (.dll, .pyd, .so, .sl, etc);" -msgstr "" +msgstr "modules écrits en C et chargés dynamiquement (.dll, .pyd, .so, .sl, .etc);" #: ../Doc/faq/library.rst:39 msgid "" From f945ddf8ba22659c9ce81806c584e75d6f17657b Mon Sep 17 00:00:00 2001 From: gcosne Date: Wed, 18 Jan 2017 14:19:11 +0100 Subject: [PATCH 4/6] Update mac.po --- using/mac.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/using/mac.po b/using/mac.po index 3db9a1bf..7bb8a562 100644 --- a/using/mac.po +++ b/using/mac.po @@ -56,7 +56,7 @@ msgstr "" #: ../Doc/using/mac.rst:26 msgid "What you get after installing is a number of things:" -msgstr "Ce que vous obtenez après l'installation est un certain nombre de choses:" +msgstr "Vous obtiendrez un certain nombre de choses après installation:" #: ../Doc/using/mac.rst:28 msgid "" From 323b4fd76ca5734c38a596cdce51dbfd47e93a58 Mon Sep 17 00:00:00 2001 From: gcosne Date: Wed, 18 Jan 2017 14:21:22 +0100 Subject: [PATCH 5/6] Update library.po --- faq/library.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq/library.po b/faq/library.po index fb6e2591..75c19143 100644 --- a/faq/library.po +++ b/faq/library.po @@ -18,7 +18,7 @@ msgstr "" #: ../Doc/faq/library.rst:5 msgid "Library and Extension FAQ" -msgstr "Bibliothèque et Extension Question Fréquemment Posé" +msgstr "Bibliothèque et Extension FAQ" #: ../Doc/faq/library.rst:12 msgid "General Library Questions" From 96b89f9e41281a32cc91d69323008f9dae6c6dd0 Mon Sep 17 00:00:00 2001 From: gcosne Date: Fri, 20 Jan 2017 00:10:19 +0100 Subject: [PATCH 6/6] Update index.po --- using/index.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/using/index.po b/using/index.po index ad2fc3cd..0cacbff9 100644 --- a/using/index.po +++ b/using/index.po @@ -26,6 +26,6 @@ msgid "" "setup of the Python environment on different platform, the invocation of the " "interpreter and things that make working with Python easier." msgstr "" -"Cette partie de la documentation est consacré aux informations générales au sujet de " +"Cette partie de la documentation est consacrée aux informations générales au sujet de " "installation de l'environnement Python sur différentes plateformes, l'invocation de " "l'interpréteur et des choses qui facilitent le travail avec Python."