python-docs-fr/library/text.po

41 lines
1.4 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.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-30 10:42+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/text.rst:6
msgid "Text Processing Services"
msgstr "Services de Manipulation de Texte"
#: ../Doc/library/text.rst:8
msgid ""
"The modules described in this chapter provide a wide range of string "
"manipulation operations and other text processing services."
msgstr ""
"Les modules décrits dans ce chapitre fournissent un large ensemble "
"d'opérations de manipulation sur les chaînes de caractères et le texte en "
"général."
#: ../Doc/library/text.rst:11
msgid ""
"The :mod:`codecs` module described under :ref:`binaryservices` is also "
"highly relevant to text processing. In addition, see the documentation for "
"Python's built-in string type in :ref:`textseq`."
msgstr ""
"Le module :mod:`codecs` documenté dans :ref:`binaryservices` est aussi très "
"pertinent pour la manipulation de texte. Consultez aussi la documentation du "
"type *str* natif Python dans :ref:`textseq`."