Skip to content

Commit 6a014cc

Browse files
committed
Translating some new strings.
1 parent 93c0324 commit 6a014cc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

howto/sorting.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2017-10-13 22:28+0200\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12+
"PO-Revision-Date: 2017-12-08 13:00+0100\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
1515
"Language: fr\n"
@@ -23,7 +23,7 @@ msgstr "Guide pour le tri"
2323

2424
#: ../Doc/howto/sorting.rst:0
2525
msgid "Author"
26-
msgstr ""
26+
msgstr "Auteur"
2727

2828
#: ../Doc/howto/sorting.rst:6
2929
msgid "Andrew Dalke and Raymond Hettinger"

library/functions.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.6\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2017-12-01 07:43+0100\n"
11-
"PO-Revision-Date: 2017-10-27 17:40+0200\n"
11+
"PO-Revision-Date: 2017-12-08 13:07+0100\n"
1212
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1313
"Language-Team: \n"
1414
"Language: fr\n"
@@ -521,7 +521,7 @@ msgstr ""
521521

522522
#: ../Doc/library/functions.rst:187
523523
msgid "Transform a method into a class method."
524-
msgstr ""
524+
msgstr "Transforme une méthode en méthode de classe."
525525

526526
#: ../Doc/library/functions.rst:189
527527
msgid ""

library/string.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.6\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2017-12-01 07:43+0100\n"
11-
"PO-Revision-Date: 2017-12-01 08:58+0100\n"
11+
"PO-Revision-Date: 2017-12-08 13:06+0100\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
1414
"Language: fr\n"
@@ -1287,13 +1287,13 @@ msgstr ""
12871287
msgid ""
12881288
"Since default *flags* is ``re.IGNORECASE``, pattern ``[a-z]`` can match with "
12891289
"some non-ASCII characters. That's why we use local ``-i`` flag here."
1290-
msgstr ""
1290+
msgstr "Puisque par défaut *flags* vaut ``re.IGNORECASE``, des caractères non-ASCII peuvent correspondre au motif ``[a-z]``. C'est pourquoi on utilise une option locale ``-i`` ici."
12911291

12921292
#: ../Doc/library/string.rst:757
12931293
msgid ""
12941294
"While *flags* is kept to ``re.IGNORECASE`` for backward compatibility, you "
12951295
"can override it to ``0`` or ``re.IGNORECASE | re.ASCII`` when subclassing."
1296-
msgstr ""
1296+
msgstr "Bien que *flags* reste par défaut à ``re.IGNORECASE`` pour des raisons de compatibilité descendente, vous pouvez le mettre à ``0`` ou ``re.IGNORECASE | re.ASCII`` si vous en héritez."
12971297

12981298
#: ../Doc/library/string.rst:762
12991299
msgid ""

0 commit comments

Comments
 (0)