-
Notifications
You must be signed in to change notification settings - Fork 266
Translate modulefinder.po
#233
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
Conversation
library/modulefinder.po
Outdated
|
||
#: ../Doc/library/modulefinder.rst:9 | ||
msgid "**Source code:** :source:`Lib/modulefinder.py`" | ||
msgstr "" | ||
msgstr "**Code source:** :source:`Lib/modulefinder.py`" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il manque un espace (insécable de préférence) avant le ":" de "Code source :"
library/modulefinder.po
Outdated
@@ -52,37 +61,51 @@ msgid "" | |||
"names to exclude from the analysis. *replace_paths* is a list of ``(oldpath, " | |||
"newpath)`` tuples that will be replaced in module paths." | |||
msgstr "" | |||
"Cette classe fournit les méthodes :meth:`run_script` et :meth:`report` pour " | |||
"déterminer l'ensemble des modules importés par un script. *path* peut être " | |||
"une liste de dossiers dans lesquels chercher les modules; si non spécifié, " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il manque un espace, de préférence insécable, avant le ";".
library/modulefinder.po
Outdated
"Cette classe fournit les méthodes :meth:`run_script` et :meth:`report` pour " | ||
"déterminer l'ensemble des modules importés par un script. *path* peut être " | ||
"une liste de dossiers dans lesquels chercher les modules; si non spécifié, " | ||
"``sys.path`` est utilisé. *debug* définit le niveau de débogage; des valeurs " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pareil.
library/modulefinder.po
Outdated
|
||
#: ../Doc/library/modulefinder.rst:63 | ||
msgid "The script that is going to get analyzed later on (bacon.py)::" | ||
msgstr "" | ||
msgstr "Le script qui sera analysé (bacon.py)::" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il manque un espace insécable avant le ::
, ou, si tu ne sais pas entrer un espace insécable avec ton clavier, un : ::
(espace, deux points, espace, deux points deux points) sera suffisant.
library/modulefinder.po
Outdated
|
||
#: ../Doc/library/modulefinder.rst:78 | ||
msgid "The script that will output the report of bacon.py::" | ||
msgstr "" | ||
msgstr "Le script qui va afficher le rapport de bacon.py::" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pareil.
library/modulefinder.po
Outdated
|
||
#: ../Doc/library/modulefinder.rst:94 | ||
msgid "Sample output (may vary depending on the architecture)::" | ||
msgstr "" | ||
msgstr "Exemple de sortie (peut varier en fonction de l'architecture)::" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pareil.
@JulienPalard c'est corrigé :) |
Fix #223