1
0
Fork 0
python-docs-fr/library/pwd.po

202 lines
4.6 KiB
Plaintext
Raw Permalink 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"
"POT-Creation-Date: 2023-01-15 22:33+0100\n"
"PO-Revision-Date: 2019-04-11 18:10+0200\n"
"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"
"X-Generator: Poedit 2.2.1\n"
2016-10-30 09:46:26 +00:00
#: library/pwd.rst:2
2016-10-30 09:46:26 +00:00
msgid ":mod:`pwd` --- The password database"
msgstr ""
#: library/pwd.rst:10
2016-10-30 09:46:26 +00:00
msgid ""
"This module provides access to the Unix user account and password database. "
"It is available on all Unix versions."
msgstr ""
#: includes/wasm-notavail.rst:None
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
msgstr ""
#: includes/wasm-notavail.rst:5
msgid ""
"This module does not work or is not available on WebAssembly platforms "
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
"more information."
msgstr ""
#: library/pwd.rst:15
2016-10-30 09:46:26 +00:00
msgid ""
"Password database entries are reported as a tuple-like object, whose "
"attributes correspond to the members of the ``passwd`` structure (Attribute "
"field below, see ``<pwd.h>``):"
msgstr ""
#: library/pwd.rst:20
2016-10-30 09:46:26 +00:00
msgid "Index"
2018-11-30 17:31:12 +00:00
msgstr "Index"
2016-10-30 09:46:26 +00:00
#: library/pwd.rst:20
2016-10-30 09:46:26 +00:00
msgid "Attribute"
2017-03-05 09:57:28 +00:00
msgstr "Attribut"
2016-10-30 09:46:26 +00:00
#: library/pwd.rst:20
2016-10-30 09:46:26 +00:00
msgid "Meaning"
msgstr "Signification"
#: library/pwd.rst:22
2016-10-30 09:46:26 +00:00
msgid "0"
msgstr "0"
#: library/pwd.rst:22
2016-10-30 09:46:26 +00:00
msgid "``pw_name``"
msgstr "``pw_name``"
#: library/pwd.rst:22
2016-10-30 09:46:26 +00:00
msgid "Login name"
2019-03-09 22:39:59 +00:00
msgstr "Nom dutilisateur"
2016-10-30 09:46:26 +00:00
#: library/pwd.rst:24
2016-10-30 09:46:26 +00:00
msgid "1"
msgstr "1"
#: library/pwd.rst:24
2016-10-30 09:46:26 +00:00
msgid "``pw_passwd``"
msgstr "``pw_passwd``"
#: library/pwd.rst:24
2016-10-30 09:46:26 +00:00
msgid "Optional encrypted password"
msgstr ""
#: library/pwd.rst:26
2016-10-30 09:46:26 +00:00
msgid "2"
msgstr "2"
#: library/pwd.rst:26
2016-10-30 09:46:26 +00:00
msgid "``pw_uid``"
msgstr "``pw_uid``"
#: library/pwd.rst:26
2016-10-30 09:46:26 +00:00
msgid "Numerical user ID"
msgstr ""
#: library/pwd.rst:28
2016-10-30 09:46:26 +00:00
msgid "3"
msgstr "3"
#: library/pwd.rst:28
2016-10-30 09:46:26 +00:00
msgid "``pw_gid``"
msgstr "``pw_gid``"
#: library/pwd.rst:28
2016-10-30 09:46:26 +00:00
msgid "Numerical group ID"
msgstr ""
#: library/pwd.rst:30
2016-10-30 09:46:26 +00:00
msgid "4"
msgstr "4"
#: library/pwd.rst:30
2016-10-30 09:46:26 +00:00
msgid "``pw_gecos``"
msgstr "``pw_gecos``"
#: library/pwd.rst:30
2016-10-30 09:46:26 +00:00
msgid "User name or comment field"
msgstr ""
#: library/pwd.rst:32
2016-10-30 09:46:26 +00:00
msgid "5"
msgstr "5"
#: library/pwd.rst:32
2016-10-30 09:46:26 +00:00
msgid "``pw_dir``"
msgstr "``pw_dir``"
#: library/pwd.rst:32
2016-10-30 09:46:26 +00:00
msgid "User home directory"
msgstr "Répertoire daccueil de lutilisateur"
2016-10-30 09:46:26 +00:00
#: library/pwd.rst:34
2016-10-30 09:46:26 +00:00
msgid "6"
msgstr "6"
#: library/pwd.rst:34
2016-10-30 09:46:26 +00:00
msgid "``pw_shell``"
msgstr "``pw_shell``"
#: library/pwd.rst:34
2016-10-30 09:46:26 +00:00
msgid "User command interpreter"
msgstr ""
#: library/pwd.rst:37
2016-10-30 09:46:26 +00:00
msgid ""
"The uid and gid items are integers, all others are strings. :exc:`KeyError` "
"is raised if the entry asked for cannot be found."
msgstr ""
#: library/pwd.rst:44
2016-10-30 09:46:26 +00:00
msgid ""
"In traditional Unix the field ``pw_passwd`` usually contains a password "
"encrypted with a DES derived algorithm (see module :mod:`crypt`). However "
"most modern unices use a so-called *shadow password* system. On those "
"unices the *pw_passwd* field only contains an asterisk (``'*'``) or the "
"letter ``'x'`` where the encrypted password is stored in a file :file:`/etc/"
"shadow` which is not world readable. Whether the *pw_passwd* field contains "
"anything useful is system-dependent. If available, the :mod:`spwd` module "
"should be used where access to the encrypted password is required."
msgstr ""
#: library/pwd.rst:53
2016-10-30 09:46:26 +00:00
msgid "It defines the following items:"
msgstr ""
#: library/pwd.rst:58
2016-10-30 09:46:26 +00:00
msgid "Return the password database entry for the given numeric user ID."
msgstr ""
#: library/pwd.rst:63
2020-02-14 10:18:53 +00:00
#, fuzzy
2016-10-30 09:46:26 +00:00
msgid "Return the password database entry for the given user name."
msgstr ""
2020-02-14 10:18:53 +00:00
"Renvoie l'entrée de base de données de mot de passe *shadow* pour le nom "
"d'utilisateur donné."
2016-10-30 09:46:26 +00:00
#: library/pwd.rst:68
2020-02-14 10:18:53 +00:00
#, fuzzy
2016-10-30 09:46:26 +00:00
msgid ""
"Return a list of all available password database entries, in arbitrary order."
msgstr ""
2020-02-14 10:18:53 +00:00
"Renvoie une liste de toutes les entrées de la base de données de mots de "
"passe *shadow*, dans un ordre arbitraire."
2016-10-30 09:46:26 +00:00
#: library/pwd.rst:74
2016-10-30 09:46:26 +00:00
msgid "Module :mod:`grp`"
2019-03-09 22:39:59 +00:00
msgstr "Module :mod:`grp`"
2016-10-30 09:46:26 +00:00
#: library/pwd.rst:74
2016-10-30 09:46:26 +00:00
msgid "An interface to the group database, similar to this."
2019-03-09 22:39:59 +00:00
msgstr "Interface pour la base de données des groupes, similaire à celle-ci."
2016-10-30 09:46:26 +00:00
#: library/pwd.rst:76
2020-02-14 10:18:53 +00:00
#, fuzzy
2016-10-30 09:46:26 +00:00
msgid "Module :mod:`spwd`"
2020-02-14 10:18:53 +00:00
msgstr "Module :mod:`pwd`"
2016-10-30 09:46:26 +00:00
#: library/pwd.rst:77
2020-02-14 10:18:53 +00:00
#, fuzzy
2016-10-30 09:46:26 +00:00
msgid "An interface to the shadow password database, similar to this."
msgstr ""
2020-02-14 10:18:53 +00:00
"Interface pour la base de données (normale) des mots de passe, semblable à "
"ceci."