1
0
Fork 0
python-docs-fr/library/markup.po

33 lines
1.2 KiB
Plaintext

# Copyright (C) 2001-2018, Python Software Foundation
# For licence information, see README file.
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
"PO-Revision-Date: 2017-09-24 21:40+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: library/markup.rst:5
msgid "Structured Markup Processing Tools"
msgstr "Outils de traitement de balises structurées"
#: library/markup.rst:7
msgid ""
"Python supports a variety of modules to work with various forms of "
"structured data markup. This includes modules to work with the Standard "
"Generalized Markup Language (SGML) and the Hypertext Markup Language (HTML), "
"and several interfaces for working with the Extensible Markup Language (XML)."
msgstr ""
"Python intègre une variété de modules pour fonctionner avec différentes "
"formes de données structurées et balisées, comme le SGML (*Standard "
"Generalized Markup Language*), le HTML (*Hypert Markup Language*), et "
"quelques interfaces pour travailler avec du XML (*eXtensible Markup "
"Language*)."