python-docs-fr/c-api/apiabiversion.po

121 lines
3.3 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"
2020-09-11 07:11:46 +00:00
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
2016-10-30 09:46:26 +00:00
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
#: c-api/apiabiversion.rst:7
2016-10-30 09:46:26 +00:00
msgid "API and ABI Versioning"
2017-05-25 15:41:14 +00:00
msgstr "Version des API et ABI"
2016-10-30 09:46:26 +00:00
#: c-api/apiabiversion.rst:9
2016-10-30 09:46:26 +00:00
msgid ""
"``PY_VERSION_HEX`` is the Python version number encoded in a single integer."
msgstr ""
2017-05-25 15:41:14 +00:00
"``PY_VERSION_HEX`` est le numéro de version de Python encodé en un seul "
"entier."
2016-10-30 09:46:26 +00:00
#: c-api/apiabiversion.rst:11
2016-10-30 09:46:26 +00:00
msgid ""
"For example if the ``PY_VERSION_HEX`` is set to ``0x030401a2``, the "
"underlying version information can be found by treating it as a 32 bit "
"number in the following manner:"
msgstr ""
2017-05-25 15:41:14 +00:00
"Par exemple si le ``PY_VERSION_HEX` est défini à ``0x030401a2``, la "
"version d'information sous-jacente peut être trouvée en la traitant comme un "
"nombre sous 32 bits de la manière suivante:"
2016-10-30 09:46:26 +00:00
#: c-api/apiabiversion.rst:16
2016-10-30 09:46:26 +00:00
msgid "Bytes"
msgstr "Bytes"
#: c-api/apiabiversion.rst:16
2016-10-30 09:46:26 +00:00
msgid "Bits (big endian order)"
2017-04-03 07:23:36 +00:00
msgstr "Bits (ordre gros-boutiste)"
2016-10-30 09:46:26 +00:00
#: c-api/apiabiversion.rst:16
2016-10-30 09:46:26 +00:00
msgid "Meaning"
msgstr "Signification"
#: c-api/apiabiversion.rst:18
2016-10-30 09:46:26 +00:00
msgid "``1``"
msgstr "``1``"
#: c-api/apiabiversion.rst:18
2016-10-30 09:46:26 +00:00
msgid "``1-8``"
2017-05-25 15:41:14 +00:00
msgstr "``1-8``"
2016-10-30 09:46:26 +00:00
#: c-api/apiabiversion.rst:18
2016-10-30 09:46:26 +00:00
msgid "``PY_MAJOR_VERSION`` (the ``3`` in ``3.4.1a2``)"
msgstr "``PY_MAJOR_VERSION`` (le ``3`` dans ``3.4.1a2``)"
#: c-api/apiabiversion.rst:21
2016-10-30 09:46:26 +00:00
msgid "``2``"
msgstr "``2``"
#: c-api/apiabiversion.rst:21
2016-10-30 09:46:26 +00:00
msgid "``9-16``"
2017-05-25 15:41:14 +00:00
msgstr "``9-16``"
2016-10-30 09:46:26 +00:00
#: c-api/apiabiversion.rst:21
2016-10-30 09:46:26 +00:00
msgid "``PY_MINOR_VERSION`` (the ``4`` in ``3.4.1a2``)"
msgstr "``PY_MINOR_VERSION`` (le ``4`` dans ``3.4.1a2``)"
#: c-api/apiabiversion.rst:24
2016-10-30 09:46:26 +00:00
msgid "``3``"
msgstr "``3``"
#: c-api/apiabiversion.rst:24
2016-10-30 09:46:26 +00:00
msgid "``17-24``"
2017-05-25 15:41:14 +00:00
msgstr "``17-24``"
2016-10-30 09:46:26 +00:00
#: c-api/apiabiversion.rst:24
2016-10-30 09:46:26 +00:00
msgid "``PY_MICRO_VERSION`` (the ``1`` in ``3.4.1a2``)"
msgstr "``PY_MICRO_VERSION`` (le ``1`` dans ``3.4.1a2``)"
#: c-api/apiabiversion.rst:27
2016-10-30 09:46:26 +00:00
msgid "``4``"
msgstr "``4``"
#: c-api/apiabiversion.rst:27
2016-10-30 09:46:26 +00:00
msgid "``25-28``"
2017-05-25 15:41:14 +00:00
msgstr "``25-28``"
2016-10-30 09:46:26 +00:00
#: c-api/apiabiversion.rst:27
2016-10-30 09:46:26 +00:00
msgid ""
"``PY_RELEASE_LEVEL`` (``0xA`` for alpha, ``0xB`` for beta, ``0xC`` for "
"release candidate and ``0xF`` for final), in this case it is alpha."
msgstr ""
2017-05-25 15:41:14 +00:00
"``PY_RELEASE_LEVEL`` (``0xA`` pour alpha, ``0xB`` pour bêta, ``0xC`` pour "
"une version candidate et ``0xF`` pour final), dans ce cas c'est alpha."
2016-10-30 09:46:26 +00:00
#: c-api/apiabiversion.rst:32
2016-10-30 09:46:26 +00:00
msgid "``29-32``"
2017-05-25 15:41:14 +00:00
msgstr "``29-32``"
2016-10-30 09:46:26 +00:00
#: c-api/apiabiversion.rst:32
2016-10-30 09:46:26 +00:00
msgid ""
"``PY_RELEASE_SERIAL`` (the ``2`` in ``3.4.1a2``, zero for final releases)"
msgstr ""
2017-05-25 15:41:14 +00:00
"``PY_RELEASE_SERIAL`` (le ``2`` au ``3.4.1a2``, zéro pour des versions "
"finales)"
2016-10-30 09:46:26 +00:00
#: c-api/apiabiversion.rst:36
2016-10-30 09:46:26 +00:00
msgid "Thus ``3.4.1a2`` is hexversion ``0x030401a2``."
2017-05-25 15:41:14 +00:00
msgstr "Ainsi ``3.4.1a2`` est une hexane-version ``0x030401a2``."
2016-10-30 09:46:26 +00:00
#: c-api/apiabiversion.rst:38
2016-10-30 09:46:26 +00:00
msgid "All the given macros are defined in :source:`Include/patchlevel.h`."
msgstr ""
2017-05-25 15:41:14 +00:00
"Toutes les macros données sont définies dans :source:`Include/patchlevel.h`."