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

79 lines
2.2 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
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
2017-04-02 20:14:06 +00:00
"POT-Creation-Date: 2017-04-02 22:11+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"
"Language-Team: LANGUAGE <LL@li.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"
#: ../Doc/library/nis.rst:3
msgid ":mod:`nis` --- Interface to Sun's NIS (Yellow Pages)"
msgstr ""
#: ../Doc/library/nis.rst:14
msgid ""
"The :mod:`nis` module gives a thin wrapper around the NIS library, useful "
"for central administration of several hosts."
msgstr ""
#: ../Doc/library/nis.rst:17
msgid ""
"Because NIS exists only on Unix systems, this module is only available for "
"Unix."
msgstr ""
#: ../Doc/library/nis.rst:19
msgid "The :mod:`nis` module defines the following functions:"
msgstr ""
#: ../Doc/library/nis.rst:24
msgid ""
"Return the match for *key* in map *mapname*, or raise an error (:exc:`nis."
"error`) if there is none. Both should be strings, *key* is 8-bit clean. "
"Return value is an arbitrary array of bytes (may contain ``NULL`` and other "
"joys)."
msgstr ""
#: ../Doc/library/nis.rst:29 ../Doc/library/nis.rst:41
msgid "Note that *mapname* is first checked if it is an alias to another name."
msgstr ""
#: ../Doc/library/nis.rst:31 ../Doc/library/nis.rst:43
#: ../Doc/library/nis.rst:51
msgid ""
"The *domain* argument allows overriding the NIS domain used for the lookup. "
"If unspecified, lookup is in the default NIS domain."
msgstr ""
#: ../Doc/library/nis.rst:37
msgid ""
"Return a dictionary mapping *key* to *value* such that ``match(key, "
"mapname)==value``. Note that both keys and values of the dictionary are "
"arbitrary arrays of bytes."
msgstr ""
#: ../Doc/library/nis.rst:49
msgid "Return a list of all valid maps."
msgstr ""
#: ../Doc/library/nis.rst:57
msgid "Return the system default NIS domain."
msgstr ""
#: ../Doc/library/nis.rst:60
msgid "The :mod:`nis` module defines the following exception:"
msgstr ""
#: ../Doc/library/nis.rst:64
msgid "An error raised when a NIS function returns an error code."
msgstr ""