python-docs-fr/library/undoc.po

71 lines
2.4 KiB
Plaintext
Raw Normal View History

2016-10-30 09:46:26 +00:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2016, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-30 10:42+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/library/undoc.rst:5
msgid "Undocumented Modules"
2018-07-03 09:29:12 +00:00
msgstr "Modules non Documentés"
2016-10-30 09:46:26 +00:00
#: ../Doc/library/undoc.rst:7
msgid ""
"Here's a quick listing of modules that are currently undocumented, but that "
"should be documented. Feel free to contribute documentation for them! "
"(Send via email to docs@python.org.)"
msgstr ""
2018-07-03 09:29:12 +00:00
"Voici un rapide survol des modules actuellement non documentés, mais qui "
"devraient l'être. N'hésitez pas à contribuer à leur documentation ! (En "
2018-10-10 16:32:59 +00:00
"anglais, par mail, à docs@python.org.)"
2016-10-30 09:46:26 +00:00
#: ../Doc/library/undoc.rst:11
msgid ""
"The idea and original contents for this chapter were taken from a posting by "
"Fredrik Lundh; the specific contents of this chapter have been substantially "
"revised."
msgstr ""
2018-07-03 09:29:12 +00:00
"L'idée de lister les modules à documenter vient d'un message de Fredrik "
"Lundh. Depuis, le contenu de ce chapitre à pu être mis à jour."
2016-10-30 09:46:26 +00:00
#: ../Doc/library/undoc.rst:17
msgid "Platform specific modules"
2018-07-03 09:29:12 +00:00
msgstr "Modules spécifiques à une plateforme"
2016-10-30 09:46:26 +00:00
#: ../Doc/library/undoc.rst:19
msgid ""
"These modules are used to implement the :mod:`os.path` module, and are not "
"documented beyond this mention. There's little need to document these."
msgstr ""
2018-07-03 09:29:12 +00:00
"Ces modules sont utilisés pour implémenter le module :mod:`os.path`, et "
"n'ont pas plus de documentation. Le besoin de les documenter ne se fait pas "
2018-10-10 16:32:59 +00:00
"réellement sentir."
2016-10-30 09:46:26 +00:00
#: ../Doc/library/undoc.rst:23
msgid ":mod:`ntpath`"
2018-07-03 09:29:12 +00:00
msgstr ":mod:`ntpath`"
2016-10-30 09:46:26 +00:00
#: ../Doc/library/undoc.rst:23
msgid ""
"--- Implementation of :mod:`os.path` on Win32, Win64, and WinCE platforms."
msgstr ""
#: ../Doc/library/undoc.rst:25
msgid ":mod:`posixpath`"
2018-07-03 09:29:12 +00:00
msgstr ":mod:`posixpath`"
2016-10-30 09:46:26 +00:00
#: ../Doc/library/undoc.rst:26
msgid "--- Implementation of :mod:`os.path` on POSIX."
2018-07-03 09:29:12 +00:00
msgstr "--- Implementation du module :mod:`os.path` pour les systèmes POSIX."