Skip to content

Translated library/getopt.po #802

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 6 commits into from
Oct 9, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
Final fix ?
  • Loading branch information
Seluj78 committed Oct 9, 2019
commit a2c301d018d4a560ecbb72ebe0b16c47a3ec3209
10 changes: 5 additions & 5 deletions library/getopt.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: 2017-08-10 00:49+0200\n"
"PO-Revision-Date: 2019-06-01 10:11+0200\n"
"PO-Revision-Date: 2019-10-09 17:26+0200\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"X-Generator: Poedit 2.2.3\n"
"X-Generator: Poedit 2.2.4\n"

#: ../Doc/library/getopt.rst:2
msgid ":mod:`getopt` --- C-style parser for command line options"
Expand Down Expand Up @@ -82,9 +82,9 @@ msgid ""
"arguments are considered also non-options. This is similar to the way non-"
"GNU Unix systems work."
msgstr ""
"Contrairement au :c:func:`getopt` GNU, après un argument non-option, tous "
"les autres arguments sont également considérés comme non-options. Ceci est "
"similaire à la façon dont les systèmes UNIX non-GNU fonctionnent."
"Contrairement au :c:func:`getopt` GNU, après un argument n'appartenant pas à "
"une option, aucun argument ne sera considéré comme appartenant à une option. "
"Ceci est similaire à la façon dont les systèmes UNIX non-GNU fonctionnent."

#: ../Doc/library/getopt.rst:44
msgid ""
Expand Down