Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6a014cc

Browse filesBrowse files
committed
Translating some new strings.
1 parent 93c0324 commit 6a014cc
Copy full SHA for 6a014cc

File tree

Expand file treeCollapse file tree

3 files changed

+7
-7
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+7
-7
lines changed
Open diff view settings
Collapse file

‎howto/sorting.po‎

Copy file name to clipboardExpand all lines: howto/sorting.po
+2-2Lines 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"
Collapse file

‎library/functions.po‎

Copy file name to clipboardExpand all lines: library/functions.po
+2-2Lines 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 ""
Collapse file

‎library/string.po‎

Copy file name to clipboardExpand all lines: library/string.po
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.