merge pot files.

This commit is contained in:
Julien Palard 2017-09-12 13:40:16 +02:00
parent 53aef58e97
commit 787ef97f29

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Python 3.6\n" "Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-02 22:11+0200\n" "POT-Creation-Date: 2017-09-12 13:37+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -664,11 +664,10 @@ msgstr ""
#: ../Doc/extending/newtypes.rst:730 #: ../Doc/extending/newtypes.rst:730
msgid "" msgid ""
"We also need to provide a method for clearing any subobjects that can " "We also need to provide a method for clearing any subobjects that can "
"participate in cycles. We implement the method and reimplement the " "participate in cycles."
"deallocator to use it::"
msgstr "" msgstr ""
#: ../Doc/extending/newtypes.rst:757 #: ../Doc/extending/newtypes.rst:751
msgid "" msgid ""
"Notice the use of a temporary variable in :c:func:`Noddy_clear`. We use the " "Notice the use of a temporary variable in :c:func:`Noddy_clear`. We use the "
"temporary variable so that we can set each member to *NULL* before " "temporary variable so that we can set each member to *NULL* before "