Skip to content

Commit 46b1f95

Browse files
authored
merge pot files. (#297)
* merge pot files. * FIX from travis. * FIX a/à.
1 parent e88147e commit 46b1f95

Some content is hidden

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

42 files changed

+4130
-3869
lines changed

c-api/buffer.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2018-04-29 00:24+0200\n"
8+
"POT-Creation-Date: 2018-06-28 15:29+0200\n"
99
"PO-Revision-Date: 2018-07-16 23:59+0200\n"
10+
"Last-Translator: \n"
1011
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1112
"Language: fr\n"
1213
"MIME-Version: 1.0\n"
1314
"Content-Type: text/plain; charset=UTF-8\n"
1415
"Content-Transfer-Encoding: 8bit\n"
15-
"Last-Translator: \n"
1616
"X-Generator: Poedit 2.0.2\n"
1717

1818
#: ../Doc/c-api/buffer.rst:11

c-api/contextvars.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ msgstr ""
66
"Project-Id-Version: Python 3.7\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2018-06-28 15:29+0200\n"
9-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
9+
"PO-Revision-Date: 2018-08-03 23:47+0200\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
12+
"Language: fr\n"
1213
"MIME-Version: 1.0\n"
1314
"Content-Type: text/plain; charset=UTF-8\n"
1415
"Content-Transfer-Encoding: 8bit\n"

c-api/marshal.po

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
8+
"POT-Creation-Date: 2018-08-03 17:52+0200\n"
99
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@@ -62,47 +62,40 @@ msgstr ""
6262
msgid "The following functions allow marshalled values to be read back in."
6363
msgstr ""
6464

65-
#: ../Doc/c-api/marshal.rst:43
66-
msgid ""
67-
"XXX What about error detection? It appears that reading past the end of the "
68-
"file will always result in a negative numeric value (where that's relevant), "
69-
"but it's not clear that negative values won't be handled properly when "
70-
"there's no error. What's the right way to tell? Should only non-negative "
71-
"values be written using these routines?"
72-
msgstr ""
73-
74-
#: ../Doc/c-api/marshal.rst:52
65+
#: ../Doc/c-api/marshal.rst:46
7566
msgid ""
7667
"Return a C :c:type:`long` from the data stream in a :c:type:`FILE\\*` opened "
7768
"for reading. Only a 32-bit value can be read in using this function, "
7869
"regardless of the native size of :c:type:`long`."
7970
msgstr ""
8071

81-
#: ../Doc/c-api/marshal.rst:56 ../Doc/c-api/marshal.rst:65
82-
msgid "On error, raise an exception and return ``-1``."
72+
#: ../Doc/c-api/marshal.rst:50 ../Doc/c-api/marshal.rst:60
73+
msgid ""
74+
"On error, sets the appropriate exception (:exc:`EOFError`) and returns "
75+
"``-1``."
8376
msgstr ""
8477

85-
#: ../Doc/c-api/marshal.rst:61
78+
#: ../Doc/c-api/marshal.rst:56
8679
msgid ""
8780
"Return a C :c:type:`short` from the data stream in a :c:type:`FILE\\*` "
8881
"opened for reading. Only a 16-bit value can be read in using this function, "
8982
"regardless of the native size of :c:type:`short`."
9083
msgstr ""
9184

92-
#: ../Doc/c-api/marshal.rst:70
85+
#: ../Doc/c-api/marshal.rst:66
9386
msgid ""
9487
"Return a Python object from the data stream in a :c:type:`FILE\\*` opened "
9588
"for reading."
9689
msgstr ""
9790

98-
#: ../Doc/c-api/marshal.rst:73 ../Doc/c-api/marshal.rst:87
99-
#: ../Doc/c-api/marshal.rst:96
91+
#: ../Doc/c-api/marshal.rst:69 ../Doc/c-api/marshal.rst:83
92+
#: ../Doc/c-api/marshal.rst:92
10093
msgid ""
101-
"On error, sets the appropriate exception (:exc:`EOFError` or :exc:"
102-
"`TypeError`) and returns *NULL*."
94+
"On error, sets the appropriate exception (:exc:`EOFError`, :exc:`ValueError` "
95+
"or :exc:`TypeError`) and returns *NULL*."
10396
msgstr ""
10497

105-
#: ../Doc/c-api/marshal.rst:79
98+
#: ../Doc/c-api/marshal.rst:75
10699
msgid ""
107100
"Return a Python object from the data stream in a :c:type:`FILE\\*` opened "
108101
"for reading. Unlike :c:func:`PyMarshal_ReadObjectFromFile`, this function "
@@ -113,7 +106,7 @@ msgid ""
113106
"anything else from the file."
114107
msgstr ""
115108

116-
#: ../Doc/c-api/marshal.rst:93
109+
#: ../Doc/c-api/marshal.rst:89
117110
msgid ""
118111
"Return a Python object from the data stream in a byte buffer containing "
119112
"*len* bytes pointed to by *data*."

0 commit comments

Comments
 (0)