10000 first traduction proposal · python/python-docs-fr@191b3a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 191b3a6

Browse files
committed
first traduction proposal
1 parent 895f50b commit 191b3a6

File tree

1 file changed

+16
-32
lines changed

1 file changed

+16
-32
lines changed

library/getpass.po

Lines changed: 16 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6-
#, fuzzy
76
msgid ""
87
msgstr ""
98
"Project-Id-Version: Python 3.6\n"
109
"Report-Msgid-Bugs-To: \n"
1110
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
11+
"PO-Revision-Date: 2017-09-22 16:44+0100\n"
12+
"Last-Translator: Paquerette <paquereeette@riseup.net>\n"< 10000 /div>
1413
"Language-Team: LANGUAGE <LL@li.org>\n"
1514
"Language: fr\n"
1615
"MIME-Version: 1.0\n"
@@ -19,52 +18,37 @@ msgstr ""
1918

2019
#: ../Doc/library/getpass.rst:2
2120
msgid ":mod:`getpass` --- Portable password input"
22-
msgstr ""
21+
msgstr "Saisie de mot de passe portable"
2322

2423
#: ../Doc/library/getpass.rst:11
2524
msgid "**Source code:** :source:`Lib/getpass.py`"
26-
msgstr ""
25+
msgstr "**Source code:** :source:`Lib/getpass.py`"
2726

2827
#: ../Doc/library/getpass.rst:15
2928
msgid "The :mod:`getpass` module provides two functions:"
30-
msgstr ""
29+
msgstr "Le module :mod:`getpass` fournit 2 fonctions:"
3130

3231
#: ../Doc/library/getpass.rst:20
33-
msgid ""
34-
"Prompt the user for a password without echoing. The user is prompted using "
35-
"the string *prompt*, which defaults to ``'Password: '``. On Unix, the "
36-
"prompt is written to the file-like object *stream* using the replace error "
37-
"handler if needed. *stream* defaults to the controlling terminal (:file:`/"
38-
"dev/tty`) or if that is unavailable to ``sys.stderr`` (this argument is "
39-
"ignored on Windows)."
40-
msgstr ""
32+
msgid "Prompt the user for a password without echoing. The user is prompted using the string *prompt*, which defaults to ``'Password: '``. On Unix, the prompt is written to the file-like object *stream* using the replace error handler if needed. *stream* defaults to the controlling terminal (:file:`/dev/tty`) or if that is unavailable to ``sys.stderr`` (this argument is ignored on Windows)."
33+
msgstr "Affiche une demande de mot de passe sans renvoyer d'écho. L'utilisateur est invité en utilisant la string *prompt*, avec en valeur par défaut ``'Password: '``. Avec Unix, l'invite est écrite dans l'objet file-like *stream* en utilisant si besoin le replace error handler. *stream* sera par défaut le terminal de contrôle (:file:`/dev/tty`), ou si celui ci n'est pas disponible ce sera ``sys.stderr`` (cet argument sera ignoré sur Windows)."
4134

4235
#: ../Doc/library/getpass.rst:27
43-
msgid ""
44-
"If echo free input is unavailable getpass() falls back to printing a warning "
45-
"message to *stream* and reading from ``sys.stdin`` and issuing a :exc:"
46-
"`GetPassWarning`."
47-
msgstr ""
36+
msgid "If echo free input is unavailable getpass() falls back to printing a warning message to *stream* and reading from ``sys.stdin`` and issuing a :exc:`GetPassWarning`."
37+
msgstr "S'il n'y a pas de disponible une saisie en mode sans écho, getpass() va en revanche changer de comportement et se résoudra à afficher un message d'avertissement vers *stream*, ensuite lire l'entrée depuis ``sys.stdin`` , et enfin lever une :exc:`GetPassWarning`."
4838

4939
#: ../Doc/library/getpass.rst:32
50-
msgid ""
51-
"If you call getpass from within IDLE, the input may be done in the terminal "
52-
"you launched IDLE from rather than the idle window itself."
53-
msgstr ""
40+
msgid "If you call getpass from within IDLE, the input may be done in the terminal you launched IDLE from rather than the idle window itself."
41+
msgstr "Si vous appelez getpass à l'intérieur de IDLE, l'entrée peut être faite dans le terminal depuis lequel IDLE a été lancé, plutôt que dans la fenêtre d'IDLE."
5442

5543
#: ../Doc/library/getpass.rst:37
5644
msgid "A :exc:`UserWarning` subclass issued when password input may be echoed."
57-
msgstr ""
45+
msgstr "Une sous classe d'exception :exc:`UserWarning` est levée quand le mot de passe saisi pourrait être affiché par un echo."
5846

5947
#: ../Doc/library/getpass.rst:42
6048
msgid "Return the \"login name\" of the user."
61-
msgstr ""
49+
msgstr "Renvoie le \"login name\" de l'utilisateur "
6250

6351
#: ../Doc/library/getpass.rst:44
64-
msgid ""
65-
"This function checks the environment variables :envvar:`LOGNAME`, :envvar:"
66-
"`USER`, :envvar:`LNAME` and :envvar:`USERNAME`, in order, and returns the "
67-
"value of the first one which is set to a non-empty string. If none are set, "
68-
"the login name from the password database is returned on systems which "
69-
"support the :mod:`pwd` module, otherwise, an exception is raised."
70-
msgstr ""
52+
msgid "This function checks the environment variables :envvar:`LOGNAME`, :envvar:`USER`, :envvar:`LNAME` and :envvar:`USERNAME`, in order, and returns the value of the first one which is set to a non-empty string. If none are set, the login name from the password database is returned on systems which support the :mod:`pwd` module, otherwise, an exception is raised."
53+
msgstr "Cette fonction examine les variables d'environnement :envvar:`LOGNAME`, :envvar:`USER`, :envvar:`LNAME` et :envvar:`USERNAME`, dans cet ordre, et renvoie la valeur de la première qui a comme valeur une string non vide. Si aucune des variables n'est renseignée, dans le cas de systèmes qui prennent en charge le module :mod:`pwd`, le \"login name\" de la base de données des mots de passes est renvoyé, pour les autres systèmes une exception est levée."
54+

0 commit comments

Comments
 (0)
0