python-docs-fr/library/token.po

74 lines
2.2 KiB
Plaintext
Raw Normal View History

2016-10-30 09:46:26 +00:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 1990-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 2.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-30 10:44+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/token.rst:2
msgid ":mod:`token` --- Constants used with Python parse trees"
msgstr ""
#: ../Doc/library/token.rst:8
msgid "**Source code:** :source:`Lib/token.py`"
msgstr "**Code source :** :source:`Lib/token.py`"
#: ../Doc/library/token.rst:12
msgid ""
"This module provides constants which represent the numeric values of leaf "
"nodes of the parse tree (terminal tokens). Refer to the file :file:`Grammar/"
"Grammar` in the Python distribution for the definitions of the names in the "
"context of the language grammar. The specific numeric values which the "
"names map to may change between Python versions."
msgstr ""
#: ../Doc/library/token.rst:18
msgid ""
"The module also provides a mapping from numeric codes to names and some "
"functions. The functions mirror definitions in the Python C header files."
msgstr ""
#: ../Doc/library/token.rst:24
msgid ""
"Dictionary mapping the numeric values of the constants defined in this "
"module back to name strings, allowing more human-readable representation of "
"parse trees to be generated."
msgstr ""
#: ../Doc/library/token.rst:31
msgid "Return true for terminal token values."
msgstr ""
#: ../Doc/library/token.rst:36
msgid "Return true for non-terminal token values."
msgstr ""
#: ../Doc/library/token.rst:41
msgid "Return true if *x* is the marker indicating the end of input."
msgstr ""
#: ../Doc/library/token.rst:44
msgid "The token constants are:"
msgstr ""
#: ../Doc/library/token.rst:106
msgid "Module :mod:`parser`"
msgstr ""
#: ../Doc/library/token.rst:106
msgid ""
"The second example for the :mod:`parser` module shows how to use the :mod:"
"`symbol` module."
msgstr ""