@@ -6,33 +6,38 @@ msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2017-04-02 22:11+0200\n "
9
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
10
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
9
+ "PO-Revision-Date : 2018-07-15 12:17+0200\n "
11
10
"
Language-Team :
FRENCH <[email protected] >\n "
12
11
"Language : fr\n "
13
12
"MIME-Version : 1.0\n "
14
13
"Content-Type : text/plain; charset=UTF-8\n "
15
14
"Content-Transfer-Encoding : 8bit\n "
15
+ "Last-Translator : \n "
16
+ "X-Generator : Poedit 1.8.11\n "
16
17
17
18
#: ../Doc/library/nis.rst:3
18
19
msgid ":mod:`nis` --- Interface to Sun's NIS (Yellow Pages)"
19
- msgstr ""
20
+ msgstr ":mod:`nis` --- Interface à Sun's NIS (pages jaunes) "
20
21
21
22
#: ../Doc/library/nis.rst:14
22
23
msgid ""
23
24
"The :mod:`nis` module gives a thin wrapper around the NIS library, useful "
24
25
"for central administration of several hosts."
25
26
msgstr ""
27
+ "Le module :mod:`nis` est une simple abstraction de la librairie NIS, utile "
28
+ "pour l'administration centralisée de plusieurs hôtes."
26
29
27
30
#: ../Doc/library/nis.rst:17
28
31
msgid ""
29
32
"Because NIS exists only on Unix systems, this module is only available for "
30
33
"Unix."
31
34
msgstr ""
35
+ "Du fait que NIS existe seulement sur les systèmes Unix, ce module est "
36
+ "seulement disponible pour Unix."
32
37
33
38
#: ../Doc/library/nis.rst:19
34
39
msgid "The :mod:`nis` module defines the following functions:"
35
- msgstr ""
40
+ msgstr "Le module :mod:`nis` définit les instructions suivantes : "
36
41
37
42
#: ../Doc/library/nis.rst:24
38
43
msgid ""
@@ -41,37 +46,50 @@ msgid ""
41
46
"Return value is an arbitrary array of bytes (may contain ``NULL`` and other "
42
47
"joys)."
43
48
msgstr ""
49
+ "Renvoie la valeur correspondante à *key* dans carte *mapname*, ou lève une "
50
+ "erreur (:exc:`nis.error`) s'il n'y en a pas. Toutes les deux doivent être "
51
+ "des chaînes, *key* doit être une chaîne ASCII. La valeur renvoyée est un "
52
+ "dictionnaire arbitraire d'octets (pourrait contenir ``NULL`` et autres "
53
+ "joyeusetés)."
44
54
45
55
#: ../Doc/library/nis.rst:29 ../Doc/library/nis.rst:41
46
56
msgid "Note that *mapname* is first checked if it is an alias to another name."
47
57
msgstr ""
58
+ "Notez que *mapname* est vérifié la première fois si c'est un alias d'un "
59
+ "autre nom."
48
60
49
61
#: ../Doc/library/nis.rst:31 ../Doc/library/nis.rst:43
50
62
#: ../Doc/library/nis.rst:51
51
63
msgid ""
52
64
"The *domain* argument allows overriding the NIS domain used for the lookup. "
53
65
"If unspecified, lookup is in the default NIS domain."
54
66
msgstr ""
67
+ "L'argument *domain* permet de passer outre le domaine NIS utilisé pour les "
68
+ "recherches. Lorsqu'il n'est pas spécifié, recherche est dans le domaine NIS "
69
+ "défaut."
55
70
56
71
#: ../Doc/library/nis.rst:37
57
72
msgid ""
58
73
"Return a dictionary mapping *key* to *value* such that ``match(key, "
59
74
"mapname)==value``. Note that both keys and values of the dictionary are "
60
75
"arbitrary arrays of bytes."
61
76
msgstr ""
77
+ "Renvoie un dictionnaire qui associe *key* à *value* tel que ``match(key, "
78
+ "mapname)==value``. Notez que les clés comme les valeurs peuvent contenir des "
79
+ "séquences arbitraires d'octets."
62
80
63
81
#: ../Doc/library/nis.rst:49
64
82
msgid "Return a list of all valid maps."
65
- msgstr ""
83
+ msgstr "Renvoie la liste de toutes les cartes maps(). "
66
84
67
85
#: ../Doc/library/nis.rst:57
68
86
msgid "Return the system default NIS domain."
69
- msgstr ""
87
+ msgstr "Renvoie le domaine NIS par défaut du système. "
70
88
71
89
#: ../Doc/library/nis.rst:60
72
90
msgid "The :mod:`nis` module defines the following exception:"
73
- msgstr ""
91
+ msgstr "Le module :mod:`nis` définit les exceptions suivantes : "
74
92
75
93
#: ../Doc/library/nis.rst:64
76
94
msgid "An error raised when a NIS function returns an error code."
77
- msgstr ""
95
+ msgstr "Une erreur apparaît quand une fonction NIS renvoie un code d'erreur. "
0 commit comments