# Copyright (C) 2001-2018, Python Software Foundation # For licence information, see README file. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-04-02 22:11+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: fr\n" "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 ""