--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PyLint/i18n/pylint_fr.ts Fri Jul 29 19:03:10 2011 +0200 @@ -0,0 +1,493 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS><TS version="2.0" language="fr" sourcelanguage=""> +<context> + <name>PyLintConfigDialog</name> + <message> + <location filename="PyLint/PyLintConfigDialog.py" line="231"/> + <source>Configuration Files (*.cfg *.cnf *.rc);;All Files (*)</source> + <translation>Fichiers de configuration (*.cfg *.cnf *.rc);;Tous les fichiers (*)</translation> + </message> + <message> + <location filename="PyLint/PyLintConfigDialog.py" line="231"/> + <source>Select configuration file</source> + <translation>Sélection d'un fichier de configuration</translation> + </message> + <message> + <location filename="PyLint/PyLintConfigDialog.py" line="246"/> + <source>Select report file</source> + <translation>Sélecion d'un fichier rapport</translation> + </message> + <message> + <location filename="PyLint/PyLintConfigDialog.py" line="318"/> + <source>Process Generation Error</source> + <translation>Erreur dans la generation du processus</translation> + </message> + <message> + <location filename="PyLint/PyLintConfigDialog.py" line="318"/> + <source>Could not start %1.<br>Ensure that it is in the search path.</source> + <translation>Impossible de démarrer %1.<br>Assurez-vous qu'il est bien dans le chemin de recherche.</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="211"/> + <source>PyLint Configuration</source> + <translation>Configuration de PyLint</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="235"/> + <source>General</source> + <translation>Général</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="213"/> + <source>Output</source> + <translation>Sortie</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="214"/> + <source>Select to generate a plain text report</source> + <translation>Sélectionner pour générer un rapport au format texte brut</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="215"/> + <source>Generate &Textreport</source> + <translation>Générer un rapport au format &texte</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="216"/> + <source>Alt+T</source> + <translation>Alt+T</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="217"/> + <source>Select to generate a HTML report</source> + <translation>Sélectionner pour générer un rapport au format HTML</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="218"/> + <source>Generate &HTML Report</source> + <translation>Générer un rapport au format &HTML</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="219"/> + <source>Alt+H</source> + <translation>Alt+H</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="220"/> + <source>Show the pylint result in a dialog</source> + <translation>Afficher les résultats de pylint dans un fenêtre indépendante</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="221"/> + <source>Show Result &Dialog</source> + <translation>Afficher le résultat dans une &fenêtre</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="222"/> + <source>Alt+D</source> + <translation>Alt+D</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="223"/> + <source>Report File</source> + <translation>Fichier Rapport</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="224"/> + <source>Enter the name of the report file</source> + <translation>Entrer le nom du fichier rapport</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="233"/> + <source>Press to open a file selection dialog</source> + <translation>Cliquer pour choisir un fichier</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="234"/> + <source>...</source> + <translation>...</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="227"/> + <source>Enter the name of the configuration file</source> + <translation>Entrer le nom du fichier de configuration</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="228"/> + <source>Press to generate a sample configuration</source> + <translation>Cliquer pour générer un exemple de configuration</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="229"/> + <source><b>Generate Configuration Template</b> +<p>This generates a sample configuration. The data is shown in a new editor window.</p></source> + <translation><b>Générer un gabarit de configuration</b> +<p>Génère un exemple de configuration. Les données sont affichées dans une nouvelle fenêtre d'édition.</p></translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="231"/> + <source>&Generate Configuration Template</source> + <translation>&Générer un gabarit de configuration</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="232"/> + <source>Alt+G</source> + <translation>Alt+G</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="262"/> + <source>Checkers</source> + <translation>Vérificateurs</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="236"/> + <source>Select to enable the variables checker</source> + <translation>Cocher pour activer la vérification des variables</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="237"/> + <source>Variables</source> + <translation>Variables</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="240"/> + <source>Select to enable the similarities checker</source> + <translation>Cocher pour activer la vérification des similarités</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="241"/> + <source>Similarities</source> + <translation>Similarités</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="248"/> + <source>Select to enable the metrics checker</source> + <translation>Cocher pour activer le décompte des lignes dans les différentes catégories de code</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="249"/> + <source>Metrics</source> + <translation>Décompte des lignes</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="246"/> + <source>Select to enable the miscellaneous checker</source> + <translation>Cocher pour activer la vérification des paramètres divers</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="247"/> + <source>Miscellaneous</source> + <translation>Divers</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="258"/> + <source>Select to enable the imports checker</source> + <translation>Cocher pour activer la vérification des importations</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="259"/> + <source>Imports</source> + <translation>Imports</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="250"/> + <source>Select to enable the format checker</source> + <translation>Cocher pour activer la vérification des formats</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="251"/> + <source>Format</source> + <translation>Format</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="254"/> + <source>Select to enable the design checker</source> + <translation>Cocher pour activer la vérification de design de code</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="255"/> + <source>Design</source> + <translation>Design</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="256"/> + <source>Select to enable the classes checker</source> + <translation>Cocher pour activer la vérification des classes</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="257"/> + <source>Classes</source> + <translation>Classes</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="252"/> + <source>Select to enable the exceptions checker</source> + <translation>Cocher pour activer la vérification des exceptions</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="253"/> + <source>Exceptions</source> + <translation>Exceptions</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="260"/> + <source>Select to enable the basic checker</source> + <translation>Cocher pour activer la vérification basique</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="261"/> + <source>Basic</source> + <translation>Basique</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="212"/> + <source>Configuration &File:</source> + <translation>&Fichier de configuration:</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="238"/> + <source>Select to enable the typecheck checker</source> + <translation>Cocher pour activer le vérificateur de types</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="239"/> + <source>Typecheck</source> + <translation>Vérificateur de types</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="244"/> + <source>Select to enable the newstyle checker</source> + <translation>Cocher pour activer le vérificateur de styles</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="245"/> + <source>Newstyle</source> + <translation>Newstyle</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="242"/> + <source>Select to enable the rpython checker</source> + <translation>Cocher pour activer le vérificateur rpython</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintConfigDialog.py" line="243"/> + <source>RPython</source> + <translation>RPython</translation> + </message> +</context> +<context> + <name>PyLintExecDialog</name> + <message> + <location filename="PyLint/PyLintExecDialog.py" line="139"/> + <source>Process Generation Error</source> + <translation>Erreur dans la génération du processus</translation> + </message> + <message> + <location filename="PyLint/PyLintExecDialog.py" line="347"/> + <source>PyLint Report</source> + <translation>Rapport PyLint</translation> + </message> + <message> + <location filename="PyLint/PyLintExecDialog.py" line="315"/> + <source><p>The PyLint report file <b>%1</b> already exists.</p></source> + <translation><p>Le fichier rapport PyLint <b>%1</b> existe déjà.</p></translation> + </message> + <message> + <location filename="PyLint/PyLintExecDialog.py" line="332"/> + <source><p>The PyLint report file <b>%1</b> could not be written.<br>Reason: %2</p></source> + <translation><p>Impossible d'écrire le fichier rapport PyLint <b>%1</b>. Raison : <b>%2</b></p></translation> + </message> + <message> + <location filename="PyLint/PyLintExecDialog.py" line="343"/> + <source>HTML Files (*.html);;All Files (*)</source> + <translation>Fichiers HTML (*.html);;Tous les fichiers (*)</translation> + </message> + <message> + <location filename="PyLint/PyLintExecDialog.py" line="345"/> + <source>Text Files (*.txt);;All Files (*)</source> + <translation>Fichiers texte (*.txt);;Tous fichiers (*)</translation> + </message> + <message> + <location filename="PyLint/PyLintExecDialog.py" line="62"/> + <source>Convention</source> + <translation>Convention</translation> + </message> + <message> + <location filename="PyLint/PyLintExecDialog.py" line="63"/> + <source>Refactor</source> + <translation>Restructuration</translation> + </message> + <message> + <location filename="PyLint/PyLintExecDialog.py" line="64"/> + <source>Warning</source> + <translation>Warning</translation> + </message> + <message> + <location filename="PyLint/PyLintExecDialog.py" line="65"/> + <source>Error</source> + <translation>Erreur</translation> + </message> + <message> + <location filename="PyLint/PyLintExecDialog.py" line="66"/> + <source>Fatal</source> + <translation>Fatal</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintExecDialog.py" line="86"/> + <source>PyLint Results</source> + <translation>Résultats PyLint</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintExecDialog.py" line="88"/> + <source>Results:</source> + <translation type="obsolete">Résultats:</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintExecDialog.py" line="88"/> + <source><b>PyLint Execution</b> +<p>This shows the results of the PyLint run.</p></source> + <translation><b>Execution PyLint</b> +<p>Affiche les résultats de la vérification PyLint.</p></translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintExecDialog.py" line="91"/> + <source>File</source> + <translation>Fichier</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintExecDialog.py" line="92"/> + <source>Line</source> + <translation>Ligne</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintExecDialog.py" line="93"/> + <source>Type</source> + <translation>Type</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintExecDialog.py" line="94"/> + <source>Message</source> + <translation>Message</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintExecDialog.py" line="95"/> + <source>Errors:</source> + <translation type="obsolete">Erreurs:</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintExecDialog.py" line="96"/> + <source><b>PyLint Execution</b> +<p>This shows the errors of the PyLint run.</p></source> + <translation><b>Execution PyLint</b> +<p>Affiche les erreurs de l'execution de PyLint.</p></translation> + </message> + <message> + <location filename="PyLint/PyLintExecDialog.py" line="42"/> + <source>Press to save the report to a file</source> + <translation>Cliquer pour enregistrer le rapport dans un fichier</translation> + </message> + <message> + <location filename="PyLint/PyLintExecDialog.py" line="205"/> + <source>No PyLint errors found.</source> + <translation>Aucune erreur PyLint.</translation> + </message> + <message> + <location filename="PyLint/PyLintExecDialog.py" line="40"/> + <source>Save Report...</source> + <translation>Enregistrer le rapport...</translation> + </message> + <message> + <location filename="PyLint/PyLintExecDialog.py" line="139"/> + <source>The process %1 could not be started. Ensure, that it is in the search path.</source> + <translation>Impossible de lancer le processus %1. Assurez-vous qu'il est bien dans le chemin de recherche.</translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintExecDialog.py" line="87"/> + <source>Results</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="PyLint/Ui_PyLintExecDialog.py" line="95"/> + <source>Errors</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="PyLint/PyLintExecDialog.py" line="47"/> + <source>Refresh</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="PyLint/PyLintExecDialog.py" line="48"/> + <source>Press to refresh the result display</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>PyLintPlugin</name> + <message> + <location filename="PluginPyLint.py" line="274"/> + <source>Run PyLint</source> + <translation>Lancer PyLint</translation> + </message> + <message> + <location filename="PluginPyLint.py" line="274"/> + <source>Run &PyLint...</source> + <translation>Lancer &PyLint...</translation> + </message> + <message> + <location filename="PluginPyLint.py" line="140"/> + <source>Check project, packages or modules with pylint.</source> + <translation>Vérifie le projet, les packages ou les modules avec pylint.</translation> + </message> + <message> + <location filename="PluginPyLint.py" line="277"/> + <source><b>Run PyLint...</b><p>This checks the project, packages or modules using pylint.</p></source> + <translation><b>Lancer PyLint...</b><p>Vérifie le projet, les packages ou les modules avec pylint.</p></translation> + </message> + <message> + <location filename="PluginPyLint.py" line="287"/> + <source>Show PyLint Dialog</source> + <translation>Afficher la fenêtre PyLint</translation> + </message> + <message> + <location filename="PluginPyLint.py" line="287"/> + <source>Show Py&Lint Dialog...</source> + <translation>Afficher la fenêtre P&yLint...</translation> + </message> + <message> + <location filename="PluginPyLint.py" line="153"/> + <source>Show the PyLint dialog with the results of the last run.</source> + <translation>Affiche la fenêtre PyLint avec les résultats du dernier run.</translation> + </message> + <message> + <location filename="PluginPyLint.py" line="290"/> + <source><b>Show PyLint Dialog...</b><p>This shows the PyLint dialog with the results of the last run.</p></source> + <translation><b>Afficher la fenêtre PyLint...</b><p>Affiche la fenêtre PyLint avec les résultats du dernier run.</p></translation> + </message> + <message> + <location filename="PluginPyLint.py" line="59"/> + <source>Checkers - Pylint</source> + <translation>Vérificateurs - Pylint</translation> + </message> + <message> + <location filename="PluginPyLint.py" line="126"/> + <source>PyLint version < 0.12.0.</source> + <translation>PyLint version < 0.12.0.</translation> + </message> + <message> + <location filename="PluginPyLint.py" line="129"/> + <source>Cannot determine Pylint version.</source> + <translation>Impossible de déterminer la version de Pylint.</translation> + </message> + <message> + <location filename="PluginPyLint.py" line="132"/> + <source>PyLint executable '%1' not found.</source> + <translation>Impossible de trouver l'executable Pylint '%1'.</translation> + </message> + <message> + <location filename="PluginPyLint.py" line="168"/> + <source><b>Run PyLint...</b><p>This checks the loaded module using pylint.</p></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS>