Skip to content

Commit 7d9eb67

Browse files
committed
Reviewing fuzzy after msgmerge.
1 parent 252b9e4 commit 7d9eb67

File tree

7 files changed

+125
-121
lines changed

7 files changed

+125
-121
lines changed

bugs.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ msgid ""
180180
"`How to Report Bugs Effectively <http://www.chiark.greenend.org.uk/~sgtatham/"
181181
"bugs.html>`_"
182182
msgstr ""
183+
"`Comment rédiger des bugs de manière efficiente <http://www.chiark.greenend."
184+
"org.uk/~sgtatham/bugs.html>`_"
183185

184186
#: ../Doc/bugs.rst:69
185187
msgid ""
@@ -195,6 +197,8 @@ msgid ""
195197
"`Bug Writing Guidelines <https://developer.mozilla.org/en-US/docs/Mozilla/QA/"
196198
"Bug_writing_guidelines>`_"
197199
msgstr ""
200+
"`Guide de la rédaction de bugs <https://developer.mozilla.org/en-US/docs/"
201+
"Mozilla/QA/Bug_writing_guidelines>`_"
198202

199203
#: ../Doc/bugs.rst:73
200204
msgid ""

c-api.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ msgstr ""
752752

753753
#: ../Doc/c-api/arg.rst:243 ../Doc/c-api/arg.rst:544
754754
msgid "``O&`` (object) [*converter*, *anything*]"
755-
msgstr ""
755+
msgstr "``O&`` (object) [*converter*, *anything*]"
756756

757757
#: ../Doc/c-api/arg.rst:231
758758
#, fuzzy

howto.po

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6267,15 +6267,15 @@ msgstr ""
62676267

62686268
#: ../Doc/howto/regex.rst:121
62696269
msgid "``\\d``"
6270-
msgstr ""
6270+
msgstr "``\\d``"
62716271

62726272
#: ../Doc/howto/regex.rst:121
62736273
msgid "Matches any decimal digit; this is equivalent to the class ``[0-9]``."
62746274
msgstr ""
62756275

62766276
#: ../Doc/howto/regex.rst:124
62776277
msgid "``\\D``"
6278-
msgstr ""
6278+
msgstr "``\\D``"
62796279

62806280
#: ../Doc/howto/regex.rst:124
62816281
msgid ""
@@ -6284,7 +6284,7 @@ msgstr ""
62846284

62856285
#: ../Doc/howto/regex.rst:128
62866286
msgid "``\\s``"
6287-
msgstr ""
6287+
msgstr "``\\s``"
62886288

62896289
#: ../Doc/howto/regex.rst:127
62906290
msgid ""
@@ -6294,7 +6294,7 @@ msgstr ""
62946294

62956295
#: ../Doc/howto/regex.rst:132
62966296
msgid "``\\S``"
6297-
msgstr ""
6297+
msgstr "``\\S``"
62986298

62996299
#: ../Doc/howto/regex.rst:131
63006300
msgid ""
@@ -6304,7 +6304,7 @@ msgstr ""
63046304

63056305
#: ../Doc/howto/regex.rst:136
63066306
msgid "``\\w``"
6307-
msgstr ""
6307+
msgstr "``\\w``"
63086308

63096309
#: ../Doc/howto/regex.rst:135
63106310
msgid ""
@@ -6314,7 +6314,7 @@ msgstr ""
63146314

63156315
#: ../Doc/howto/regex.rst:140
63166316
msgid "``\\W``"
6317-
msgstr ""
6317+
msgstr "``\\W``"
63186318

63196319
#: ../Doc/howto/regex.rst:139
63206320
msgid ""
@@ -7147,7 +7147,7 @@ msgstr ""
71477147

71487148
#: ../Doc/howto/regex.rst:717
71497149
msgid "``\\A``"
7150-
msgstr ""
7150+
msgstr "``\\A``"
71517151

71527152
#: ../Doc/howto/regex.rst:714
71537153
msgid ""
@@ -7160,15 +7160,15 @@ msgstr ""
71607160

71617161
#: ../Doc/howto/regex.rst:720
71627162
msgid "``\\Z``"
7163-
msgstr ""
7163+
msgstr "``\\Z``"
71647164

71657165
#: ../Doc/howto/regex.rst:720
71667166
msgid "Matches only at the end of the string."
71677167
msgstr ""
71687168

71697169
#: ../Doc/howto/regex.rst:755
71707170
msgid "``\\b``"
7171-
msgstr ""
7171+
msgstr "``\\b``"
71727172

71737173
#: ../Doc/howto/regex.rst:723
71747174
msgid ""
@@ -7204,7 +7204,7 @@ msgstr ""
72047204

72057205
#: ../Doc/howto/regex.rst:760
72067206
msgid "``\\B``"
7207-
msgstr ""
7207+
msgstr "``\\B``"
72087208

72097209
#: ../Doc/howto/regex.rst:758
72107210
msgid ""
@@ -7430,7 +7430,7 @@ msgstr ""
74307430

74317431
#: ../Doc/howto/regex.rst:966
74327432
msgid "``(?=...)``"
7433-
msgstr ""
7433+
msgstr "``(?=...)``"
74347434

74357435
#: ../Doc/howto/regex.rst:962
74367436
msgid ""
@@ -7443,7 +7443,7 @@ msgstr ""
74437443

74447444
#: ../Doc/howto/regex.rst:971
74457445
msgid "``(?!...)``"
7446-
msgstr ""
7446+
msgstr "``(?!...)``"
74477447

74487448
#: ../Doc/howto/regex.rst:969
74497449
msgid ""

0 commit comments

Comments
 (0)