Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77aa167

Browse files
Seluj78vpoulailleau
authored andcommitted
Fixed fuzzies in library/posix.po (#1016)
* Fixed fuzzies in library/posix.po * Apply suggestions from code review Co-Authored-By: Vincent Poulailleau <[email protected]>
1 parent 9f8c7c2 commit 77aa167

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

library/posix.po

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
9-
"PO-Revision-Date: 2019-04-11 18:10+0200\n"
9+
"PO-Revision-Date: 2019-11-18 16:02+0100\n"
1010
"Last-Translator: Jules Lasne <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.2.1\n"
16+
"X-Generator: Poedit 2.2.4\n"
1717

1818
#: ../Doc/library/posix.rst:2
1919
msgid ":mod:`posix` --- The most common POSIX system calls"
@@ -79,7 +79,6 @@ msgstr ""
7979
"type de 64 bit. Ces fichiers sont parfois appelés fichiers volumineux."
8080

8181
#: ../Doc/library/posix.rst:46
82-
#, fuzzy
8382
msgid ""
8483
"Large file support is enabled in Python when the size of an :c:type:`off_t` "
8584
"is larger than a :c:type:`long` and the :c:type:`long long` is at least as "
@@ -90,11 +89,11 @@ msgid ""
9089
msgstr ""
9190
"La prise en charge des fichiers volumineux dans Python est activée lorsque "
9291
"la taille de :c:type:`off_t` est supérieure à :c:type:`long` et que le type :"
93-
"c:type:`long long` est disponible et est au moins aussi grand que :c:type:"
94-
"`off_t`. Il peut-être nécessaire de configurer et compiler Python avec "
95-
"certaines options pour activer ce mode. Par exemple, il est activé par "
96-
"défaut avec les versions récentes d'Irix, mais avec Solaris 2.6 et 2.7 vous "
97-
"avez besoin de faire quelque chose comme::"
92+
"c:type:`long long` est au moins aussi grand que :c:type:`off_t`. Il peut "
93+
"être nécessaire de configurer et compiler Python avec certaines options pour "
94+
"activer ce mode. Par exemple, il est activé par défaut avec les versions "
95+
"récentes d'Irix, mais avec Solaris 2.6 et 2.7 vous avez besoin de faire "
96+
"quelque chose comme ::"
9897

9998
#: ../Doc/library/posix.rst:56
10099
msgid "On large-file-capable Linux systems, this might work::"

0 commit comments

Comments
 (0)