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

Skip to content

Fixed fuzzies in library/posix.po #1016

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions library/posix.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
"PO-Revision-Date: 2019-04-11 18:10+0200\n"
"PO-Revision-Date: 2019-11-18 16:02+0100\n"
"Last-Translator: Jules Lasne <[email protected]>\n"
"Language-Team: FRENCH <[email protected]>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.1\n"
"X-Generator: Poedit 2.2.4\n"

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

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

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