8000 merge pot files. · python/python-docs-fr@6839802 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6839802

Browse files
committed
merge pot files.
1 parent 787ef97 commit 6839802

File tree

21 files changed

+17536
-19701
lines changed

21 files changed

+17536
-19701
lines changed

extending/newtypes.po

Lines changed: 112 additions & 101 deletions
Large diffs are not rendered by default.

faq/general.po

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.6\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2017-05-27 19:40+0200\n"
10+
"POT-Creation-Date: 2017-09-12 13:37+0200\n"
1111
"PO-Revision-Date: 2017-05-28 17:54+0200\n"
1212
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1313
"Language-Team: \n"
@@ -378,10 +378,11 @@ msgstr ""
378378
"fonctionner immédiatement sur la plupart des plateformes UNIX."
379379

380380
#: ../Doc/faq/general.rst:169
381+
#, fuzzy
381382
msgid ""
382383
"Consult the `Getting Started section of the Python Developer's Guide "
383-
"<https://docs.python.org/devguide/setup.html>`__ for more information on "
384-
"getting the source code and compiling it."
384+
"<https://devguide.python.org/setup/>`__ for more information on getting the "
385+
"source code and compiling it."
385386
msgstr ""
386387
"Consultez `la section Premiers pas du Guide des Développeurs Python <https://"
387388
"docs.python.org/devguide/setup.html>`__ pour plus d'informations sur comment "
@@ -493,9 +494,10 @@ msgstr ""
493494
"python.org/; un flux RSS de *news* est disponible."
494495

495496
#: ../Doc/faq/general.rst:225
497+
#, fuzzy
496498
msgid ""
497499
"You can also access the development version of Python through Git. See `The "
498-
"Python Developer's Guide <https://docs.python.org/devguide/>`_ for details."
500+
"Python Developer's Guide <https://devguide.python.org/>`_ for details."
499501
msgstr ""
500502
"Vous pouvez aussi accéder aux de Python en dévloppement grâce à Git. Voir "
501503
"`Le Guide du Développeur Python <https://docs.python.org/devguide/>`_ pour "
@@ -531,9 +533,10 @@ msgstr ""
531533
"@template=forgotten>`_."
532534

533535
#: ../Doc/faq/general.rst:241
536+
#, fuzzy
534537
msgid ""
535538
"For more information on how Python is developed, consult `the Python "
536-
"Developer's Guide <https://docs.python.org/devguide/>`_."
539+
"Developer's Guide <https://devguide.python.org/>`_."
537540
msgstr ""
538541
"Pour davantages d'informations sur comment Python est développé, consultez "
539542
"`le Guide du Développeur Python <https://docs.python.org/devguide/>`_."

faq/programming.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
11+
"POT-Creation-Date: 2017-09-12 13:37+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2138,7 +2138,7 @@ msgstr ""
21382138
msgid ""
21392139
"Despite the cycle collector, it's still a good idea to define an explicit "
21402140
"``close()`` method on objects to be called whenever you're done with them. "
2141-
"The ``close()`` method can then remove attributes that refer to subobjecs. "
2141+
"The ``close()`` method can then remove attributes that refer to subobjects. "
21422142
"Don't call :meth:`__del__` directly -- :meth:`__del__` should call "
21432143
"``close()`` and ``close()`` should make sure that it can be called more than "
21442144
"once for the same object."

howto/curses.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2017-08-10 00:49+0200\n"
11+
"POT-Creation-Date: 2017-09-12 13:37+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -702,8 +702,8 @@ msgid ""
702702
"Python interface. Often this isn't because they're difficult to implement, "
703703
"but because no one has needed them yet. Also, Python doesn't yet support "
704704
"the menu library associated with ncurses. Patches adding support for these "
705-
"would be welcome; see `the Python Developer's Guide <https://docs.python.org/"
706-
"devguide/>`_ to learn more about submitting patches to Python."
705+
"would be welcome; see `the Python Developer's Guide <https://devguide.python."
706+
"org/>`_ to learn more about submitting patches to Python."
707707
msgstr ""
708708

709709
#: ../Doc/howto/curses.rst:544

howto/logging-cookbook.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2017-08-10 00:49+0200\n"
11+
"POT-Creation-Date: 2017-09-12 13:37+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -717,11 +717,11 @@ msgid ""
717717
"the data needed by the handler to create the socket::"
718718
msgstr ""
719719

720-
#: ../Doc/howto/logging-cookbook.rst:1286
720+
#: ../Doc/howto/logging-cookbook.rst:1285
721721
msgid "Subclassing QueueListener - a ZeroMQ example"
722722
msgstr ""
723723

724-
#: ../Doc/howto/logging-cookbook.rst:1288
724+
#: ../Doc/howto/logging-cookbook.rst:1287
725725
msgid ""
726726
"You can also subclass :class:`QueueListener` to get messages from other "
727727
"kinds of queues, for example a ZeroMQ 'subscribe' socket. Here's an example::"

0 commit comments

Comments
 (0)
0