-
- Notifications
You must be signed in to change notification settings - Fork 264
Translated using/mac.po #425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
18 commits Select commit Hold shift + click to select a range
8d186d5 Translated using/mac.po
Seluj78 e2fc169 Merge branch '3.7' of https://github.com/python/python-docs-fr into u…
Seluj78 f4e7f4e Fixed pospell error from travis
Seluj78 e4455d8 Merge branch '3.7' of https://github.com/python/python-docs-fr into u…
Seluj78 1d44347 Finished an unfinished translation
Seluj78 11362fd Apply suggestions from code review
Seluj78 0ec5a02 Apply suggestions from code review
Seluj78 b69f193 Fixed Typos
Seluj78 9213c2c Fixed more typos after reading the compiled version of the doc
Seluj78 dc19d7b Update using/mac.po
JulienPalard 4cfe9d6 Merge branch '3.7' of https://github.com/python/python-docs-fr into u…
Seluj78 6cdca31 s/GUI/interface graphique
Seluj78 2aaa295 Improved from code review
Seluj78 8bdbc39 replaced toolkit with boite a outils
Seluj78 68b13eb fix
Seluj78 ad976a2 Apply suggestions from code review
Seluj78 d1ea066 Applied powrap
Seluj78 e81166f Update using/mac.po
Seluj78 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed more typos after reading the compiled version of the doc
- Loading branch information
commit 9213c2cff190dcbd03b37e5f8f1d9cfd9de0460b
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| | @@ -6,7 +6,7 @@ msgstr "" | |||||
| "Project-Id-Version: Python 3.6\n" | ||||||
| "Report-Msgid-Bugs-To: \n" | ||||||
| "POT-Creation-Date: 2018-06-28 15:29+0200\n" | ||||||
| "PO-Revision-Date: 2018-11-23 09:18+0100\n" | ||||||
| "PO-Revision-Date: 2018-11-23 10:07+0100\n" | ||||||
| "Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||||||
| "Language: fr\n" | ||||||
| "MIME-Version: 1.0\n" | ||||||
| | @@ -36,7 +36,7 @@ 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." | ||||||
| "de paquets qui méritent d'être soulignées." | ||||||
| | ||||||
| #: ../Doc/using/mac.rst:18 | ||||||
| msgid "Getting and Installing MacPython" | ||||||
| | @@ -51,9 +51,9 @@ msgid "" | |||||
| "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 " | ||||||
| "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." | ||||||
| | ||||||
| | @@ -85,9 +85,9 @@ msgid "" | |||||
| msgstr "" | ||||||
| "Un **framework** :file:`/Library/Frameworks/Python.framework`, qui inclut " | ||||||
| "l’exécutable Python et ses bibliothèques. L’installateur ajoute ce chemin à " | ||||||
| "votre **PATH**.Pour désinstaller MacPython, vous pouvez simplement supprimer " | ||||||
| "ces trois choses. Un lien symbolique vers l'exécutable Python est placé " | ||||||
| "dans /usr/local/bin/." | ||||||
| "votre **PATH**. Pour désinstaller MacPython, vous pouvez simplement " | ||||||
| "supprimer ces trois choses. Un lien symbolique vers l'exécutable Python est " | ||||||
| "placé dans ``/usr/local/bin/``." | ||||||
| | ||||||
| #: ../Doc/using/mac.rst:39 | ||||||
| msgid "" | ||||||
| | @@ -102,11 +102,11 @@ msgstr "" | |||||
| "Le **build** Python fourni par Apple est installé dans :file:`/System/" | ||||||
| "Library/Frameworks/Python.framework` et :file:`/usr/bin/python`, " | ||||||
| "respectivement. Vous ne devriez jamais les modifier ou supprimer, car ils " | ||||||
| "sont contrôlés par Apple et sont utilisés par Apple (ou d'autres logiciels). " | ||||||
| "Rappelez vous que si vous choisissez d'installer un Python plus récent " | ||||||
| "depuis python.org, vous aurez deux installations de Python différentes et " | ||||||
| "fonctionnelles sur votre ordinateur, donc il est important que vos chemins " | ||||||
| "et utilisations soit consistantes avec ce que vous voulez faire." | ||||||
| "sont contrôlés et utilisés par Apple (ou d'autres logiciels). Rappelez vous " | ||||||
| "que si vous choisissez d'installer un Python plus récent depuis python.org, " | ||||||
| "vous aurez deux installations de Python différentes et fonctionnelles sur " | ||||||
| "votre ordinateur, il est donc important que vos chemins et utilisations soit " | ||||||
| "consistantes avec ce que vous voulez faire." | ||||||
| ||||||
| "consistantes avec ce que vous voulez faire." | |
| "cohérentes avec ce que vous voulez faire." |
Consistant c'est pour un plat qui quand on l'a mangé, on a moins faim.
Member
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je voit toujours "consistantes".
Seluj78 marked this conversation as resolved. Outdated Show resolved Hide resolved
Seluj78 marked this conversation as resolved.
Outdated Show resolved Hide resolved Seluj78 marked this conversation as resolved. Outdated Show resolved Hide resolved
Seluj78 marked this conversation as resolved.
Outdated Show resolved Hide resolved Seluj78 marked this conversation as resolved. Outdated Show resolved Hide resolved
Seluj78 marked this conversation as resolved.
Outdated Show resolved Hide resolved Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.