1
0
Fork 0
python-docs-fr/using/mac.po

398 lines
17 KiB
Plaintext
Raw Normal View History

2018-07-04 09:06:45 +00:00
# Copyright (C) 2001-2018, Python Software Foundation
2018-07-04 09:08:42 +00:00
# For licence information, see README file.
2016-10-30 09:46:26 +00:00
#
msgid ""
msgstr ""
2019-12-05 22:15:54 +00:00
"Project-Id-Version: Python 3\n"
2016-10-30 09:46:26 +00:00
"Report-Msgid-Bugs-To: \n"
2019-09-04 09:35:23 +00:00
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
"PO-Revision-Date: 2019-09-16 09:10+0200\n"
2018-11-29 15:13:39 +00:00
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
2018-07-04 09:14:25 +00:00
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
2017-05-23 22:40:56 +00:00
"Language: fr\n"
2016-10-30 09:46:26 +00:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2018-11-23 13:40:31 +00:00
"X-Generator: Poedit 2.2\n"
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:6
msgid "Using Python on a Macintosh"
msgstr "Utilisation de Python sur un Macintosh"
2016-10-30 09:46:26 +00:00
2017-12-01 06:48:13 +00:00
#: ../Doc/using/mac.rst:0
msgid "Author"
2018-01-21 22:53:31 +00:00
msgstr "Auteur"
2017-12-01 06:48:13 +00:00
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:8
msgid "Bob Savage <bobsavage@mac.com>"
2018-11-23 13:40:31 +00:00
msgstr "Bob Savage <bobsavage@mac.com>"
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:11
msgid ""
"Python on a Macintosh running Mac OS X is in principle very similar to "
"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 "
2018-11-23 13:40:31 +00:00
"de paquets qui méritent d'être soulignées."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:18
msgid "Getting and Installing MacPython"
msgstr "Obtenir et installer MacPython"
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:20
msgid ""
"Mac OS X 10.8 comes with Python 2.7 pre-installed by Apple. If you wish, "
"you are invited to install the most recent version of Python 3 from the "
"Python website (https://www.python.org). A current \"universal binary\" "
"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 "
2018-11-23 13:40:31 +00:00
"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."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:26
msgid "What you get after installing is a number of things:"
2017-01-18 13:19:11 +00:00
msgstr "Vous obtiendrez un certain nombre de choses après installation:"
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:28
msgid ""
2019-09-04 09:35:23 +00:00
"A :file:`Python 3.8` folder in your :file:`Applications` folder. In here you "
2019-06-12 13:08:26 +00:00
"find IDLE, the development environment that is a standard part of official "
"Python distributions; PythonLauncher, which handles double-clicking Python "
"scripts from the Finder; and the \"Build Applet\" tool, which allows you to "
"package Python scripts as standalone applications on your system."
2016-10-30 09:46:26 +00:00
msgstr ""
"Un dossier :file:`Python 3.8` dans votre dossier :file:`Applications`. "
2018-11-23 13:40:31 +00:00
"Dedans vous trouverez **IDLE**, l'environnement de développement qui fait "
"partie des distributions Python officielles ; **PythonLauncher**, qui gère "
"le lancement de scripts Python depuis le ``Finder`` ; et l'outil **\"Build "
"Applet\"**, qui permets d'empaqueter des scripts Python en tant "
"qu'applications à part entière sur votre système."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:34
msgid ""
"A framework :file:`/Library/Frameworks/Python.framework`, which includes the "
"Python executable and libraries. The installer adds this location to your "
"shell path. To uninstall MacPython, you can simply remove these three "
"things. A symlink to the Python executable is placed in /usr/local/bin/."
msgstr ""
2018-11-23 13:40:31 +00:00
"Un **framework** :file:`/Library/Frameworks/Python.framework`, qui inclut "
"lexécutable Python et ses bibliothèques. Linstallateur 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/``."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:39
msgid ""
"The Apple-provided build of Python is installed in :file:`/System/Library/"
"Frameworks/Python.framework` and :file:`/usr/bin/python`, respectively. You "
"should never modify or delete these, as they are Apple-controlled and are "
"used by Apple- or third-party software. Remember that if you choose to "
"install a newer Python version from python.org, you will have two different "
"but functional Python installations on your computer, so it will be "
"important that your paths and usages are consistent with what you want to do."
msgstr ""
2018-11-23 13:40:31 +00:00
"Le **build** Python fourni par Apple est installé dans :file:`/System/"
"Library/Frameworks/Python.framework` et :file:`/usr/bin/python`. Vous ne "
"devriez jamais les modifier ou supprimer, car ils 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 cohérentes avec "
"ce que vous voulez faire."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:47
msgid ""
"IDLE includes a help menu that allows you to access Python documentation. If "
"you are completely new to Python you should start reading the tutorial "
"introduction in that document."
msgstr ""
2018-11-23 13:40:31 +00:00
"**IDLE** inclut un menu d'aide qui vous permet daccéder à la documentation "
"Python. Si vous êtes entièrement novice, vous devriez commencer par lire le "
"tutoriel d'introduction dans ce document."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:51
msgid ""
"If you are familiar with Python on other Unix platforms you should read the "
"section on running Python scripts from the Unix shell."
msgstr ""
2018-11-23 13:40:31 +00:00
"Si vous êtes familier avec Python sur d'autres plateformes Unix, vous "
"devriez lire la section sur comment exécuter des scripts Python depuis un "
"shell Unix."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:56
msgid "How to run a Python script"
2018-11-23 13:40:31 +00:00
msgstr "Comment exécuter un script Python"
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:58
msgid ""
"Your best way to get started with Python on Mac OS X is through the IDLE "
"integrated development environment, see section :ref:`ide` and use the Help "
"menu when the IDE is running."
msgstr ""
2018-11-23 13:40:31 +00:00
"Le meilleur moyen de démarrer avec Python sur Max OS X est d'utiliser "
"l'environnement de développement intégré **IDLE**, voir la section :ref:"
"`ide` et utilisez le menu d'aide (**Help**) quand l'``IDE`` est lancé."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:62
msgid ""
"If you want to run Python scripts from the Terminal window command line or "
"from the Finder you first need an editor to create your script. Mac OS X "
"comes with a number of standard Unix command line editors, :program:`vim` "
"and :program:`emacs` among them. If you want a more Mac-like editor, :"
"program:`BBEdit` or :program:`TextWrangler` from Bare Bones Software (see "
"http://www.barebones.com/products/bbedit/index.html) are good choices, as "
"is :program:`TextMate` (see https://macromates.com/). Other editors include :"
2018-06-28 13:32:56 +00:00
"program:`Gvim` (http://macvim-dev.github.io/macvim/) and :program:`Aquamacs` "
"(http://aquamacs.org/)."
2016-10-30 09:46:26 +00:00
msgstr ""
2018-11-23 13:40:31 +00:00
"Si vous souhaitez exécuter des scripts Python depuis l'invite de commande "
"dans la fenêtre Terminal, ou depuis le **Finder**, vous avez d'abord besoin "
"d'un éditeur pour créer votre script. Max OS X propose un certain nombre "
"déditeurs shell Unix standards, dont :program:`vim` et :program:`emacs`. Si "
"vous voulez une interface plus Mac, :program:`BBEdit` ou :program:"
"`TextWrangler` de Bare Bones Software (voir http://www.barebones.com/"
"products/bbedit/index.html) sont de bons choix, tout comme :program:"
"`TextMate` (voir https://macromates.com/). D'autres éditeurs existent comme :"
"program:`Gvim` (http://macvim-dev.github.io/macvim/) et :program:`Aquamacs` "
"(http://aquamacs.org/)."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:72
msgid ""
"To run your script from the Terminal window you must make sure that :file:`/"
"usr/local/bin` is in your shell search path."
msgstr ""
2018-11-23 13:40:31 +00:00
"Pour exécuter votre script depuis la fenêtre Terminal, vous devez vous "
"assurer que :file:`/usr/local/bin` est dans le chemin de recherche de votre "
"shell (**PATH**)."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:75
msgid "To run your script from the Finder you have two options:"
2018-11-23 13:40:31 +00:00
msgstr "Pour exécuter votre script depuis le Finder vous avez deux options :"
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:77
msgid "Drag it to :program:`PythonLauncher`"
2018-11-23 13:40:31 +00:00
msgstr "Glissez-le vers :program:`PythonLauncher`"
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:79
msgid ""
"Select :program:`PythonLauncher` as the default application to open your "
"script (or any .py script) through the finder Info window and double-click "
"it. :program:`PythonLauncher` has various preferences to control how your "
"script is launched. Option-dragging allows you to change these for one "
"invocation, or use its Preferences menu to change things globally."
msgstr ""
2018-11-23 13:40:31 +00:00
"Sélectionnez :program:`PythonLauncher` en tant qu'application par défaut "
"pour ouvrir votre script (ou n'importe quel script ``.py``) depuis la "
"fenêtre **info** de votre Finder puis double-cliquez votre script. :program:"
"`PythonLauncher` a des préférences variées pour contrôler comment votre "
"script est exécuté. Glisser des options permets de les changer pour une "
"invocation, ou utilisez le menu Préférences pour changer les choses "
"globalement."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:89
msgid "Running scripts with a GUI"
2018-11-23 13:40:31 +00:00
msgstr "Lancer des scripts avec une interface graphique"
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:91
msgid ""
"With older versions of Python, there is one Mac OS X quirk that you need to "
"be aware of: programs that talk to the Aqua window manager (in other words, "
"anything that has a GUI) need to be run in a special way. Use :program:"
"`pythonw` instead of :program:`python` to start such scripts."
msgstr ""
2018-11-23 13:40:31 +00:00
"Avec les anciennes versions de Python, il y a une bizarrerie Max OS X dont "
"vous devez être au courant : les programmes qui communiquent avec le "
"gestionnaires de fenêtre **Aqua** (en d'autres termes, tout ce qui a une "
"interface graphique) doivent être exécutés de façon spécifique. Utilisez :"
"program:`pythonw` au lieu de :program:`python` pour exécuter ce genre de "
"scripts."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:96
msgid ""
2019-09-04 09:35:23 +00:00
"With Python 3.8, you can use either :program:`python` or :program:`pythonw`."
2016-10-30 09:46:26 +00:00
msgstr ""
"Avec Python 3.8, vous pouvez utilisez :program:`python` ou :program:"
2018-11-23 13:40:31 +00:00
"`pythonw`."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:100
msgid "Configuration"
2018-11-23 13:40:31 +00:00
msgstr "Configuration"
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:102
msgid ""
"Python on OS X honors all standard Unix environment variables such as :"
"envvar:`PYTHONPATH`, but setting these variables for programs started from "
"the Finder is non-standard as the Finder does not read your :file:`.profile` "
"or :file:`.cshrc` at startup. You need to create a file :file:`~/.MacOSX/"
"environment.plist`. See Apple's Technical Document QA1067 for details."
msgstr ""
2018-11-23 13:40:31 +00:00
"Python sur OS X respecte tous les standards Unix pour les variables "
"d'environnement comme :envvar:`PYTHONPATH`, mais définir ces variables pour "
"des programmes exécutés depuis le Finder n'est pas standard car le Finder ne "
"lit pas votre :file:`.profile` ou :file:`.cshrc` au démarrage. Vous devez "
"créer un fichier :file:`~/.MacOSX/environment.plist`. Voir le document "
"technique d'Apple QA1067 pour plus de détails."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:109
msgid ""
"For more information on installation Python packages in MacPython, see "
"section :ref:`mac-package-manager`."
msgstr ""
2018-11-23 13:40:31 +00:00
"Pour plus d'informations sur l'installation de paquets Python dans "
"**MacPython**, voir la section :ref:`mac-package-manager`."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:116
msgid "The IDE"
2018-11-23 13:40:31 +00:00
msgstr "L'*IDE*"
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:118
msgid ""
"MacPython ships with the standard IDLE development environment. A good "
2018-06-28 13:32:56 +00:00
"introduction to using IDLE can be found at http://www.hashcollision.org/hkn/"
"python/idle_intro/index.html."
2016-10-30 09:46:26 +00:00
msgstr ""
2018-11-23 13:40:31 +00:00
"**MacPython** est livré avec l'environnement de développement standard "
"**IDLE**. Une bonne introduction sur lutilisation d'**IDLE** peut être "
"trouvée à http://www.hashcollision.org/hkn/python/idle_intro/index.html."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:126
msgid "Installing Additional Python Packages"
2018-11-23 13:40:31 +00:00
msgstr "Installation de paquets Python additionnels"
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:128
msgid "There are several methods to install additional Python packages:"
msgstr ""
2018-11-23 13:40:31 +00:00
"Il y a plusieurs méthodes pour installer des paquets Python supplémentaires :"
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:130
msgid ""
"Packages can be installed via the standard Python distutils mode (``python "
"setup.py install``)."
msgstr ""
2018-11-23 13:40:31 +00:00
"Les paquets peuvent être installés en utilisant **distutils** (``python "
"setup.py install``)."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:133
msgid ""
"Many packages can also be installed via the :program:`setuptools` extension "
"or :program:`pip` wrapper, see https://pip.pypa.io/."
msgstr ""
2018-11-23 13:40:31 +00:00
"Beaucoup de paquets peuvent aussi être installés via l'extension :program:"
"`setuptools` ou :program:`pip`, voir https://pip.pypa.io/."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:138
msgid "GUI Programming on the Mac"
2018-11-23 13:40:31 +00:00
msgstr "Programmation d'interface graphique sur le Mac"
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:140
msgid ""
"There are several options for building GUI applications on the Mac with "
"Python."
msgstr ""
2018-11-23 13:40:31 +00:00
"Il y a plusieurs options pour construire des applications avec interface "
"graphique sur le Mac avec Python."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:142
msgid ""
"*PyObjC* is a Python binding to Apple's Objective-C/Cocoa framework, which "
"is the foundation of most modern Mac development. Information on PyObjC is "
2019-06-03 20:16:11 +00:00
"available from https://pypi.org/project/pyobjc/."
2016-10-30 09:46:26 +00:00
msgstr ""
2018-11-23 13:40:31 +00:00
"*PyObjC* est un **binding** Python vers le **framework** Objective-C/Cocoa "
"d'Apple, qui est la base de la plupart des développements modernes sur Mac. "
"Des informations sur PyObjC sont disponible à https://pypi.org/project/"
2018-11-23 13:40:31 +00:00
"pyobjc/."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:146
msgid ""
2018-11-29 15:13:39 +00:00
"The standard Python GUI toolkit is :mod:`tkinter`, based on the cross-"
"platform Tk toolkit (https://www.tcl.tk). An Aqua-native version of Tk is "
"bundled with OS X by Apple, and the latest version can be downloaded and "
"installed from https://www.activestate.com; it can also be built from source."
2018-11-23 13:40:31 +00:00
msgstr ""
"La boîte à outils standard de Python pour des interfaces graphique est :mod:"
"`tkinter`, basé sur la boite a outils multi-plateformes **Tk** (https://www."
"tcl.tk). Une version native **Aqua** de **Tk** est empaquetée avec OS X par "
"Apple, et la dernière version peut être téléchargée et installée depuis "
"https://www.activestate.com ; elle peut aussi être construite depuis les "
"sources."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:151
msgid ""
"*wxPython* is another popular cross-platform GUI toolkit that runs natively "
2018-06-28 13:32:56 +00:00
"on Mac OS X. Packages and documentation are available from https://www."
2016-10-30 09:46:26 +00:00
"wxpython.org."
msgstr ""
2018-11-23 13:40:31 +00:00
"*wxPython* est une boîte à outils multi-plateformes pour interfaces "
"graphique populaire qui tourne nativement sur Mac OS X. Les paquets et la "
"documentation sont disponibles sur https://www.wxpython.org."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:154
msgid ""
"*PyQt* is another popular cross-platform GUI toolkit that runs natively on "
"Mac OS X. More information can be found at https://riverbankcomputing.com/"
"software/pyqt/intro."
msgstr ""
2018-11-23 13:40:31 +00:00
"*PyQt* est une boîte à outils multi-plateformes pour interfaces graphique "
"populaire qui tourne nativement sur Mac OS X. Plus d'informations disponible "
"sur https://riverbankcomputing.com/software/pyqt/intro."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:160
msgid "Distributing Python Applications on the Mac"
2018-11-23 13:40:31 +00:00
msgstr "Distribuer des Applications Python sur le Mac"
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:162
msgid ""
"The \"Build Applet\" tool that is placed in the MacPython 3.6 folder is fine "
"for packaging small Python scripts on your own machine to run as a standard "
"Mac application. This tool, however, is not robust enough to distribute "
"Python applications to other users."
msgstr ""
2018-11-23 13:40:31 +00:00
"L'outil \"Build Applet\" qui est placé dans le dossier MacPython 3.6 est "
"suffisant pour empaqueter des petits scripts Python sur votre propre machine "
"et pour les exécuter en tant qu'application Mac standard. Cependant, cet "
"outil n'est pas assez robuste pour distribuer des applications Python à "
"d'autres utilisateurs."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:167
msgid ""
"The standard tool for deploying standalone Python applications on the Mac "
"is :program:`py2app`. More information on installing and using py2app can be "
"found at http://undefined.org/python/#py2app."
msgstr ""
2018-11-23 13:40:31 +00:00
"L'outil standard pour déployer des applications Python sur le Mac est :"
"program:`py2app`. Plus d'information sur l'installation et l'utilisation de "
"**py2app** sur http://undefined.org/python/#py2app."
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:173
msgid "Other Resources"
msgstr "Autres ressources"
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:175
msgid ""
"The MacPython mailing list is an excellent support resource for Python users "
"and developers on the Mac:"
msgstr ""
2018-11-23 13:40:31 +00:00
"La liste de diffusion courriel **MacPython** est une excellente ressource "
"support pour les utilisateurs et développeurs Python sur Mac :"
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:178
msgid "https://www.python.org/community/sigs/current/pythonmac-sig/"
2018-11-23 13:40:31 +00:00
msgstr "https://www.python.org/community/sigs/current/pythonmac-sig/"
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:180
msgid "Another useful resource is the MacPython wiki:"
2018-11-23 13:40:31 +00:00
msgstr "Une autre ressource utile est le wiki **MacPython** :"
2016-10-30 09:46:26 +00:00
#: ../Doc/using/mac.rst:182
msgid "https://wiki.python.org/moin/MacPython"
2018-11-23 13:40:31 +00:00
msgstr "https://wiki.python.org/moin/MacPython"