python-docs-fr/library/strings.po

38 lines
1.2 KiB
Plaintext

# 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/strings.rst:6
msgid "String Services"
msgstr ""
#: ../Doc/library/strings.rst:8
msgid ""
"The modules described in this chapter provide a wide range of string "
"manipulation operations."
msgstr ""
#: ../Doc/library/strings.rst:11
msgid ""
"In addition, Python's built-in string classes support the sequence type "
"methods described in the :ref:`typesseq` section, and also the string-"
"specific methods described in the :ref:`string-methods` section. To output "
"formatted strings use template strings or the ``%`` operator described in "
"the :ref:`string-formatting` section. Also, see the :mod:`re` module for "
"string functions based on regular expressions."
msgstr ""