@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2020-07-20 10:51+0200\n "
9
- "PO-Revision-Date : 2020-05-28 19:10 +0200\n "
9
+ "PO-Revision-Date : 2020-08-09 15:32 +0200\n "
10
10
"Last-Translator : Mathieu Dupuy <deronnax@gmail.com>\n "
11
11
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 2.3.1 \n "
16
+ "X-Generator : Poedit 2.4 \n "
17
17
18
18
#: library/stdtypes.rst:8
19
19
msgid "Built-in Types"
@@ -2666,13 +2666,18 @@ msgid ""
2666
2666
"If the string starts with the *prefix* string, return "
2667
2667
"``string[len(prefix):]``. Otherwise, return a copy of the original string::"
2668
2668
msgstr ""
2669
+ "Si la chaîne de caractères commence par la chaîne *prefix*, renvoie "
2670
+ "``string[len(prefix):]``. Sinon, renvoie une copie de la chaîne originale ::"
2669
2671
2670
2672
#: library/stdtypes.rst:1565
2671
2673
msgid ""
2672
2674
"If the string ends with the *suffix* string and that *suffix* is not empty, "
2673
2675
"return ``string[:-len(suffix)]``. Otherwise, return a copy of the original "
2674
2676
"string::"
2675
2677
msgstr ""
2678
+ "Si la chaîne de caractères se termine par la chaîne *suffix* et que ce "
2679
+ "*suffix* n'est pas vide, renvoie ``string[:-len(suffix)]``. Sinon, renvoie "
2680
+ "une copie de la chaîne originale ::"
2676
2681
2677
2682
#: library/stdtypes.rst:1579
2678
2683
msgid ""
0 commit comments