python-docs-fr/library/index.po

61 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.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/index.rst:5
msgid "The Python Standard Library"
msgstr ""
#: ../Doc/library/index.rst:7
msgid ""
"While :ref:`reference-index` describes the exact syntax and semantics of the "
"Python language, this library reference manual describes the standard "
"library that is distributed with Python. It also describes some of the "
"optional components that are commonly included in Python distributions."
msgstr ""
#: ../Doc/library/index.rst:13
msgid ""
"Python's standard library is very extensive, offering a wide range of "
"facilities as indicated by the long table of contents listed below. The "
"library contains built-in modules (written in C) that provide access to "
"system functionality such as file I/O that would otherwise be inaccessible "
"to Python programmers, as well as modules written in Python that provide "
"standardized solutions for many problems that occur in everyday programming. "
"Some of these modules are explicitly designed to encourage and enhance the "
"portability of Python programs by abstracting away platform-specifics into "
"platform-neutral APIs."
msgstr ""
#: ../Doc/library/index.rst:23
msgid ""
"The Python installers for the Windows platform usually include the entire "
"standard library and often also include many additional components. For Unix-"
"like operating systems Python is normally provided as a collection of "
"packages, so it may be necessary to use the packaging tools provided with "
"the operating system to obtain some or all of the optional components."
msgstr ""
#: ../Doc/library/index.rst:30
msgid ""
"In addition to the standard library, there is a growing collection of "
"several thousand components (from individual programs and modules to "
"packages and entire application development frameworks), available from the "
"`Python Package Index <https://pypi.python.org/pypi>`_."
msgstr ""