python-docs-fr/using/unix.po

317 lines
11 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"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-21 14:55+0200\n"
"PO-Revision-Date: 2023-05-25 11:00+0200\n"
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\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"
"X-Generator: Poedit 3.0\n"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:7
2016-10-30 09:46:26 +00:00
msgid "Using Python on Unix platforms"
2018-12-13 14:11:41 +00:00
msgstr "Utilisation de Python sur les plateformes Unix"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:13
2016-10-30 09:46:26 +00:00
msgid "Getting and installing the latest version of Python"
2018-12-13 14:11:41 +00:00
msgstr "Récupérer et installer la dernière version de Python"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:16
2016-10-30 09:46:26 +00:00
msgid "On Linux"
2018-12-13 14:11:41 +00:00
msgstr "Sur Linux"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:18
2016-10-30 09:46:26 +00:00
msgid ""
"Python comes preinstalled on most Linux distributions, and is available as a "
"package on all others. However there are certain features you might want to "
"use that are not available on your distro's package. You can easily compile "
"the latest version of Python from source."
msgstr ""
2018-12-13 14:11:41 +00:00
"Python est pré-installé sur la plupart des distributions Linux, et est "
"disponible en paquet sur toutes les autres. Cependant, il y a certaines "
"fonctionnalités que vous voudrez utiliser qui ne seront pas disponibles sur "
"le paquet de votre distribution. Vous pouvez facilement compiler la dernière "
"version de Python depuis les sources."
2016-10-30 09:46:26 +00:00
#: using/unix.rst:23
2016-10-30 09:46:26 +00:00
msgid ""
"In the event that Python doesn't come preinstalled and isn't in the "
"repositories as well, you can easily make packages for your own distro. "
"Have a look at the following links:"
msgstr ""
2018-12-13 14:11:41 +00:00
"Dans le cas où Python n'est pas pré-installé et n'est pas dans les dépôts "
"non plus, vous pouvez facilement faire les paquets pour votre propre "
"distribution. Jetez un œil à ces liens :"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:29
2016-10-30 09:46:26 +00:00
msgid "https://www.debian.org/doc/manuals/maint-guide/first.en.html"
2018-12-13 14:11:41 +00:00
msgstr "https://www.debian.org/doc/manuals/maint-guide/first.fr.html"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:30
2016-10-30 09:46:26 +00:00
msgid "for Debian users"
2018-12-13 14:11:41 +00:00
msgstr "pour les utilisateurs de Debian"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:31
2016-10-30 09:46:26 +00:00
msgid "https://en.opensuse.org/Portal:Packaging"
2018-12-13 14:11:41 +00:00
msgstr "https://en.opensuse.org/Portal:Packaging"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:32
2016-10-30 09:46:26 +00:00
msgid "for OpenSuse users"
2018-12-13 14:11:41 +00:00
msgstr "pour les utilisateurs d'OpenSuse"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:33
2016-10-30 09:46:26 +00:00
msgid ""
2018-06-28 13:32:56 +00:00
"https://docs-old.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/"
2016-10-30 09:46:26 +00:00
"RPM_Guide/ch-creating-rpms.html"
msgstr ""
2018-12-13 14:11:41 +00:00
"https://docs-old.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/"
"RPM_Guide/ch-creating-rpms.html"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:34
2016-10-30 09:46:26 +00:00
msgid "for Fedora users"
2018-12-13 14:11:41 +00:00
msgstr "pour les utilisateurs de Fedora"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:35
2016-10-30 09:46:26 +00:00
msgid "http://www.slackbook.org/html/package-management-making-packages.html"
2018-12-13 14:11:41 +00:00
msgstr "http://www.slackbook.org/html/package-management-making-packages.html"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:36
2016-10-30 09:46:26 +00:00
msgid "for Slackware users"
2018-12-13 14:11:41 +00:00
msgstr "pour les utilisateurs de Slackware"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:40
2016-10-30 09:46:26 +00:00
msgid "On FreeBSD and OpenBSD"
2018-12-13 14:11:41 +00:00
msgstr "Sur FreeBSD et OpenBSD"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:42
2016-10-30 09:46:26 +00:00
msgid "FreeBSD users, to add the package use::"
2018-12-13 14:11:41 +00:00
msgstr "Utilisateurs de FreeBSD, pour installer le paquet, utilisez ::"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:46
2018-03-23 08:57:03 +00:00
msgid "OpenBSD users, to add the package use::"
2018-12-13 14:11:41 +00:00
msgstr "Utilisateurs d'OpenBSD, pour installer le paquet, utilisez ::"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:52
2016-10-30 09:46:26 +00:00
msgid "For example i386 users get the 2.5.1 version of Python using::"
msgstr ""
2018-12-13 14:11:41 +00:00
"Par exemple les utilisateurs d'``i386`` récupèrent la version 2.5.1 de "
"Python en faisant ::"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:58
2016-10-30 09:46:26 +00:00
msgid "On OpenSolaris"
2018-12-13 14:11:41 +00:00
msgstr "Sur OpenSolaris"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:60
2016-10-30 09:46:26 +00:00
msgid ""
"You can get Python from `OpenCSW <https://www.opencsw.org/>`_. Various "
"versions of Python are available and can be installed with e.g. ``pkgutil -i "
"python27``."
msgstr ""
2018-12-13 14:11:41 +00:00
"Vous pouvez récupérer Python depuis `OpenCSW <https://www.opencsw.org/>`_. "
"Différentes versions de Python sont disponibles et peuvent être installées. "
"Exemple : ``pkgutil -i python27``."
2016-10-30 09:46:26 +00:00
#: using/unix.rst:67
2016-10-30 09:46:26 +00:00
msgid "Building Python"
2018-12-13 14:11:41 +00:00
msgstr "Compiler Python"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:69
2016-10-30 09:46:26 +00:00
msgid ""
"If you want to compile CPython yourself, first thing you should do is get "
"the `source <https://www.python.org/downloads/source/>`_. You can download "
2017-09-12 11:40:22 +00:00
"either the latest release's source or just grab a fresh `clone <https://"
"devguide.python.org/setup/#get-the-source-code>`_. (If you want to "
2016-10-30 09:46:26 +00:00
"contribute patches, you will need a clone.)"
msgstr ""
2018-12-13 14:11:41 +00:00
"Si vous voulez compiler CPython vous-même, la première chose à faire est de "
"récupérer le `code source <https://www.python.org/downloads/source/>`_. Vous "
"pouvez télécharger la dernière version ou faire un `clone <https://devguide."
"python.org/setup/#get-the-source-code>`_. (Si vous voulez contribuer à des "
"correctifs, il vous faut un clone.)"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:75
2019-09-04 09:35:23 +00:00
msgid "The build process consists of the usual commands::"
msgstr "La compilation s'effectue avec les commandes habituelles ::"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:81
2016-10-30 09:46:26 +00:00
msgid ""
":ref:`Configuration options <configure-options>` and caveats for specific "
"Unix platforms are extensively documented in the :source:`README.rst` file "
"in the root of the Python source tree."
2016-10-30 09:46:26 +00:00
msgstr ""
"Les :ref:`options de configuration <configure-options>` et mises en garde "
"pour certaines plateformes Unix spécifiques sont largement documentées dans "
"le fichier :source:`README.rst` à la racine du dossier des sources Python."
2016-10-30 09:46:26 +00:00
#: using/unix.rst:87
2016-10-30 09:46:26 +00:00
msgid ""
"``make install`` can overwrite or masquerade the :file:`python3` binary. "
"``make altinstall`` is therefore recommended instead of ``make install`` "
"since it only installs :file:`{exec_prefix}/bin/python{version}`."
msgstr ""
"``make install`` peut écraser ou cacher le binaire :file:`python3`. ``make "
"altinstall`` est donc recommandé à la place de ``make install`` puisqu'il "
"installe seulement :file:`{exec_prefix}/bin/python{version}`."
2016-10-30 09:46:26 +00:00
#: using/unix.rst:93
2016-10-30 09:46:26 +00:00
msgid "Python-related paths and files"
2018-12-13 14:11:41 +00:00
msgstr "Fichiers et chemins liés à Python"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:95
2016-10-30 09:46:26 +00:00
msgid ""
"These are subject to difference depending on local installation "
2023-04-14 11:20:40 +00:00
"conventions; :option:`prefix <--prefix>` and :option:`exec_prefix <--exec-"
"prefix>` are installation-dependent and should be interpreted as for GNU "
"software; they may be the same."
2016-10-30 09:46:26 +00:00
msgstr ""
2018-12-13 14:11:41 +00:00
"Ceux-ci sont sujets à des différences en fonction des conventions locales "
"d'installation ; :option:`prefix <--prefix>` et :option:`exec_prefix <--exec-"
"prefix>` sont dépendants de linstallation et doivent être interprétés comme "
"pour des logiciels GNU ; ils peuvent être égaux."
2016-10-30 09:46:26 +00:00
#: using/unix.rst:100
2016-10-30 09:46:26 +00:00
msgid ""
"For example, on most Linux systems, the default for both is :file:`/usr`."
msgstr ""
2018-12-13 14:11:41 +00:00
"Par exemple, sur la plupart des systèmes Linux, leur valeur par défaut est :"
"file:`/usr`."
2016-10-30 09:46:26 +00:00
#: using/unix.rst:103
2016-10-30 09:46:26 +00:00
msgid "File/directory"
2018-12-13 14:11:41 +00:00
msgstr "Fichier/dossier"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:103
2016-10-30 09:46:26 +00:00
msgid "Meaning"
msgstr "Signification"
#: using/unix.rst:105
2016-10-30 09:46:26 +00:00
msgid ":file:`{exec_prefix}/bin/python3`"
2018-12-13 14:11:41 +00:00
msgstr ":file:`{exec_prefix}/bin/python3`"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:105
2016-10-30 09:46:26 +00:00
msgid "Recommended location of the interpreter."
2018-12-13 14:11:41 +00:00
msgstr "Emplacement recommandé de l'interpréteur."
2016-10-30 09:46:26 +00:00
#: using/unix.rst:107
2016-10-30 09:46:26 +00:00
msgid ""
":file:`{prefix}/lib/python{version}`, :file:`{exec_prefix}/lib/"
"python{version}`"
msgstr ""
2018-12-13 14:11:41 +00:00
":file:`{prefix}/lib/python{version}`, :file:`{exec_prefix}/lib/"
"python{version}`"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:107
2016-10-30 09:46:26 +00:00
msgid ""
"Recommended locations of the directories containing the standard modules."
2018-12-13 14:11:41 +00:00
msgstr "Emplacements recommandés des dossiers contenant les modules standards."
2016-10-30 09:46:26 +00:00
#: using/unix.rst:110
2016-10-30 09:46:26 +00:00
msgid ""
":file:`{prefix}/include/python{version}`, :file:`{exec_prefix}/include/"
"python{version}`"
msgstr ""
2018-12-13 14:11:41 +00:00
":file:`{prefix}/include/python{version}`, :file:`{exec_prefix}/include/"
"python{version}`"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:110
2016-10-30 09:46:26 +00:00
msgid ""
"Recommended locations of the directories containing the include files needed "
"for developing Python extensions and embedding the interpreter."
msgstr ""
2018-12-13 14:11:41 +00:00
"Emplacements recommandés des dossiers contenant les entêtes nécessaires au "
"développement d'extensions Python et à l'intégration de l'interpréteur."
2016-10-30 09:46:26 +00:00
#: using/unix.rst:118
2016-10-30 09:46:26 +00:00
msgid "Miscellaneous"
2018-11-30 17:31:12 +00:00
msgstr "Divers"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:120
2016-10-30 09:46:26 +00:00
msgid ""
"To easily use Python scripts on Unix, you need to make them executable, e.g. "
2018-04-28 22:28:01 +00:00
"with"
2016-10-30 09:46:26 +00:00
msgstr ""
2018-12-13 14:11:41 +00:00
"Pour utiliser facilement des scripts Python sur Unix, vous devez les rendre "
"exécutables, par exemple avec"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:127
2016-10-30 09:46:26 +00:00
msgid ""
"and put an appropriate Shebang line at the top of the script. A good choice "
"is usually ::"
msgstr ""
2018-12-13 14:11:41 +00:00
"et mettre un *shebang* approprié en haut du script. Un bon choix est "
"généralement ::"
2016-10-30 09:46:26 +00:00
#: using/unix.rst:132
2016-10-30 09:46:26 +00:00
msgid ""
"which searches for the Python interpreter in the whole :envvar:`PATH`. "
"However, some Unices may not have the :program:`env` command, so you may "
"need to hardcode ``/usr/bin/python3`` as the interpreter path."
msgstr ""
2018-12-13 14:11:41 +00:00
"qui cherche linterpréteur Python dans le :envvar:`PATH` complet. Cependant, "
"certains systèmes Unix peuvent ne pas avoir la commande :program:`env`, donc "
"vous devrez littéralement écrire ``/usr/bin/python3`` en tant que chemin "
"dinterpréteur."
2016-10-30 09:46:26 +00:00
#: using/unix.rst:136
2016-10-30 09:46:26 +00:00
msgid ""
"To use shell commands in your Python scripts, look at the :mod:`subprocess` "
"module."
msgstr ""
2018-12-13 14:11:41 +00:00
"Pour utiliser des commandes *shell* dans vos scripts Python, regardez le "
"module :mod:`subprocess`."
#: using/unix.rst:141
msgid "Custom OpenSSL"
msgstr "Version personnalisée d'OpenSSL"
#: using/unix.rst:143
msgid ""
"To use your vendor's OpenSSL configuration and system trust store, locate "
"the directory with ``openssl.cnf`` file or symlink in ``/etc``. On most "
"distribution the file is either in ``/etc/ssl`` or ``/etc/pki/tls``. The "
"directory should also contain a ``cert.pem`` file and/or a ``certs`` "
"directory."
msgstr ""
"Pour compiler avec votre propre configuration d'OpenSSL et le magasin des "
"certificats de confiance du système, commencez par trouver le sous-dossier "
"de ``/etc`` qui contient le fichier ou le lien symbolique ``openssl.cnf``. "
"Sur la plupart des distributions, c'est soit ``/etc/ssl``, soit ``/etc/pki/"
"tls``. Ce dossier doit également contenir un fichier ``cert.pem`` ou un sous-"
"dossier ``certs`` (ou les deux)."
#: using/unix.rst:154
msgid ""
"Download, build, and install OpenSSL. Make sure you use ``install_sw`` and "
"not ``install``. The ``install_sw`` target does not override ``openssl.cnf``."
msgstr ""
"Téléchargez et compilez OpenSSL. Installez-le, en prenant bien garde de le "
"faire avec la cible ``install_sw`` et non pas ``install``. En effet, "
"``install`` réécrirait le fichier ``openssl.cnf``."
#: using/unix.rst:172
msgid ""
"Build Python with custom OpenSSL (see the configure ``--with-openssl`` and "
"``--with-openssl-rpath`` options)"
msgstr ""
"Ensuite, compilez Python avec votre version d'OpenSSL personnalisée (voir "
"les options ``--with-openssl`` et ``--with-openssl-rpath`` du script "
"``configure``)."
#: using/unix.rst:187
msgid ""
"Patch releases of OpenSSL have a backwards compatible ABI. You don't need to "
"recompile Python to update OpenSSL. It's sufficient to replace the custom "
"OpenSSL installation with a newer version."
msgstr ""
"Les versions d'OpenSSL dans une même série (incrémentation du troisième "
"chiffre) conservent la compatibilité de l'interface binaire. Pour mettre à "
"jour OpenSSL, il n'y a pas besoin de recompiler Python, il suffit de "
"remplacer l'installation d'OpenSSL avec la nouvelle version."