-
-
Notifications
You must be signed in to change notification settings - Fork 263
Expand file tree
/
Copy pathmarkup.po
More file actions
32 lines (30 loc) · 1.24 KB
/
markup.po
File metadata and controls
32 lines (30 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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*)."