python-docs-fr/library/symbol.po

48 lines
1.6 KiB
Plaintext

# 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"
"POT-Creation-Date: 2017-04-02 22:11+0200\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"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/library/symbol.rst:2
msgid ":mod:`symbol` --- Constants used with Python parse trees"
msgstr ""
#: ../Doc/library/symbol.rst:9
msgid "**Source code:** :source:`Lib/symbol.py`"
msgstr "**Code source :** :source:`Lib/symbol.py`"
#: ../Doc/library/symbol.rst:13
msgid ""
"This module provides constants which represent the numeric values of "
"internal nodes of the parse tree. Unlike most Python constants, these use "
"lower-case names. 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/symbol.rst:20
msgid "This module also provides one additional data object:"
msgstr ""
#: ../Doc/library/symbol.rst:25
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 ""