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

Skip to content

Commit 5674010

Browse files
authored
Merge pull request #54 from gcosne/master
Update index.po
2 parents 8f4be2b + 96b89f9 commit 5674010

File tree

3 files changed

+23
-10
lines changed

3 files changed

+23
-10
lines changed

faq/library.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ msgstr ""
1818

1919
#: ../Doc/faq/library.rst:5
2020
msgid "Library and Extension FAQ"
21-
msgstr ""
21+
msgstr "Bibliothèque et Extension FAQ"
2222

2323
#: ../Doc/faq/library.rst:12
2424
msgid "General Library Questions"
25-
msgstr ""
25+
msgstr "Questions générales sur la bibliothèque"
2626

2727
#: ../Doc/faq/library.rst:15
2828
msgid "How do I find a module or application to perform task X?"
29-
msgstr ""
29+
msgstr "Comment puis-je trouver un module ou une application pour exécuter la tâche X?"
3030

3131
#: ../Doc/faq/library.rst:17
3232
msgid ""
@@ -45,7 +45,7 @@ msgstr ""
4545

4646
#: ../Doc/faq/library.rst:28
4747
msgid "Where is the math.py (socket.py, regex.py, etc.) source file?"
48-
msgstr ""
48+
msgstr "Où se situe le fichier source math.py (socket.py, regex.py, etc.)?"
4949

5050
#: ../Doc/faq/library.rst:30
5151
msgid ""
@@ -58,16 +58,16 @@ msgstr ""
5858

5959
#: ../Doc/faq/library.rst:35
6060
msgid "There are (at least) three kinds of modules in Python:"
61-
msgstr ""
61+
msgstr "Il y a (au moins) trois types de modules dans Python"
6262

6363
#: ../Doc/faq/library.rst:37
6464
msgid "modules written in Python (.py);"
65-
msgstr ""
65+
msgstr "modules écrits en Python (.py);"
6666

6767
#: ../Doc/faq/library.rst:38
6868
msgid ""
6969
"modules written in C and dynamically loaded (.dll, .pyd, .so, .sl, etc);"
70-
msgstr ""
70+
msgstr "modules écrits en C et chargés dynamiquement (.dll, .pyd, .so, .sl, .etc);"
7171

7272
#: ../Doc/faq/library.rst:39
7373
msgid ""

using/index.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ msgid ""
2626
"setup of the Python environment on different platform, the invocation of the "
2727
"interpreter and things that make working with Python easier."
2828
msgstr ""
29+
"Cette partie de la documentation est consacrée aux informations générales au sujet de "
30+
"installation de l'environnement Python sur différentes plateformes, l'invocation de "
31+
"l'interpréteur et des choses qui facilitent le travail avec Python."

using/mac.po

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgstr ""
1818

1919
#: ../Doc/using/mac.rst:6
2020
msgid "Using Python on a Macintosh"
21-
msgstr ""
21+
msgstr "Utilisation de Python sur un Macintosh"
2222

2323
#: ../Doc/using/mac.rst:8
2424
msgid "Bob Savage <[email protected]>"
@@ -30,10 +30,15 @@ msgid ""
3030
"Python on any other Unix platform, but there are a number of additional "
3131
"features such as the IDE and the Package Manager that are worth pointing out."
3232
msgstr ""
33+
"Python sur un Macintosh exécutant Mac OS X est en principe très similaire à "
34+
"Python sur n'importe quelle autre plateforme Unix, mais il y a un certain nombre de"
35+
"fonctionnalités additionnelle telle que l'IDE et le gestionnaire de packages qui "
36+
"méritent d'être soulignées."
37+
3338

3439
#: ../Doc/using/mac.rst:18
3540
msgid "Getting and Installing MacPython"
36-
msgstr ""
41+
msgstr "Obtenir et installer MacPython"
3742

3843
#: ../Doc/using/mac.rst:20
3944
msgid ""
@@ -43,10 +48,15 @@ msgid ""
4348
"build of Python, which runs natively on the Mac's new Intel and legacy PPC "
4449
"CPU's, is available there."
4550
msgstr ""
51+
"Mac OS X 10.8 contient déjà Python 2.7 pré-installé par Apple. Si vous le souhaitez,"
52+
"vous êtes invités à installer la version la plus récente de Python 3 à partir du"
53+
"site de Python (https://www.python.org). Une version \"binaire universelle\" "
54+
"de Python, qui s'exécute nativement sur les nouveaux processeurs Intel de Mac"
55+
"et les processeurs PPC, CPUs hérités de Mac, y est disponible."
4656

4757
#: ../Doc/using/mac.rst:26
4858
msgid "What you get after installing is a number of things:"
49-
msgstr ""
59+
msgstr "Vous obtiendrez un certain nombre de choses après installation:"
5060

5161
#: ../Doc/using/mac.rst:28
5262
msgid ""

0 commit comments

Comments
 (0)