Skip to content

Commit d66ca95

Browse files
committed
merge pot files.
1 parent de8af2c commit d66ca95

File tree

160 files changed

+572
-436
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+572
-436
lines changed

bugs.po

Lines changed: 1 addition & 1 deletion
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-08-10 00:49+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"

c-api/allocation.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6-
#, fuzzy
76
msgid ""
87
msgstr ""
98
"Project-Id-Version: Python 3.6\n"
109
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14-
"Language-Team: LANGUAGE <LL@li.org>\n"
10+
"POT-Creation-Date: 2017-08-10 00:49+0200\n"
11+
"PO-Revision-Date: 2017-08-10 00:57+0200\n"
1512
"Language: fr\n"
1613
"MIME-Version: 1.0\n"
1714
"Content-Type: text/plain; charset=UTF-8\n"
1815
"Content-Transfer-Encoding: 8bit\n"
16+
"Last-Translator: Julien Palard <julien@palard.fr>\n"
17+
"Language-Team: \n"
18+
"X-Generator: Poedit 1.8.11\n"
1919

2020
#: ../Doc/c-api/allocation.rst:6
2121
msgid "Allocating Objects on the Heap"

c-api/arg.po

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6-
#, fuzzy
76
msgid ""
87
msgstr ""
98
"Project-Id-Version: Python 3.6\n"
109
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14-
"Language-Team: LANGUAGE <LL@li.org>\n"
10+
"POT-Creation-Date: 2017-08-10 00:49+0200\n"
11+
"PO-Revision-Date: 2017-08-10 01:04+0200\n"
1512
"Language: fr\n"
1613
"MIME-Version: 1.0\n"
1714
"Content-Type: text/plain; charset=UTF-8\n"
1815
"Content-Transfer-Encoding: 8bit\n"
16+
"Last-Translator: Julien Palard <julien@palard.fr>\n"
17+
"Language-Team: \n"
18+
"X-Generator: Poedit 1.8.11\n"
1919

2020
#: ../Doc/c-api/arg.rst:6
2121
msgid "Parsing arguments and building values"
@@ -167,7 +167,7 @@ msgstr ""
167167

168168
#: ../Doc/c-api/arg.rst:91
169169
msgid "``s*`` (:class:`str` or :term:`bytes-like object`) [Py_buffer]"
170-
msgstr ""
170+
msgstr "``s*`` (:class:`str` ou :term:`bytes-like object`) [Py_buffer]"
171171

172172
#: ../Doc/c-api/arg.rst:88
173173
msgid ""
@@ -207,6 +207,7 @@ msgstr ""
207207
msgid ""
208208
"``z*`` (:class:`str`, :term:`bytes-like object` or ``None``) [Py_buffer]"
209209
msgstr ""
210+
"``z*`` (:class:`str`, :term:`bytes-like object` ou ``None``) [Py_buffer]"
210211

211212
#: ../Doc/c-api/arg.rst:105
212213
msgid ""
@@ -331,7 +332,7 @@ msgstr ""
331332

332333
#: ../Doc/c-api/arg.rst:165
333334
msgid "``Z#`` (:class:`str` or ``None``) [Py_UNICODE \\*, int]"
334-
msgstr ""
335+
msgstr "``Z#`` (:class:`str` ou ``None``) [Py_UNICODE \\*, int]"
335336

336337
#: ../Doc/c-api/arg.rst:164
337338
msgid ""
@@ -354,7 +355,7 @@ msgstr ""
354355

355356
#: ../Doc/c-api/arg.rst:176
356357
msgid "``w*`` (read-write :term:`bytes-like object`) [Py_buffer]"
357-
msgstr ""
358+
msgstr "``w*`` (read-write :term:`bytes-like object`) [Py_buffer]"
358359

359360
#: ../Doc/c-api/arg.rst:173
360361
msgid ""
@@ -566,15 +567,15 @@ msgstr ""
566567

567568
#: ../Doc/c-api/arg.rst:269 ../Doc/c-api/arg.rst:595
568569
msgid "``L`` (:class:`int`) [long long]"
569-
msgstr ""
570+
msgstr "``L`` (:class:`int`) [long long]"
570571

571572
#: ../Doc/c-api/arg.rst:269
572573
msgid "Convert a Python integer to a C :c:type:`long long`."
573574
msgstr ""
574575

575576
#: ../Doc/c-api/arg.rst:273 ../Doc/c-api/arg.rst:598
576577
msgid "``K`` (:class:`int`) [unsigned long long]"
577-
msgstr ""
578+
msgstr "``K`` (:class:`int`) [unsigned long long]"
578579

579580
#: ../Doc/c-api/arg.rst:272
580581
msgid ""
@@ -592,7 +593,7 @@ msgstr "Convertit un entier Python en un :c:type:`short int` C."
592593

593594
#: ../Doc/c-api/arg.rst:283
594595
msgid "``c`` (:class:`bytes` or :class:`bytearray` of length 1) [char]"
595-
msgstr ""
596+
msgstr "``c`` (:class:`bytes` ou :class:`bytearray` of length 1) [char]"
596597

597598
#: ../Doc/c-api/arg.rst:279
598599
msgid ""

distributing/index.po

Lines changed: 1 addition & 1 deletion
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-05-27 19:40+0200\n"
11+
"POT-Creation-Date: 2017-08-10 00:49+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"

distutils/configfile.po

Lines changed: 1 addition & 1 deletion
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-08-10 00:49+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"

distutils/examples.po

Lines changed: 1 addition & 1 deletion
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-08-10 00:49+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"

distutils/index.po

Lines changed: 1 addition & 1 deletion
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-05-27 19:40+0200\n"
11+
"POT-Creation-Date: 2017-08-10 00:49+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"

distutils/packageindex.po

Lines changed: 1 addition & 1 deletion
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-08-10 00:49+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"

extending/embedding.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6-
#, fuzzy
76
msgid ""
87
msgstr ""
98
"Project-Id-Version: Python 3.6\n"
109
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14-
"Language-Team: LANGUAGE <LL@li.org>\n"
10+
"POT-Creation-Date: 2017-08-10 00:49+0200\n"
11+
"PO-Revision-Date: 2017-08-10 00:58+0200\n"
1512
"Language: fr\n"
1613
"MIME-Version: 1.0\n"
1714
"Content-Type: text/plain; charset=UTF-8\n"
1815
"Content-Transfer-Encoding: 8bit\n"
16+
"Last-Translator: Julien Palard <julien@palard.fr>\n"
17+
"Language-Team: \n"
18+
"X-Generator: Poedit 1.8.11\n"
1919

2020
#: ../Doc/extending/embedding.rst:8
2121
msgid "Embedding Python in Another Application"

extending/index.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6-
#, fuzzy
76
msgid ""
87
msgstr ""
98
"Project-Id-Version: Python 3.6\n"
109
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14-
"Language-Team: LANGUAGE <LL@li.org>\n"
10+
"POT-Creation-Date: 2017-08-10 00:49+0200\n"
11+
"PO-Revision-Date: 2017-08-10 00:58+0200\n"
1512
"Language: fr\n"
1613
"MIME-Version: 1.0\n"
1714
"Content-Type: text/plain; charset=UTF-8\n"
1815
"Content-Transfer-Encoding: 8bit\n"
16+
"Last-Translator: Julien Palard <julien@palard.fr>\n"
17+
"Language-Team: \n"
18+
"X-Generator: Poedit 1.8.11\n"
1919

2020
#: ../Doc/extending/index.rst:5
2121
msgid "Extending and Embedding the Python Interpreter"

0 commit comments

Comments
 (0)