Skip to content

Ftplib #1911

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 33 commits into from
Oct 27, 2022
Merged

Ftplib #1911

Changes from 5 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
2e7247e
Traduction de library/ftplib.po
tderick Oct 18, 2022
40aed54
Traduction de library/ftplib.po
tderick Oct 18, 2022
ad5b9b0
Update library/ftplib.po
tderick Oct 19, 2022
ac46343
Update library/ftplib.po
tderick Oct 19, 2022
df987c9
Update library/ftplib.po
tderick Oct 19, 2022
ffa25de
Update library/ftplib.po
tderick Oct 19, 2022
8860c62
Traduction de library/ftplib.po
tderick Oct 19, 2022
8cc58a9
Traduction de library/ftplib.po
tderick Oct 19, 2022
2631a12
Traduction de library/ftplib.po
tderick Oct 19, 2022
72d9555
Merge branch '3.10' into ftplib
tderick Oct 19, 2022
4dd8b5d
Traduction de library/ftplib.po
tderick Oct 19, 2022
01c7fd2
Update library/ftplib.po
tderick Oct 19, 2022
a3dd3bd
Update library/ftplib.po
tderick Oct 19, 2022
1092b2e
Update library/ftplib.po
tderick Oct 19, 2022
d81fc57
Update library/ftplib.po
tderick Oct 19, 2022
80147f5
Traduction de library/ftplib.po
tderick Oct 19, 2022
6a022c9
Update library/ftplib.po
tderick Oct 19, 2022
de8f3ae
Update library/ftplib.po
tderick Oct 19, 2022
42be016
Update library/ftplib.po
tderick Oct 19, 2022
d355c00
Update library/ftplib.po
tderick Oct 19, 2022
2a7b4eb
Traduction de library/ftplib.po
tderick Oct 20, 2022
736559a
Merge branch 'ftplib' of github.com:tderick/python-docs-fr into ftplib
tderick Oct 20, 2022
b5f52b5
Update library/ftplib.po
tderick Oct 27, 2022
d8a923a
Update library/ftplib.po
tderick Oct 27, 2022
b4e7b2c
Update library/ftplib.po
tderick Oct 27, 2022
4ffe249
Update library/ftplib.po
tderick Oct 27, 2022
f3ec4e6
Update library/ftplib.po
tderick Oct 27, 2022
22257ec
Update library/ftplib.po
tderick Oct 27, 2022
7878130
Update library/ftplib.po
JulienPalard Oct 27, 2022
771f533
powrap
JulienPalard Oct 27, 2022
009715e
Update library/ftplib.po
JulienPalard Oct 27, 2022
c3e8ceb
Update library/ftplib.po
JulienPalard Oct 27, 2022
0c4bb24
Update library/ftplib.po
JulienPalard Oct 27, 2022
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
10 changes: 5 additions & 5 deletions library/ftplib.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,15 @@ msgid ""
"Exception raised when an error code signifying a temporary error (response "
"codes in the range 400--499) is received."
msgstr ""
"Exception levée lorsqu'un code d'erreur signifiant une erreur temporaire "
"Exception levée lorsqu'un code d'erreur signifiant une erreur temporaire "
"(code de réponse dans l'intervalle 400-499) est reçu."

#: library/ftplib.rst:148
msgid ""
"Exception raised when an error code signifying a permanent error (response "
"codes in the range 500--599) is received."
msgstr ""
"Exception levée lorsqu'un code d'erreur signifiant une erreur permanente "
"Exception levée lorsqu'un code d'erreur signifiant une erreur permanente "
"(code de réponse dans l'intervalle 500-599) est reçu."

#: library/ftplib.rst:154
Expand All @@ -149,8 +149,8 @@ msgid ""
"the response specifications of the File Transfer Protocol, i.e. begin with a "
"digit in the range 1--5."
msgstr ""
"Exception levée lorsqu'une réponse reçut du serveur ne correspond pas aux "
"réponses de la spécification de File Transfer Protocol, p. ex. commence par "
"Exception levée lorsqu'une réponse reçue du serveur ne correspond pas aux "
"à la spécification de File Transfer Protocol, c.-à-d. qu'elle doit commencer par "
"un chiffre dans l'intervalle 1-5."

#: library/ftplib.rst:161
Expand Down Expand Up @@ -187,7 +187,7 @@ msgstr ""
#: library/ftplib.rst:184
msgid ":class:`FTP` instances have the following methods:"
msgstr ""
"Les instances de la classe :class:`FTP` contiennent les méthodes suivantes :"
"Les instances de la classe :class:`FTP` possèdent les méthodes suivantes :"

#: library/ftplib.rst:189
msgid ""
Expand Down