--- a/src/eric7/i18n/eric7_fr.ts Fri Jun 14 11:23:45 2024 +0200 +++ b/src/eric7/i18n/eric7_fr.ts Fri Jun 14 14:01:18 2024 +0200 @@ -650,12 +650,17 @@ <context> <name>AddFileDialog</name> <message> - <location filename="../Project/AddFileDialog.py" line="74" /> + <location filename="../Project/AddFileDialog.py" line="86" /> <source>Select Files</source> <translation>Sélection de fichiers</translation> </message> <message> - <location filename="../Project/AddFileDialog.py" line="85" /> + <location filename="../Project/AddFileDialog.py" line="88" /> + <source>Select Remote Files</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/AddFileDialog.py" line="100" /> <source>All Files (*)</source> <translation>Tous fichiers (*)</translation> </message> @@ -1360,59 +1365,59 @@ <context> <name>ApplicationDiagramBuilder</name> <message> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="49" /> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="50" /> <source>Application Diagram {0}</source> <translation>Diagramme de l'application {0}</translation> </message> <message> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="72" /> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="84" /> <source>Parsing modules...</source> <translation>Analyse des modules...</translation> </message> <message> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="76" /> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="88" /> <source>%v/%m Modules</source> <translation>Modules %v/%m</translation> </message> <message> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="158" /> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="147" /> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="79" /> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="204" /> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="193" /> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="91" /> <source>Application Diagram</source> <translation>Application Diagramme</translation> </message> <message> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="148" /> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="194" /> <source>Select the application directory:</source> <translation type="unfinished" /> </message> <message> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="159" /> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="205" /> <source>No application package could be detected. Aborting...</source> <translation type="unfinished" /> </message> <message> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="272" /> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="321" /> <source><<Application>></source> <translation><<Application>></translation> </message> <message> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="274" /> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="323" /> <source><<Others>></source> <translation><<Autres>></translation> </message> <message> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="439" /> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="488" /> <source>Load Diagram</source> <translation>Charger le diagramme</translation> </message> <message> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="440" /> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="489" /> <source><p>The diagram belongs to the project <b>{0}</b>. Shall this project be opened?</p></source> <translation><p> Le diagramme appartient au projet <b>{0}</b>. Est-ce que ce projet devrqit être ouvert ? </p></translation> </message> <message> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="482" /> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="531" /> <source><p>The diagram belongs to project <b>{0}</b>. Please open it and try again.</p></source> <translation type="unfinished" /> </message> @@ -1712,27 +1717,27 @@ <context> <name>AssistantJedi</name> <message> - <location filename="../JediInterface/AssistantJedi.py" line="229" /> + <location filename="../JediInterface/AssistantJedi.py" line="230" /> <source>Refactoring</source> <translation type="unfinished" /> </message> <message> - <location filename="../JediInterface/AssistantJedi.py" line="231" /> + <location filename="../JediInterface/AssistantJedi.py" line="232" /> <source>Rename Variable</source> <translation type="unfinished" /> </message> <message> - <location filename="../JediInterface/AssistantJedi.py" line="234" /> + <location filename="../JediInterface/AssistantJedi.py" line="235" /> <source>Extract Variable</source> <translation type="unfinished" /> </message> <message> - <location filename="../JediInterface/AssistantJedi.py" line="237" /> + <location filename="../JediInterface/AssistantJedi.py" line="238" /> <source>Inline Variable</source> <translation type="unfinished" /> </message> <message> - <location filename="../JediInterface/AssistantJedi.py" line="241" /> + <location filename="../JediInterface/AssistantJedi.py" line="242" /> <source>Extract Function</source> <translation type="unfinished" /> </message> @@ -3316,287 +3321,315 @@ <context> <name>Browser</name> <message> - <location filename="../UI/Browser.py" line="122" /> + <location filename="../UI/Browser.py" line="125" /> <source>File-Browser</source> <translation>Navigateur de fichiers</translation> </message> <message> - <location filename="../UI/Browser.py" line="141" /> + <location filename="../UI/Browser.py" line="147" /> <source><b>The Browser Window</b><p>This allows you to easily navigate the hierarchy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierarchies.</p><p>The first hierarchy is only shown if you have opened a program for debugging and its root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierarchy gives you easy access to most of what you will need.</p><p>The next hierarchy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierarchies allow you navigate your system as a whole. On a UNIX system there will be a hierarchy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierarchy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierarchies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a test run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/Browser.py" line="240" /> - <source>Show Hidden Files</source> - <translation type="unfinished">Montrer les fichiers cachés</translation> - </message> - <message> <location filename="../UI/Browser.py" line="246" /> + <source>Show Hidden Files</source> + <translation type="unfinished">Montrer les fichiers cachés</translation> + </message> + <message> + <location filename="../UI/Browser.py" line="252" /> <source>New</source> <translation type="unfinished">Nouveau</translation> </message> <message> - <location filename="../UI/Browser.py" line="248" /> + <location filename="../UI/Browser.py" line="254" /> <source>Directory</source> <translation type="unfinished">Répertoire</translation> </message> <message> - <location filename="../UI/Browser.py" line="251" /> + <location filename="../UI/Browser.py" line="257" /> <source>File</source> <translation type="unfinished">Fichier</translation> </message> <message> - <location filename="../UI/Browser.py" line="333" /> - <location filename="../UI/Browser.py" line="291" /> - <location filename="../UI/Browser.py" line="257" /> + <location filename="../UI/Browser.py" line="339" /> + <location filename="../UI/Browser.py" line="297" /> + <location filename="../UI/Browser.py" line="263" /> <source>Open</source> <translation>Ouvrir</translation> </message> <message> - <location filename="../UI/Browser.py" line="260" /> + <location filename="../UI/Browser.py" line="266" /> <source>Run Test...</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/Browser.py" line="673" /> - <location filename="../UI/Browser.py" line="665" /> - <location filename="../UI/Browser.py" line="655" /> - <location filename="../UI/Browser.py" line="646" /> - <location filename="../UI/Browser.py" line="311" /> - <location filename="../UI/Browser.py" line="264" /> + <location filename="../UI/Browser.py" line="703" /> + <location filename="../UI/Browser.py" line="695" /> + <location filename="../UI/Browser.py" line="685" /> + <location filename="../UI/Browser.py" line="676" /> + <location filename="../UI/Browser.py" line="317" /> + <location filename="../UI/Browser.py" line="270" /> <source>Show Mime-Type</source> <translation>Montrer le type Mime</translation> </message> <message> - <location filename="../UI/Browser.py" line="268" /> + <location filename="../UI/Browser.py" line="274" /> <source>Refresh Source File</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/Browser.py" line="621" /> - <location filename="../UI/Browser.py" line="372" /> - <location filename="../UI/Browser.py" line="315" /> - <location filename="../UI/Browser.py" line="273" /> + <location filename="../UI/Browser.py" line="651" /> + <location filename="../UI/Browser.py" line="382" /> + <location filename="../UI/Browser.py" line="321" /> + <location filename="../UI/Browser.py" line="279" /> <source>Show in File Manager</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/Browser.py" line="376" /> - <location filename="../UI/Browser.py" line="319" /> - <location filename="../UI/Browser.py" line="277" /> + <location filename="../UI/Browser.py" line="386" /> + <location filename="../UI/Browser.py" line="325" /> + <location filename="../UI/Browser.py" line="283" /> <source>Copy Path to Clipboard</source> <translation>Copier chemin dans le Presse-Papiers</translation> </message> <message> - <location filename="../UI/Browser.py" line="384" /> - <location filename="../UI/Browser.py" line="339" /> - <location filename="../UI/Browser.py" line="327" /> - <location filename="../UI/Browser.py" line="285" /> + <location filename="../UI/Browser.py" line="394" /> + <location filename="../UI/Browser.py" line="345" /> + <location filename="../UI/Browser.py" line="333" /> + <location filename="../UI/Browser.py" line="291" /> <source>Delete</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/Browser.py" line="294" /> + <location filename="../UI/Browser.py" line="300" /> <source>Open in Hex Editor</source> <translation>Ouvrir dans Hex Editor</translation> </message> <message> - <location filename="../UI/Browser.py" line="298" /> + <location filename="../UI/Browser.py" line="304" /> <source>Open in Icon Editor</source> <translation>Ouvrir dans Icon Editor</translation> </message> <message> - <location filename="../UI/Browser.py" line="302" /> + <location filename="../UI/Browser.py" line="308" /> <source>Open in Editor</source> <translation type="unfinished">Ouvrir dans l'éditeur</translation> </message> <message> - <location filename="../UI/Browser.py" line="306" /> + <location filename="../UI/Browser.py" line="312" /> <source>Open in PDF Viewer</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/Browser.py" line="403" /> - <location filename="../UI/Browser.py" line="394" /> - <location filename="../UI/Browser.py" line="345" /> - <source>New toplevel directory...</source> - <translation>Nouveau répertoire racine...</translation> - </message> - <message> - <location filename="../UI/Browser.py" line="349" /> - <source>Add as toplevel directory</source> - <translation>Ajouter en tant que répertoire racine</translation> - </message> - <message> - <location filename="../UI/Browser.py" line="353" /> - <source>Remove from toplevel</source> - <translation>Supprimer du niveau racine</translation> - </message> - <message> - <location filename="../UI/Browser.py" line="358" /> - <source>Refresh directory</source> - <translation>Rafraichir répertoire</translation> + <location filename="../UI/Browser.py" line="417" /> + <location filename="../UI/Browser.py" line="404" /> + <location filename="../UI/Browser.py" line="351" /> + <source>New Top Level Directory...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/Browser.py" line="421" /> + <location filename="../UI/Browser.py" line="408" /> + <location filename="../UI/Browser.py" line="355" /> + <source>New Remote Top Level Directory...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/Browser.py" line="359" /> + <source>Add as top level directory</source> + <translation type="unfinished" /> </message> <message> <location filename="../UI/Browser.py" line="363" /> + <source>Remove from top level</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/Browser.py" line="368" /> + <source>Refresh directory</source> + <translation>Rafraichir répertoire</translation> + </message> + <message> + <location filename="../UI/Browser.py" line="373" /> <source>Find in this directory</source> <translation>Trouver dans ce répertoire</translation> </message> <message> - <location filename="../UI/Browser.py" line="367" /> + <location filename="../UI/Browser.py" line="377" /> <source>Find && Replace in this directory</source> <translation>Chercher && Remplacer dans ce répertoire</translation> </message> <message> - <location filename="../UI/Browser.py" line="388" /> + <location filename="../UI/Browser.py" line="398" /> <source>Goto</source> <translation>Aller à</translation> </message> <message> - <location filename="../UI/Browser.py" line="508" /> + <location filename="../UI/Browser.py" line="538" /> <source>Line {0}</source> <translation>Ligne {0}</translation> </message> <message> - <location filename="../UI/Browser.py" line="647" /> + <location filename="../UI/Browser.py" line="677" /> <source>The mime type of the file could not be determined.</source> <translation>Le type mime du fichier n'a pas pu être déterminé.</translation> </message> <message> - <location filename="../UI/Browser.py" line="666" /> - <location filename="../UI/Browser.py" line="656" /> + <location filename="../UI/Browser.py" line="696" /> + <location filename="../UI/Browser.py" line="686" /> <source>The file has the mime type <b>{0}</b>.</source> <translation>Le fichier a le type mime <b>{0}</b>.</translation> </message> <message> - <location filename="../UI/Browser.py" line="674" /> + <location filename="../UI/Browser.py" line="704" /> <source>The file has the mime type <b>{0}</b>.<br/> Shall it be added to the list of text mime types?</source> <translation>Le fichier a le type mime <b>{0}</b>.<br/> Faut-il l'ajouter à la liste des types mime texte ?</translation> </message> <message> - <location filename="../UI/Browser.py" line="782" /> - <source>New toplevel directory</source> - <translation>Nouveau répertoire racine</translation> - </message> - <message> - <location filename="../UI/Browser.py" line="622" /> + <location filename="../UI/Browser.py" line="814" /> + <source>New Top Level Directory</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/Browser.py" line="829" /> + <source>New Remote Top Level Directory</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/Browser.py" line="652" /> <source><p>The directory of the selected item (<b>{0}</b>) cannot be shown in a file manager application.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/Browser.py" line="1029" /> - <location filename="../UI/Browser.py" line="1017" /> - <location filename="../UI/Browser.py" line="1008" /> + <location filename="../UI/Browser.py" line="1082" /> + <location filename="../UI/Browser.py" line="1070" /> + <location filename="../UI/Browser.py" line="1061" /> <source>New Directory</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/Browser.py" line="1009" /> + <location filename="../UI/Browser.py" line="1062" /> <source>Name for new directory:</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/Browser.py" line="1056" /> - <location filename="../UI/Browser.py" line="1018" /> + <location filename="../UI/Browser.py" line="1109" /> + <location filename="../UI/Browser.py" line="1071" /> <source>A file or directory named <b>{0}</b> exists already. Aborting...</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/Browser.py" line="1030" /> + <location filename="../UI/Browser.py" line="1083" /> <source><p>The directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"><p>Le répertoire <b>{0}</b> ne peut être créé.</p><p>Raison : {1}</p></translation> </message> <message> - <location filename="../UI/Browser.py" line="1068" /> - <location filename="../UI/Browser.py" line="1055" /> - <location filename="../UI/Browser.py" line="1046" /> + <location filename="../UI/Browser.py" line="1121" /> + <location filename="../UI/Browser.py" line="1108" /> + <location filename="../UI/Browser.py" line="1099" /> <source>New File</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/Browser.py" line="1047" /> + <location filename="../UI/Browser.py" line="1100" /> <source>Name for new file:</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/Browser.py" line="1069" /> + <location filename="../UI/Browser.py" line="1122" /> <source><p>The file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/Browser.py" line="1165" /> - <location filename="../UI/Browser.py" line="1107" /> - <location filename="../UI/Browser.py" line="1097" /> + <location filename="../UI/Browser.py" line="1218" /> + <location filename="../UI/Browser.py" line="1160" /> + <location filename="../UI/Browser.py" line="1150" /> <source>Delete File</source> <translation type="unfinished">Supprimer le fichier</translation> </message> <message> - <location filename="../UI/Browser.py" line="1098" /> + <location filename="../UI/Browser.py" line="1151" /> <source>Do you really want to delete this file?</source> <translation type="unfinished">Voulez-vous vraiment supprimer ce fichier ?</translation> </message> <message> - <location filename="../UI/Browser.py" line="1166" /> - <location filename="../UI/Browser.py" line="1108" /> + <location filename="../UI/Browser.py" line="1219" /> + <location filename="../UI/Browser.py" line="1161" /> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"><p>Le fichier sélectionné <b>{0}</b> ne peut être supprimé.</p><p>Raison : {1}</p></translation> </message> <message> - <location filename="../UI/Browser.py" line="1133" /> - <location filename="../UI/Browser.py" line="1123" /> + <location filename="../UI/Browser.py" line="1186" /> + <location filename="../UI/Browser.py" line="1176" /> <source>Delete Directory</source> <translation type="unfinished">Supprimer le répertoire</translation> </message> <message> - <location filename="../UI/Browser.py" line="1124" /> + <location filename="../UI/Browser.py" line="1177" /> <source>Do you really want to delete this directory?</source> <translation type="unfinished">Voulez-vous vraiment supprimer ce répertoire ?</translation> </message> <message> - <location filename="../UI/Browser.py" line="1134" /> + <location filename="../UI/Browser.py" line="1187" /> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"><p>Le répertoire sélectionné <b>{0}</b> ne peut être supprimé.</p><p>Raison : {1}</p></translation> </message> <message> - <location filename="../UI/Browser.py" line="1154" /> + <location filename="../UI/Browser.py" line="1207" /> <source>Delete Files</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/Browser.py" line="1155" /> + <location filename="../UI/Browser.py" line="1208" /> <source>Do you really want to delete these files?</source> <translation type="unfinished" /> </message> + <message> + <source>New toplevel directory...</source> + <translation type="vanished">Nouveau répertoire racine...</translation> + </message> + <message> + <source>Add as toplevel directory</source> + <translation type="vanished">Ajouter en tant que répertoire racine</translation> + </message> + <message> + <source>Remove from toplevel</source> + <translation type="vanished">Supprimer du niveau racine</translation> + </message> + <message> + <source>New toplevel directory</source> + <translation type="vanished">Nouveau répertoire racine</translation> + </message> </context> <context> <name>BrowserModel</name> <message> - <location filename="../UI/BrowserModel.py" line="91" /> + <location filename="../UI/BrowserModel.py" line="96" /> <source>Name</source> <translation>Nom</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="725" /> + <location filename="../UI/BrowserModel.py" line="782" /> <source>Coding: {0}</source> <translation>Codage: {0}</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="735" /> + <location filename="../UI/BrowserModel.py" line="792" /> <source>Globals</source> <translation>Variables globales</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="740" /> + <location filename="../UI/BrowserModel.py" line="797" /> <source>Imports</source> <translation>Imports</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="843" /> + <location filename="../UI/BrowserModel.py" line="900" /> <source>Attributes</source> <translation>Attributs</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="854" /> + <location filename="../UI/BrowserModel.py" line="911" /> <source>Class Attributes</source> <translation>Attributs de classe</translation> </message> @@ -5012,47 +5045,47 @@ <context> <name>CodeMetricsDialog</name> <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="60" /> + <location filename="../DataViews/CodeMetricsDialog.py" line="64" /> <source>Collapse All</source> <translation type="unfinished">Tout contracter</translation> </message> <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="61" /> + <location filename="../DataViews/CodeMetricsDialog.py" line="65" /> <source>Expand All</source> <translation type="unfinished" /> </message> <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="209" /> + <location filename="../DataViews/CodeMetricsDialog.py" line="221" /> <source>files</source> <translation>fichiers</translation> </message> <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="210" /> + <location filename="../DataViews/CodeMetricsDialog.py" line="222" /> <source>lines</source> <translation>lignes</translation> </message> <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="211" /> + <location filename="../DataViews/CodeMetricsDialog.py" line="223" /> <source>bytes</source> <translation>octets</translation> </message> <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="212" /> + <location filename="../DataViews/CodeMetricsDialog.py" line="224" /> <source>comments</source> <translation>commentaires</translation> </message> <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="214" /> + <location filename="../DataViews/CodeMetricsDialog.py" line="226" /> <source>comment lines</source> <translation>lignes de commentaire</translation> </message> <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="217" /> + <location filename="../DataViews/CodeMetricsDialog.py" line="229" /> <source>empty lines</source> <translation>lignes vides</translation> </message> <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="220" /> + <location filename="../DataViews/CodeMetricsDialog.py" line="232" /> <source>non-commentary lines</source> <translation>lignes non-commentaires</translation> </message> @@ -6230,37 +6263,37 @@ <translation type="unfinished" /> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="235" /> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="239" /> <source>Errors</source> <translation>Erreurs</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="260" /> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="264" /> <source>Error: {0}</source> <translation>Erreur : {0}</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1233" /> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1252" /> <source>{0} (ignored)</source> <translation>{0} (ignoré)</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1308" /> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1327" /> <source>No issues found.</source> <translation>Pas d'erreur trouvée.</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1312" /> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1331" /> <source>No files found (check your ignore list).</source> <translation>Pas de fichier trouvé (vérifier votre liste d'ignorés).</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="2967" /> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="2984" /> <source>Commented Code Whitelist Pattern</source> <translation type="unfinished" /> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="2968" /> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="2985" /> <source>Enter a Commented Code Whitelist Pattern</source> <translation type="unfinished" /> </message> @@ -7799,304 +7832,21 @@ </message> <message> <location filename="../Preferences/ConfigurationDialog.py" line="214" /> + <source>eric-ide Server</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="221" /> <source>Graphics</source> <translation>Graphiques</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="882" /> - <location filename="../Preferences/ConfigurationDialog.py" line="221" /> + <location filename="../Preferences/ConfigurationDialog.py" line="889" /> + <location filename="../Preferences/ConfigurationDialog.py" line="228" /> <source>Hex Editor</source> <translation>Hex Editor</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="1115" /> - <location filename="../Preferences/ConfigurationDialog.py" line="1076" /> - <location filename="../Preferences/ConfigurationDialog.py" line="968" /> - <location filename="../Preferences/ConfigurationDialog.py" line="930" /> - <location filename="../Preferences/ConfigurationDialog.py" line="899" /> - <location filename="../Preferences/ConfigurationDialog.py" line="868" /> - <location filename="../Preferences/ConfigurationDialog.py" line="771" /> - <location filename="../Preferences/ConfigurationDialog.py" line="656" /> - <location filename="../Preferences/ConfigurationDialog.py" line="228" /> - <source>Icons</source> - <translation>Icônes</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="234" /> - <source>IRC</source> - <translation>IRC</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="236" /> - <source>Log-Viewer</source> - <translation>Fenêtre de log</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="1090" /> - <location filename="../Preferences/ConfigurationDialog.py" line="243" /> - <source>MicroPython</source> - <translation type="unfinished">MicroPython</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="250" /> - <source>MIME-Types</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="785" /> - <location filename="../Preferences/ConfigurationDialog.py" line="257" /> - <source>Network</source> - <translation>Réseau</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="264" /> - <source>Notifications</source> - <translation>Notifications</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="913" /> - <location filename="../Preferences/ConfigurationDialog.py" line="271" /> - <source>PDF Viewer</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="951" /> - <location filename="../Preferences/ConfigurationDialog.py" line="278" /> - <source>Python Package Management</source> - <translation>Gestion des packages Python</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="285" /> - <source>Plugin Manager</source> - <translation>Gestionnaire de plugins</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="792" /> - <location filename="../Preferences/ConfigurationDialog.py" line="670" /> - <location filename="../Preferences/ConfigurationDialog.py" line="292" /> - <source>Printer</source> - <translation>Impression</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="299" /> - <source>Python</source> - <translation>Python</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="305" /> - <source>Qt</source> - <translation>Qt</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="799" /> - <location filename="../Preferences/ConfigurationDialog.py" line="307" /> - <source>Security</source> - <translation type="unfinished">Sécurité</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="982" /> - <location filename="../Preferences/ConfigurationDialog.py" line="314" /> - <source>Shell</source> - <translation>Shell</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="320" /> - <source>Tasks</source> - <translation>Tâches</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="322" /> - <source>Templates</source> - <translation>Gabarits</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="851" /> - <location filename="../Preferences/ConfigurationDialog.py" line="329" /> - <source>Tray Starter</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="336" /> - <source>Version Control Systems</source> - <translation>Contrôle de versions</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="343" /> - <source>Debugger</source> - <translation>Débogueur</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="989" /> - <location filename="../Preferences/ConfigurationDialog.py" line="684" /> - <location filename="../Preferences/ConfigurationDialog.py" line="385" /> - <location filename="../Preferences/ConfigurationDialog.py" line="350" /> - <source>General</source> - <translation>Général</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="357" /> - <source>Python3</source> - <translation>Python3</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="677" /> - <location filename="../Preferences/ConfigurationDialog.py" line="364" /> - <source>Editor</source> - <translation>Éditeur</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="371" /> - <source>APIs</source> - <translation>APIs</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="378" /> - <source>Documentation Viewer</source> - <translation>Visionneur de documentation</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="691" /> - <location filename="../Preferences/ConfigurationDialog.py" line="392" /> - <source>Filehandling</source> - <translation>Gestion des fichiers</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="996" /> - <location filename="../Preferences/ConfigurationDialog.py" line="698" /> - <location filename="../Preferences/ConfigurationDialog.py" line="399" /> - <source>Searching</source> - <translation>Recherche</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="834" /> - <location filename="../Preferences/ConfigurationDialog.py" line="705" /> - <location filename="../Preferences/ConfigurationDialog.py" line="634" /> - <location filename="../Preferences/ConfigurationDialog.py" line="406" /> - <source>Spell checking</source> - <translation>Correction orthographique</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="1003" /> - <location filename="../Preferences/ConfigurationDialog.py" line="712" /> - <location filename="../Preferences/ConfigurationDialog.py" line="413" /> - <source>Style</source> - <translation>Style</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="420" /> - <source>Code Checkers</source> - <translation>Vérificateurs de code</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="719" /> - <location filename="../Preferences/ConfigurationDialog.py" line="427" /> - <source>Typing</source> - <translation>Autoformat</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="434" /> - <source>Exporters</source> - <translation>Exportation</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="1010" /> - <location filename="../Preferences/ConfigurationDialog.py" line="441" /> - <source>Autocompletion</source> - <translation>Autocomplétion</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="1031" /> - <location filename="../Preferences/ConfigurationDialog.py" line="1017" /> - <location filename="../Preferences/ConfigurationDialog.py" line="469" /> - <location filename="../Preferences/ConfigurationDialog.py" line="448" /> - <source>QScintilla</source> - <translation>QScintilla</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="525" /> - <location filename="../Preferences/ConfigurationDialog.py" line="476" /> - <location filename="../Preferences/ConfigurationDialog.py" line="455" /> - <source>Jedi</source> - <translation type="unfinished">Jedi</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="1024" /> - <location filename="../Preferences/ConfigurationDialog.py" line="462" /> - <source>Calltips</source> - <translation>Calltips</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="1038" /> - <location filename="../Preferences/ConfigurationDialog.py" line="726" /> - <location filename="../Preferences/ConfigurationDialog.py" line="483" /> - <source>Highlighters</source> - <translation>Analyseurs syntaxiques</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="733" /> - <location filename="../Preferences/ConfigurationDialog.py" line="490" /> - <source>Filetype Associations</source> - <translation>Types de fichiers</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="1045" /> - <location filename="../Preferences/ConfigurationDialog.py" line="740" /> - <location filename="../Preferences/ConfigurationDialog.py" line="497" /> - <source>Styles</source> - <translation>Styles</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="1052" /> - <location filename="../Preferences/ConfigurationDialog.py" line="747" /> - <location filename="../Preferences/ConfigurationDialog.py" line="504" /> - <source>Keywords</source> - <translation>Mots-clef</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="1059" /> - <location filename="../Preferences/ConfigurationDialog.py" line="754" /> - <location filename="../Preferences/ConfigurationDialog.py" line="511" /> - <source>Properties</source> - <translation>Propriétés</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="518" /> - <source>Mouse Click Handlers</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="532" /> - <source>Help</source> - <translation>Aide</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="806" /> - <location filename="../Preferences/ConfigurationDialog.py" line="539" /> - <source>Help Documentation</source> - <translation>Sources de documentation</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="546" /> - <source>Help Viewers</source> - <translation>Visionneurs d'aide</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="567" /> - <location filename="../Preferences/ConfigurationDialog.py" line="553" /> - <source>Project</source> - <translation>Projet</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="560" /> - <source>Project Viewer</source> - <translation>Gestionnaire de projet</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="574" /> - <source>Multiproject</source> - <translation>Multi-projet</translation> - </message> - <message> <location filename="../Preferences/ConfigurationDialog.py" line="1122" /> <location filename="../Preferences/ConfigurationDialog.py" line="1083" /> <location filename="../Preferences/ConfigurationDialog.py" line="975" /> @@ -8105,69 +7855,357 @@ <location filename="../Preferences/ConfigurationDialog.py" line="875" /> <location filename="../Preferences/ConfigurationDialog.py" line="778" /> <location filename="../Preferences/ConfigurationDialog.py" line="663" /> - <location filename="../Preferences/ConfigurationDialog.py" line="588" /> - <location filename="../Preferences/ConfigurationDialog.py" line="581" /> - <source>Interface</source> - <translation>Interface</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="595" /> - <source>Viewmanager</source> - <translation>Gestionnaire d'affichage</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationDialog.py" line="606" /> - <source>Web Browser</source> - <translation>Navigateur Web</translation> + <location filename="../Preferences/ConfigurationDialog.py" line="235" /> + <source>Icons</source> + <translation>Icônes</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="241" /> + <source>IRC</source> + <translation>IRC</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="243" /> + <source>Log-Viewer</source> + <translation>Fenêtre de log</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="1097" /> + <location filename="../Preferences/ConfigurationDialog.py" line="250" /> + <source>MicroPython</source> + <translation type="unfinished">MicroPython</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="257" /> + <source>MIME-Types</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="792" /> + <location filename="../Preferences/ConfigurationDialog.py" line="264" /> + <source>Network</source> + <translation>Réseau</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="271" /> + <source>Notifications</source> + <translation>Notifications</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="920" /> + <location filename="../Preferences/ConfigurationDialog.py" line="278" /> + <source>PDF Viewer</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="958" /> + <location filename="../Preferences/ConfigurationDialog.py" line="285" /> + <source>Python Package Management</source> + <translation>Gestion des packages Python</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="292" /> + <source>Plugin Manager</source> + <translation>Gestionnaire de plugins</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="799" /> + <location filename="../Preferences/ConfigurationDialog.py" line="677" /> + <location filename="../Preferences/ConfigurationDialog.py" line="299" /> + <source>Printer</source> + <translation>Impression</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="306" /> + <source>Python</source> + <translation>Python</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="312" /> + <source>Qt</source> + <translation>Qt</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="806" /> + <location filename="../Preferences/ConfigurationDialog.py" line="314" /> + <source>Security</source> + <translation type="unfinished">Sécurité</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="989" /> + <location filename="../Preferences/ConfigurationDialog.py" line="321" /> + <source>Shell</source> + <translation>Shell</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="327" /> + <source>Tasks</source> + <translation>Tâches</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="329" /> + <source>Templates</source> + <translation>Gabarits</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="858" /> + <location filename="../Preferences/ConfigurationDialog.py" line="336" /> + <source>Tray Starter</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="343" /> + <source>Version Control Systems</source> + <translation>Contrôle de versions</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="350" /> + <source>Debugger</source> + <translation>Débogueur</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="996" /> + <location filename="../Preferences/ConfigurationDialog.py" line="691" /> + <location filename="../Preferences/ConfigurationDialog.py" line="392" /> + <location filename="../Preferences/ConfigurationDialog.py" line="357" /> + <source>General</source> + <translation>Général</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="364" /> + <source>Python3</source> + <translation>Python3</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="684" /> + <location filename="../Preferences/ConfigurationDialog.py" line="371" /> + <source>Editor</source> + <translation>Éditeur</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="378" /> + <source>APIs</source> + <translation>APIs</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="385" /> + <source>Documentation Viewer</source> + <translation>Visionneur de documentation</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="698" /> + <location filename="../Preferences/ConfigurationDialog.py" line="399" /> + <source>Filehandling</source> + <translation>Gestion des fichiers</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="1003" /> + <location filename="../Preferences/ConfigurationDialog.py" line="705" /> + <location filename="../Preferences/ConfigurationDialog.py" line="406" /> + <source>Searching</source> + <translation>Recherche</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="841" /> + <location filename="../Preferences/ConfigurationDialog.py" line="712" /> + <location filename="../Preferences/ConfigurationDialog.py" line="641" /> + <location filename="../Preferences/ConfigurationDialog.py" line="413" /> + <source>Spell checking</source> + <translation>Correction orthographique</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="1010" /> + <location filename="../Preferences/ConfigurationDialog.py" line="719" /> + <location filename="../Preferences/ConfigurationDialog.py" line="420" /> + <source>Style</source> + <translation>Style</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="427" /> + <source>Code Checkers</source> + <translation>Vérificateurs de code</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="726" /> + <location filename="../Preferences/ConfigurationDialog.py" line="434" /> + <source>Typing</source> + <translation>Autoformat</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="441" /> + <source>Exporters</source> + <translation>Exportation</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="1017" /> + <location filename="../Preferences/ConfigurationDialog.py" line="448" /> + <source>Autocompletion</source> + <translation>Autocomplétion</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="1038" /> + <location filename="../Preferences/ConfigurationDialog.py" line="1024" /> + <location filename="../Preferences/ConfigurationDialog.py" line="476" /> + <location filename="../Preferences/ConfigurationDialog.py" line="455" /> + <source>QScintilla</source> + <translation>QScintilla</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="532" /> + <location filename="../Preferences/ConfigurationDialog.py" line="483" /> + <location filename="../Preferences/ConfigurationDialog.py" line="462" /> + <source>Jedi</source> + <translation type="unfinished">Jedi</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="1031" /> + <location filename="../Preferences/ConfigurationDialog.py" line="469" /> + <source>Calltips</source> + <translation>Calltips</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="1045" /> + <location filename="../Preferences/ConfigurationDialog.py" line="733" /> + <location filename="../Preferences/ConfigurationDialog.py" line="490" /> + <source>Highlighters</source> + <translation>Analyseurs syntaxiques</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="740" /> + <location filename="../Preferences/ConfigurationDialog.py" line="497" /> + <source>Filetype Associations</source> + <translation>Types de fichiers</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="1052" /> + <location filename="../Preferences/ConfigurationDialog.py" line="747" /> + <location filename="../Preferences/ConfigurationDialog.py" line="504" /> + <source>Styles</source> + <translation>Styles</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="1059" /> + <location filename="../Preferences/ConfigurationDialog.py" line="754" /> + <location filename="../Preferences/ConfigurationDialog.py" line="511" /> + <source>Keywords</source> + <translation>Mots-clef</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="1066" /> + <location filename="../Preferences/ConfigurationDialog.py" line="761" /> + <location filename="../Preferences/ConfigurationDialog.py" line="518" /> + <source>Properties</source> + <translation>Propriétés</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="525" /> + <source>Mouse Click Handlers</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="539" /> + <source>Help</source> + <translation>Aide</translation> </message> <message> <location filename="../Preferences/ConfigurationDialog.py" line="813" /> + <location filename="../Preferences/ConfigurationDialog.py" line="546" /> + <source>Help Documentation</source> + <translation>Sources de documentation</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="553" /> + <source>Help Viewers</source> + <translation>Visionneurs d'aide</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="574" /> + <location filename="../Preferences/ConfigurationDialog.py" line="560" /> + <source>Project</source> + <translation>Projet</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="567" /> + <source>Project Viewer</source> + <translation>Gestionnaire de projet</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="581" /> + <source>Multiproject</source> + <translation>Multi-projet</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="1129" /> + <location filename="../Preferences/ConfigurationDialog.py" line="1090" /> + <location filename="../Preferences/ConfigurationDialog.py" line="982" /> + <location filename="../Preferences/ConfigurationDialog.py" line="944" /> + <location filename="../Preferences/ConfigurationDialog.py" line="913" /> + <location filename="../Preferences/ConfigurationDialog.py" line="882" /> + <location filename="../Preferences/ConfigurationDialog.py" line="785" /> + <location filename="../Preferences/ConfigurationDialog.py" line="670" /> + <location filename="../Preferences/ConfigurationDialog.py" line="595" /> + <location filename="../Preferences/ConfigurationDialog.py" line="588" /> + <source>Interface</source> + <translation>Interface</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="602" /> + <source>Viewmanager</source> + <translation>Gestionnaire d'affichage</translation> + </message> + <message> <location filename="../Preferences/ConfigurationDialog.py" line="613" /> - <source>Appearance</source> - <translation>Apparence</translation> + <source>Web Browser</source> + <translation>Navigateur Web</translation> </message> <message> <location filename="../Preferences/ConfigurationDialog.py" line="820" /> <location filename="../Preferences/ConfigurationDialog.py" line="620" /> - <source>eric Web Browser</source> - <translation type="unfinished" /> + <source>Appearance</source> + <translation>Apparence</translation> </message> <message> <location filename="../Preferences/ConfigurationDialog.py" line="827" /> <location filename="../Preferences/ConfigurationDialog.py" line="627" /> + <source>eric Web Browser</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="834" /> + <location filename="../Preferences/ConfigurationDialog.py" line="634" /> <source>VirusTotal Interface</source> <translation type="unfinished" /> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="1097" /> - <location filename="../Preferences/ConfigurationDialog.py" line="944" /> + <location filename="../Preferences/ConfigurationDialog.py" line="1104" /> + <location filename="../Preferences/ConfigurationDialog.py" line="951" /> <source>Network Proxy</source> <translation type="unfinished">Proxy réseau</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="1214" /> + <location filename="../Preferences/ConfigurationDialog.py" line="1221" /> <source>Enter search text...</source> <translation>Entrer le texte de recherche...</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="1289" /> + <location filename="../Preferences/ConfigurationDialog.py" line="1296" /> <source>Preferences</source> <translation>Préférences</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="1295" /> + <location filename="../Preferences/ConfigurationDialog.py" line="1302" /> <source>Please select an entry of the list to display the configuration page.</source> <translation>Choisir une entrée dans la liste pour afficher la page de configuration.</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="1378" /> + <location filename="../Preferences/ConfigurationDialog.py" line="1385" /> <source>Configuration Page Error</source> <translation>Erreur de la page de configuration</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="1379" /> + <location filename="../Preferences/ConfigurationDialog.py" line="1386" /> <source><p>The configuration page <b>{0}</b> could not be loaded.</p></source> <translation><p>La page de configuration <b>{0}</b> n'a pas pu être chargée.</p></translation> </message> @@ -9308,55 +9346,55 @@ <context> <name>DebugServer</name> <message> - <location filename="../Debugger/DebugServer.py" line="189" /> + <location filename="../Debugger/DebugServer.py" line="190" /> <source>created</source> <comment>must be same as in EditWatchpointDialog</comment> <translation>créée</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="192" /> + <location filename="../Debugger/DebugServer.py" line="193" /> <source>changed</source> <comment>must be same as in EditWatchpointDialog</comment> <translation>modifiée</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="352" /> + <location filename="../Debugger/DebugServer.py" line="355" /> <source>Register Debugger Interface</source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/DebugServer.py" line="353" /> + <location filename="../Debugger/DebugServer.py" line="356" /> <source><p>The debugger interface <b>{0}</b> has already been registered. Ignoring this request.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/DebugServer.py" line="924" /> + <location filename="../Debugger/DebugServer.py" line="952" /> <source>Connection from unknown host</source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/DebugServer.py" line="925" /> + <location filename="../Debugger/DebugServer.py" line="953" /> <source><p>A connection was attempted by the unknown host <b>{0}</b>. Accept this connection?</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1324" /> - <location filename="../Debugger/DebugServer.py" line="1242" /> - <location filename="../Debugger/DebugServer.py" line="1159" /> - <location filename="../Debugger/DebugServer.py" line="1070" /> + <location filename="../Debugger/DebugServer.py" line="1355" /> + <location filename="../Debugger/DebugServer.py" line="1272" /> + <location filename="../Debugger/DebugServer.py" line="1188" /> + <location filename="../Debugger/DebugServer.py" line="1098" /> <source>Start Debugger</source> <translation>Démarrage du débogueur</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1325" /> - <location filename="../Debugger/DebugServer.py" line="1243" /> - <location filename="../Debugger/DebugServer.py" line="1160" /> - <location filename="../Debugger/DebugServer.py" line="1071" /> + <location filename="../Debugger/DebugServer.py" line="1356" /> + <location filename="../Debugger/DebugServer.py" line="1273" /> + <location filename="../Debugger/DebugServer.py" line="1189" /> + <location filename="../Debugger/DebugServer.py" line="1099" /> <source><p>The debugger type <b>{0}</b> is not supported or not configured.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1913" /> + <location filename="../Debugger/DebugServer.py" line="1945" /> <source> Not connected </source> @@ -9365,19 +9403,19 @@ </translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="2076" /> + <location filename="../Debugger/DebugServer.py" line="2109" /> <source>Passive debug connection received </source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/DebugServer.py" line="2090" /> + <location filename="../Debugger/DebugServer.py" line="2123" /> <source>Passive debug connection closed </source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/DebugServer.py" line="2221" /> + <location filename="../Debugger/DebugServer.py" line="2254" /> <source><project></source> <translation type="unfinished" /> </message> @@ -9394,7 +9432,7 @@ <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/DebugUI.py" line="2339" /> + <location filename="../Debugger/DebugUI.py" line="2353" /> <location filename="../Debugger/DebugUI.py" line="234" /> <source>Run Script</source> <translation>Lancer le script</translation> @@ -9415,8 +9453,8 @@ <translation><b>Lancer le script</b><p>Entrer les arguments de la ligne de commande et lancer le script sans le débogueur. Si le script a des modifications, elles doivent d'abord être enregistrées.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="2345" /> - <location filename="../Debugger/DebugUI.py" line="2339" /> + <location filename="../Debugger/DebugUI.py" line="2359" /> + <location filename="../Debugger/DebugUI.py" line="2353" /> <location filename="../Debugger/DebugUI.py" line="255" /> <source>Run Project</source> <translation>Lancer le projet</translation> @@ -9517,7 +9555,7 @@ <translation><b>Profiler le projet</b><p>Entrer les arguments de la ligne de commande et profiler le projet. Si des fichiers du projet ont été modifiés, ils doivent d'abord être enregistrés.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="2525" /> + <location filename="../Debugger/DebugUI.py" line="2546" /> <location filename="../Debugger/DebugUI.py" line="365" /> <source>Debug Script</source> <translation>Déboguer le script</translation> @@ -9538,8 +9576,8 @@ <translation><b>Deboguer le script</b><p>Entrer les arguments de la ligne de commande et donner la ligne qui correspond à la première instruction Python. Si le fichier a été modifié, il doit d'abord être sauvé.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="2531" /> - <location filename="../Debugger/DebugUI.py" line="2525" /> + <location filename="../Debugger/DebugUI.py" line="2552" /> + <location filename="../Debugger/DebugUI.py" line="2546" /> <location filename="../Debugger/DebugUI.py" line="387" /> <source>Debug Project</source> <translation>Déboguer le projet</translation> @@ -9560,6 +9598,7 @@ <translation><b>Deboguer le projet</b><p>Entrer les arguments de la ligne de commande et donner la ligne correspondant à la première instruction Python du script principal du projet en cours.Si des fichiers du projet ont été modifiés, ils doivent d'abord être sauvés.</p></translation> </message> <message> + <location filename="../Debugger/DebugUI.py" line="2868" /> <location filename="../Debugger/DebugUI.py" line="411" /> <location filename="../Debugger/DebugUI.py" line="409" /> <source>Restart</source> @@ -10029,29 +10068,34 @@ <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/DebugUI.py" line="2346" /> - <location filename="../Debugger/DebugUI.py" line="2155" /> + <location filename="../Debugger/DebugUI.py" line="2360" /> + <location filename="../Debugger/DebugUI.py" line="2162" /> <location filename="../Debugger/DebugUI.py" line="1960" /> <source>There is no main script defined for the current project. Aborting</source> <translation>Il n'y a pas de script principal défini dans le projet en cours. Abandon</translation> </message> <message> + <location filename="../Debugger/DebugUI.py" line="2161" /> + <location filename="../Debugger/DebugUI.py" line="2152" /> + <source>Profile Run of Project</source> + <translation type="unfinished" /> + </message> + <message> <location filename="../Debugger/DebugUI.py" line="2154" /> - <location filename="../Debugger/DebugUI.py" line="2145" /> - <source>Profile Run of Project</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="2147" /> <source>Profile Run of Script</source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/DebugUI.py" line="2532" /> + <location filename="../Debugger/DebugUI.py" line="2553" /> <source>There is no main script defined for the current project. No debugging possible.</source> <translation>Il n'y a pas de script principal défini dans le projet en cours. Débogage impossible.</translation> </message> <message> + <location filename="../Debugger/DebugUI.py" line="3225" /> + <source><p>The selected file <b>{0}</b> is located on an eric-ide server but no such server is connected. Aborting...</p></source> + <translation type="unfinished" /> + </message> + <message> <source>Coverage of Project</source> <translation type="vanished">Coverage du projet</translation> </message> @@ -10732,46 +10776,46 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="595" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="572" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="501" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="457" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="364" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="341" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="286" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="262" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="201" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="727" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="704" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="611" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="565" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="446" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="423" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="346" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="322" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="259" /> <source>Start Debugger</source> <translation>Démarrage du débogueur</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="458" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="202" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="566" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="260" /> <source><p>No suitable Python3 environment configured.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="596" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="573" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="502" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="365" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="342" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="263" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="728" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="705" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="612" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="447" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="424" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="323" /> <source><p>The debugger backend could not be started.</p></source> <translation><p>Impossible de lancer le débogueur en arrière-plan.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="287" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="347" /> <source><p>Remote debugging is configured but no command for remote login was given.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1458" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1657" /> <source>Debug Protocol Error</source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1459" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1658" /> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation type="unfinished" /> </message> @@ -10972,7 +11016,7 @@ <translation>Ne pas spécifier d'encodage pour le débogueur</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="142" /> + <location filename="../Project/DebuggerPropertiesDialog.py" line="176" /> <source>All Files (*)</source> <translation>Tous fichiers (*)</translation> </message> @@ -10980,22 +11024,32 @@ <context> <name>DebuggerPropertiesFile</name> <message> - <location filename="../Project/DebuggerPropertiesFile.py" line="75" /> + <location filename="../Project/DebuggerPropertiesFile.py" line="76" /> + <source>Save Remote Debugger Properties</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/DebuggerPropertiesFile.py" line="79" /> <source>Save Debugger Properties</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/DebuggerPropertiesFile.py" line="76" /> + <location filename="../Project/DebuggerPropertiesFile.py" line="87" /> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/DebuggerPropertiesFile.py" line="103" /> + <location filename="../Project/DebuggerPropertiesFile.py" line="113" /> + <source>Read Remote Debugger Properties</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/DebuggerPropertiesFile.py" line="116" /> <source>Read Debugger Properties</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/DebuggerPropertiesFile.py" line="104" /> + <location filename="../Project/DebuggerPropertiesFile.py" line="124" /> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished" /> </message> @@ -12599,1017 +12653,1042 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3526" /> - <location filename="../QScintilla/Editor.py" line="471" /> - <location filename="../QScintilla/Editor.py" line="456" /> + <location filename="../QScintilla/Editor.py" line="3546" /> + <location filename="../QScintilla/Editor.py" line="485" /> + <location filename="../QScintilla/Editor.py" line="470" /> <source>Open File</source> <translation>Ouvrir Fichier</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="457" /> + <location filename="../QScintilla/Editor.py" line="471" /> <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b> and exceeds the configured limit of <b>{2} KB</b>. It will not be opened!</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="472" /> + <location filename="../QScintilla/Editor.py" line="486" /> <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="574" /> + <location filename="../QScintilla/Editor.py" line="588" /> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>Fenêtre d'édition</b><p>Cette fenêtre est utilisée pour afficher et éditer les codes sources. Vous pouvez en ouvrir autant que vous le souhaitez. Le nom du fichier ouvert est inscrit dans la barre principale.</p><p>Vous pouvez définir des points d'arrêt en cliquant sur la marge de gauche, entre les numéros de lignes et les marques de pliage de code. Les points d'arrêt peuvent être édités via le menu contextuel (en cliquant droit sur le point).</p><p>De manière similaire, vous pouvez définir des signets avec Shift+Click dans la marge.</p><p>Pour ces deux types de points, le menu contextuel (click droit) permet de défaire l'action.</p><p>Le Ctrl+Click sur une marque d'erreur de sytaxe permet de visualiser les informations sur l'erreur.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="928" /> + <location filename="../QScintilla/Editor.py" line="942" /> <source>Undo</source> <translation>Défaire</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="931" /> + <location filename="../QScintilla/Editor.py" line="945" /> <source>Redo</source> <translation>Refaire</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="934" /> + <location filename="../QScintilla/Editor.py" line="948" /> <source>Revert to last saved state</source> <translation>Ecraser avec le dernier état enregistré</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="938" /> + <location filename="../QScintilla/Editor.py" line="952" /> <source>Cut</source> <translation>Couper</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="941" /> - <source>Copy</source> - <translation>Copier</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="944" /> - <source>Paste</source> - <translation>Coller</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="950" /> - <source>Indent</source> - <translation>Indenter</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="955" /> + <source>Copy</source> + <translation>Copier</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="958" /> + <source>Paste</source> + <translation>Coller</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="964" /> + <source>Indent</source> + <translation>Indenter</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="969" /> <source>Unindent</source> <translation>Désindenter</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="960" /> - <source>Comment</source> - <translation>Commenter</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="965" /> - <source>Uncomment</source> - <translation>Décommenter</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="9958" /> - <location filename="../QScintilla/Editor.py" line="970" /> - <source>Generate Docstring</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="973" /> - <source>Select to brace</source> - <translation>Sélection parenthèses</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="974" /> + <source>Comment</source> + <translation>Commenter</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="979" /> + <source>Uncomment</source> + <translation>Décommenter</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="10138" /> + <location filename="../QScintilla/Editor.py" line="984" /> + <source>Generate Docstring</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="987" /> + <source>Select to brace</source> + <translation>Sélection parenthèses</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="988" /> <source>Select all</source> <translation>Tout sélectionner</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="975" /> - <source>Deselect all</source> - <translation>Tout déselectionner</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="977" /> - <source>Execute Selection In Console</source> - <translation>Exécuter la sélection en console</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="989" /> + <source>Deselect all</source> + <translation>Tout déselectionner</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="991" /> + <source>Execute Selection In Console</source> + <translation>Exécuter la sélection en console</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1003" /> <source>Use Monospaced Font</source> <translation>Utiliser une police monospacée</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="994" /> + <location filename="../QScintilla/Editor.py" line="1008" /> <source>Autosave enabled</source> <translation>Sauvegarde automatique activée</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="999" /> + <location filename="../QScintilla/Editor.py" line="1013" /> <source>Typing aids enabled</source> <translation>Aide à la frappe activée</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1007" /> + <location filename="../QScintilla/Editor.py" line="1021" /> <source>Automatic Completion enabled</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1016" /> + <location filename="../QScintilla/Editor.py" line="1030" /> <source>Calltip</source> <translation>Calltip</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1019" /> + <location filename="../QScintilla/Editor.py" line="1033" /> <source>Code Info</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1034" /> + <location filename="../QScintilla/Editor.py" line="1048" /> <source>New Document View</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1039" /> + <location filename="../QScintilla/Editor.py" line="1053" /> <source>New Document View (with new split)</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1047" /> + <location filename="../QScintilla/Editor.py" line="1061" /> <source>Reload</source> <translation type="unfinished">Recharger</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1050" /> + <location filename="../QScintilla/Editor.py" line="1064" /> <source>Save</source> <translation>Enregistrer</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1054" /> + <location filename="../QScintilla/Editor.py" line="1068" /> <source>Save As...</source> <translation>Enregistrer sous...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1059" /> + <location filename="../QScintilla/Editor.py" line="1073" /> + <source>Save as (Remote)...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1078" /> <source>Save Copy...</source> <translation>Enregistrer une copie...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1081" /> - <location filename="../QScintilla/Editor.py" line="1078" /> + <location filename="../QScintilla/Editor.py" line="1100" /> + <location filename="../QScintilla/Editor.py" line="1097" /> <source>Complete</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1085" /> + <location filename="../QScintilla/Editor.py" line="1104" /> <source>Clear Completions Cache</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1088" /> - <source>Complete from Document</source> - <translation>à partir du document</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1090" /> - <source>Complete from APIs</source> - <translation>à partir des fichiers API</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1093" /> - <source>Complete from Document and APIs</source> - <translation>à partir du document et des fichiers API</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1107" /> + <source>Complete from Document</source> + <translation>à partir du document</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1109" /> + <source>Complete from APIs</source> + <translation>à partir des fichiers API</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1112" /> + <source>Complete from Document and APIs</source> + <translation>à partir du document et des fichiers API</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1126" /> <source>Check</source> <translation>Vérification</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1118" /> - <source>Code Formatting</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1124" /> - <source>Black</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1129" /> - <source>Format Code</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1133" /> - <source>Check Formatting</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1137" /> + <source>Code Formatting</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1143" /> + <source>Black</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1148" /> + <source>Format Code</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1152" /> + <source>Check Formatting</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1156" /> <source>Formatting Diff</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1146" /> + <location filename="../QScintilla/Editor.py" line="1165" /> <source>isort</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1151" /> + <location filename="../QScintilla/Editor.py" line="1170" /> <source>Sort Imports</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1155" /> + <location filename="../QScintilla/Editor.py" line="1174" /> <source>Imports Sorting Diff</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1171" /> + <location filename="../QScintilla/Editor.py" line="1190" /> <source>Tools</source> <translation>Outils</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1182" /> + <location filename="../QScintilla/Editor.py" line="1201" /> <source>Show</source> <translation>Afficher</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1184" /> + <location filename="../QScintilla/Editor.py" line="1204" /> <source>Code metrics...</source> <translation>Statistiques du code...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1186" /> + <location filename="../QScintilla/Editor.py" line="1207" /> <source>Code coverage...</source> <translation>Code coverage...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1189" /> - <source>Show code coverage annotations</source> - <translation>Afficher les annotations de code coverage</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1192" /> - <source>Hide code coverage annotations</source> - <translation>Masquer les annotations de code coverage</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1196" /> - <source>Profile data...</source> - <translation>Profiler les données...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1210" /> - <source>Diagrams</source> - <translation>Diagrammes</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1212" /> - <source>Class Diagram...</source> - <translation>Diagramme des classes...</translation> + <source>Show code coverage annotations</source> + <translation>Afficher les annotations de code coverage</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1213" /> + <source>Hide code coverage annotations</source> + <translation>Masquer les annotations de code coverage</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1217" /> + <source>Profile data...</source> + <translation>Profiler les données...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1231" /> + <source>Diagrams</source> + <translation>Diagrammes</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1233" /> + <source>Class Diagram...</source> + <translation>Diagramme des classes...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1234" /> <source>Package Diagram...</source> <translation>Diagramme des packages...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1214" /> + <location filename="../QScintilla/Editor.py" line="1235" /> <source>Imports Diagram...</source> <translation>Diagramme des modules...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1216" /> + <location filename="../QScintilla/Editor.py" line="1237" /> <source>Application Diagram...</source> <translation>Diagramme de l'application...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1221" /> + <location filename="../QScintilla/Editor.py" line="1242" /> <source>Load Diagram...</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1236" /> + <location filename="../QScintilla/Editor.py" line="1257" /> <source>Languages</source> <translation>Langages</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1240" /> + <location filename="../QScintilla/Editor.py" line="1261" /> <source>Text</source> <translation type="unfinished">Texte</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1262" /> - <source>Guessed</source> - <translation>Suggestion</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1594" /> - <location filename="../QScintilla/Editor.py" line="1266" /> - <source>Alternatives</source> - <translation>Alternatives</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1283" /> + <source>Guessed</source> + <translation>Suggestion</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1615" /> + <location filename="../QScintilla/Editor.py" line="1287" /> + <source>Alternatives</source> + <translation>Alternatives</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1304" /> <source>Encodings</source> <translation>Encodings</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1306" /> + <location filename="../QScintilla/Editor.py" line="1327" /> <source>Re-Open With Encoding</source> <translation>Réouvrir avec encodage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1326" /> + <location filename="../QScintilla/Editor.py" line="1347" /> <source>End-of-Line Type</source> <translation>Type de fin de ligne</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330" /> + <location filename="../QScintilla/Editor.py" line="1351" /> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1336" /> + <location filename="../QScintilla/Editor.py" line="1357" /> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1342" /> + <location filename="../QScintilla/Editor.py" line="1363" /> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1360" /> + <location filename="../QScintilla/Editor.py" line="1381" /> <source>Spelling</source> <translation type="unfinished">Orthographe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="9045" /> - <location filename="../QScintilla/Editor.py" line="1368" /> + <location filename="../QScintilla/Editor.py" line="9226" /> + <location filename="../QScintilla/Editor.py" line="1389" /> <source>Check spelling...</source> <translation>Correction orthographique...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1373" /> - <source>Check spelling of selection...</source> - <translation>Correction orthographique de la sélection...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1377" /> - <source>Remove from dictionary</source> - <translation>Supprimer du dictionnaire</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1394" /> - <source>Spell Check Languages</source> - <translation>Correction orthographique</translation> + <source>Check spelling of selection...</source> + <translation>Correction orthographique de la sélection...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1398" /> + <source>Remove from dictionary</source> + <translation>Supprimer du dictionnaire</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1415" /> + <source>Spell Check Languages</source> + <translation>Correction orthographique</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1419" /> <source>No Language</source> <translation>Pas de langage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1425" /> + <location filename="../QScintilla/Editor.py" line="1446" /> <source>Toggle bookmark</source> <translation>Placer/supprimer un signet</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1427" /> + <location filename="../QScintilla/Editor.py" line="1448" /> <source>Next bookmark</source> <translation>Signet suivant</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1430" /> + <location filename="../QScintilla/Editor.py" line="1451" /> <source>Previous bookmark</source> <translation>Signet précédent</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1433" /> + <location filename="../QScintilla/Editor.py" line="1454" /> <source>Clear all bookmarks</source> <translation>Effacer tous les signets</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1444" /> + <location filename="../QScintilla/Editor.py" line="1465" /> <source>Toggle breakpoint</source> <translation>Placer/supprimer un point d'arrêt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1447" /> + <location filename="../QScintilla/Editor.py" line="1468" /> <source>Toggle temporary breakpoint</source> <translation>Placer/Supprimer un point d'arret temporaire</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1450" /> + <location filename="../QScintilla/Editor.py" line="1471" /> <source>Edit breakpoint...</source> <translation>Éditer le point d'arrêt...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6497" /> - <location filename="../QScintilla/Editor.py" line="1453" /> + <location filename="../QScintilla/Editor.py" line="6577" /> + <location filename="../QScintilla/Editor.py" line="1474" /> <source>Enable breakpoint</source> <translation>Activer le point d'arrêt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1456" /> - <source>Next breakpoint</source> - <translation>Point d'arrêt suivant</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1459" /> - <source>Previous breakpoint</source> - <translation>Point d'arrêt précédent</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1462" /> - <source>Clear all breakpoints</source> - <translation>Effacer tous les points d'arrêts</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1473" /> - <source>Toggle all folds</source> - <translation>Contracte/Déploie tout le code</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1477" /> + <source>Next breakpoint</source> + <translation>Point d'arrêt suivant</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1480" /> + <source>Previous breakpoint</source> + <translation>Point d'arrêt précédent</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1483" /> + <source>Clear all breakpoints</source> + <translation>Effacer tous les points d'arrêts</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1494" /> + <source>Toggle all folds</source> + <translation>Contracte/Déploie tout le code</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1498" /> <source>Toggle all folds (including children)</source> <translation>Contracte/Déploie tout le code (sous-niveaux inclus)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1482" /> + <location filename="../QScintilla/Editor.py" line="1503" /> <source>Toggle current fold</source> <translation>Contracte/Déploie le paragraphe courant</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1486" /> + <location filename="../QScintilla/Editor.py" line="1507" /> <source>Expand (including children)</source> <translation>Déploie (sous-niveaux inclus)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1490" /> + <location filename="../QScintilla/Editor.py" line="1511" /> <source>Collapse (including children)</source> <translation>Contracte (sous-niveaux inclus)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1495" /> - <source>Clear all folds</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1506" /> - <source>Goto syntax error</source> - <translation>Aller à l'erreur de syntaxe suivante</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1509" /> - <source>Show syntax error message</source> - <translation>Afficher le message d'erreur de syntaxe</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1512" /> - <source>Clear syntax error</source> - <translation>Supprimer les flags d'erreurs de syntaxe</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1516" /> + <source>Clear all folds</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1527" /> + <source>Goto syntax error</source> + <translation>Aller à l'erreur de syntaxe suivante</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1530" /> + <source>Show syntax error message</source> + <translation>Afficher le message d'erreur de syntaxe</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1533" /> + <source>Clear syntax error</source> + <translation>Supprimer les flags d'erreurs de syntaxe</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1537" /> <source>Next warning</source> <translation>Alerte suivante</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1519" /> + <location filename="../QScintilla/Editor.py" line="1540" /> <source>Previous warning</source> <translation>Alerte précédente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1522" /> - <source>Show warning message</source> - <translation>Afficher les messages d'alerte</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1525" /> - <source>Clear warnings</source> - <translation>Effacer les alertes</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1529" /> - <source>Next uncovered line</source> - <translation>Ligne non executée suivante</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1532" /> - <source>Previous uncovered line</source> - <translation>Ligne non executée précédente</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1536" /> - <source>Next task</source> - <translation>Tâche suivante</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1539" /> - <source>Previous task</source> - <translation>Tâche précédente</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1543" /> - <source>Next change</source> - <translation>Modification suivante</translation> + <source>Show warning message</source> + <translation>Afficher les messages d'alerte</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1546" /> + <source>Clear warnings</source> + <translation>Effacer les alertes</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1550" /> + <source>Next uncovered line</source> + <translation>Ligne non executée suivante</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1553" /> + <source>Previous uncovered line</source> + <translation>Ligne non executée précédente</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1557" /> + <source>Next task</source> + <translation>Tâche suivante</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1560" /> + <source>Previous task</source> + <translation>Tâche précédente</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1564" /> + <source>Next change</source> + <translation>Modification suivante</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1567" /> <source>Previous change</source> <translation>Modification précédente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1549" /> + <location filename="../QScintilla/Editor.py" line="1570" /> <source>Clear changes</source> <translation>Effacer les modifications</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1579" /> - <location filename="../QScintilla/Editor.py" line="1570" /> + <location filename="../QScintilla/Editor.py" line="1600" /> + <location filename="../QScintilla/Editor.py" line="1591" /> <source>Export source</source> <translation>Exportation de source</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1571" /> + <location filename="../QScintilla/Editor.py" line="1592" /> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1580" /> + <location filename="../QScintilla/Editor.py" line="1601" /> <source>No export format given. Aborting...</source> <translation>Aucun format d'exportation indiqué. Abandon...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1591" /> + <location filename="../QScintilla/Editor.py" line="1612" /> <source>Alternatives ({0})</source> <translation type="unfinished">Alternatives ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1615" /> + <location filename="../QScintilla/Editor.py" line="1636" /> <source>Pygments Lexer</source> <translation>Analyseur Pygments</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1616" /> + <location filename="../QScintilla/Editor.py" line="1637" /> <source>Select the Pygments lexer to apply.</source> <translation>Sélectionne l'analyseur Pygments à appliquer.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2218" /> + <location filename="../QScintilla/Editor.py" line="2239" /> <source>Modification of Read Only file</source> <translation>Modification de la lecture seule</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2219" /> + <location filename="../QScintilla/Editor.py" line="2240" /> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Le fichier est en lecture seule. Sauvez d'abord votre fichier sous un autre nom.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2700" /> + <location filename="../QScintilla/Editor.py" line="2721" /> <source>Add Breakpoint</source> <translation type="unfinished">Ajouter un point d'arrêt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2701" /> + <location filename="../QScintilla/Editor.py" line="2722" /> <source>No Python byte code will be created for the selected line. No break point will be set!</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="3055" /> + <location filename="../QScintilla/Editor.py" line="3076" /> <source>Printing...</source> <translation>Impression....</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3072" /> + <location filename="../QScintilla/Editor.py" line="3093" /> <source>Printing completed</source> <translation>Impression terminée</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3074" /> + <location filename="../QScintilla/Editor.py" line="3095" /> <source>Error while printing</source> <translation>Erreur durant l'impression</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3077" /> + <location filename="../QScintilla/Editor.py" line="3098" /> <source>Printing aborted</source> <translation>Impression abandonnée</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3459" /> + <location filename="../QScintilla/Editor.py" line="3480" /> <source>File Modified</source> <translation>Fichier Modifié</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3460" /> + <location filename="../QScintilla/Editor.py" line="3481" /> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Le fichier <b>{0}</b> a des modifications non enregistrées.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3527" /> + <location filename="../QScintilla/Editor.py" line="3533" /> + <source>Open Remote File</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="3564" /> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Le fichier <b>{0}</b> ne peut être ouvert.</p><p>Raison : {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3718" /> - <location filename="../QScintilla/Editor.py" line="3699" /> - <location filename="../QScintilla/Editor.py" line="3659" /> + <location filename="../QScintilla/Editor.py" line="3767" /> + <location filename="../QScintilla/Editor.py" line="3692" /> <source>Save File</source> <translation>Enregistrer Fichier</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3660" /> + <location filename="../QScintilla/Editor.py" line="3758" /> + <location filename="../QScintilla/Editor.py" line="3699" /> + <source>Save Remote File</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="3712" /> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Le fichier <b>{0}</b> ne peut être enregistré.<br/>Raison : {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3719" /> + <location filename="../QScintilla/Editor.py" line="3793" /> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Le fichier <b>{0}</b>existe déjà. Écraser ?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3863" /> + <location filename="../QScintilla/Editor.py" line="3937" /> <source>Save File to Device</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="3864" /> + <location filename="../QScintilla/Editor.py" line="3938" /> <source>Enter the complete device file path:</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="5652" /> + <location filename="../QScintilla/Editor.py" line="5726" /> <source>Autocompletion</source> <translation>Autocompletion</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5653" /> + <location filename="../QScintilla/Editor.py" line="5727" /> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>L'autocompletion n'est pas disponible car aucune source d'autocomplétion n'est définie.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5787" /> + <location filename="../QScintilla/Editor.py" line="5861" /> <source>Auto-Completion Provider</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="5788" /> + <location filename="../QScintilla/Editor.py" line="5862" /> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="6084" /> + <location filename="../QScintilla/Editor.py" line="6158" /> <source>Call-Tips Provider</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="6085" /> + <location filename="../QScintilla/Editor.py" line="6159" /> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="6501" /> + <location filename="../QScintilla/Editor.py" line="6581" /> <source>Disable breakpoint</source> <translation>Désactiver le point d'arrêt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6916" /> + <location filename="../QScintilla/Editor.py" line="7005" /> <source>Code Coverage</source> <translation>Code Coverage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6917" /> + <location filename="../QScintilla/Editor.py" line="7006" /> <source>Please select a coverage file</source> <translation>Sélectionner un fichier coverage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6992" /> - <location filename="../QScintilla/Editor.py" line="6984" /> + <location filename="../QScintilla/Editor.py" line="7068" /> + <source>Load Coverage Data</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7069" /> + <source><p>The coverage data could not be loaded from file <b>{0}</b>.</p><p>Reason: {1}</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7098" /> + <location filename="../QScintilla/Editor.py" line="7090" /> <source>Show Code Coverage Annotations</source> <translation>Afficher les annotations de Code Coverage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6985" /> + <location filename="../QScintilla/Editor.py" line="7091" /> <source>All lines have been covered.</source> <translation>Toutes les lignes ont été executées.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6993" /> + <location filename="../QScintilla/Editor.py" line="7099" /> <source>There is no coverage file available.</source> <translation>Impossible de trouver le fichier de coverage.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7101" /> + <location filename="../QScintilla/Editor.py" line="7207" /> <source>Profile Data</source> <translation>Profiler de données</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7102" /> + <location filename="../QScintilla/Editor.py" line="7208" /> <source>Please select a profile file</source> <translation>Sélectionner un fichier profile</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7264" /> - <location filename="../QScintilla/Editor.py" line="7258" /> + <location filename="../QScintilla/Editor.py" line="7370" /> + <location filename="../QScintilla/Editor.py" line="7364" /> <source>Syntax Error</source> <translation>Erreur de syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7265" /> + <location filename="../QScintilla/Editor.py" line="7371" /> <source>No syntax error message available.</source> <translation>Aucun message d'erreur de syntaxe..</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7512" /> - <location filename="../QScintilla/Editor.py" line="7506" /> + <location filename="../QScintilla/Editor.py" line="7618" /> + <location filename="../QScintilla/Editor.py" line="7612" /> <source>Warning</source> <translation>Warning</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7512" /> + <location filename="../QScintilla/Editor.py" line="7618" /> <source>No warning messages available.</source> <translation>Pas de message d'alerte disponible.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7591" /> + <location filename="../QScintilla/Editor.py" line="7697" /> <source>Info: {0}</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="7607" /> - <location filename="../QScintilla/Editor.py" line="7593" /> + <location filename="../QScintilla/Editor.py" line="7713" /> + <location filename="../QScintilla/Editor.py" line="7699" /> <source>Error: {0}</source> <translation>Erreur : {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7595" /> + <location filename="../QScintilla/Editor.py" line="7701" /> <source>Style: {0}</source> <translation>Style : {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7600" /> + <location filename="../QScintilla/Editor.py" line="7706" /> <source>Warning: {0}</source> <translation>Alerte : {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7730" /> + <location filename="../QScintilla/Editor.py" line="7836" /> <source>Macro Name</source> <translation>Nom de la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7730" /> + <location filename="../QScintilla/Editor.py" line="7836" /> <source>Select a macro name:</source> <translation>Sélectionner un nom de macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7756" /> + <location filename="../QScintilla/Editor.py" line="7862" /> <source>Load macro file</source> <translation>Charger un fichier macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7802" /> - <location filename="../QScintilla/Editor.py" line="7758" /> + <location filename="../QScintilla/Editor.py" line="7908" /> + <location filename="../QScintilla/Editor.py" line="7864" /> <source>Macro files (*.macro)</source> <translation>Fichier Macro (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7780" /> - <location filename="../QScintilla/Editor.py" line="7770" /> + <location filename="../QScintilla/Editor.py" line="7886" /> + <location filename="../QScintilla/Editor.py" line="7876" /> <source>Error loading macro</source> <translation>Erreur lors du chargement de la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7771" /> + <location filename="../QScintilla/Editor.py" line="7877" /> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>Le fichier macro <b>{0}</b> ne peut être lu.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7781" /> + <location filename="../QScintilla/Editor.py" line="7887" /> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>Le fichier macro <b>{0}</b> est corrompu.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7800" /> + <location filename="../QScintilla/Editor.py" line="7906" /> <source>Save macro file</source> <translation>Enregistrer le fichier macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7818" /> + <location filename="../QScintilla/Editor.py" line="7924" /> <source>Save macro</source> <translation>Enregistrer la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7819" /> + <location filename="../QScintilla/Editor.py" line="7925" /> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Le fichier macro <b>{0}</b>existe déjà. Écraser ?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7834" /> + <location filename="../QScintilla/Editor.py" line="7940" /> <source>Error saving macro</source> <translation>Erreur lors de l'enregistrement de la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7835" /> + <location filename="../QScintilla/Editor.py" line="7941" /> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>Le fichier macro <b>{0}</b> ne peut être écrit.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7848" /> + <location filename="../QScintilla/Editor.py" line="7954" /> <source>Start Macro Recording</source> <translation>Démarrer l'enregistrement de la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7849" /> + <location filename="../QScintilla/Editor.py" line="7955" /> <source>Macro recording is already active. Start new?</source> <translation>L'enregistrement de macro est déjà actif. En démarrer une nouvelle ?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7875" /> + <location filename="../QScintilla/Editor.py" line="7981" /> <source>Macro Recording</source> <translation>Enregistrement de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7876" /> + <location filename="../QScintilla/Editor.py" line="7982" /> <source>Enter name of the macro:</source> <translation>Entrer le nom de la macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8079" /> + <location filename="../QScintilla/Editor.py" line="8199" /> <source>{0} (ro)</source> <translation type="unfinished">{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8264" /> + <location filename="../QScintilla/Editor.py" line="8387" /> <source><p>The file <b>{0}</b> has been changed while it was opened in eric. Reread it?</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="8270" /> + <location filename="../QScintilla/Editor.py" line="8393" /> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Alerte :</b> Vous allez perdre vos modifications à la réouverture.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8277" /> + <location filename="../QScintilla/Editor.py" line="8400" /> <source>File changed</source> <translation>Fichier modifié</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8370" /> + <location filename="../QScintilla/Editor.py" line="8544" /> <source>Reload File</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="8371" /> + <location filename="../QScintilla/Editor.py" line="8545" /> <source><p>The editor contains unsaved modifications.</p><p><b>Warning:</b> You will lose your changes upon reloading it.</p><p>Shall the editor really be reloaded?</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="8471" /> + <location filename="../QScintilla/Editor.py" line="8645" /> <source>Drop Error</source> <translation>Erreur de suppression</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8472" /> + <location filename="../QScintilla/Editor.py" line="8646" /> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> n'est pas un fichier.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8493" /> + <location filename="../QScintilla/Editor.py" line="8667" /> <source>Resources</source> <translation>Ressources</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8495" /> + <location filename="../QScintilla/Editor.py" line="8669" /> <source>Add file...</source> <translation>Ajouter un fichier...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8496" /> + <location filename="../QScintilla/Editor.py" line="8670" /> <source>Add files...</source> <translation>Ajouter des fichiers...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8497" /> + <location filename="../QScintilla/Editor.py" line="8671" /> <source>Add aliased file...</source> <translation>Ajouter un fichier alias...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8499" /> + <location filename="../QScintilla/Editor.py" line="8673" /> <source>Add localized resource...</source> <translation>Ajouter une ressource localisée...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8502" /> + <location filename="../QScintilla/Editor.py" line="8676" /> <source>Add resource frame</source> <translation>Ajouter un cadre ressource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8522" /> + <location filename="../QScintilla/Editor.py" line="8696" /> <source>Add file resource</source> <translation>Ajoute un fichier ressource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8536" /> + <location filename="../QScintilla/Editor.py" line="8710" /> <source>Add file resources</source> <translation>Ajoute des fichiers ressources</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8560" /> - <location filename="../QScintilla/Editor.py" line="8554" /> + <location filename="../QScintilla/Editor.py" line="8734" /> + <location filename="../QScintilla/Editor.py" line="8728" /> <source>Add aliased file resource</source> <translation>Ajoute un alias de fichier ressource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8561" /> + <location filename="../QScintilla/Editor.py" line="8735" /> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="8636" /> + <location filename="../QScintilla/Editor.py" line="8817" /> <source>Package Diagram</source> <translation>Diagramme de package</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8637" /> + <location filename="../QScintilla/Editor.py" line="8818" /> <source>Include class attributes?</source> <translation>Inclure les attributs de classes ?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8657" /> + <location filename="../QScintilla/Editor.py" line="8838" /> <source>Imports Diagram</source> <translation>Diagramme des modules</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8658" /> + <location filename="../QScintilla/Editor.py" line="8839" /> <source>Include imports from external modules?</source> <translation>Inclure l'importation de modules externes?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8677" /> + <location filename="../QScintilla/Editor.py" line="8858" /> <source>Application Diagram</source> <translation>Diagramme de l'application</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8678" /> + <location filename="../QScintilla/Editor.py" line="8859" /> <source>Include module names?</source> <translation>Inclure les noms de modules ?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="9049" /> + <location filename="../QScintilla/Editor.py" line="9230" /> <source>Add to dictionary</source> <translation>Ajouter au dictionnaire</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="9051" /> + <location filename="../QScintilla/Editor.py" line="9232" /> <source>Ignore All</source> <translation>Tout ignorer</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="9498" /> + <location filename="../QScintilla/Editor.py" line="9679" /> <source>Sort Lines</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="9499" /> + <location filename="../QScintilla/Editor.py" line="9680" /> <source>The selection contains illegal data for a numerical sort.</source> <translation>La sélection contient des données illégales pour un tri numérique.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="9592" /> + <location filename="../QScintilla/Editor.py" line="9773" /> <source>Register Mouse Click Handler</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="9593" /> + <location filename="../QScintilla/Editor.py" line="9774" /> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="9686" /> + <location filename="../QScintilla/Editor.py" line="9867" /> <source>{0:4d} {1}</source> <comment>line number, source code</comment> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="9692" /> + <location filename="../QScintilla/Editor.py" line="9873" /> <source>{0:4d} {1} => {2}</source> <comment>line number, source code, file name</comment> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="9761" /> + <location filename="../QScintilla/Editor.py" line="9951" /> <source>EditorConfig Properties</source> <translation>Propriétés d'EditorConfig</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="9762" /> + <location filename="../QScintilla/Editor.py" line="9952" /> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation><p>Les propriétés d'EditorConfig du fichier <b>{0}</b> n'ont pas pu être chargées.</p></translation> </message> @@ -19468,39 +19547,39 @@ <context> <name>EricPathPickerBase</name> <message> - <location filename="../EricWidgets/EricPathPicker.py" line="177" /> - <location filename="../EricWidgets/EricPathPicker.py" line="106" /> - <location filename="../EricWidgets/EricPathPicker.py" line="99" /> + <location filename="../EricWidgets/EricPathPicker.py" line="182" /> + <location filename="../EricWidgets/EricPathPicker.py" line="111" /> + <location filename="../EricWidgets/EricPathPicker.py" line="104" /> <source>Enter Path Name</source> <translation type="unfinished">Entrer le nom du chemin</translation> </message> <message> - <location filename="../EricWidgets/EricPathPicker.py" line="174" /> + <location filename="../EricWidgets/EricPathPicker.py" line="179" /> <source>Enter Path Names separated by ';'</source> <translation type="unfinished">Entrer les noms de chemin séparés par ';'</translation> </message> <message> - <location filename="../EricWidgets/EricPathPicker.py" line="519" /> + <location filename="../EricWidgets/EricPathPicker.py" line="586" /> <source>Choose a file to open</source> <translation type="unfinished">Choisir un fichier à ouvrir</translation> </message> <message> - <location filename="../EricWidgets/EricPathPicker.py" line="521" /> + <location filename="../EricWidgets/EricPathPicker.py" line="588" /> <source>Choose files to open</source> <translation type="unfinished">Choisir les fichiers à ouvrir</translation> </message> <message> - <location filename="../EricWidgets/EricPathPicker.py" line="523" /> + <location filename="../EricWidgets/EricPathPicker.py" line="590" /> <source>Choose files and directories</source> <translation type="unfinished" /> </message> <message> - <location filename="../EricWidgets/EricPathPicker.py" line="529" /> + <location filename="../EricWidgets/EricPathPicker.py" line="596" /> <source>Choose a file to save</source> <translation type="unfinished">Choisir un fichier à enregistrer</translation> </message> <message> - <location filename="../EricWidgets/EricPathPicker.py" line="531" /> + <location filename="../EricWidgets/EricPathPicker.py" line="598" /> <source>Choose a directory</source> <translation type="unfinished">Choisir un répertoire</translation> </message> @@ -19729,6 +19808,606 @@ </message> </context> <context> + <name>EricServerConnectionDialog</name> + <message> + <location filename="../RemoteServerInterface/EricServerConnectionDialog.py" line="41" /> + <source>Enter the timeout for the connection attempt (default: {0} s).</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerConnectionDialog.ui" line="0" /> + <source>eric-ide Server Connection</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerConnectionDialog.ui" line="0" /> + <source>Name:</source> + <translation type="unfinished">Nom :</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerConnectionDialog.ui" line="0" /> + <source>Enter the name for the eric-ide server connection profile.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerConnectionDialog.ui" line="0" /> + <source>Hostname:</source> + <translation type="unfinished">Hôte :</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerConnectionDialog.ui" line="0" /> + <source>Enter the hostname or IP address of the eric-ide server to connect to.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerConnectionDialog.ui" line="0" /> + <source>Port:</source> + <translation type="unfinished">Port :</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerConnectionDialog.ui" line="0" /> + <source>Enter the port number the eric-ide server listens on (default: 42024).</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerConnectionDialog.ui" line="0" /> + <location filename="../RemoteServerInterface/EricServerConnectionDialog.ui" line="0" /> + <source>default</source> + <translation type="unfinished">défaut</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerConnectionDialog.ui" line="0" /> + <source>Timeout:</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerConnectionDialog.ui" line="0" /> + <source> s</source> + <translation type="unfinished"> s</translation> + </message> + </context> + <context> + <name>EricServerDebuggerInterface</name> + <message> + <location filename="../RemoteServerInterface/EricServerDebuggerInterface.py" line="89" /> + <source>Unknown Server Reply</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerDebuggerInterface.py" line="90" /> + <source><p>The eric-ide server debugger interface sent the unknown reply <b>{0}</b>.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerDebuggerInterface.py" line="110" /> + <source>Debug Client Command</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerDebuggerInterface.py" line="111" /> + <source><p>The IDE received an error message.</p><p>Error: {0}</p></source> + <translation type="unfinished" /> + </message> + </context> + <context> + <name>EricServerFileDialog</name> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="121" /> + <source>All Files (*)</source> + <translation type="unfinished">Tous fichiers (*)</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="179" /> + <source>Directories</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="596" /> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="314" /> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="299" /> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="291" /> + <source>New Directory</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="292" /> + <source>Enter the name for the new directory:</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="627" /> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="300" /> + <source><p>A file or directory with the name <b>{0}</b> exists already. Aborting...</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="315" /> + <source><p>The directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> + <translation type="unfinished"><p>Le répertoire <b>{0}</b> ne peut être créé.</p><p>Raison : {1}</p></translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="681" /> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="646" /> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="320" /> + <source>Unknown</source> + <translation type="unfinished">Inconnu</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.ui" line="0" /> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="437" /> + <source>Open</source> + <translation type="unfinished">Ouvrir</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="439" /> + <source>Choose</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="442" /> + <source>Save</source> + <translation type="unfinished">Enregistrer</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="528" /> + <source>Directory</source> + <translation type="unfinished">Répertoire</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="533" /> + <source>File</source> + <translation type="unfinished">Fichier</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="558" /> + <source>Remote Directory Listung</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="559" /> + <source><p>The directory <b>{0}</b> could not be listed due to an error reported by the eric-ide server.</p><p>Reason: {1}</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="585" /> + <source>Rename</source> + <translation type="unfinished">Renommer</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="588" /> + <source>Delete</source> + <translation type="unfinished">Supprimer</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="591" /> + <source>Show Hidden Files</source> + <translation type="unfinished">Montrer les fichiers cachés</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="610" /> + <source>Rename Directory</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="612" /> + <source>Rename File</source> + <translation type="unfinished">Renommer le fichier</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="618" /> + <source><p>Enter the new name for <b>{0}</b>:</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="644" /> + <source><p>The renaming operation failed.</p><p>Reason: {0}</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="659" /> + <source>Delete Directory</source> + <translation type="unfinished">Supprimer le répertoire</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="660" /> + <source>Shall the selected directory really be deleted?</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="662" /> + <source>Delete File</source> + <translation type="unfinished">Supprimer le fichier</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="663" /> + <source>Shall the selected file really be deleted?</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.py" line="679" /> + <source><p>The deletion operation failed.</p><p>Reason: {0}</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.ui" line="0" /> + <source>Open Files</source> + <translation type="unfinished">Ouvrir Fichiers</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.ui" line="0" /> + <source>Look in:</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.ui" line="0" /> + <source>Press to move back in history.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.ui" line="0" /> + <source>Press to move forward in history.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.ui" line="0" /> + <source>Press to move up one level.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.ui" line="0" /> + <source>Press to create a new directory.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.ui" line="0" /> + <source>Press to reload the directory listing.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.ui" line="0" /> + <source>Name</source> + <translation type="unfinished">Nom</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.ui" line="0" /> + <source>Size</source> + <translation type="unfinished">Taille</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.ui" line="0" /> + <source>Type</source> + <translation type="unfinished">Type</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.ui" line="0" /> + <source>Date Modified</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.ui" line="0" /> + <source>File Name:</source> + <translation type="unfinished">Nom de fichier :</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.ui" line="0" /> + <source>Files of Type:</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerFileDialog.ui" line="0" /> + <source>Cancel</source> + <translation type="unfinished">Annuler</translation> + </message> + <message> + <source>directory</source> + <translation type="vanished">répertoire</translation> + </message> + <message> + <source>file</source> + <translation type="vanished">fichier</translation> + </message> + </context> + <context> + <name>EricServerInterface</name> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="754" /> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="204" /> + <source>Connect to eric-ide Server</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="205" /> + <source><p>The connection to the eric-ide server {0}:{1} could not be established.</p><p>Reason: {2}</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="346" /> + <source>JSON Protocol Error</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="347" /> + <source><p>The response received from the remote server could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="476" /> + <source><h2>{0}Version Numbers</h2><table></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="477" /> + <source>{0} - </source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="490" /> + <source></table></source> + <translation type="unfinished"></table></translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="494" /> + <source>eric-ide Server Versions</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="513" /> + <source>eric-ide Server Checksum Error +Error: {0} +Data: +{1} +</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="520" /> + <source>eric-ide Server Data Error +Error: {0} +Data: +{1} +</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="527" /> + <source>eric-ide Server Unsupported Category +Error: The server received the unsupported request category '{0}'.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="544" /> + <source>Connect</source> + <translation type="unfinished">Brancher</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="546" /> + <source>Connect...</source> + <translation type="unfinished">Connection...</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="547" /> + <source>Meta+Shift+C</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="553" /> + <source>Show a dialog to connect to an 'eric-ide' server</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="556" /> + <source><b>Connect...</b><p>This opens a dialog to enter the connection parameters to connect to a remote 'eric-ide' server.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="568" /> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="566" /> + <source>Disconnect</source> + <translation type="unfinished">Couper</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="569" /> + <source>Meta+Shift+D</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="575" /> + <source>Disconnect from the currently connected 'eric-ide' server</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="578" /> + <source><b>Disconnect</b><p>This disconnects from the currently connected 'eric-ide' server.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="789" /> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="590" /> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="588" /> + <source>Stop Server</source> + <translation type="unfinished">Arrêter serveur</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="591" /> + <source>Meta+Shift+S</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="597" /> + <source>Stop the currently connected 'eric-ide' server</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="600" /> + <source><b>Stop Server</b><p>This stops the currently connected 'eric-ide server.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="611" /> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="609" /> + <source>Show Server Versions</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="618" /> + <source>Show the eric-ide server versions</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="621" /> + <source><b>Show Server Versions</b><p>This opens a dialog to show the eric-ide server versions.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="640" /> + <source>Connect to</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="685" /> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="683" /> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="644" /> + <source>eric-ide Server</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="729" /> + <source>Manage Server Connections</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="755" /> + <source><p>The eric-ide server at <b>{0}:{1}</b> was connected successfully.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="766" /> + <source>Disonnect from eric-ide Server</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="767" /> + <source>The eric-ide server was disconnected.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerInterface.py" line="790" /> + <source><p>Do you really want to stop the currently connected eric-ide server <b>{0}</b>? No further connections will be possible without restarting the server.</p></source> + <translation type="unfinished" /> + </message> + </context> + <context> + <name>EricServerPage</name> + <message> + <location filename="../Preferences/ConfigurationPages/EricServerPage.ui" line="0" /> + <source><b>Configure eric-ide Server Settings</b></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EricServerPage.ui" line="0" /> + <source><b>Note:</b> The eric-ide server is configured via command line parameters. The parameters of this page configure the interface to the eric-ide server.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EricServerPage.ui" line="0" /> + <source>Server Connection</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EricServerPage.ui" line="0" /> + <source>Default Timeout:</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EricServerPage.ui" line="0" /> + <source> s</source> + <translation type="unfinished"> s</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EricServerPage.ui" line="0" /> + <source>Shell</source> + <translation type="unfinished">Shell</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EricServerPage.ui" line="0" /> + <source>Select this to start an eric-ide Server Shell when a connection to an eric-ide Server is established.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EricServerPage.ui" line="0" /> + <source>Start server Shell when server is conncted</source> + <translation type="unfinished" /> + </message> + </context> + <context> + <name>EricServerProfilesDialog</name> + <message> + <location filename="../RemoteServerInterface/EricServerProfilesDialog.ui" line="0" /> + <source>Manage Server Connections</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerProfilesDialog.ui" line="0" /> + <source>Press to open a dialog to add a new server connection.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerProfilesDialog.ui" line="0" /> + <source>Add...</source> + <translation type="unfinished">Ajouter...</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerProfilesDialog.ui" line="0" /> + <source>Press to open a dialog to edit the selected server connection.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerProfilesDialog.ui" line="0" /> + <source>Edit...</source> + <translation type="unfinished">Éditer...</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerProfilesDialog.ui" line="0" /> + <source>Press to remove the selected server connections.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerProfilesDialog.ui" line="0" /> + <source>Remove</source> + <translation type="unfinished">Supprimer</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerProfilesDialog.ui" line="0" /> + <source>Press to reset all changes performed.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerProfilesDialog.ui" line="0" /> + <source>Reset</source> + <translation type="unfinished">Réinitialiser</translation> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerProfilesDialog.py" line="114" /> + <source>Remove Selected Entries</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerProfilesDialog.py" line="115" /> + <source>Do you really want to remove the selected entries from the list?</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerProfilesDialog.py" line="129" /> + <source>Reset Changes</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../RemoteServerInterface/EricServerProfilesDialog.py" line="130" /> + <source>Do you really want to reset all changes performed up to this point?</source> + <translation type="unfinished" /> + </message> + </context> + <context> <name>EricSslCertificateSelectionDialog</name> <message> <location filename="../EricNetwork/EricSslCertificateSelectionDialog.ui" line="0" /> @@ -31236,7 +31915,7 @@ <name>Globals</name> <message> <location filename="../Globals/__init__.py" line="200" /> - <source>{0:4.2f} Bytes</source> + <source>{0:4d} Bytes</source> <translation type="unfinished" /> </message> <message> @@ -31260,27 +31939,27 @@ <translation type="unfinished" /> </message> <message> - <location filename="../Globals/__init__.py" line="215" /> + <location filename="../Globals/__init__.py" line="218" /> <source>{0} Bytes</source> <translation type="unfinished" /> </message> <message> - <location filename="../Globals/__init__.py" line="220" /> + <location filename="../Globals/__init__.py" line="223" /> <source>{0} KiB</source> <translation type="unfinished" /> </message> <message> - <location filename="../Globals/__init__.py" line="225" /> + <location filename="../Globals/__init__.py" line="228" /> <source>{0} MiB</source> <translation type="unfinished" /> </message> <message> - <location filename="../Globals/__init__.py" line="230" /> + <location filename="../Globals/__init__.py" line="233" /> <source>{0} GiB</source> <translation type="unfinished" /> </message> <message> - <location filename="../Globals/__init__.py" line="235" /> + <location filename="../Globals/__init__.py" line="238" /> <source>{0} TiB</source> <translation type="unfinished" /> </message> @@ -32707,952 +33386,959 @@ <context> <name>HexEditMainWindow</name> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="162" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="170" /> <source>New Window</source> <translation>Nouvelle fenêtre</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="164" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="172" /> <source>New &Window</source> <translation>&Nouvelle fenêtre</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="171" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="179" /> <source>Open a binary file for editing in a new hex editor window</source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="174" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="182" /> <source><b>New Window</b><p>This opens a binary file for editing in a new hex editor window.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="185" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="193" /> <source>Open</source> <translation>Ouvrir</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="187" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="195" /> <source>&Open...</source> <translation>&Ouvrir...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="188" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="196" /> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="204" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="212" /> <source>Save</source> <translation>Enregistrer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="206" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="214" /> <source>&Save</source> <translation>&Enregistrer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="207" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="215" /> <source>Ctrl+S</source> <comment>File|Save</comment> <translation>Ctrl+S</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="220" /> <source>Save the current binary file</source> <translation>Enregistrer le fichier binaire courant</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="214" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="222" /> <source><b>Save File</b><p>Save the contents of the hex editor window.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="223" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="231" /> <source>Save As</source> <translation>Enregistrer sous</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="225" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="233" /> <source>Save &As...</source> <translation>&Enregistrer sous...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="226" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="234" /> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="232" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="240" /> <source>Save the current binary data to a new file</source> <translation>Enregistrer le fichier binaire courant vers un nouveau fichier</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="235" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="243" /> <source><b>Save As...</b><p>Saves the current binary data to a new file.</p></source> <translation><b>Enregistrer sous...</b><p>Enregistre le fichier binaire courant dans un nouveau fichier.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="244" /> - <source>Save As Readable</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="245" /> - <source>Save As &Readable...</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="252" /> + <source>Save As Readable</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="253" /> + <source>Save As &Readable...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="260" /> <source>Save the current binary data to a new file in a readable format</source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="255" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="263" /> <source><b>Save As Readable...</b><p>Saves the current binary data to a new file in a readable format.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="265" /> - <source>Close</source> - <translation>Fermer</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="267" /> - <source>&Close</source> - <translation>&Fermer</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268" /> - <source>Ctrl+W</source> - <comment>File|Close</comment> - <translation>Ctrl+W</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="273" /> - <source>Close the current hex editor window</source> - <translation type="unfinished" /> + <source>Close</source> + <translation>Fermer</translation> </message> <message> <location filename="../HexEdit/HexEditMainWindow.py" line="275" /> - <source><b>Close</b><p>Closes the current hex editor window.</p></source> - <translation type="unfinished" /> + <source>&Close</source> + <translation>&Fermer</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="276" /> + <source>Ctrl+W</source> + <comment>File|Close</comment> + <translation>Ctrl+W</translation> </message> <message> <location filename="../HexEdit/HexEditMainWindow.py" line="281" /> + <source>Close the current hex editor window</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="283" /> + <source><b>Close</b><p>Closes the current hex editor window.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="289" /> <source>Close All</source> <translation>Tout fermer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="282" /> - <source>Close &All</source> - <translation>&Tout fermer</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="288" /> - <source>Close all hex editor windows</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="290" /> - <source><b>Close All</b><p>Closes all hex editor windows.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="297" /> + <source>Close &All</source> + <translation>&Tout fermer</translation> + </message> + <message> <location filename="../HexEdit/HexEditMainWindow.py" line="296" /> - <source>Close Others</source> - <translation>Fermer les autres</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="303" /> - <source>Close all other hex editor windows</source> + <source>Close all hex editor windows</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="298" /> + <source><b>Close All</b><p>Closes all hex editor windows.</p></source> <translation type="unfinished" /> </message> <message> <location filename="../HexEdit/HexEditMainWindow.py" line="305" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="304" /> + <source>Close Others</source> + <translation>Fermer les autres</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="311" /> + <source>Close all other hex editor windows</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="313" /> <source><b>Close Others</b><p>Closes all other hex editor windows.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="314" /> - <source>Quit</source> - <translation>Quitter</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316" /> - <source>&Quit</source> - <translation>&Quitter</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="317" /> - <source>Ctrl+Q</source> - <comment>File|Quit</comment> - <translation>Ctrl+Q</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="322" /> + <source>Quit</source> + <translation>Quitter</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="324" /> + <source>&Quit</source> + <translation>&Quitter</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="325" /> + <source>Ctrl+Q</source> + <comment>File|Quit</comment> + <translation>Ctrl+Q</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="330" /> <source>Quit the hex editor</source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="323" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="331" /> <source><b>Quit</b><p>Quit the hex editor.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="333" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="341" /> <source>Undo</source> <translation>Défaire</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="335" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="343" /> <source>&Undo</source> <translation>&Défaire</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="336" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="344" /> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation>Ctrl+Z</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="337" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="345" /> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation>Alt+Backspace</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="341" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="349" /> <source>Undo the last change</source> <translation>Annule la dernière modification</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="343" /> - <source><b>Undo</b><p>Undo the last change done.</p></source> - <translation type="unfinished"><b>Défaire</b><p>Annule la dernière modification.</p></translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="349" /> - <source>Redo</source> - <translation>Refaire</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="351" /> - <source>&Redo</source> - <translation>&Refaire</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="352" /> - <source>Ctrl+Shift+Z</source> - <comment>Edit|Redo</comment> - <translation>Ctrl+Shift+Z</translation> + <source><b>Undo</b><p>Undo the last change done.</p></source> + <translation type="unfinished"><b>Défaire</b><p>Annule la dernière modification.</p></translation> </message> <message> <location filename="../HexEdit/HexEditMainWindow.py" line="357" /> - <source>Redo the last change</source> - <translation>Recharge la dernière modification</translation> + <source>Redo</source> + <translation>Refaire</translation> </message> <message> <location filename="../HexEdit/HexEditMainWindow.py" line="359" /> - <source><b>Redo</b><p>Redo the last change done.</p></source> - <translation type="unfinished"><b>Refaire</b><p>Recharge la dernière modification.</p></translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="372" /> + <source>&Redo</source> + <translation>&Refaire</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="360" /> + <source>Ctrl+Shift+Z</source> + <comment>Edit|Redo</comment> + <translation>Ctrl+Shift+Z</translation> + </message> + <message> <location filename="../HexEdit/HexEditMainWindow.py" line="365" /> - <source>Revert to last saved state</source> - <translation>Ecraser avec le dernier état enregistré</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="366" /> - <source>Re&vert to last saved state</source> - <translation>Ec&raser avec le dernier état enregistré</translation> + <source>Redo the last change</source> + <translation>Recharge la dernière modification</translation> </message> <message> <location filename="../HexEdit/HexEditMainWindow.py" line="367" /> - <source>Ctrl+Y</source> - <comment>Edit|Revert</comment> - <translation>Ctrl+Y</translation> + <source><b>Redo</b><p>Redo the last change done.</p></source> + <translation type="unfinished"><b>Refaire</b><p>Recharge la dernière modification.</p></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="380" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="373" /> + <source>Revert to last saved state</source> + <translation>Ecraser avec le dernier état enregistré</translation> </message> <message> <location filename="../HexEdit/HexEditMainWindow.py" line="374" /> + <source>Re&vert to last saved state</source> + <translation>Ec&raser avec le dernier état enregistré</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="375" /> + <source>Ctrl+Y</source> + <comment>Edit|Revert</comment> + <translation>Ctrl+Y</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="382" /> <source><b>Revert to last saved state</b><p>Undo all changes up to the last saved state of the editor.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="384" /> - <source>Cut</source> - <translation>Couper</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="386" /> - <source>Cu&t</source> - <translation>Cou&per</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="387" /> - <source>Ctrl+X</source> - <comment>Edit|Cut</comment> - <translation>Ctrl+X</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="388" /> - <source>Shift+Del</source> - <comment>Edit|Cut</comment> - <translation>Shift+Del</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="392" /> - <source>Cut the selection</source> - <translation>Coupe la sélection</translation> + <source>Cut</source> + <translation>Couper</translation> </message> <message> <location filename="../HexEdit/HexEditMainWindow.py" line="394" /> + <source>Cu&t</source> + <translation>Cou&per</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="395" /> + <source>Ctrl+X</source> + <comment>Edit|Cut</comment> + <translation>Ctrl+X</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="396" /> + <source>Shift+Del</source> + <comment>Edit|Cut</comment> + <translation>Shift+Del</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="400" /> + <source>Cut the selection</source> + <translation>Coupe la sélection</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="402" /> <source><b>Cut</b><p>Cut the selected binary area to the clipboard.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="403" /> - <source>Copy</source> - <translation>Copier</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="405" /> - <source>&Copy</source> - <translation>&Copier</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406" /> - <source>Ctrl+C</source> - <comment>Edit|Copy</comment> - <translation>Ctrl+C</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="407" /> - <source>Ctrl+Ins</source> - <comment>Edit|Copy</comment> - <translation>Ctrl+Ins</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="411" /> - <source>Copy the selection</source> - <translation>Copie la sélection</translation> + <source>Copy</source> + <translation>Copier</translation> </message> <message> <location filename="../HexEdit/HexEditMainWindow.py" line="413" /> + <source>&Copy</source> + <translation>&Copier</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="414" /> + <source>Ctrl+C</source> + <comment>Edit|Copy</comment> + <translation>Ctrl+C</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="415" /> + <source>Ctrl+Ins</source> + <comment>Edit|Copy</comment> + <translation>Ctrl+Ins</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="419" /> + <source>Copy the selection</source> + <translation>Copie la sélection</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="421" /> <source><b>Copy</b><p>Copy the selected binary area to the clipboard.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="422" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="430" /> <source>Paste</source> <translation>Coller</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="424" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="432" /> <source>&Paste</source> <translation>Col&ler</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="425" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="433" /> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation>Ctrl+V</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="426" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="434" /> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation>Shift+Ins</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="430" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="438" /> <source>Paste the clipboard contents</source> <translation>Coller le contenu dans le presse papier</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="432" /> - <source><b>Paste</b><p>Paste the clipboard contents.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438" /> - <source>Select All</source> - <translation>Sélectionner tout</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="440" /> + <source><b>Paste</b><p>Paste the clipboard contents.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="446" /> + <source>Select All</source> + <translation>Sélectionner tout</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="448" /> <source>&Select All</source> <translation>&Selectionner tout</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="441" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="449" /> <source>Ctrl+A</source> <comment>Edit|Select All</comment> <translation>Ctrl+A</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="446" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="454" /> <source>Select the complete binary data</source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="448" /> - <source><b>Select All</b><p>Selects the complete binary data.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454" /> - <source>Deselect all</source> - <translation>Tout déselectionner</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="455" /> - <source>&Deselect all</source> - <translation>Tout &déselectionner</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="456" /> + <source><b>Select All</b><p>Selects the complete binary data.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="462" /> + <source>Deselect all</source> + <translation>Tout déselectionner</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="463" /> + <source>&Deselect all</source> + <translation>Tout &déselectionner</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="464" /> <source>Alt+Ctrl+A</source> <comment>Edit|Deselect all</comment> <translation>Alt+Ctrl+A</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="461" /> - <source>Deselect all binary data</source> - <translation>Désélectionner toute les données binaires</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="463" /> - <source><b>Deselect All</b><p>Deselect all all binary data.</p></source> - <translation><b>Désélectionner tout</b><p>Désélectionner toutes les données binaires.</p></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="469" /> - <source>Save Selection Readable</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="470" /> - <source>Save Selection Readable...</source> - <translation type="unfinished" /> + <source>Deselect all binary data</source> + <translation>Désélectionner toute les données binaires</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="471" /> + <source><b>Deselect All</b><p>Deselect all all binary data.</p></source> + <translation><b>Désélectionner tout</b><p>Désélectionner toutes les données binaires.</p></translation> </message> <message> <location filename="../HexEdit/HexEditMainWindow.py" line="477" /> + <source>Save Selection Readable</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="478" /> + <source>Save Selection Readable...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="485" /> <source>Save the binary data of the current selection to a file in a readable format</source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="483" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="491" /> <source><b>Save Selection Readable...</b><p>Saves the binary data of the current selection to a file in a readable format.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="494" /> - <location filename="../HexEdit/HexEditMainWindow.py" line="493" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="502" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="501" /> <source>Set Read Only</source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="501" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="509" /> <source>Change the edit mode to read only</source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="503" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="511" /> <source><b>Set Read Only</b><p>This changes the edit mode to read only (i.e. to view mode).</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="515" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="523" /> <source>Search</source> <translation>Rechercher</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="517" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="525" /> <source>&Search...</source> <translation>Re&chercher...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="518" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="526" /> <source>Ctrl+F</source> <comment>Search|Search</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="523" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="531" /> <source>Search for data</source> <translation>Recherche de texte</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="525" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="533" /> <source><b>Search</b><p>Search for some data. A dialog is shown to enter the data to search for in various formats.</p></source> <translation><b>Rechercher</b><p>Recherche du texte dans l'éditeur courant. Un fenêtre est affichée pour saisir le texte recherché et le options de recherche.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="535" /> - <source>Search next</source> - <translation>Chercher suivant</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="537" /> - <source>Search &next</source> - <translation>Chercher &suivant</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="538" /> - <source>F3</source> - <comment>Search|Search next</comment> - <translation>F3</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="543" /> - <source>Search next occurrence</source> - <translation>Chercher l'occurrence suivante</translation> + <source>Search next</source> + <translation>Chercher suivant</translation> </message> <message> <location filename="../HexEdit/HexEditMainWindow.py" line="545" /> + <source>Search &next</source> + <translation>Chercher &suivant</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="546" /> + <source>F3</source> + <comment>Search|Search next</comment> + <translation>F3</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="551" /> + <source>Search next occurrence</source> + <translation>Chercher l'occurrence suivante</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="553" /> <source><b>Search next</b><p>Search the next occurrence of some data. The previously entered search data are reused.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555" /> - <source>Search previous</source> - <translation>Chercher précédent</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="557" /> - <source>Search &previous</source> - <translation>Chercher &précédent</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="558" /> - <source>Shift+F3</source> - <comment>Search|Search previous</comment> - <translation>Shift+F3</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="563" /> - <source>Search previous occurrence</source> - <translation>Chercher l'occurrence précédente</translation> + <source>Search previous</source> + <translation>Chercher précédent</translation> </message> <message> <location filename="../HexEdit/HexEditMainWindow.py" line="565" /> + <source>Search &previous</source> + <translation>Chercher &précédent</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="566" /> + <source>Shift+F3</source> + <comment>Search|Search previous</comment> + <translation>Shift+F3</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="571" /> + <source>Search previous occurrence</source> + <translation>Chercher l'occurrence précédente</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="573" /> <source><b>Search previous</b><p>Search the previous occurrence of some data. The previously entered search data are reused.</p></source> <translation><b>Chercher précédent</b><p>Recherche en arrière le texte saisi dans l'éditeur courant. Les options de recherche précédentes sont réutilisées.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="577" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="585" /> <source>Replace</source> <translation>Remplacer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="578" /> - <source>&Replace...</source> - <translation>&Remplacer...</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="579" /> - <source>Ctrl+R</source> - <comment>Search|Replace</comment> - <translation>Ctrl+R</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="584" /> - <source>Replace data</source> - <translation>Remplacer les données</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="586" /> + <source>&Replace...</source> + <translation>&Remplacer...</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="587" /> + <source>Ctrl+R</source> + <comment>Search|Replace</comment> + <translation>Ctrl+R</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="592" /> + <source>Replace data</source> + <translation>Remplacer les données</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="594" /> <source><b>Replace</b><p>Search for some data and replace it. A dialog is shown to enter the data to search for and the replacement data in various formats.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="609" /> - <location filename="../HexEdit/HexEditMainWindow.py" line="597" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="617" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="605" /> <source>Goto Offset</source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="599" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="607" /> <source>&Goto Offset...</source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="611" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="619" /> <source><b>Goto Offset</b><p>Go to a specific address. A dialog is shown to enter the movement data.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="643" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="651" /> <source>About</source> <translation>À propos</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="643" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="651" /> <source>&About</source> <translation>&À propos</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="645" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="653" /> <source>Display information about this software</source> <translation>Affiche les informations concernant le logiciel</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="647" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="655" /> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>À propos de</b><p>Affiche certaines informations concernant le logiciel.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="656" /> - <source>About Qt</source> - <translation>À propos de Qt</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="657" /> - <source>About &Qt</source> - <translation>À propos de &Qt</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="664" /> + <source>About Qt</source> + <translation>À propos de Qt</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="665" /> + <source>About &Qt</source> + <translation>À propos de &Qt</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="672" /> <source>Display information about the Qt toolkit</source> <translation>Affiche les informations concernant Qt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="667" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="675" /> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>À propos de Qt</b><p>Affiche les informations concernant Qt</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="676" /> - <source>What's This?</source> - <translation>Qu'est-ce que c'est ?</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="678" /> - <source>&What's This?</source> - <translation>&Qu'est-ce que c'est?</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="679" /> - <source>Shift+F1</source> - <comment>Help|What's This?'</comment> - <translation>Shift+F1</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="684" /> - <source>Context sensitive help</source> - <translation>Aide contextuelle</translation> + <source>What's This?</source> + <translation>Qu'est-ce que c'est ?</translation> </message> <message> <location filename="../HexEdit/HexEditMainWindow.py" line="686" /> + <source>&What's This?</source> + <translation>&Qu'est-ce que c'est?</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="687" /> + <source>Shift+F1</source> + <comment>Help|What's This?'</comment> + <translation>Shift+F1</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="692" /> + <source>Context sensitive help</source> + <translation>Aide contextuelle</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="694" /> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Affiche l'aide contextuelle</b><p>Dans le mode "Qu'est-ce que c'est?", la souris est affichée avec un point d'interrogation, et on peut cliquer sur les éléments de l'interface pour obtenir une courte description de l'élément. Cette fonction peut être obtenue avec le bouton d'aide contextuelle de la barre principale.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="703" /> - <source>Preferences</source> - <translation>Préférences</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="705" /> - <source>&Preferences...</source> - <translation>&Préférences...</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="711" /> - <source>Set the prefered configuration</source> - <translation>Édition des préférences</translation> + <source>Preferences</source> + <translation>Préférences</translation> </message> <message> <location filename="../HexEdit/HexEditMainWindow.py" line="713" /> + <source>&Preferences...</source> + <translation>&Préférences...</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="719" /> + <source>Set the prefered configuration</source> + <translation>Édition des préférences</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="721" /> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Préférences</b><p>Edite les valeurs souhaitées pour la configuration du logiciel.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="760" /> - <location filename="../HexEdit/HexEditMainWindow.py" line="729" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="768" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="737" /> <source>Open a binary file for viewing</source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="731" /> - <source><b>Open File</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="738" /> - <source>Open for Editing...</source> - <translation>Ouvrir pour édition...</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="739" /> + <source><b>Open File</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="746" /> + <source>Open for Editing...</source> + <translation>Ouvrir pour édition...</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="747" /> <source>Open for Editing</source> <translation>Ouvrir pour édition</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="749" /> - <location filename="../HexEdit/HexEditMainWindow.py" line="740" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="757" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="748" /> <source>Open a binary file for editing</source> <translation>Ouvrir un fichier binaire poour édition</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="742" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="750" /> <source><b>Open for Editing</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="751" /> - <source><b>Open File</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="758" /> - <source>Open Read Only...</source> - <translation>Ouvrir en lecture seule...</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="759" /> + <source><b>Open File</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="766" /> + <source>Open Read Only...</source> + <translation>Ouvrir en lecture seule...</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="767" /> <source>Open Read Only</source> <translation>Ouvrir en lecture seul</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="762" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="770" /> <source><b>Open Read Only</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="775" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="783" /> <source>&File</source> <translation>&Fichier</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="777" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="785" /> <source>Open &Recent Files</source> <translation>Ouvrir un fichier &récent</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="798" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="806" /> <source>&Edit</source> <translation>&Edition</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="822" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="830" /> <source>Se&ttings</source> <translation>&Configuration</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="828" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="836" /> <source>&Help</source> <translation>A&ide</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="838" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="846" /> <source>File</source> <translation>Fichier</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="850" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="858" /> <source>Edit</source> <translation>Éditer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="859" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="867" /> <source>Find</source> <translation>Trouver</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="866" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="874" /> <source>Settings</source> <translation>Configuration</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="870" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="878" /> <source>Help</source> <translation>Aide</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="884" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="892" /> <source><p>This part of the status bar displays the cursor address.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="894" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="902" /> <source><p>This part of the status bar displays some selection information.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="904" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="912" /> <source><p>This part of the status bar displays the size of the binary data.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="914" /> - <source><p>This part of the status bar displays the edit mode.</p></source> - <translation type="unfinished" /> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="922" /> + <source><p>This part of the status bar displays the edit mode.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="930" /> <source><p>This part of the status bar displays the read only mode.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="943" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="951" /> <source>Address: {0}</source> <translation>Adresse : {0}</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="961" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="969" /> <source>Selection: {0} - {1} ({2} Bytes)</source> <comment>0: start, 1: end, 2: selection length</comment> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="968" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="976" /> <source>Selection: -</source> <comment>no selection available</comment> <translation>Sélection : -</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="979" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="987" /> <source>ro</source> <translation>ro</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="979" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="987" /> <source>rw</source> <translation>rw</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="998" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1006" /> <source>Overwrite</source> <translation type="unfinished">Écraser</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="998" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1006" /> <source>Insert</source> <translation>Insérer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1017" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1025" /> <source>Size: {0}</source> <translation>Taille : {0}</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1061" /> - <source>Open binary file in new window</source> - <translation>Ouvrir le fichier binaire dans une nouvelle fenêtre</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1197" /> - <location filename="../HexEdit/HexEditMainWindow.py" line="1145" /> - <location filename="../HexEdit/HexEditMainWindow.py" line="1063" /> - <source>All Files (*)</source> - <translation>Tous fichiers (*)</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1303" /> - <location filename="../HexEdit/HexEditMainWindow.py" line="1234" /> - <location filename="../HexEdit/HexEditMainWindow.py" line="1114" /> - <location filename="../HexEdit/HexEditMainWindow.py" line="1103" /> - <location filename="../HexEdit/HexEditMainWindow.py" line="1085" /> - <source>eric Hex Editor</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1086" /> - <source>The loaded file has unsaved changes.</source> - <translation>Le fichier chargé a des modifications non enregistrées.</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1104" /> - <source>The file '{0}' does not exist.</source> - <translation>Le fichier '{0}' n'existe pas.</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1115" /> - <source><p>Cannot read file <b>{0}</b>.</p><p>Reason: {1}</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1143" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1167" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1070" /> <source>Open binary file</source> <translation>Ouvrir le fichier binaire</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1206" /> - <location filename="../HexEdit/HexEditMainWindow.py" line="1195" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1230" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1223" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1169" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1162" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1079" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1072" /> + <source>All Files (*)</source> + <translation>Tous fichiers (*)</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="1077" /> + <source>Open binary file in new window</source> + <translation>Ouvrir le fichier binaire dans une nouvelle fenêtre</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="1373" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1278" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1126" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1102" /> + <source>eric Hex Editor</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="1103" /> + <source>The loaded file has unsaved changes.</source> + <translation>Le fichier chargé a des modifications non enregistrées.</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="1127" /> + <source><p>Cannot read file <b>{0}</b>.</p><p>Reason: {1}</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="1246" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1228" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1221" /> <source>Save binary file</source> <translation>Enregistrer le fichier binaire</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1284" /> - <location filename="../HexEdit/HexEditMainWindow.py" line="1207" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1349" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1247" /> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Le fichier <b>{0}</b>existe déjà. Écraser ?</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1304" /> - <location filename="../HexEdit/HexEditMainWindow.py" line="1235" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1374" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1279" /> <source><p>Cannot write file <b>{0}</b>.</p><p>Reason: {1}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1310" /> - <location filename="../HexEdit/HexEditMainWindow.py" line="1245" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1380" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1289" /> <source>File saved</source> <translation>Fichier enregistré</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1283" /> - <location filename="../HexEdit/HexEditMainWindow.py" line="1266" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1348" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1328" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1311" /> <source>Save to readable file</source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1268" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1330" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1313" /> <source>Text Files (*.txt);;All Files (*)</source> <translation>Fichiers texte (*.txt);;Tous les fichiers (*)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1269" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1331" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1314" /> <source>Text Files (*.txt)</source> <translation>Fichiers texte (*.txt)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1346" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1416" /> <source>Untitled</source> <translation>SansTitre</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1352" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1422" /> <source>{0}[*] - {1}</source> <translation>{0}[*] - {1}</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1352" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1422" /> <source>Hex Editor</source> <translation type="unfinished">Hex Editor</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1412" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1482" /> <source>About eric Hex Editor</source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1413" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1483" /> <source>The eric Hex Editor is a simple editor component to edit binary files.</source> <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1552" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="1629" /> <source>&Clear</source> <translation>&Effacer</translation> </message> <message> + <source>The file '{0}' does not exist.</source> + <translation type="vanished">Le fichier '{0}' n'existe pas.</translation> + </message> + <message> <source>Cannot write file '{0}: {1}.</source> <translation type="vanished">Ne peut écrire le fichier '{0}: @@ -42759,1089 +43445,1101 @@ <context> <name>IconEditorWindow</name> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="132" /> + <location filename="../IconEditor/IconEditorWindow.py" line="142" /> <source>Windows Bitmap File (*.bmp)</source> <translation>Ficher Windows Bitmap (*.bmp)</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="133" /> - <source>Windows Cursor File (*.cur)</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="134" /> - <source>DirectDraw-Surface File (*.dds)</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="135" /> - <source>Graphic Interchange Format File (*.gif)</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="136" /> - <source>Apple Icon File (*.icns)</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="137" /> - <source>Windows Icon File (*.ico)</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="138" /> - <source>JPEG2000 File (*.jp2)</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="139" /> - <source>JPEG File (*.jpg)</source> - <translation>Fichier JPEG (*.jpg)</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="140" /> - <source>JPEG File (*.jpeg)</source> - <translation>Fichiers JPEG (*.jpeg)</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="141" /> - <source>Multiple-Image Network Graphics File (*.mng)</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="142" /> - <source>Portable Bitmap File (*.pbm)</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="143" /> - <source>Paintbrush Bitmap File (*.pcx)</source> + <source>Windows Cursor File (*.cur)</source> <translation type="unfinished" /> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="144" /> - <source>Portable Graymap File (*.pgm)</source> + <source>DirectDraw-Surface File (*.dds)</source> <translation type="unfinished" /> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="145" /> - <source>Portable Network Graphics File (*.png)</source> + <source>Graphic Interchange Format File (*.gif)</source> <translation type="unfinished" /> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="146" /> - <source>Portable Pixmap File (*.ppm)</source> + <source>Apple Icon File (*.icns)</source> <translation type="unfinished" /> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="147" /> - <source>Silicon Graphics Image File (*.sgi)</source> + <source>Windows Icon File (*.ico)</source> <translation type="unfinished" /> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="148" /> - <source>Scalable Vector Graphics File (*.svg)</source> + <source>JPEG2000 File (*.jp2)</source> <translation type="unfinished" /> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="149" /> - <source>Compressed Scalable Vector Graphics File (*.svgz)</source> - <translation type="unfinished" /> + <source>JPEG File (*.jpg)</source> + <translation>Fichier JPEG (*.jpg)</translation> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="150" /> - <source>Targa Graphic File (*.tga)</source> - <translation type="unfinished" /> + <source>JPEG File (*.jpeg)</source> + <translation>Fichiers JPEG (*.jpeg)</translation> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="151" /> - <source>TIFF File (*.tif)</source> + <source>Multiple-Image Network Graphics File (*.mng)</source> <translation type="unfinished" /> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="152" /> - <source>TIFF File (*.tiff)</source> + <source>Portable Bitmap File (*.pbm)</source> <translation type="unfinished" /> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="153" /> - <source>WAP Bitmap File (*.wbmp)</source> + <source>Paintbrush Bitmap File (*.pcx)</source> <translation type="unfinished" /> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="154" /> - <source>WebP Image File (*.webp)</source> + <source>Portable Graymap File (*.pgm)</source> <translation type="unfinished" /> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="155" /> - <source>X11 Bitmap File (*.xbm)</source> + <source>Portable Network Graphics File (*.png)</source> <translation type="unfinished" /> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="156" /> - <source>X11 Pixmap File (*.xpm)</source> + <source>Portable Pixmap File (*.ppm)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="157" /> + <source>Silicon Graphics Image File (*.sgi)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="158" /> + <source>Scalable Vector Graphics File (*.svg)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="159" /> + <source>Compressed Scalable Vector Graphics File (*.svgz)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="160" /> + <source>Targa Graphic File (*.tga)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="161" /> + <source>TIFF File (*.tif)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="162" /> + <source>TIFF File (*.tiff)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="163" /> + <source>WAP Bitmap File (*.wbmp)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="164" /> + <source>WebP Image File (*.webp)</source> <translation type="unfinished" /> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="165" /> + <source>X11 Bitmap File (*.xbm)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="166" /> + <source>X11 Pixmap File (*.xpm)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="175" /> <source>All Files (*)</source> <translation>Tous les fichiers (*)</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="196" /> + <location filename="../IconEditor/IconEditorWindow.py" line="206" /> <source>New</source> <translation>Nouveau</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="198" /> + <location filename="../IconEditor/IconEditorWindow.py" line="208" /> <source>&New</source> <translation>&Nouveau</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="199" /> + <location filename="../IconEditor/IconEditorWindow.py" line="209" /> <source>Ctrl+N</source> <comment>File|New</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="204" /> - <source>Create a new icon</source> - <translation>Créer un nouvel icone</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="206" /> - <source><b>New</b><p>This creates a new icon.</p></source> - <translation><b>Nouveau</b><p>Ceci créé une nouvelle icone.</p></translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="212" /> - <source>New Window</source> - <translation>Nouvelle fenêtre</translation> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="214" /> - <source>New &Window</source> - <translation>&Nouvelle fenêtre</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="220" /> - <source>Open a new icon editor window</source> - <translation>Ouvrir dans une nouvelle fenêtre d'édition d'icone</translation> + <source>Create a new icon</source> + <translation>Créer un nouvel icone</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="216" /> + <source><b>New</b><p>This creates a new icon.</p></source> + <translation><b>Nouveau</b><p>Ceci créé une nouvelle icone.</p></translation> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="222" /> + <source>New Window</source> + <translation>Nouvelle fenêtre</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="224" /> + <source>New &Window</source> + <translation>&Nouvelle fenêtre</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="230" /> + <source>Open a new icon editor window</source> + <translation>Ouvrir dans une nouvelle fenêtre d'édition d'icone</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="232" /> <source><b>New Window</b><p>This opens a new icon editor window.</p></source> <translation><b>Nouvelle fenêtre</b><p>Ceci ouvre une nouvelle fenêtre d'édition d'icone.</p></translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="231" /> + <location filename="../IconEditor/IconEditorWindow.py" line="241" /> <source>Open</source> <translation>Ouvrir</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="233" /> + <location filename="../IconEditor/IconEditorWindow.py" line="243" /> <source>&Open...</source> <translation>&Ouvrir...</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="234" /> + <location filename="../IconEditor/IconEditorWindow.py" line="244" /> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="239" /> + <location filename="../IconEditor/IconEditorWindow.py" line="249" /> <source>Open an icon file for editing</source> <translation>Ouvrir un icone pour édition</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="241" /> - <source><b>Open File</b><p>This opens a new icon file for editing. It pops up a file selection dialog.</p></source> - <translation type="unfinished" /> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="251" /> - <source>Save</source> - <translation>Enregistrer</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="253" /> - <source>&Save</source> - <translation>&Enregistrer</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="254" /> - <source>Ctrl+S</source> - <comment>File|Save</comment> - <translation>Ctrl+S</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="259" /> - <source>Save the current icon</source> - <translation>Enregistrer l'icone courant</translation> + <source><b>Open File</b><p>This opens a new icon file for editing. It pops up a file selection dialog.</p></source> + <translation type="unfinished" /> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="261" /> + <source>Save</source> + <translation>Enregistrer</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="263" /> + <source>&Save</source> + <translation>&Enregistrer</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="264" /> + <source>Ctrl+S</source> + <comment>File|Save</comment> + <translation>Ctrl+S</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="269" /> + <source>Save the current icon</source> + <translation>Enregistrer l'icone courant</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="271" /> <source><b>Save File</b><p>Save the contents of the icon editor window.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="270" /> - <source>Save As</source> - <translation>Enregistrer sous</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="272" /> - <source>Save &As...</source> - <translation>&Enregistrer sous...</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="273" /> - <source>Shift+Ctrl+S</source> - <comment>File|Save As</comment> - <translation>Shift+Ctrl+S</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="278" /> - <source>Save the current icon to a new file</source> - <translation>Enregistrer l'icone courant dans un nouveau fichier</translation> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="280" /> + <source>Save As</source> + <translation>Enregistrer sous</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="282" /> + <source>Save &As...</source> + <translation>&Enregistrer sous...</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="283" /> + <source>Shift+Ctrl+S</source> + <comment>File|Save As</comment> + <translation>Shift+Ctrl+S</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="288" /> + <source>Save the current icon to a new file</source> + <translation>Enregistrer l'icone courant dans un nouveau fichier</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="290" /> <source><b>Save As...</b><p>Saves the current icon to a new file.</p></source> <translation><b>Enregistrer sous...</b><p>Enregistre l'icone courant dans un nouveau fichier.</p></translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="289" /> + <location filename="../IconEditor/IconEditorWindow.py" line="299" /> <source>Close</source> <translation>Fermer</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="291" /> + <location filename="../IconEditor/IconEditorWindow.py" line="301" /> <source>&Close</source> <translation>&Fermer</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="292" /> + <location filename="../IconEditor/IconEditorWindow.py" line="302" /> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="297" /> + <location filename="../IconEditor/IconEditorWindow.py" line="307" /> <source>Close the current icon editor window</source> <translation>Fermer la fenêtre d'édition de l'icone courant</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="299" /> + <location filename="../IconEditor/IconEditorWindow.py" line="309" /> <source><b>Close</b><p>Closes the current icon editor window.</p></source> <translation><b>Fermer</b><p>Ferme la fenêtre d'édition de l'icone courant.</p></translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="305" /> + <location filename="../IconEditor/IconEditorWindow.py" line="315" /> <source>Close All</source> <translation>Tout fermer</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="306" /> + <location filename="../IconEditor/IconEditorWindow.py" line="316" /> <source>Close &All</source> <translation>&Tout fermer</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="312" /> + <location filename="../IconEditor/IconEditorWindow.py" line="322" /> <source>Close all icon editor windows</source> <translation>Fermer tous les fenêtre d'édition d'icone</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="314" /> - <source><b>Close All</b><p>Closes all icon editor windows except the first one.</p></source> - <translation><b>Tout fermer</b><p>Ferme toutes les fenêtres d'édition d'icone sauf la première.</p></translation> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="324" /> - <location filename="../IconEditor/IconEditorWindow.py" line="323" /> + <source><b>Close All</b><p>Closes all icon editor windows except the first one.</p></source> + <translation><b>Tout fermer</b><p>Ferme toutes les fenêtres d'édition d'icone sauf la première.</p></translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="334" /> + <location filename="../IconEditor/IconEditorWindow.py" line="333" /> <source>Close Others</source> <translation>Fermer les autres</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="330" /> + <location filename="../IconEditor/IconEditorWindow.py" line="340" /> <source>Close all other icon editor windows</source> <translation>Ferme toutes les autres fenêtres d'édition d'icone</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="332" /> + <location filename="../IconEditor/IconEditorWindow.py" line="342" /> <source><b>Close Others</b><p>Closes all other icon editor windows.</p></source> <translation><b>Fermer les autres</b><p>Ferme toutes les autres fenêtres d'édition d'icone.</p></translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="341" /> - <source>Quit</source> - <translation>Quitter</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="343" /> - <source>&Quit</source> - <translation>&Quitter</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="344" /> - <source>Ctrl+Q</source> - <comment>File|Quit</comment> - <translation>Ctrl+Q</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="349" /> - <source>Quit the icon editor</source> - <translation>Quitter l'éditeur d'icone</translation> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="351" /> + <source>Quit</source> + <translation>Quitter</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="353" /> + <source>&Quit</source> + <translation>&Quitter</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="354" /> + <source>Ctrl+Q</source> + <comment>File|Quit</comment> + <translation>Ctrl+Q</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="359" /> + <source>Quit the icon editor</source> + <translation>Quitter l'éditeur d'icone</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="361" /> <source><b>Quit</b><p>Quit the icon editor.</p></source> <translation><b>Quitter</b><p>Quitter l'éditeur d'icone.</p></translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="362" /> + <location filename="../IconEditor/IconEditorWindow.py" line="372" /> <source>Undo</source> <translation>Défaire</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="364" /> + <location filename="../IconEditor/IconEditorWindow.py" line="374" /> <source>&Undo</source> <translation>&Défaire</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="365" /> + <location filename="../IconEditor/IconEditorWindow.py" line="375" /> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation>Ctrl+Z</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="366" /> + <location filename="../IconEditor/IconEditorWindow.py" line="376" /> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation>Alt+Backspace</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="370" /> + <location filename="../IconEditor/IconEditorWindow.py" line="380" /> <source>Undo the last change</source> <translation>Annule la dernière modification</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="372" /> + <location filename="../IconEditor/IconEditorWindow.py" line="382" /> <source><b>Undo</b><p>Undo the last change done.</p></source> <translation><b>Défaire</b><p>Annule la dernière modification.</p></translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="378" /> + <location filename="../IconEditor/IconEditorWindow.py" line="388" /> <source>Redo</source> <translation>Refaire</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="380" /> + <location filename="../IconEditor/IconEditorWindow.py" line="390" /> <source>&Redo</source> <translation>&Refaire</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="381" /> + <location filename="../IconEditor/IconEditorWindow.py" line="391" /> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation>Ctrl+Shift+Z</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="386" /> + <location filename="../IconEditor/IconEditorWindow.py" line="396" /> <source>Redo the last change</source> <translation>Recharge la dernière modification</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="388" /> - <source><b>Redo</b><p>Redo the last change done.</p></source> - <translation><b>Refaire</b><p>Recharge la dernière modification.</p></translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="394" /> - <source>Cut</source> - <translation>Couper</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="396" /> - <source>Cu&t</source> - <translation>Cou&per</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="397" /> - <source>Ctrl+X</source> - <comment>Edit|Cut</comment> - <translation>Ctrl+X</translation> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="398" /> - <source>Shift+Del</source> - <comment>Edit|Cut</comment> - <translation>Shift+Del</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="402" /> - <source>Cut the selection</source> - <translation>Coupe la sélection</translation> + <source><b>Redo</b><p>Redo the last change done.</p></source> + <translation><b>Refaire</b><p>Recharge la dernière modification.</p></translation> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="404" /> + <source>Cut</source> + <translation>Couper</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="406" /> + <source>Cu&t</source> + <translation>Cou&per</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="407" /> + <source>Ctrl+X</source> + <comment>Edit|Cut</comment> + <translation>Ctrl+X</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="408" /> + <source>Shift+Del</source> + <comment>Edit|Cut</comment> + <translation>Shift+Del</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="412" /> + <source>Cut the selection</source> + <translation>Coupe la sélection</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="414" /> <source><b>Cut</b><p>Cut the selected image area to the clipboard.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="413" /> + <location filename="../IconEditor/IconEditorWindow.py" line="423" /> <source>Copy</source> <translation>Copier</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="415" /> + <location filename="../IconEditor/IconEditorWindow.py" line="425" /> <source>&Copy</source> <translation>&Copier</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="416" /> + <location filename="../IconEditor/IconEditorWindow.py" line="426" /> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="417" /> + <location filename="../IconEditor/IconEditorWindow.py" line="427" /> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation>Ctrl+Ins</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="421" /> + <location filename="../IconEditor/IconEditorWindow.py" line="431" /> <source>Copy the selection</source> <translation>Copie la sélection</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="423" /> + <location filename="../IconEditor/IconEditorWindow.py" line="433" /> <source><b>Copy</b><p>Copy the selected image area to the clipboard.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="432" /> - <source>Paste</source> - <translation>Coller</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="434" /> - <source>&Paste</source> - <translation>Col&ler</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="435" /> - <source>Ctrl+V</source> - <comment>Edit|Paste</comment> - <translation>Ctrl+V</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="436" /> - <source>Shift+Ins</source> - <comment>Edit|Paste</comment> - <translation>Shift+Ins</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="440" /> - <source>Paste the clipboard image</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="442" /> + <source>Paste</source> + <translation>Coller</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="444" /> + <source>&Paste</source> + <translation>Col&ler</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="445" /> + <source>Ctrl+V</source> + <comment>Edit|Paste</comment> + <translation>Ctrl+V</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="446" /> + <source>Shift+Ins</source> + <comment>Edit|Paste</comment> + <translation>Shift+Ins</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="450" /> + <source>Paste the clipboard image</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="452" /> <source><b>Paste</b><p>Paste the clipboard image.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="448" /> + <location filename="../IconEditor/IconEditorWindow.py" line="458" /> <source>Paste as New</source> <translation>Coller comme nouveau</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="449" /> - <source>Paste as &New</source> - <translation>Coller comme &nouveau</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="456" /> - <source>Paste the clipboard image replacing the current one</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="459" /> + <source>Paste as &New</source> + <translation>Coller comme &nouveau</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="466" /> + <source>Paste the clipboard image replacing the current one</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="469" /> <source><b>Paste as New</b><p>Paste the clipboard image replacing the current one.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="468" /> + <location filename="../IconEditor/IconEditorWindow.py" line="478" /> <source>Clear</source> <translation>Effacer</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="470" /> + <location filename="../IconEditor/IconEditorWindow.py" line="480" /> <source>Cl&ear</source> <translation>Ef&facer</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="471" /> + <location filename="../IconEditor/IconEditorWindow.py" line="481" /> <source>Alt+Shift+C</source> <comment>Edit|Clear</comment> <translation>Alt+Shift+C</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="476" /> + <location filename="../IconEditor/IconEditorWindow.py" line="486" /> <source>Clear the icon image</source> <translation>Effacer l'icone</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="478" /> - <source><b>Clear</b><p>Clear the icon image and set it to be completely transparent.</p></source> - <translation type="unfinished" /> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="488" /> + <source><b>Clear</b><p>Clear the icon image and set it to be completely transparent.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="498" /> <source>Select All</source> <translation>Tout sélectionner</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="489" /> + <location filename="../IconEditor/IconEditorWindow.py" line="499" /> <source>&Select All</source> <translation>Tout &sélectionner</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="490" /> + <location filename="../IconEditor/IconEditorWindow.py" line="500" /> <source>Ctrl+A</source> <comment>Edit|Select All</comment> <translation>Ctrl+A</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="495" /> + <location filename="../IconEditor/IconEditorWindow.py" line="505" /> <source>Select the complete icon image</source> <translation>Sélectionner l'icone entier</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="497" /> + <location filename="../IconEditor/IconEditorWindow.py" line="507" /> <source><b>Select All</b><p>Selects the complete icon image.</p></source> <translation><b>Tout sélectionner</b><p>Sélectionne l'icone entier.</p></translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="503" /> - <source>Change Size</source> - <translation>Redimensionner</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="505" /> - <source>Change Si&ze...</source> - <translation>&Redimmensionner...</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="511" /> - <source>Change the icon size</source> - <translation>Redimensionner l'icone</translation> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="513" /> - <source><b>Change Size...</b><p>Changes the icon size.</p></source> - <translation><b>Redimensionner...</b><p>Redimensionne l'icone.</p></translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="519" /> - <source>Grayscale</source> - <translation>Niveau de gris</translation> + <source>Change Size</source> + <translation>Redimensionner</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="515" /> + <source>Change Si&ze...</source> + <translation>&Redimmensionner...</translation> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="521" /> - <source>&Grayscale</source> - <translation>Niveau de &gris</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="527" /> - <source>Change the icon to grayscale</source> - <translation type="unfinished" /> + <source>Change the icon size</source> + <translation>Redimensionner l'icone</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="523" /> + <source><b>Change Size...</b><p>Changes the icon size.</p></source> + <translation><b>Redimensionner...</b><p>Redimensionne l'icone.</p></translation> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="529" /> + <source>Grayscale</source> + <translation>Niveau de gris</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="531" /> + <source>&Grayscale</source> + <translation>Niveau de &gris</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="537" /> + <source>Change the icon to grayscale</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="539" /> <source><b>Grayscale</b><p>Changes the icon to grayscale.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="555" /> - <source>Zoom in</source> - <translation>Zoom avant</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="557" /> - <source>Zoom &in</source> - <translation>Zoom a&vant</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="558" /> - <source>Ctrl++</source> - <comment>View|Zoom in</comment> - <translation>Ctrl++</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="563" /> - <source>Zoom in on the icon</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="565" /> + <source>Zoom in</source> + <translation>Zoom avant</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="567" /> + <source>Zoom &in</source> + <translation>Zoom a&vant</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="568" /> + <source>Ctrl++</source> + <comment>View|Zoom in</comment> + <translation>Ctrl++</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="573" /> + <source>Zoom in on the icon</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="575" /> <source><b>Zoom in</b><p>Zoom in on the icon. This makes the grid bigger.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="574" /> - <source>Zoom out</source> - <translation>Zoom arrière</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="576" /> - <source>Zoom &out</source> - <translation>Zoom a&rrière</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="577" /> - <source>Ctrl+-</source> - <comment>View|Zoom out</comment> - <translation>Ctrl+-</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="582" /> - <source>Zoom out on the icon</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="584" /> + <source>Zoom out</source> + <translation>Zoom arrière</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="586" /> + <source>Zoom &out</source> + <translation>Zoom a&rrière</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="587" /> + <source>Ctrl+-</source> + <comment>View|Zoom out</comment> + <translation>Ctrl+-</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="592" /> + <source>Zoom out on the icon</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="594" /> <source><b>Zoom out</b><p>Zoom out on the icon. This makes the grid smaller.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="593" /> + <location filename="../IconEditor/IconEditorWindow.py" line="603" /> <source>Zoom reset</source> <translation>Annulation du zoom</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="595" /> + <location filename="../IconEditor/IconEditorWindow.py" line="605" /> <source>Zoom &reset</source> <translation>Annulation du &zoom</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="596" /> + <location filename="../IconEditor/IconEditorWindow.py" line="606" /> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="601" /> + <location filename="../IconEditor/IconEditorWindow.py" line="611" /> <source>Reset the zoom of the icon</source> <translation>Réinitialiser le zoom de l'icone</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="603" /> - <source><b>Zoom reset</b><p>Reset the zoom of the icon. This sets the zoom factor to 100%.</p></source> - <translation type="unfinished" /> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="613" /> - <source>Show Grid</source> - <translation>Montrer la grille</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="615" /> - <source>Show &Grid</source> - <translation>Montrer la &grille</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="621" /> - <source>Toggle the display of the grid</source> - <translation>Basculer l'affichage de la grille</translation> + <source><b>Zoom reset</b><p>Reset the zoom of the icon. This sets the zoom factor to 100%.</p></source> + <translation type="unfinished" /> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="623" /> + <source>Show Grid</source> + <translation>Montrer la grille</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="625" /> + <source>Show &Grid</source> + <translation>Montrer la &grille</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="631" /> + <source>Toggle the display of the grid</source> + <translation>Basculer l'affichage de la grille</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="633" /> <source><b>Show Grid</b><p>Toggle the display of the grid.</p></source> <translation><b>Montrer la grille</b><p>Basculer l'affichage de la grille.</p></translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="641" /> + <location filename="../IconEditor/IconEditorWindow.py" line="651" /> <source>Freehand</source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="643" /> + <location filename="../IconEditor/IconEditorWindow.py" line="653" /> <source>&Freehand</source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="650" /> - <source><b>Free hand</b><p>Draws non linear lines.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="658" /> - <source>Color Picker</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="660" /> + <source><b>Free hand</b><p>Draws non linear lines.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="668" /> + <source>Color Picker</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="670" /> <source>&Color Picker</source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="667" /> + <location filename="../IconEditor/IconEditorWindow.py" line="677" /> <source><b>Color Picker</b><p>The color of the pixel clicked on will become the current draw color.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="679" /> + <location filename="../IconEditor/IconEditorWindow.py" line="689" /> <source>Rectangle</source> <translation>Rectangle</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="681" /> + <location filename="../IconEditor/IconEditorWindow.py" line="691" /> <source>&Rectangle</source> <translation>&Rectangle</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="688" /> - <source><b>Rectangle</b><p>Draw a rectangle.</p></source> - <translation><b>Rectangle</b><p>Dessiner un rectangle.</p></translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="696" /> - <source>Filled Rectangle</source> - <translation>Rectangle plein</translation> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="698" /> + <source><b>Rectangle</b><p>Draw a rectangle.</p></source> + <translation><b>Rectangle</b><p>Dessiner un rectangle.</p></translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="706" /> + <source>Filled Rectangle</source> + <translation>Rectangle plein</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="708" /> <source>F&illed Rectangle</source> <translation>Rectangle ple&in</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="705" /> + <location filename="../IconEditor/IconEditorWindow.py" line="715" /> <source><b>Filled Rectangle</b><p>Draw a filled rectangle.</p></source> <translation><b>Rectangle plein</b><p>Dessiner un rectangle plein.</p></translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="717" /> - <location filename="../IconEditor/IconEditorWindow.py" line="715" /> + <location filename="../IconEditor/IconEditorWindow.py" line="727" /> + <location filename="../IconEditor/IconEditorWindow.py" line="725" /> <source>Circle</source> <translation>Cercle</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="724" /> - <source><b>Circle</b><p>Draw a circle.</p></source> - <translation><b>Cercle</b><p>Dessiner un cercle.</p></translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="732" /> - <source>Filled Circle</source> - <translation>Cercle plein</translation> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="734" /> + <source><b>Circle</b><p>Draw a circle.</p></source> + <translation><b>Cercle</b><p>Dessiner un cercle.</p></translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="742" /> + <source>Filled Circle</source> + <translation>Cercle plein</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="744" /> <source>Fille&d Circle</source> <translation>Cercle ple&in</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="741" /> - <source><b>Filled Circle</b><p>Draw a filled circle.</p></source> - <translation><b>Cercle plein</b><p>Dessiner un cercle plein.</p></translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="749" /> - <source>Ellipse</source> - <translation>Ellipse</translation> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="751" /> + <source><b>Filled Circle</b><p>Draw a filled circle.</p></source> + <translation><b>Cercle plein</b><p>Dessiner un cercle plein.</p></translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="759" /> + <source>Ellipse</source> + <translation>Ellipse</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="761" /> <source>&Ellipse</source> <translation>&Ellipse</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="758" /> - <source><b>Ellipse</b><p>Draw an ellipse.</p></source> - <translation><b>Ellipse</b><p>Dessiner une ellipse.</p></translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="766" /> - <source>Filled Ellipse</source> - <translation>Ellipse pleine</translation> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="768" /> + <source><b>Ellipse</b><p>Draw an ellipse.</p></source> + <translation><b>Ellipse</b><p>Dessiner une ellipse.</p></translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="776" /> + <source>Filled Ellipse</source> + <translation>Ellipse pleine</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="778" /> <source>Fille&d Elli&pse</source> <translation>Ellipse &pleine</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="775" /> - <source><b>Filled Ellipse</b><p>Draw a filled ellipse.</p></source> - <translation><b>Ellipse pleine</b><p>Dessiner une ellipse pleine.</p></translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="783" /> - <source>Flood Fill</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="785" /> + <source><b>Filled Ellipse</b><p>Draw a filled ellipse.</p></source> + <translation><b>Ellipse pleine</b><p>Dessiner une ellipse pleine.</p></translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="793" /> + <source>Flood Fill</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="795" /> <source>Fl&ood Fill</source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="792" /> + <location filename="../IconEditor/IconEditorWindow.py" line="802" /> <source><b>Flood Fill</b><p>Fill adjoining pixels with the same color with the current color.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="804" /> + <location filename="../IconEditor/IconEditorWindow.py" line="814" /> <source>Line</source> <translation>Ligne</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="806" /> + <location filename="../IconEditor/IconEditorWindow.py" line="816" /> <source>&Line</source> <translation>&Ligne</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="812" /> + <location filename="../IconEditor/IconEditorWindow.py" line="822" /> <source><b>Line</b><p>Draw a line.</p></source> <translation><b>Ligne</b><p>Dessiner une ligne.</p></translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="819" /> + <location filename="../IconEditor/IconEditorWindow.py" line="829" /> <source>Eraser (Transparent)</source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="821" /> + <location filename="../IconEditor/IconEditorWindow.py" line="831" /> <source>Eraser (&Transparent)</source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="828" /> + <location filename="../IconEditor/IconEditorWindow.py" line="838" /> <source><b>Eraser (Transparent)</b><p>Erase pixels by setting them to transparent.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="839" /> + <location filename="../IconEditor/IconEditorWindow.py" line="849" /> <source>Rectangular Selection</source> <translation>Sélection rectangulaire</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="864" /> - <location filename="../IconEditor/IconEditorWindow.py" line="841" /> + <location filename="../IconEditor/IconEditorWindow.py" line="874" /> + <location filename="../IconEditor/IconEditorWindow.py" line="851" /> <source>Rect&angular Selection</source> <translation>Sélection rect&angulaire</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="848" /> + <location filename="../IconEditor/IconEditorWindow.py" line="858" /> <source><b>Rectangular Selection</b><p>Select a rectangular section of the icon using the mouse.</p></source> <translation><b>Sélection rectangulaire</b><p>Sélectionner une zone rectangulaire de l'icone avec la souris.</p></translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="862" /> + <location filename="../IconEditor/IconEditorWindow.py" line="872" /> <source>Circular Selection</source> <translation>Sélection circulaire</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="871" /> + <location filename="../IconEditor/IconEditorWindow.py" line="881" /> <source><b>Circular Selection</b><p>Select a circular section of the icon using the mouse.</p></source> <translation><b>Sélection circulaire</b><p>Sélectionner une zone circulaire de l'icone avec la souris.</p></translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="889" /> + <location filename="../IconEditor/IconEditorWindow.py" line="899" /> <source>About</source> <translation>À propos</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="889" /> + <location filename="../IconEditor/IconEditorWindow.py" line="899" /> <source>&About</source> <translation>&À propos</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="891" /> + <location filename="../IconEditor/IconEditorWindow.py" line="901" /> <source>Display information about this software</source> <translation>Affiche les informations concernant le logiciel</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="893" /> - <source><b>About</b><p>Display some information about this software.</p></source> - <translation><b>À propos de</b><p>Affiche certaines informations concernant le logiciel.</p></translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="902" /> - <source>About Qt</source> - <translation>À propos de Qt</translation> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="903" /> - <source>About &Qt</source> - <translation>À propos de &Qt</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="910" /> - <source>Display information about the Qt toolkit</source> - <translation>Affiche les informations concernant Qt</translation> + <source><b>About</b><p>Display some information about this software.</p></source> + <translation><b>À propos de</b><p>Affiche certaines informations concernant le logiciel.</p></translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="912" /> + <source>About Qt</source> + <translation>À propos de Qt</translation> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="913" /> + <source>About &Qt</source> + <translation>À propos de &Qt</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="920" /> + <source>Display information about the Qt toolkit</source> + <translation>Affiche les informations concernant Qt</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="923" /> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>À propos de Qt</b><p>Affiche les informations concernant Qt</p></translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="922" /> - <source>What's This?</source> - <translation>Qu'est-ce que c'est ?</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="924" /> - <source>&What's This?</source> - <translation>&Qu'est-ce que c'est?</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="925" /> - <source>Shift+F1</source> - <comment>Help|What's This?'</comment> - <translation>Shift+F1</translation> - </message> - <message> - <location filename="../IconEditor/IconEditorWindow.py" line="930" /> - <source>Context sensitive help</source> - <translation>Aide contextuelle</translation> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="932" /> + <source>What's This?</source> + <translation>Qu'est-ce que c'est ?</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="934" /> + <source>&What's This?</source> + <translation>&Qu'est-ce que c'est?</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="935" /> + <source>Shift+F1</source> + <comment>Help|What's This?'</comment> + <translation>Shift+F1</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="940" /> + <source>Context sensitive help</source> + <translation>Aide contextuelle</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="942" /> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Affiche l'aide contextuelle</b><p>Dans le mode "Qu'est-ce que c'est?", la souris est affichée avec un point d'interrogation, et on peut cliquer sur les éléments de l'interface pour obtenir une courte description de l'élément. Cette fonction peut être obtenue avec le bouton d'aide contextuelle de la barre principale.</p></translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="950" /> + <location filename="../IconEditor/IconEditorWindow.py" line="960" /> <source>&File</source> <translation>&Fichier</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="967" /> + <location filename="../IconEditor/IconEditorWindow.py" line="977" /> <source>&Edit</source> <translation>&Edition</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="983" /> + <location filename="../IconEditor/IconEditorWindow.py" line="993" /> <source>&View</source> <translation>&Affichage</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="991" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1001" /> <source>&Tools</source> <translation>&Outils</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1010" /> - <source>&Help</source> - <translation>A&ide</translation> - </message> - <message> <location filename="../IconEditor/IconEditorWindow.py" line="1020" /> + <source>&Help</source> + <translation>A&ide</translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="1030" /> <source>File</source> <translation>Fichier</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1033" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1043" /> <source>Edit</source> <translation>Édition</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1045" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1055" /> <source>View</source> <translation>Affichage</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1049" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1059" /> <source>Tools</source> <translation>Outils</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1066" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1076" /> <source>Help</source> <translation>Aide</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1080" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1090" /> <source><p>This part of the status bar displays the icon size.</p></source> <translation><p>Cette zone de la bar de statut affiche la taille d'icone.</p></translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1087" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1097" /> <source><p>This part of the status bar displays the cursor position.</p></source> <translation><p>Cette zone de la bar de statut affiche la position de la souris.</p></translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1193" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1203" /> <source>Open icon file</source> <translation>Ouvrir le fichier icone</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1250" /> - <location filename="../IconEditor/IconEditorWindow.py" line="1233" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1260" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1243" /> <source>Save icon file</source> <translation>Enregistrer le fichier icone</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1251" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1261" /> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Le fichier <b>{0}</b>existe déjà. Écraser ?</p></translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1370" /> - <location filename="../IconEditor/IconEditorWindow.py" line="1311" /> - <location filename="../IconEditor/IconEditorWindow.py" line="1289" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1422" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1365" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1351" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1320" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1308" /> <source>eric Icon Editor</source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1290" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1309" /> + <source><p>The file <b>{0}</b> cannot be loaded.</p><p>Reason: {1}</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="1321" /> <source>Cannot read file '{0}'.</source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1312" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1352" /> + <source><p>The file <b>{0}</b> cannot be written.</p><p>Reason: {1}</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="1366" /> <source>Cannot write file '{0}'.</source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1322" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1374" /> <source>Icon saved</source> <translation>Icone enregistré</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1340" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1392" /> <source>Untitled</source> <translation>SansTitre</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1344" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1396" /> <source>{0}[*] - {1}</source> <translation>{0}[*] - {1}</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1344" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1396" /> <source>Icon Editor</source> <translation>Éditeur d'icone</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1371" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1423" /> <source>The icon image has unsaved changes.</source> <translation>Le fichier icone a des modifications non enregistrées.</translation> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1472" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1524" /> <source>About eric Icon Editor</source> <translation type="unfinished" /> </message> <message> - <location filename="../IconEditor/IconEditorWindow.py" line="1473" /> + <location filename="../IconEditor/IconEditorWindow.py" line="1525" /> <source>The eric Icon Editor is a simple editor component to perform icon drawing tasks.</source> <translation type="unfinished" /> </message> @@ -44347,37 +45045,37 @@ <context> <name>ImportsDiagramBuilder</name> <message> - <location filename="../Graphics/ImportsDiagramBuilder.py" line="74" /> + <location filename="../Graphics/ImportsDiagramBuilder.py" line="95" /> <source>Imports Diagramm {0}: {1}</source> <translation type="unfinished" /> </message> <message> - <location filename="../Graphics/ImportsDiagramBuilder.py" line="78" /> + <location filename="../Graphics/ImportsDiagramBuilder.py" line="99" /> <source>Imports Diagramm: {0}</source> <translation type="unfinished" /> </message> <message> - <location filename="../Graphics/ImportsDiagramBuilder.py" line="106" /> + <location filename="../Graphics/ImportsDiagramBuilder.py" line="132" /> <source>Parsing modules...</source> <translation>Analyse des modules...</translation> </message> <message> - <location filename="../Graphics/ImportsDiagramBuilder.py" line="110" /> + <location filename="../Graphics/ImportsDiagramBuilder.py" line="136" /> <source>%v/%m Modules</source> <translation>Modules %v/%m</translation> </message> <message> - <location filename="../Graphics/ImportsDiagramBuilder.py" line="113" /> + <location filename="../Graphics/ImportsDiagramBuilder.py" line="139" /> <source>Imports Diagramm</source> <translation type="unfinished" /> </message> <message> - <location filename="../Graphics/ImportsDiagramBuilder.py" line="149" /> + <location filename="../Graphics/ImportsDiagramBuilder.py" line="179" /> <source>The directory <b>'{0}'</b> is not a Python package.</source> <translation>Le dossier <b>'{0}'</b> n'est pas un package Python.</translation> </message> <message> - <location filename="../Graphics/ImportsDiagramBuilder.py" line="414" /> + <location filename="../Graphics/ImportsDiagramBuilder.py" line="444" /> <source><p>The diagram belongs to project <b>{0}</b>. Please open it and try again.</p></source> <translation type="unfinished" /> </message> @@ -55182,13 +55880,13 @@ <translation>Ouvre les multi-projets &récents</translation> </message> <message> - <location filename="../MultiProject/MultiProject.py" line="861" /> - <location filename="../MultiProject/MultiProject.py" line="859" /> + <location filename="../MultiProject/MultiProject.py" line="862" /> + <location filename="../MultiProject/MultiProject.py" line="860" /> <source>Multiproject</source> <translation>Multi-projet</translation> </message> <message> - <location filename="../MultiProject/MultiProject.py" line="917" /> + <location filename="../MultiProject/MultiProject.py" line="918" /> <source>&Clear</source> <translation>&Effacer</translation> </message> @@ -56816,50 +57514,50 @@ <context> <name>PackageDiagramBuilder</name> <message> - <location filename="../Graphics/PackageDiagramBuilder.py" line="63" /> + <location filename="../Graphics/PackageDiagramBuilder.py" line="71" /> <source>Package Diagram {0}: {1}</source> <translation type="unfinished" /> </message> <message> - <location filename="../Graphics/PackageDiagramBuilder.py" line="67" /> + <location filename="../Graphics/PackageDiagramBuilder.py" line="75" /> <source>Package Diagram: {0}</source> <translation type="unfinished" /> </message> <message> - <location filename="../Graphics/PackageDiagramBuilder.py" line="171" /> - <location filename="../Graphics/PackageDiagramBuilder.py" line="105" /> + <location filename="../Graphics/PackageDiagramBuilder.py" line="212" /> + <location filename="../Graphics/PackageDiagramBuilder.py" line="120" /> <source>Parsing modules...</source> <translation>Analyse des modules...</translation> </message> <message> - <location filename="../Graphics/PackageDiagramBuilder.py" line="175" /> - <location filename="../Graphics/PackageDiagramBuilder.py" line="109" /> + <location filename="../Graphics/PackageDiagramBuilder.py" line="216" /> + <location filename="../Graphics/PackageDiagramBuilder.py" line="124" /> <source>%v/%m Modules</source> <translation>Modules %v/%m</translation> </message> <message> - <location filename="../Graphics/PackageDiagramBuilder.py" line="178" /> - <location filename="../Graphics/PackageDiagramBuilder.py" line="112" /> + <location filename="../Graphics/PackageDiagramBuilder.py" line="219" /> + <location filename="../Graphics/PackageDiagramBuilder.py" line="127" /> <source>Package Diagram</source> <translation type="unfinished" /> </message> <message> - <location filename="../Graphics/PackageDiagramBuilder.py" line="233" /> + <location filename="../Graphics/PackageDiagramBuilder.py" line="286" /> <source>The directory <b>'{0}'</b> is not a package.</source> <translation>Le dossier <b>'{0}'</b> n'est pas un package.</translation> </message> <message> - <location filename="../Graphics/PackageDiagramBuilder.py" line="247" /> + <location filename="../Graphics/PackageDiagramBuilder.py" line="300" /> <source>The package <b>'{0}'</b> does not contain any modules or subpackages.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Graphics/PackageDiagramBuilder.py" line="268" /> + <location filename="../Graphics/PackageDiagramBuilder.py" line="321" /> <source>The package <b>'{0}'</b> does not contain any classes or subpackages.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Graphics/PackageDiagramBuilder.py" line="583" /> + <location filename="../Graphics/PackageDiagramBuilder.py" line="636" /> <source><p>The diagram belongs to project <b>{0}</b>. Please open it and try again.</p></source> <translation type="unfinished" /> </message> @@ -57394,723 +58092,737 @@ <context> <name>PdfViewerWindow</name> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="98" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="115" /> <source>Document Properties</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="542" /> - <location filename="../PdfViewer/PdfViewerWindow.py" line="104" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="559" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="121" /> <source>Search</source> <translation type="unfinished">Rechercher</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="110" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="127" /> <source>Table of Contents</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="199" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="216" /> <source>New Window</source> <translation type="unfinished">Nouvelle fenêtre</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="201" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="218" /> <source>New &Window</source> <translation type="unfinished">&Nouvelle fenêtre</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="202" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="219" /> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished">Ctrl+Shift+N</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="208" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="225" /> <source>Open a PDF file in a new PDF Viewer window</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="211" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="228" /> <source><b>New Window</b><p>This opens a PDF file in a new PDF Viewer window. It pops up a file selection dialog.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="221" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="238" /> <source>Open</source> <translation type="unfinished">Ouvrir</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="223" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="240" /> <source>&Open...</source> <translation type="unfinished">&Ouvrir...</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="224" /> - <source>Ctrl+O</source> - <comment>File|Open</comment> - <translation type="unfinished">Ctrl+O</translation> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="229" /> - <source>Open a PDF file for viewing</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="231" /> - <source><b>Open</b><p>This opens a PDF file for viewing. It pops up a file selection dialog.</p></source> - <translation type="unfinished" /> - </message> - <message> <location filename="../PdfViewer/PdfViewerWindow.py" line="241" /> + <source>Ctrl+O</source> + <comment>File|Open</comment> + <translation type="unfinished">Ctrl+O</translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="246" /> + <source>Open a PDF file for viewing</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="248" /> + <source><b>Open</b><p>This opens a PDF file for viewing. It pops up a file selection dialog.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="258" /> <source>Reload</source> <translation type="unfinished">Recharger</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="243" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="260" /> <source>&Reload</source> <translation type="unfinished">&Recharger</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="249" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="266" /> <source>Reload the current PDF document</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="254" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="271" /> <source>Properties</source> <translation type="unfinished">Propriétés</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="256" /> - <source>&Properties...</source> - <translation type="unfinished">&Propriétés...</translation> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="257" /> - <source>Alt+Return</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="262" /> - <source>Show the document properties</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="264" /> - <source><b>Properties</b><p>Shows the info tab of the document properties.</p></source> - <translation type="unfinished" /> - </message> - <message> <location filename="../PdfViewer/PdfViewerWindow.py" line="273" /> - <source>Close</source> - <translation type="unfinished">Fermer</translation> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="275" /> - <source>&Close</source> - <translation type="unfinished">&Fermer</translation> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="276" /> - <source>Ctrl+W</source> - <comment>File|Close</comment> - <translation type="unfinished">Ctrl+W</translation> + <source>&Properties...</source> + <translation type="unfinished">&Propriétés...</translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="274" /> + <source>Alt+Return</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="279" /> + <source>Show the document properties</source> + <translation type="unfinished" /> </message> <message> <location filename="../PdfViewer/PdfViewerWindow.py" line="281" /> - <source>Close the current PDF Viewer window</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="286" /> - <source>Close All</source> - <translation type="unfinished">Tout fermer</translation> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="287" /> - <source>Close &All</source> - <translation type="unfinished">&Tout fermer</translation> + <source><b>Properties</b><p>Shows the info tab of the document properties.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="290" /> + <source>Close</source> + <translation type="unfinished">Fermer</translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="292" /> + <source>&Close</source> + <translation type="unfinished">&Fermer</translation> </message> <message> <location filename="../PdfViewer/PdfViewerWindow.py" line="293" /> - <source>Close all PDF Viewer windows</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="299" /> + <source>Ctrl+W</source> + <comment>File|Close</comment> + <translation type="unfinished">Ctrl+W</translation> + </message> + <message> <location filename="../PdfViewer/PdfViewerWindow.py" line="298" /> - <source>Close Others</source> - <translation type="unfinished">Fermer les autres</translation> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="305" /> - <source>Close all other PDF Viewer windows</source> - <translation type="unfinished" /> + <source>Close the current PDF Viewer window</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="303" /> + <source>Close All</source> + <translation type="unfinished">Tout fermer</translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="304" /> + <source>Close &All</source> + <translation type="unfinished">&Tout fermer</translation> </message> <message> <location filename="../PdfViewer/PdfViewerWindow.py" line="310" /> + <source>Close all PDF Viewer windows</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="316" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="315" /> + <source>Close Others</source> + <translation type="unfinished">Fermer les autres</translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="322" /> + <source>Close all other PDF Viewer windows</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="327" /> <source>Quit</source> <translation type="unfinished">Quitter</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="312" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="329" /> <source>&Quit</source> <translation type="unfinished">&Quitter</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="313" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="330" /> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished">Ctrl+Q</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="318" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="335" /> <source>Quit the PDF Viewer</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="328" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="345" /> <source>Previous Page</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="330" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="347" /> <source>&Previous Page</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="336" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="353" /> <source>Go to the previous page</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="341" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="358" /> <source>Next Page</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="343" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="360" /> <source>&Next Page</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="349" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="366" /> <source>Go to the next page</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="354" /> - <source>Start of Document</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="356" /> - <source>&Start of Document</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="357" /> - <source>Ctrl+Home</source> - <comment>Goto|Start</comment> - <translation type="unfinished">Ctrl+Home</translation> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="363" /> - <source>Go to the first page of the document</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="369" /> - <source>End of Document</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../PdfViewer/PdfViewerWindow.py" line="371" /> + <source>Start of Document</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="373" /> + <source>&Start of Document</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="374" /> + <source>Ctrl+Home</source> + <comment>Goto|Start</comment> + <translation type="unfinished">Ctrl+Home</translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="380" /> + <source>Go to the first page of the document</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="386" /> + <source>End of Document</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="388" /> <source>&End of Document</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="372" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="389" /> <source>Ctrl+End</source> <comment>Goto|End</comment> <translation type="unfinished">Ctrl+End</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="377" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="394" /> <source>Go to the last page of the document</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="382" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="399" /> <source>Back</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="384" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="401" /> <source>&Back</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="385" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="402" /> <source>Alt+Shift+Left</source> <comment>Goto|Back</comment> <translation type="unfinished">Alt+Shift+Left</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="390" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="407" /> <source>Go back in the view history</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="395" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="412" /> <source>Forward</source> <translation type="unfinished">Suivant</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="397" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="414" /> <source>&Forward</source> <translation type="unfinished">&Suivant</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="398" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="415" /> <source>Alt+Shift+Right</source> <comment>Goto|Forward</comment> <translation type="unfinished">Alt+Shift+Right</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="403" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="420" /> <source>Go forward in the view history</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="408" /> - <source>Go to Page</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="410" /> - <source>&Go to Page...</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="411" /> - <source>Ctrl+G</source> - <comment>Goto|Go to Page</comment> - <translation type="unfinished">Ctrl+G</translation> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="416" /> - <source>Jump to a page selected via a dialog</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../PdfViewer/PdfViewerWindow.py" line="425" /> - <source>Full Screen</source> - <translation type="unfinished">Plein écran</translation> + <source>Go to Page</source> + <translation type="unfinished" /> </message> <message> <location filename="../PdfViewer/PdfViewerWindow.py" line="427" /> - <source>&Full Screen</source> - <translation type="unfinished">&Plein écran</translation> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="434" /> - <source>Meta+Ctrl+F</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="436" /> - <source>F11</source> - <translation type="unfinished">F11</translation> + <source>&Go to Page...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="428" /> + <source>Ctrl+G</source> + <comment>Goto|Go to Page</comment> + <translation type="unfinished">Ctrl+G</translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="433" /> + <source>Jump to a page selected via a dialog</source> + <translation type="unfinished" /> </message> <message> <location filename="../PdfViewer/PdfViewerWindow.py" line="442" /> - <source>Zoom in</source> - <translation type="unfinished">Zoom avant</translation> + <source>Full Screen</source> + <translation type="unfinished">Plein écran</translation> </message> <message> <location filename="../PdfViewer/PdfViewerWindow.py" line="444" /> + <source>&Full Screen</source> + <translation type="unfinished">&Plein écran</translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="451" /> + <source>Meta+Ctrl+F</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="453" /> + <source>F11</source> + <translation type="unfinished">F11</translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="459" /> + <source>Zoom in</source> + <translation type="unfinished">Zoom avant</translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="461" /> <source>Zoom &in</source> <translation type="unfinished">Zoom a&vant</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="445" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="462" /> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation type="unfinished">Ctrl++</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="454" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="471" /> <source>Zoom out</source> <translation type="unfinished">Zoom arrière</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="456" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="473" /> <source>Zoom &out</source> <translation type="unfinished">Zoom a&rrière</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="457" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="474" /> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation type="unfinished">Ctrl+-</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="466" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="483" /> <source>Zoom to 100%</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="468" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="485" /> <source>Zoom to &100%</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="469" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="486" /> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished">Ctrl+0</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="478" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="495" /> <source>Page Width</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="480" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="497" /> <source>Page &Width</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="491" /> - <source>Whole Page</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="493" /> - <source>Whole &Page</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../PdfViewer/PdfViewerWindow.py" line="508" /> - <source>Copy</source> - <translation type="unfinished">Copier</translation> + <source>Whole Page</source> + <translation type="unfinished" /> </message> <message> <location filename="../PdfViewer/PdfViewerWindow.py" line="510" /> + <source>Whole &Page</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="525" /> + <source>Copy</source> + <translation type="unfinished">Copier</translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="527" /> <source>&Copy</source> <translation type="unfinished">&Copier</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="511" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="528" /> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation type="unfinished">Ctrl+C</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="520" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="537" /> <source>Copy All Text</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="521" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="538" /> <source>Copy &All Text</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="522" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="539" /> <source>Alt+Ctrl+C</source> <comment>Edit|Copy All Text</comment> <translation type="unfinished">Alt+Ctrl+C</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="531" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="548" /> <source>Copy All Page Text</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="532" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="549" /> <source>Copy All Page &Text</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="533" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="550" /> <source>Shift+Ctrl+C</source> <comment>Edit|Copy All Page Text</comment> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="544" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="561" /> <source>&Search...</source> <translation type="unfinished">Re&chercher...</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="545" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="562" /> <source>Ctrl+F</source> <comment>Edit|Search</comment> <translation type="unfinished">Ctrl+F</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="554" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="571" /> <source>Search Next</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="556" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="573" /> <source>Search &Next</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="557" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="574" /> <source>F3</source> <comment>Edit|Search Next</comment> <translation type="unfinished">F3</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="566" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="583" /> <source>Search Previous</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="568" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="585" /> <source>Search &Previous</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="569" /> - <source>Shift+F3</source> - <comment>Edit|Search Previous</comment> - <translation type="unfinished">Shift+F3</translation> - </message> - <message> <location filename="../PdfViewer/PdfViewerWindow.py" line="586" /> + <source>Shift+F3</source> + <comment>Edit|Search Previous</comment> + <translation type="unfinished">Shift+F3</translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="603" /> <source>Preferences</source> <translation type="unfinished">Préférences</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="588" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="605" /> <source>&Preferences...</source> <translation type="unfinished">&Préférences...</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="594" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="611" /> <source>Set the prefered configuration</source> <translation type="unfinished">Édition des préférences</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="596" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="613" /> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation type="unfinished"><b>Préférences</b><p>Edite les valeurs souhaitées pour la configuration du logiciel.</p></translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="607" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="624" /> <source>Show Sidebar</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="609" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="626" /> <source>Show &Sidebar</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="621" /> - <location filename="../PdfViewer/PdfViewerWindow.py" line="620" /> - <source>Open Recent File in New Window</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="636" /> - <source>About</source> - <translation type="unfinished">À propos</translation> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="636" /> - <source>&About</source> - <translation type="unfinished">&À propos</translation> - </message> - <message> <location filename="../PdfViewer/PdfViewerWindow.py" line="638" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="637" /> + <source>Open Recent File in New Window</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="653" /> + <source>About</source> + <translation type="unfinished">À propos</translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="653" /> + <source>&About</source> + <translation type="unfinished">&À propos</translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="655" /> <source>Display information about this software</source> <translation type="unfinished">Affiche les informations concernant le logiciel</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="640" /> - <source><b>About</b><p>Display some information about this software.</p></source> - <translation type="unfinished"><b>À propos de</b><p>Affiche certaines informations concernant le logiciel.</p></translation> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="649" /> - <source>About Qt</source> - <translation type="unfinished">À propos de Qt</translation> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="650" /> - <source>About &Qt</source> - <translation type="unfinished">À propos de &Qt</translation> - </message> - <message> <location filename="../PdfViewer/PdfViewerWindow.py" line="657" /> + <source><b>About</b><p>Display some information about this software.</p></source> + <translation type="unfinished"><b>À propos de</b><p>Affiche certaines informations concernant le logiciel.</p></translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="666" /> + <source>About Qt</source> + <translation type="unfinished">À propos de Qt</translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="667" /> + <source>About &Qt</source> + <translation type="unfinished">À propos de &Qt</translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="674" /> <source>Display information about the Qt toolkit</source> <translation type="unfinished">Affiche les informations concernant Qt</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="660" /> - <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> - <translation type="unfinished"><b>À propos de Qt</b><p>Affiche les informations concernant Qt</p></translation> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="669" /> - <source>What's This?</source> - <translation type="unfinished">Qu'est-ce que c'est ?</translation> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="671" /> - <source>&What's This?</source> - <translation type="unfinished">&Qu'est-ce que c'est?</translation> - </message> - <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="672" /> - <source>Shift+F1</source> - <comment>Help|What's This?'</comment> - <translation type="unfinished">Shift+F1</translation> - </message> - <message> <location filename="../PdfViewer/PdfViewerWindow.py" line="677" /> + <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> + <translation type="unfinished"><b>À propos de Qt</b><p>Affiche les informations concernant Qt</p></translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="686" /> + <source>What's This?</source> + <translation type="unfinished">Qu'est-ce que c'est ?</translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="688" /> + <source>&What's This?</source> + <translation type="unfinished">&Qu'est-ce que c'est?</translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="689" /> + <source>Shift+F1</source> + <comment>Help|What's This?'</comment> + <translation type="unfinished">Shift+F1</translation> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="694" /> <source>Context sensitive help</source> <translation type="unfinished">Aide contextuelle</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="679" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="696" /> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"><b>Affiche l'aide contextuelle</b><p>Dans le mode "Qu'est-ce que c'est?", la souris est affichée avec un point d'interrogation, et on peut cliquer sur les éléments de l'interface pour obtenir une courte description de l'élément. Cette fonction peut être obtenue avec le bouton d'aide contextuelle de la barre principale.</p></translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="730" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="747" /> <source>&File</source> <translation type="unfinished">&Fichier</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="732" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="749" /> <source>Open &Recent Files</source> <translation type="unfinished">Ouvrir un fichier &récent</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="752" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="769" /> <source>&View</source> <translation type="unfinished">&Affichage</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="762" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="779" /> <source>Display Mode</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="763" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="780" /> <source>Single Page</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="765" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="782" /> <source>Continuous</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="772" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="789" /> <source>&Edit</source> <translation type="unfinished">&Edition</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="783" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="800" /> <source>&Go To</source> <translation type="unfinished">&Aller à</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="796" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="813" /> <source>Se&ttings</source> <translation type="unfinished">&Configuration</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="806" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="823" /> <source>&Help</source> <translation type="unfinished">A&ide</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="925" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="942" /> <source>{0} - PDF Viewer</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="927" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="944" /> <source>PDF Viewer</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="941" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="958" /> <source>The document is still loading.</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="943" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="960" /> <source>The file does not exist.</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="945" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="962" /> <source>The file is not a valid PDF file.</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="947" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="964" /> <source>The password is not correct for this file.</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="949" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="966" /> <source>This kind of PDF file cannot be unlocked.</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="951" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="968" /> <source>Unknown type of error.</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="1049" /> - <location filename="../PdfViewer/PdfViewerWindow.py" line="1024" /> - <location filename="../PdfViewer/PdfViewerWindow.py" line="980" /> - <location filename="../PdfViewer/PdfViewerWindow.py" line="969" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="989" /> + <source>OpenPDF File</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="990" /> + <source><p>The PDF file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PdfViewer/PdfViewerWindow.py" line="1110" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="1103" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="1076" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="1069" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="1020" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="1009" /> <source>Open PDF File</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="970" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="1010" /> <source>Enter password to show the document:</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="981" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="1021" /> <source><p>The PDF file <b>{0}</b> could not be loaded.</p><p>Reason: {1}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="1051" /> - <location filename="../PdfViewer/PdfViewerWindow.py" line="1026" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="1112" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="1105" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="1078" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="1071" /> <source>PDF Files (*.pdf);;All Files (*)</source> <translation type="unfinished">Fichiers PDF (*.pdf);;Tous les fichiers (*)</translation> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="1142" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="1204" /> <source>About eric PDF Viewer</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="1143" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="1205" /> <source>The eric PDF Viewer is a simple component for viewing PDF files.</source> <translation type="unfinished" /> </message> <message> - <location filename="../PdfViewer/PdfViewerWindow.py" line="1214" /> + <location filename="../PdfViewer/PdfViewerWindow.py" line="1276" /> <source>&Clear</source> <translation type="unfinished">&Effacer</translation> </message> @@ -58363,128 +59075,128 @@ <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/Pip.py" line="283" /> + <location filename="../PipInterface/Pip.py" line="293" /> <source>Install PIP</source> <translation>Installer PIP</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="330" /> + <location filename="../PipInterface/Pip.py" line="340" /> <source>Repair PIP</source> <translation>Réparer PIP</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="452" /> + <location filename="../PipInterface/Pip.py" line="462" /> <source>Upgrade Packages</source> <translation>Mise à jour des packages</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="498" /> + <location filename="../PipInterface/Pip.py" line="508" /> <source>Install Packages</source> <translation>Installer des packages</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="528" /> + <location filename="../PipInterface/Pip.py" line="538" /> <source>Install Packages from Requirements</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/Pip.py" line="549" /> + <location filename="../PipInterface/Pip.py" line="559" /> <source>Install Project</source> <translation type="unfinished" /> </message> <message> + <location filename="../PipInterface/Pip.py" line="594" /> <location filename="../PipInterface/Pip.py" line="584" /> - <location filename="../PipInterface/Pip.py" line="574" /> <source>Install 'pyproject' Dependencies</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/Pip.py" line="705" /> - <location filename="../PipInterface/Pip.py" line="575" /> - <source>The selected 'pyproject.toml' file does not contain a 'project.dependencies' section. Aborting...</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../PipInterface/Pip.py" line="585" /> - <source><p>The selected 'pyproject.toml' file could not be read.</p><p>Reason: {0}</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../PipInterface/Pip.py" line="604" /> - <source>Install Packages from 'pyproject.toml'</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../PipInterface/Pip.py" line="732" /> - <location filename="../PipInterface/Pip.py" line="661" /> - <location filename="../PipInterface/Pip.py" line="633" /> - <location filename="../PipInterface/Pip.py" line="624" /> - <source>Uninstall Packages</source> - <translation>Désinstaller les packages</translation> - </message> - <message> - <location filename="../PipInterface/Pip.py" line="733" /> - <location filename="../PipInterface/Pip.py" line="662" /> - <location filename="../PipInterface/Pip.py" line="625" /> - <source>Do you really want to uninstall these packages?</source> - <translation>Voulez-vous vraiment désinstaller ces packages ?</translation> - </message> - <message> - <location filename="../PipInterface/Pip.py" line="678" /> - <source>Uninstall Packages from Requirements</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../PipInterface/Pip.py" line="715" /> - <location filename="../PipInterface/Pip.py" line="704" /> - <source>Uninstall 'pyproject' Dependencies</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../PipInterface/Pip.py" line="716" /> - <source><p>The selected 'pyproject.toml' file could not be read. </p><p>Reason: {0}</p></source> - <translation type="unfinished" /> + <location filename="../PipInterface/Pip.py" line="585" /> + <source>The selected 'pyproject.toml' file does not contain a 'project.dependencies' section. Aborting...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PipInterface/Pip.py" line="595" /> + <source><p>The selected 'pyproject.toml' file could not be read.</p><p>Reason: {0}</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PipInterface/Pip.py" line="614" /> + <source>Install Packages from 'pyproject.toml'</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PipInterface/Pip.py" line="742" /> + <location filename="../PipInterface/Pip.py" line="671" /> + <location filename="../PipInterface/Pip.py" line="643" /> + <location filename="../PipInterface/Pip.py" line="634" /> + <source>Uninstall Packages</source> + <translation>Désinstaller les packages</translation> </message> <message> <location filename="../PipInterface/Pip.py" line="743" /> + <location filename="../PipInterface/Pip.py" line="672" /> + <location filename="../PipInterface/Pip.py" line="635" /> + <source>Do you really want to uninstall these packages?</source> + <translation>Voulez-vous vraiment désinstaller ces packages ?</translation> + </message> + <message> + <location filename="../PipInterface/Pip.py" line="688" /> + <source>Uninstall Packages from Requirements</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PipInterface/Pip.py" line="725" /> + <location filename="../PipInterface/Pip.py" line="714" /> + <source>Uninstall 'pyproject' Dependencies</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PipInterface/Pip.py" line="726" /> + <source><p>The selected 'pyproject.toml' file could not be read. </p><p>Reason: {0}</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PipInterface/Pip.py" line="753" /> <source>Uninstall Packages from 'pyproject.toml'</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/Pip.py" line="1140" /> + <location filename="../PipInterface/Pip.py" line="1150" /> <source>Cache Info</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/Pip.py" line="1166" /> - <location filename="../PipInterface/Pip.py" line="1157" /> + <location filename="../PipInterface/Pip.py" line="1176" /> + <location filename="../PipInterface/Pip.py" line="1167" /> <source>List Cached Files</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/Pip.py" line="1158" /> + <location filename="../PipInterface/Pip.py" line="1168" /> <source>Enter a file pattern (empty for all):</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/Pip.py" line="1190" /> - <location filename="../PipInterface/Pip.py" line="1183" /> + <location filename="../PipInterface/Pip.py" line="1200" /> + <location filename="../PipInterface/Pip.py" line="1193" /> <source>Remove Cached Files</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/Pip.py" line="1184" /> + <location filename="../PipInterface/Pip.py" line="1194" /> <source>Enter a file pattern:</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/Pip.py" line="1215" /> - <location filename="../PipInterface/Pip.py" line="1207" /> + <location filename="../PipInterface/Pip.py" line="1225" /> + <location filename="../PipInterface/Pip.py" line="1217" /> <source>Purge Cache</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/Pip.py" line="1208" /> + <location filename="../PipInterface/Pip.py" line="1218" /> <source>Do you really want to purge the pip cache? All files need to be downloaded again.</source> <translation type="unfinished" /> </message> @@ -59421,30 +60133,30 @@ <translation>Version :</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="451" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="452" /> <source>Getting installed packages...</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="480" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="481" /> <source>Getting outdated packages...</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1233" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1053" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1040" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1004" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1234" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1054" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1041" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1005" /> <source>Search PyPI</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1005" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1006" /> <source><p>Received an error while searching for <b>{0}</b>.</p><p>Error: {1}</p></source> <translation type="unfinished" /> </message> <message numerus="yes"> - <location filename="../PipInterface/PipPackagesWidget.py" line="1020" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1021" /> <source>%n package(s) found.</source> <translation> <numerusform>%n package trouvé.</numerusform> @@ -59452,200 +60164,200 @@ </translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1027" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1028" /> <source>Showing first {0} packages found.</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1046" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1041" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1047" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1042" /> <source><p>There were no results for <b>{0}</b>.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1054" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1055" /> <source><p>There were no more results for <b>{0}</b>.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1234" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1235" /> <source><p>No package details info for <b>{0}</b> available.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1253" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1254" /> <source>Pip</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1255" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1256" /> <source>Install Pip</source> <translation>Installer pip</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1258" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1259" /> <source>Install Pip to User-Site</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1261" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1262" /> <source>Repair Pip</source> <translation>Réparer Pip</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1268" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1269" /> <source>Install</source> <translation type="unfinished">Installer</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1447" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1270" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1448" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1271" /> <source>Install Packages</source> <translation>Installer des packages</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1273" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1274" /> <source>Install Local Package</source> <translation>Installer un package local</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1276" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1277" /> <source>Re-Install Selected Packages</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1283" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1284" /> <source>Requirements/Constraints</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1285" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1286" /> <source>Install Requirements</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1288" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1289" /> <source>Uninstall Requirements</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1291" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1292" /> <source>Generate Requirements...</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1295" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1296" /> <source>Install from 'pyproject.toml'</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1299" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1300" /> <source>Uninstall from 'pyproject.toml'</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1304" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1305" /> <source>Generate Constraints...</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1311" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1312" /> <source>Cache</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1313" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1314" /> <source>Show Cache Info...</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1316" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1317" /> <source>Show Cached Files...</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1319" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1320" /> <source>Remove Cached Files...</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1322" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1323" /> <source>Purge Cache...</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1339" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1340" /> <source>Show Licenses...</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1343" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1344" /> <source>Check Vulnerabilities</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1347" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1348" /> <source>Update Vulnerability Database</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1351" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1352" /> <source>Create SBOM file</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1358" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1359" /> <source>Edit User Configuration...</source> <translation>Éditer la configuration utilisateur...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1361" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1362" /> <source>Edit Environment Configuration...</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1366" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1367" /> <source>Configure...</source> <translation>Configuration...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1610" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1597" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1586" /> - <source>Edit Configuration</source> - <translation>Éditer la configuration</translation> - </message> - <message> <location filename="../PipInterface/PipPackagesWidget.py" line="1611" /> <location filename="../PipInterface/PipPackagesWidget.py" line="1598" /> <location filename="../PipInterface/PipPackagesWidget.py" line="1587" /> + <source>Edit Configuration</source> + <translation>Éditer la configuration</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1612" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1599" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1588" /> <source>No valid configuration path determined. Aborting</source> <translation>Pas de chemin de configuration déterminé. Annulation</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1820" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1821" /> <source>{0} {1}</source> <comment>package name, package version</comment> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1841" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1842" /> <source>Affected Version:</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1844" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1845" /> <source>Advisory:</source> <translation type="unfinished" /> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1979" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1954" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1980" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1955" /> <source>unknown</source> <translation type="unfinished">inconnu</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1976" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1977" /> <source>any</source> <translation type="unfinished" /> </message> @@ -59762,43 +60474,49 @@ <context> <name>PixmapDiagram</name> <message> - <location filename="../Graphics/PixmapDiagram.py" line="193" /> - <location filename="../Graphics/PixmapDiagram.py" line="84" /> + <location filename="../Graphics/PixmapDiagram.py" line="208" /> + <location filename="../Graphics/PixmapDiagram.py" line="195" /> + <location filename="../Graphics/PixmapDiagram.py" line="77" /> <source>Pixmap-Viewer</source> <translation>Pixmap-Viewer</translation> </message> <message> - <location filename="../Graphics/PixmapDiagram.py" line="130" /> + <location filename="../Graphics/PixmapDiagram.py" line="123" /> <source>Close</source> <translation>Fermer</translation> </message> <message> - <location filename="../Graphics/PixmapDiagram.py" line="135" /> + <location filename="../Graphics/PixmapDiagram.py" line="128" /> <source>Print</source> <translation>Imprimer</translation> </message> <message> - <location filename="../Graphics/PixmapDiagram.py" line="140" /> + <location filename="../Graphics/PixmapDiagram.py" line="133" /> <source>Print Preview</source> <translation>Aperçu avant impression</translation> </message> <message> - <location filename="../Graphics/PixmapDiagram.py" line="170" /> + <location filename="../Graphics/PixmapDiagram.py" line="163" /> <source>Window</source> <translation>Fenêtre</translation> </message> <message> - <location filename="../Graphics/PixmapDiagram.py" line="173" /> + <location filename="../Graphics/PixmapDiagram.py" line="166" /> <source>Graphics</source> <translation>Graphiques</translation> </message> <message> - <location filename="../Graphics/PixmapDiagram.py" line="194" /> + <location filename="../Graphics/PixmapDiagram.py" line="196" /> + <source><p>The file <b>{0}</b> cannot be loaded.</p><p>Reason: {1}</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Graphics/PixmapDiagram.py" line="209" /> <source><p>The file <b>{0}</b> cannot be displayed. The format is not supported.</p></source> <translation><p>Le fichier <b>{0}</b> ne peut être affiché. Le format n'est pas supporté.</p></translation> </message> <message> - <location filename="../Graphics/PixmapDiagram.py" line="448" /> + <location filename="../Graphics/PixmapDiagram.py" line="463" /> <source>Diagram: {0}</source> <translation type="unfinished" /> </message> @@ -60149,52 +60867,52 @@ <context> <name>PluginManager</name> <message> - <location filename="../PluginManager/PluginManager.py" line="225" /> + <location filename="../PluginManager/PluginManager.py" line="226" /> <source>Could not create a package for {0}.</source> <translation>Ne peut créer un package pour {0}.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="257" /> + <location filename="../PluginManager/PluginManager.py" line="258" /> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation>Le répertoire de plugin interne<b>{0}</b> n'existe pas.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="434" /> + <location filename="../PluginManager/PluginManager.py" line="435" /> <source>Module is missing the 'autoactivate' attribute.</source> <translation>Le module ne comporte pas l'attribut 'autoactivate'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="445" /> + <location filename="../PluginManager/PluginManager.py" line="446" /> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation>Le module ne comporte pas le(s) attribut(s) 'pluginType' et/ou 'pluginTypename'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="473" /> + <location filename="../PluginManager/PluginManager.py" line="474" /> <source>Module failed to load. Error: {0}</source> <translation>Échec de chargement du module . Erreur {0}</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="654" /> + <location filename="../PluginManager/PluginManager.py" line="657" /> <source>Incompatible plugin activation method.</source> <translation>Méthode d'activation du plugin incompatible.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1256" /> + <location filename="../PluginManager/PluginManager.py" line="1265" /> <source>Plugin Manager Error</source> <translation>Erreur du gestionnaire de plugins</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1257" /> + <location filename="../PluginManager/PluginManager.py" line="1266" /> <source><p>The plugin download directory <b>{0}</b> could not be created. Please configure it via the configuration dialog.</p><p>Reason: {1}</p></source> <translation><p>Le répertoire de téléchargement de plugin<b>{0}</b> n'a pas pu être créé. Veuillez le reconfigurer.</p><p>Raison : {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1345" /> + <location filename="../PluginManager/PluginManager.py" line="1354" /> <source>Error downloading file</source> <translation>Erreur de téléchargement du fichier</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1346" /> + <location filename="../PluginManager/PluginManager.py" line="1355" /> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation><p>Ne peut télécharger le fichier demandé depuis {0}.</p><p>Erreur : {1}</p></translation> </message> @@ -61048,18 +61766,18 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1909" /> + <location filename="../Preferences/__init__.py" line="1916" /> <source>Export Preferences</source> <translation>Export des préférences</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1938" /> - <location filename="../Preferences/__init__.py" line="1911" /> + <location filename="../Preferences/__init__.py" line="1945" /> + <location filename="../Preferences/__init__.py" line="1918" /> <source>Properties File (*.ini);;All Files (*)</source> <translation>Fichier propriétés (*.ini);;Tous les fichiers (*)</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1936" /> + <location filename="../Preferences/__init__.py" line="1943" /> <source>Import Preferences</source> <translation>Import des préférences</translation> </message> @@ -61711,417 +62429,430 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="182" /> + <location filename="../Project/Project.py" line="187" /> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation>Fichiers Python3 (*.py *.py3);;Fichiers Python3 GUI (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="245" /> + <location filename="../Project/Project.py" line="250" /> <source>Add File Category</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="246" /> + <location filename="../Project/Project.py" line="251" /> <source><p>The file category <b>{0}</b> has already been added. This attempt will be ignored.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="331" /> - <source>PyQt5 GUI</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="332" /> - <source>PyQt5 Console</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="333" /> - <source>PyQt6 GUI</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="334" /> - <source>PyQt6 Console</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="335" /> - <source>Eric7 Plugin</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../Project/Project.py" line="336" /> - <source>Console</source> - <translation>Console</translation> + <source>PyQt5 GUI</source> + <translation type="unfinished" /> </message> <message> <location filename="../Project/Project.py" line="337" /> + <source>PyQt5 Console</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="338" /> + <source>PyQt6 GUI</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="339" /> + <source>PyQt6 Console</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="340" /> + <source>Eric7 Plugin</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="341" /> + <source>Console</source> + <translation>Console</translation> + </message> + <message> + <location filename="../Project/Project.py" line="342" /> <source>Other</source> <translation>Autre</translation> </message> <message> - <location filename="../Project/Project.py" line="356" /> - <source>PySide2 GUI</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="357" /> - <source>PySide2 Console</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../Project/Project.py" line="361" /> - <source>PySide6 GUI</source> + <source>PySide2 GUI</source> <translation type="unfinished" /> </message> <message> <location filename="../Project/Project.py" line="362" /> + <source>PySide2 Console</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="366" /> + <source>PySide6 GUI</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="367" /> <source>PySide6 Console</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="460" /> - <location filename="../Project/Project.py" line="448" /> - <location filename="../Project/Project.py" line="437" /> + <location filename="../Project/Project.py" line="465" /> + <location filename="../Project/Project.py" line="453" /> + <location filename="../Project/Project.py" line="442" /> <source>Registering Project Type</source> <translation>Enregistrement du type de projet</translation> </message> <message> - <location filename="../Project/Project.py" line="438" /> + <location filename="../Project/Project.py" line="443" /> <source><p>The Programming Language <b>{0}</b> is not supported (project type: {1}).</p></source> <translation><p>Le langage de programmation <b>{0}</b> n'est pas supporté (type project : {1}).</p></translation> </message> <message> - <location filename="../Project/Project.py" line="449" /> + <location filename="../Project/Project.py" line="454" /> <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> <translation><p>Le type projet <b>{0}</b> est déjà enregistré avec le langage de programmation<b>{1}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="461" /> + <location filename="../Project/Project.py" line="466" /> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation><p>Le type projet <b>{0}</b> est déjà enregistré.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="767" /> + <location filename="../Project/Project.py" line="771" /> <source>All Files (*)</source> <translation type="unfinished">Tous fichiers (*)</translation> </message> <message> - <location filename="../Project/Project.py" line="1263" /> + <location filename="../Project/Project.py" line="1339" /> <source>Read Project Session</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="1433" /> - <location filename="../Project/Project.py" line="1415" /> - <location filename="../Project/Project.py" line="1391" /> - <location filename="../Project/Project.py" line="1338" /> - <location filename="../Project/Project.py" line="1310" /> - <location filename="../Project/Project.py" line="1291" /> - <location filename="../Project/Project.py" line="1264" /> + <location filename="../Project/Project.py" line="1585" /> + <location filename="../Project/Project.py" line="1559" /> + <location filename="../Project/Project.py" line="1523" /> + <location filename="../Project/Project.py" line="1441" /> + <location filename="../Project/Project.py" line="1402" /> + <location filename="../Project/Project.py" line="1377" /> + <location filename="../Project/Project.py" line="1340" /> <source>Please save the project first.</source> <translation>Prière d'enregistrer votre projet d'abord.</translation> </message> <message> - <location filename="../Project/Project.py" line="1290" /> + <location filename="../Project/Project.py" line="1376" /> <source>Save Project Session</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="1323" /> - <location filename="../Project/Project.py" line="1309" /> + <location filename="../Project/Project.py" line="1418" /> + <location filename="../Project/Project.py" line="1401" /> <source>Delete Project Session</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="1324" /> + <location filename="../Project/Project.py" line="1408" /> + <source>Delete Remote Project Session</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="1427" /> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="1337" /> + <location filename="../Project/Project.py" line="1440" /> <source>Read Tasks</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="1390" /> + <location filename="../Project/Project.py" line="1522" /> <source>Read Debugger Properties</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="1414" /> + <location filename="../Project/Project.py" line="1558" /> <source>Save Debugger Properties</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="1446" /> - <location filename="../Project/Project.py" line="1432" /> + <location filename="../Project/Project.py" line="1601" /> + <location filename="../Project/Project.py" line="1584" /> <source>Delete Debugger Properties</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="1447" /> + <location filename="../Project/Project.py" line="1591" /> + <source>Delete Remote Debugger Properties</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="1610" /> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="1614" /> + <location filename="../Project/Project.py" line="1781" /> <source>Add Language</source> <translation>Ajouter une langue</translation> </message> <message> - <location filename="../Project/Project.py" line="1615" /> + <location filename="../Project/Project.py" line="1782" /> <source>You have to specify a translation pattern first.</source> <translation>Vous devez d'abord spécifier un pattern de traduction.</translation> </message> <message> - <location filename="../Project/Project.py" line="1753" /> - <location filename="../Project/Project.py" line="1727" /> + <location filename="../Project/Project.py" line="1923" /> + <source>Delete Translation</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="1950" /> + <location filename="../Project/Project.py" line="1924" /> + <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> + <translation><p>Le fichier de traduction sélectionné <b>{0}</b> ne peut être supprimé.</p><p>Raison : {1}</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1949" /> <source>Delete translation</source> <translation>Supprimer la traduction</translation> </message> <message> - <location filename="../Project/Project.py" line="1754" /> - <location filename="../Project/Project.py" line="1728" /> - <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> - <translation><p>Le fichier de traduction sélectionné <b>{0}</b> ne peut être supprimé.</p><p>Raison : {1}</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1888" /> - <location filename="../Project/Project.py" line="1875" /> - <location filename="../Project/Project.py" line="1861" /> + <location filename="../Project/Project.py" line="2100" /> + <location filename="../Project/Project.py" line="2083" /> + <source>Add File</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="2202" /> + <location filename="../Project/Project.py" line="2084" /> + <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> + <translation><p>Le fichier <b>{0}</b> existe déjà.</p><p>L'écraser ?</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2101" /> + <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> + <translation><p>Le fichier sélectionné <b>{0}</b> ne peut être ajouté à <b>{1}</b>.</p><p>Raison : {2}</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2113" /> <source>Add file</source> <translation>Ajouter un fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="1960" /> - <location filename="../Project/Project.py" line="1862" /> - <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> - <translation><p>Le fichier <b>{0}</b> existe déjà.</p><p>L'écraser ?</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1876" /> - <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> - <translation><p>Le fichier sélectionné <b>{0}</b> ne peut être ajouté à <b>{1}</b>.</p><p>Raison : {2}</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2039" /> - <location filename="../Project/Project.py" line="1889" /> + <location filename="../Project/Project.py" line="2296" /> + <location filename="../Project/Project.py" line="2114" /> <source>The target directory must not be empty.</source> <translation>Le répertoire cible ne doit pas être vide.</translation> </message> <message> - <location filename="../Project/Project.py" line="2050" /> - <location filename="../Project/Project.py" line="2038" /> - <location filename="../Project/Project.py" line="1959" /> - <location filename="../Project/Project.py" line="1940" /> - <location filename="../Project/Project.py" line="1924" /> - <source>Add directory</source> - <translation>Ajouter un répertoire</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1925" /> + <location filename="../Project/Project.py" line="2201" /> + <location filename="../Project/Project.py" line="2174" /> + <location filename="../Project/Project.py" line="2154" /> + <source>Add Directory</source> + <translation type="unfinished">Ajouter un répertoire</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2155" /> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Le répertoire source ne contient aucun fichier correspondant à la catégorie sélectionnée.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1941" /> + <location filename="../Project/Project.py" line="2175" /> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Le répertoire cible <b>{0}</b> ne peut être créé.</p><p>Raison : {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2051" /> + <location filename="../Project/Project.py" line="2307" /> + <location filename="../Project/Project.py" line="2295" /> + <source>Add directory</source> + <translation>Ajouter un répertoire</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2308" /> <source>The source directory must not be empty.</source> <translation>Le répertoire source ne doit pas être vide.</translation> </message> <message> - <location filename="../Project/Project.py" line="2118" /> - <source>Rename file</source> - <translation>Renommer le fichier</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2145" /> - <location filename="../Project/Project.py" line="2130" /> + <location filename="../Project/Project.py" line="2422" /> + <location filename="../Project/Project.py" line="2404" /> + <location filename="../Project/Project.py" line="2388" /> + <location filename="../Project/Project.py" line="2381" /> <source>Rename File</source> <translation>Renommer le fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="3332" /> - <location filename="../Project/Project.py" line="2131" /> + <location filename="../Project/Project.py" line="8056" /> + <location filename="../Project/Project.py" line="3908" /> + <location filename="../Project/Project.py" line="2405" /> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Le fichier <b>{0}</b>existe déjà. Écraser ?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2146" /> + <location filename="../Project/Project.py" line="2423" /> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>Le fichier <b>{0}</b> ne peut pas être renommé.<br />Raison : {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2374" /> - <source>Delete file</source> - <translation>Suppression de fichier</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2375" /> + <location filename="../Project/Project.py" line="2690" /> + <source>Delete File</source> + <translation type="unfinished">Supprimer le fichier</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2691" /> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>Le fichier sélectionné <b>{0}</b> ne peut être supprimé.</p><p>Raison : {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2403" /> - <source>Delete directory</source> - <translation>Suppression répertoire</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2404" /> + <location filename="../Project/Project.py" line="2719" /> + <source>Delete Directory</source> + <translation type="unfinished">Supprimer le répertoire</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2720" /> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>Le répertoire sélectionné <b>{0}</b> ne peut être supprimé.</p><p>Raison : {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2506" /> + <location filename="../Project/Project.py" line="2853" /> <source>Create project directory</source> <translation>Création d'un répertoire projet</translation> </message> <message> - <location filename="../Project/Project.py" line="2507" /> + <location filename="../Project/Project.py" line="2854" /> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>Le répertoire projet <b>{0}</b> n'a pas pu être créé.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3134" /> - <location filename="../Project/Project.py" line="2570" /> + <location filename="../Project/Project.py" line="3678" /> + <location filename="../Project/Project.py" line="2954" /> <source>Create project management directory</source> <translation>Créer un répertoire de gestion de projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3135" /> - <location filename="../Project/Project.py" line="2571" /> + <location filename="../Project/Project.py" line="3679" /> + <location filename="../Project/Project.py" line="2955" /> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation><p>Le répertoire projet <b>{0}</b> n'est pas accessible en écriture.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2593" /> + <location filename="../Project/Project.py" line="2995" /> <source>Create main script</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="2594" /> - <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="2939" /> - <location filename="../Project/Project.py" line="2618" /> + <location filename="../Project/Project.py" line="2996" /> + <source><p>The main script <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="3461" /> + <location filename="../Project/Project.py" line="3020" /> <source>Create Makefile</source> <translation>Créer un Makefile</translation> </message> <message> - <location filename="../Project/Project.py" line="2940" /> - <location filename="../Project/Project.py" line="2619" /> + <location filename="../Project/Project.py" line="3462" /> + <location filename="../Project/Project.py" line="3021" /> <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation><p>Le makefile <b>{0}</b> n'a pas pu être créé.<br/>Raison : {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3163" /> - <location filename="../Project/Project.py" line="2756" /> - <location filename="../Project/Project.py" line="2727" /> - <location filename="../Project/Project.py" line="2684" /> - <location filename="../Project/Project.py" line="2659" /> - <location filename="../Project/Project.py" line="2629" /> + <location filename="../Project/Project.py" line="3708" /> + <location filename="../Project/Project.py" line="3171" /> + <location filename="../Project/Project.py" line="3142" /> + <location filename="../Project/Project.py" line="3110" /> + <location filename="../Project/Project.py" line="3094" /> + <location filename="../Project/Project.py" line="3069" /> + <location filename="../Project/Project.py" line="3031" /> <source>New Project</source> <translation>Nouveau projet</translation> </message> <message> - <location filename="../Project/Project.py" line="2630" /> + <location filename="../Project/Project.py" line="3032" /> <source>Add existing files to the project?</source> <translation>Ajouter des fichiers existant au projet ?</translation> </message> <message> - <location filename="../Project/Project.py" line="3164" /> - <location filename="../Project/Project.py" line="2660" /> + <location filename="../Project/Project.py" line="3709" /> + <location filename="../Project/Project.py" line="3070" /> <source>Select Version Control System</source> <translation>Sélectionner un système de contrôle de version</translation> </message> <message> - <location filename="../Project/Project.py" line="2757" /> - <location filename="../Project/Project.py" line="2685" /> + <location filename="../Project/Project.py" line="3172" /> + <location filename="../Project/Project.py" line="3095" /> <source>Would you like to edit the VCS command options?</source> <translation>Voulez-vous éditer les options de commande VCS ?</translation> </message> <message> - <location filename="../Project/Project.py" line="4157" /> - <location filename="../Project/Project.py" line="2700" /> - <source>New project</source> - <translation>Nouveau projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2701" /> + <location filename="../Project/Project.py" line="3111" /> <source>Shall the project file be added to the repository?</source> <translation>Le fichier projet doit-il être ajouté au référentiel?</translation> </message> <message> - <location filename="../Project/Project.py" line="2733" /> - <location filename="../Project/Project.py" line="2722" /> + <location filename="../Project/Project.py" line="3148" /> + <location filename="../Project/Project.py" line="3137" /> <source>None</source> <translation>Auncun</translation> </message> <message> - <location filename="../Project/Project.py" line="2728" /> + <location filename="../Project/Project.py" line="3143" /> <source>Select version control system for the project</source> <translation>Sélectionner un système de contrôle de version (VCS) pour le projet</translation> </message> <message> - <location filename="../Project/Project.py" line="2865" /> + <location filename="../Project/Project.py" line="3354" /> <source>Translation Pattern</source> <translation>Pattern de traduction</translation> </message> <message> - <location filename="../Project/Project.py" line="2866" /> + <location filename="../Project/Project.py" line="3355" /> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Entrer le pattern pour les fichiers de traduction (utiliser la balise '%language%' à la place de la langue à utiliser):</translation> </message> <message> - <location filename="../Project/Project.py" line="4177" /> - <location filename="../Project/Project.py" line="3113" /> - <source>Open project</source> - <translation>Ouvir un projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3317" /> - <location filename="../Project/Project.py" line="3307" /> - <location filename="../Project/Project.py" line="3115" /> + <location filename="../Project/Project.py" line="3657" /> + <source>Open Project</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="8042" /> + <location filename="../Project/Project.py" line="8036" /> + <location filename="../Project/Project.py" line="8026" /> + <location filename="../Project/Project.py" line="3893" /> + <location filename="../Project/Project.py" line="3883" /> + <location filename="../Project/Project.py" line="3659" /> <source>Project Files (*.epj)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="3315" /> + <location filename="../Project/Project.py" line="3907" /> + <location filename="../Project/Project.py" line="3891" /> <source>Save Project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="3331" /> - <source>Save File</source> - <translation>Enregistrer Fichier</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3371" /> + <location filename="../Project/Project.py" line="3946" /> <source>Close Project</source> <translation>Fermer le projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3372" /> + <location filename="../Project/Project.py" line="3947" /> <source>The current project has unsaved changes.</source> <translation>Le projet courant a des modifications non enregistrées.</translation> </message> <message> - <location filename="../Project/Project.py" line="3565" /> - <location filename="../Project/Project.py" line="3529" /> - <source>Syntax errors detected</source> - <translation>Erreurs de syntaxe détectées</translation> + <location filename="../Project/Project.py" line="4147" /> + <location filename="../Project/Project.py" line="4111" /> + <source>Syntax Errors Detected</source> + <translation type="unfinished" /> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3566" /> - <location filename="../Project/Project.py" line="3530" /> + <location filename="../Project/Project.py" line="4148" /> + <location filename="../Project/Project.py" line="4112" /> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Le projet contient %n fichier avec des erreurs de syntaxe.</numerusform> @@ -62129,1205 +62860,1292 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="4159" /> + <location filename="../Project/Project.py" line="4806" /> + <source>New project</source> + <translation>Nouveau projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4808" /> <source>&New...</source> <translation>&Nouveau...</translation> </message> <message> - <location filename="../Project/Project.py" line="4165" /> + <location filename="../Project/Project.py" line="4814" /> <source>Generate a new project</source> <translation>Génerer un nouveau projet</translation> </message> <message> - <location filename="../Project/Project.py" line="4167" /> + <location filename="../Project/Project.py" line="4816" /> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Nouveau...</b><p>Ouvre une boite de dialogue pour entrer les paramètres d'un nouveau projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4179" /> + <location filename="../Project/Project.py" line="4826" /> + <source>Open project</source> + <translation>Ouvir un projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4828" /> <source>&Open...</source> <translation>&Ouvrir...</translation> </message> <message> - <location filename="../Project/Project.py" line="4185" /> + <location filename="../Project/Project.py" line="4834" /> <source>Open an existing project</source> <translation>Ouvrir un projet existant</translation> </message> <message> - <location filename="../Project/Project.py" line="4187" /> + <location filename="../Project/Project.py" line="4836" /> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Ouvrir...</b><p>Ouvre un projet existant.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4193" /> - <source>Reload project</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4195" /> - <source>Re&load</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4201" /> - <source>Reload the current project</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4203" /> - <source><b>Reload</b><p>This reloads the current project.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4209" /> - <source>Close project</source> - <translation>Fermer le projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4211" /> - <source>&Close</source> - <translation>&Fermer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4217" /> - <source>Close the current project</source> - <translation>Fermer le projet en cours</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4219" /> - <source><b>Close</b><p>This closes the current project.</p></source> - <translation><b>Fermer</b><p>Ferme le projet en cours.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4225" /> - <source>Save project</source> - <translation>Enregistrer le projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4500" /> - <location filename="../Project/Project.py" line="4227" /> - <source>&Save</source> - <translation>&Enregistrer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4233" /> - <source>Save the current project</source> - <translation>Enregistre le projet courant</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4235" /> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation><b>Enregistrer</b><p>Enregistre le projet en cours.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4241" /> - <source>Save project as</source> - <translation>Enregistrer le projet sous</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4243" /> - <source>Save &as...</source> - <translation>&Enregistrer sous...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4249" /> - <source>Save the current project to a new file</source> - <translation>Enregistre le projet en cours dans un nouveau fichier</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4251" /> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation><b>Enregistrer sous</b><p>Enregistre le projet en cours dans un nouveau fichier.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4266" /> - <source>Add files to project</source> - <translation>Ajouter des fichiers au projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4268" /> - <source>Add &files...</source> - <translation>Ajouter des &fichiers...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4274" /> - <source>Add files to the current project</source> - <translation>Ajouter des fichiers au projet courant</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4276" /> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>Ajouter des fichiers...</b><p>Ouvre une boite de dialogue pour ajouter des fichiers au projet courant. La position pour l'insertion est déterminée par l'extension du fichier.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4287" /> - <source>Add directory to project</source> - <translation>Ajouter un répertoire au projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4289" /> - <source>Add directory...</source> - <translation>Ajouter un répertoire...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4296" /> - <source>Add a directory to the current project</source> - <translation>Ajouter un répertoire au projet courant</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4299" /> - <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> - <translation><b>Ajouter un répertoire...</b><p>Ouvre une fenêtre pour ajouter un répertoire au projet courant.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4309" /> - <source>Add translation to project</source> - <translation>Ajouter une traduction au projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4311" /> - <source>Add &translation...</source> - <translation>Ajouter une &traduction...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4318" /> - <source>Add a translation to the current project</source> - <translation>Ajoute une traduction au projet en cours</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4321" /> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Ajouter une traduction...</b><p>Ouvre une boite de dialogue pour ajouter une traduction au projet courant.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4331" /> - <source>Search new files</source> - <translation>Rechercher des nouveaux fichiers</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4332" /> - <source>Searc&h new files...</source> - <translation>Re&chercher des nouveaux fichiers...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4338" /> - <source>Search new files in the project directory.</source> - <translation>Recherche des nouveaux fichiers dans le répertoire du projet.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4340" /> - <source><b>Search new files...</b><p>This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4350" /> - <source>Search Project File</source> - <translation>Chercher un fichier projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4351" /> - <source>Search Project File...</source> - <translation>Chercher un fichier projet...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4352" /> - <source>Alt+Ctrl+P</source> - <comment>Project|Search Project File</comment> - <translation>Alt+Ctrl+P</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4357" /> - <source>Search for a file in the project list of files.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4359" /> - <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4368" /> - <source>Project properties</source> - <translation>Propriétés du projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4370" /> - <source>&Properties...</source> - <translation>&Propriétés...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4376" /> - <source>Show the project properties</source> - <translation>Affiche les propriétés du projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4378" /> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation><b>Propriétés...</b><p>Affiche une boite de dialogue pour éditer les propriétés du projet.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4387" /> - <source>User project properties</source> - <translation>Propriétés utilisateur du projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4389" /> - <source>&User Properties...</source> - <translation>Propriétés &Utilisateur...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4396" /> - <source>Show the user specific project properties</source> - <translation>Afficher le propriétés utilisateurs spécifiques au projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4399" /> - <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> - <translation><b>Propriétés utilisateur...</b><p>Affiche une fenêtre permettant d'éditer les propriétés du projet spécifiques à l'utilisateur.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4409" /> - <source>Filetype Associations</source> - <translation>Association des types de fichiers</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4410" /> - <source>Filetype Associations...</source> - <translation>Association des types de fichiers...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4417" /> - <source>Show the project file type associations</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4420" /> - <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4433" /> - <source>Lexer Associations</source> - <translation>Association des types de fichiers</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4434" /> - <source>Lexer Associations...</source> - <translation>Association des types de fichiers...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4441" /> - <source>Show the project lexer associations (overriding defaults)</source> - <translation>Affiche les asociations Fichier/Type de fichier pour le projet (sans tenir compte des valeurs par défaut)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4444" /> - <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> - <translation><b>Associations des types de fichiers...</b><p>Permet d'associer les types de fichiers aux analyseurs syntaxiques pour le projet en cours. Ces associations sont prioritaires sur les associations de fichiers configurées par défaut.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4462" /> - <source>Debugger Properties</source> - <translation>Propriétés du Débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4463" /> - <source>Debugger &Properties...</source> - <translation>Débogueur & Propriétés...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4469" /> - <source>Show the debugger properties</source> - <translation>Affichage des propriétés du débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4471" /> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation><b>Propriétés du Débogueur...</b><p>Affiche une boite de dialogue permettant d'éditer les proprités du débogueur, spécifiques au projet.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4481" /> - <source>Load</source> - <translation>Charger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4482" /> - <source>&Load</source> - <translation>&Charger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4488" /> - <source>Load the debugger properties</source> - <translation>Charger les propriétés du débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4490" /> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Chargement des Propriétés du Débogueur</b><p>Charge la configuration du débogueur spécifique au projet.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4499" /> - <source>Save</source> - <translation>Enregistrer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4506" /> - <source>Save the debugger properties</source> - <translation>Enregistrer les propriétés du débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4508" /> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation><b>Enregistrement des Propriétés du Débogueur</b><p>Enregistre la configuration du débogueur spécifique au projet.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4517" /> - <source>Delete</source> - <translation>Supprimer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4518" /> - <source>&Delete</source> - <translation>&Supprimer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4524" /> - <source>Delete the debugger properties</source> - <translation>Supprimer les propriétés du débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4526" /> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation><b>Suppression des Propriétés du Débogueur...</b><p>Supprime la configuration du débogueur spécifique au projet.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4536" /> - <source>Reset</source> - <translation>Réinitialiser</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4537" /> - <source>&Reset</source> - <translation>&Réinitialiser</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4543" /> - <source>Reset the debugger properties</source> - <translation>Réinitialise des propriétés du débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4545" /> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation><b>Réinitialiser les propriétés du débogueur</b><p>Réinitialise la configuration du débogueur spécifique au projet.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4561" /> - <location filename="../Project/Project.py" line="4560" /> - <source>Load session</source> - <translation>Charger la session</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4567" /> - <source>Load the projects session file.</source> - <translation>Charge le fichier de session du projet.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4569" /> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>Charger la session</b><p>Charge le fichier session du projet. Une session est constituée par les données suivantes.<br>- tous les fichiers open source<br>- tous les points d'arrêts<br>- les arguments de ligne de commande<br>- le répertoire de travail<br>- le flag de rapport d'exception</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4585" /> - <location filename="../Project/Project.py" line="4584" /> - <source>Save session</source> - <translation>Enregistrer la session</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4591" /> - <source>Save the projects session file.</source> - <translation>Enregistre le fichier de session du projet.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4593" /> - <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>Enregistrer la session</b><p>Enregistrer le fichier session du projet. Une session est constituée par les données suivantes.<br>- tous les fichiers open source<br>- tous les points d'arrêts<br>- les arguments de ligne de commande<br>- le répertoire de travail<br>- le flag de rapport d'exception</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4609" /> - <location filename="../Project/Project.py" line="4608" /> - <source>Delete session</source> - <translation>Supprimer la session</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4615" /> - <source>Delete the projects session file.</source> - <translation>Suppression du fichier session de projet.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4617" /> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation><b>Suppression de session</b><p>Ceci supprime le fichier session de projet.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4632" /> - <source>Code Metrics</source> - <translation>Statistiques du code</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4633" /> - <source>&Code Metrics...</source> - <translation>Statistiques du &Code...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4640" /> - <source>Show some code metrics for the project.</source> - <translation>Affiche des statistiques sur le code du projet.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4643" /> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>Statistiques du Code...</b><p>Affiche des statistiques sur le code de tous les fichiers Python du projet.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4653" /> - <source>Python Code Coverage</source> - <translation> Code Coverage Python</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4654" /> - <source>Code Co&verage...</source> - <translation>Code Co&verage...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4661" /> - <source>Show code coverage information for the project.</source> - <translation>Affiche les informations de code coverage pour le projet.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4664" /> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation><b>Code Coverage...</b><p>Affiche les informations de code coverage pour le projet.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="6026" /> - <location filename="../Project/Project.py" line="6013" /> - <location filename="../Project/Project.py" line="4674" /> - <source>Profile Data</source> - <translation>Profiling des données</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4675" /> - <source>&Profile Data...</source> - <translation>&Profiling des données...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4682" /> - <source>Show profiling data for the project.</source> - <translation>Affiche le profiling des données du projet.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4685" /> - <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> - <translation><b>Profilling des données...</b><p>Affiche le profiling des données du projet.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="6078" /> - <location filename="../Project/Project.py" line="4700" /> - <source>Application Diagram</source> - <translation>Diagramme de l'application</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4701" /> - <source>&Application Diagram...</source> - <translation>&Diagramme de l'application...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4708" /> - <source>Show a diagram of the project.</source> - <translation>Affiche le diagramme de l'application.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4711" /> - <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> - <translation><b>Diagramme de l'application...</b><p>Affiche le diagramme du projet.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4720" /> - <source>Load Diagram</source> - <translation>Charger le diagramme</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4721" /> - <source>&Load Diagram...</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4727" /> - <source>Load a diagram from file.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4729" /> - <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="6246" /> - <location filename="../Project/Project.py" line="6191" /> - <location filename="../Project/Project.py" line="4744" /> - <source>Create Package List</source> - <translation>Création de la liste de package</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4746" /> - <source>Create &Package List</source> - <translation>Création de la liste de &package</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4753" /> - <source>Create an initial PKGLIST file for an eric plugin.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4756" /> - <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="6316" /> - <location filename="../Project/Project.py" line="4767" /> - <source>Create Plugin Archives</source> - <translation>Créer une archive plugin</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4769" /> - <source>Create Plugin &Archives</source> - <translation>Créer les &archives plugin</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4775" /> - <source>Create eric plugin archive files.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4777" /> - <source><b>Create Plugin Archives</b><p>This creates eric plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4789" /> - <source>Create Plugin Archives (Snapshot)</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4791" /> - <source>Create Plugin Archives (&Snapshot)</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4798" /> - <source>Create eric plugin archive files (snapshot releases).</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4801" /> - <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="6746" /> - <location filename="../Project/Project.py" line="6717" /> - <location filename="../Project/Project.py" line="6671" /> - <location filename="../Project/Project.py" line="4820" /> - <source>Execute Make</source> - <translation>Exécuter Make</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4821" /> - <source>&Execute Make</source> - <translation>Éxécut&er Make</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4827" /> - <source>Perform a 'make' run.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4829" /> - <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="6723" /> - <location filename="../Project/Project.py" line="4839" /> - <source>Test for Changes</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4840" /> - <source>&Test for Changes</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4847" /> - <source>Question 'make', if a rebuild is needed.</source> + <location filename="../Project/Project.py" line="4842" /> + <source>Open remote project</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="4844" /> + <source>Open (Remote)...</source> <translation type="unfinished" /> </message> <message> <location filename="../Project/Project.py" line="4850" /> - <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4868" /> - <source>Create SBOM File</source> + <source>Open an existing remote project</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="4852" /> + <source><b>Open (Remote)...</b><p>This opens an existing remote project.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="4861" /> + <source>Reload project</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="4863" /> + <source>Re&load</source> <translation type="unfinished" /> </message> <message> <location filename="../Project/Project.py" line="4869" /> - <source>Create &SBOM File</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4876" /> - <source>Create a SBOM file of the project dependencies.</source> - <translation type="unfinished" /> + <source>Reload the current project</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="4871" /> + <source><b>Reload</b><p>This reloads the current project.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="4877" /> + <source>Close project</source> + <translation>Fermer le projet</translation> </message> <message> <location filename="../Project/Project.py" line="4879" /> - <source><b>Create SBOM File</b><p>This allows the creation of a SBOM file of the project dependencies. This may be based on various input sources and will be saved as a CycloneDX SBOM file.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4890" /> - <source>Clear Byte Code Caches</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4891" /> - <source>Clear Byte Code &Caches</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4898" /> - <source>Clear the byte code caches of the project.</source> - <translation type="unfinished" /> + <source>&Close</source> + <translation>&Fermer</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4885" /> + <source>Close the current project</source> + <translation>Fermer le projet en cours</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4887" /> + <source><b>Close</b><p>This closes the current project.</p></source> + <translation><b>Fermer</b><p>Ferme le projet en cours.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4893" /> + <source>Save project</source> + <translation>Enregistrer le projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5190" /> + <location filename="../Project/Project.py" line="4895" /> + <source>&Save</source> + <translation>&Enregistrer</translation> </message> <message> <location filename="../Project/Project.py" line="4901" /> - <source><b>Clear Byte Code Caches</b><p>This deletes all directories containing byte code cache files.</p></source> - <translation type="unfinished" /> + <source>Save the current project</source> + <translation>Enregistre le projet courant</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4903" /> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation><b>Enregistrer</b><p>Enregistre le projet en cours.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4909" /> + <source>Save project as</source> + <translation>Enregistrer le projet sous</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4911" /> + <source>Save &as...</source> + <translation>&Enregistrer sous...</translation> </message> <message> <location filename="../Project/Project.py" line="4917" /> - <source>About Black</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4918" /> - <source>&Black</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4924" /> - <source>Show some information about 'Black'.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4926" /> - <source><b>Black</b><p>This shows some information about the installed 'Black' tool.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4938" /> - <source>Format Code</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4939" /> - <source>&Format Code</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4946" /> - <source>Format the project sources with 'Black'.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4949" /> - <source><b>Format Code</b><p>This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4961" /> - <source>Check Code Formatting</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4962" /> - <source>&Check Code Formatting</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4969" /> - <source>Check, if the project sources need to be reformatted with 'Black'.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4974" /> - <source><b>Check Code Formatting</b><p>This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4987" /> - <source>Code Formatting Diff</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4988" /> - <source>Code Formatting &Diff</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="4995" /> - <source>Generate a unified diff of potential project source reformatting with 'Black'.</source> - <translation type="unfinished" /> + <source>Save the current project to a new file</source> + <translation>Enregistre le projet en cours dans un nouveau fichier</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4919" /> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation><b>Enregistrer sous</b><p>Enregistre le projet en cours dans un nouveau fichier.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4928" /> + <source>Save project as (Remote)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="4930" /> + <source>Save as (Remote)...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="4937" /> + <source>Save the current project to a new remote file</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="4940" /> + <source><b>Save as (Remote)</b><p>This saves the current project to a new remote file.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="4956" /> + <source>Add files to project</source> + <translation>Ajouter des fichiers au projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4958" /> + <source>Add &files...</source> + <translation>Ajouter des &fichiers...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4964" /> + <source>Add files to the current project</source> + <translation>Ajouter des fichiers au projet courant</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4966" /> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>Ajouter des fichiers...</b><p>Ouvre une boite de dialogue pour ajouter des fichiers au projet courant. La position pour l'insertion est déterminée par l'extension du fichier.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4977" /> + <source>Add directory to project</source> + <translation>Ajouter un répertoire au projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4979" /> + <source>Add directory...</source> + <translation>Ajouter un répertoire...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4986" /> + <source>Add a directory to the current project</source> + <translation>Ajouter un répertoire au projet courant</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4989" /> + <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> + <translation><b>Ajouter un répertoire...</b><p>Ouvre une fenêtre pour ajouter un répertoire au projet courant.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4999" /> + <source>Add translation to project</source> + <translation>Ajouter une traduction au projet</translation> </message> <message> <location filename="../Project/Project.py" line="5001" /> - <source><b>Diff Code Formatting</b><p>This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5166" /> - <location filename="../Project/Project.py" line="5116" /> - <location filename="../Project/Project.py" line="5115" /> - <location filename="../Project/Project.py" line="5015" /> - <location filename="../Project/Project.py" line="5014" /> - <source>Configure</source> - <translation type="unfinished">Configuration</translation> + <source>Add &translation...</source> + <translation>Ajouter une &traduction...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5008" /> + <source>Add a translation to the current project</source> + <translation>Ajoute une traduction au projet en cours</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5011" /> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Ajouter une traduction...</b><p>Ouvre une boite de dialogue pour ajouter une traduction au projet courant.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5021" /> + <source>Search new files</source> + <translation>Rechercher des nouveaux fichiers</translation> </message> <message> <location filename="../Project/Project.py" line="5022" /> - <source>Enter the parameters for formatting the project sources with 'Black'.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5027" /> - <source><b>Configure</b><p>This shows a dialog to enter the parameters for formatting the project sources with 'Black'.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5043" /> - <source>About isort</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5044" /> - <source>&isort</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5050" /> - <source>Show some information about 'isort'.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5052" /> - <source><b>isort</b><p>This shows some information about the installed 'isort' tool.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5065" /> - <location filename="../Project/Project.py" line="5064" /> - <source>Sort Imports</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5072" /> - <source>Sort the import statements of the project sources with 'isort'.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5075" /> - <source><b>Sort Imports</b><p>This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.</p></source> - <translation type="unfinished" /> + <source>Searc&h new files...</source> + <translation>Re&chercher des nouveaux fichiers...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5028" /> + <source>Search new files in the project directory.</source> + <translation>Recherche des nouveaux fichiers dans le répertoire du projet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5030" /> + <source><b>Search new files...</b><p>This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5040" /> + <source>Search Project File</source> + <translation>Chercher un fichier projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5041" /> + <source>Search Project File...</source> + <translation>Chercher un fichier projet...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5042" /> + <source>Alt+Ctrl+P</source> + <comment>Project|Search Project File</comment> + <translation>Alt+Ctrl+P</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5047" /> + <source>Search for a file in the project list of files.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5049" /> + <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5058" /> + <source>Project properties</source> + <translation>Propriétés du projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5060" /> + <source>&Properties...</source> + <translation>&Propriétés...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5066" /> + <source>Show the project properties</source> + <translation>Affiche les propriétés du projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5068" /> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation><b>Propriétés...</b><p>Affiche une boite de dialogue pour éditer les propriétés du projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5077" /> + <source>User project properties</source> + <translation>Propriétés utilisateur du projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5079" /> + <source>&User Properties...</source> + <translation>Propriétés &Utilisateur...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5086" /> + <source>Show the user specific project properties</source> + <translation>Afficher le propriétés utilisateurs spécifiques au projet</translation> </message> <message> <location filename="../Project/Project.py" line="5089" /> - <location filename="../Project/Project.py" line="5088" /> - <source>Imports Sorting Diff</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5096" /> - <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5102" /> - <source><b>Imports Sorting Diff</b><p>This shows a dialog to enter parameters for the imports sorting diff run and generates a unified diff of potential project source changes using 'isort'.</p></source> + <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> + <translation><b>Propriétés utilisateur...</b><p>Affiche une fenêtre permettant d'éditer les propriétés du projet spécifiques à l'utilisateur.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5099" /> + <source>Filetype Associations</source> + <translation>Association des types de fichiers</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5100" /> + <source>Filetype Associations...</source> + <translation>Association des types de fichiers...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5107" /> + <source>Show the project file type associations</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5110" /> + <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation type="unfinished" /> </message> <message> <location filename="../Project/Project.py" line="5123" /> - <source>Enter the parameters for resorting the project sources import statements with 'isort'.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5129" /> - <source><b>Configure</b><p>This shows a dialog to enter the parameters for resorting the import statements of the project sources with 'isort'.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5145" /> - <source>Install Project</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5146" /> - <source>&Install Project</source> - <translation type="unfinished" /> + <source>Lexer Associations</source> + <translation>Association des types de fichiers</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5124" /> + <source>Lexer Associations...</source> + <translation>Association des types de fichiers...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5131" /> + <source>Show the project lexer associations (overriding defaults)</source> + <translation>Affiche les asociations Fichier/Type de fichier pour le projet (sans tenir compte des valeurs par défaut)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5134" /> + <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> + <translation><b>Associations des types de fichiers...</b><p>Permet d'associer les types de fichiers aux analyseurs syntaxiques pour le projet en cours. Ces associations sont prioritaires sur les associations de fichiers configurées par défaut.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5152" /> + <source>Debugger Properties</source> + <translation>Propriétés du Débogueur</translation> </message> <message> <location filename="../Project/Project.py" line="5153" /> - <source>Install the project into the embedded environment.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5156" /> - <source><b>Install Project</b><p>This installs the project into the embedded virtual environment in editable mode (i.e. development mode).</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5167" /> - <source>&Configure</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5174" /> - <source>Configure the embedded environment.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5177" /> - <source><b>Configure</b><p>This opens a dialog to configure the embedded virtual environment of the project.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5187" /> - <source>Upgrade</source> - <translation type="unfinished">Mettre à jour</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5188" /> - <source>&Upgrade</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5194" /> - <source>Upgrade the embedded environment.</source> - <translation type="unfinished" /> + <source>Debugger &Properties...</source> + <translation>Débogueur & Propriétés...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5159" /> + <source>Show the debugger properties</source> + <translation>Affichage des propriétés du débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5161" /> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation><b>Propriétés du Débogueur...</b><p>Affiche une boite de dialogue permettant d'éditer les proprités du débogueur, spécifiques au projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5171" /> + <source>Load</source> + <translation>Charger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5172" /> + <source>&Load</source> + <translation>&Charger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5178" /> + <source>Load the debugger properties</source> + <translation>Charger les propriétés du débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5180" /> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Chargement des Propriétés du Débogueur</b><p>Charge la configuration du débogueur spécifique au projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5189" /> + <source>Save</source> + <translation>Enregistrer</translation> </message> <message> <location filename="../Project/Project.py" line="5196" /> - <source><b>Upgrade</b><p>This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.</p></source> - <translation type="unfinished" /> + <source>Save the debugger properties</source> + <translation>Enregistrer les propriétés du débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5198" /> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation><b>Enregistrement des Propriétés du Débogueur</b><p>Enregistre la configuration du débogueur spécifique au projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5207" /> + <source>Delete</source> + <translation>Supprimer</translation> </message> <message> <location filename="../Project/Project.py" line="5208" /> - <source>Recreate</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5209" /> - <source>&Recreate</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5215" /> - <source>Recreate the embedded environment.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5217" /> - <source><b>Recreate</b><p>This opens a dialog to enter the parameters to recreate the embedded virtual environment of the project. The existing environment is cleared first.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5249" /> - <source>&Project</source> - <translation>&Projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5250" /> - <source>Open &Recent Projects</source> - <translation>Ouvrir un projet &récent</translation> + <source>&Delete</source> + <translation>&Supprimer</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5214" /> + <source>Delete the debugger properties</source> + <translation>Supprimer les propriétés du débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5216" /> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation><b>Suppression des Propriétés du Débogueur...</b><p>Supprime la configuration du débogueur spécifique au projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5226" /> + <source>Reset</source> + <translation>Réinitialiser</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5227" /> + <source>&Reset</source> + <translation>&Réinitialiser</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5233" /> + <source>Reset the debugger properties</source> + <translation>Réinitialise des propriétés du débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5235" /> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation><b>Réinitialiser les propriétés du débogueur</b><p>Réinitialise la configuration du débogueur spécifique au projet.</p></translation> </message> <message> <location filename="../Project/Project.py" line="5251" /> - <source>Session</source> - <translation>Session</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5252" /> - <source>Debugger</source> - <translation>Débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5253" /> - <source>Embedded Environment</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5255" /> - <source>Project-T&ools</source> - <translation>Outils pr&ojet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5256" /> - <source>&Version Control</source> - <translation>&Contrôle de version</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5260" /> - <source>Chec&k</source> - <translation>&Vérification</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5262" /> - <source>Code &Formatting</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5264" /> - <source>Sho&w</source> - <translation>&Affichage</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5265" /> - <source>&Diagrams</source> - <translation>&Diagrammes</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5266" /> - <source>Pac&kagers</source> - <translation>Création de pac&kage</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5267" /> - <source>Source &Documentation</source> - <translation>&Documentation automatique</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5269" /> - <source>Make</source> - <translation>Make</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5270" /> - <source>Other Tools</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/Project.py" line="5431" /> - <location filename="../Project/Project.py" line="5429" /> - <source>Project</source> - <translation>Projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5492" /> - <source>&Clear</source> - <translation>&Effacer</translation> + <location filename="../Project/Project.py" line="5250" /> + <source>Load session</source> + <translation>Charger la session</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5257" /> + <source>Load the projects session file.</source> + <translation>Charge le fichier de session du projet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5259" /> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>Charger la session</b><p>Charge le fichier session du projet. Une session est constituée par les données suivantes.<br>- tous les fichiers open source<br>- tous les points d'arrêts<br>- les arguments de ligne de commande<br>- le répertoire de travail<br>- le flag de rapport d'exception</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5275" /> + <location filename="../Project/Project.py" line="5274" /> + <source>Save session</source> + <translation>Enregistrer la session</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5281" /> + <source>Save the projects session file.</source> + <translation>Enregistre le fichier de session du projet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5283" /> + <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>Enregistrer la session</b><p>Enregistrer le fichier session du projet. Une session est constituée par les données suivantes.<br>- tous les fichiers open source<br>- tous les points d'arrêts<br>- les arguments de ligne de commande<br>- le répertoire de travail<br>- le flag de rapport d'exception</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5299" /> + <location filename="../Project/Project.py" line="5298" /> + <source>Delete session</source> + <translation>Supprimer la session</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5305" /> + <source>Delete the projects session file.</source> + <translation>Suppression du fichier session de projet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5307" /> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation><b>Suppression de session</b><p>Ceci supprime le fichier session de projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5322" /> + <source>Code Metrics</source> + <translation>Statistiques du code</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5323" /> + <source>&Code Metrics...</source> + <translation>Statistiques du &Code...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5330" /> + <source>Show some code metrics for the project.</source> + <translation>Affiche des statistiques sur le code du projet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5333" /> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>Statistiques du Code...</b><p>Affiche des statistiques sur le code de tous les fichiers Python du projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5343" /> + <source>Python Code Coverage</source> + <translation> Code Coverage Python</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5344" /> + <source>Code Co&verage...</source> + <translation>Code Co&verage...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5351" /> + <source>Show code coverage information for the project.</source> + <translation>Affiche les informations de code coverage pour le projet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5354" /> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation><b>Code Coverage...</b><p>Affiche les informations de code coverage pour le projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="6787" /> + <location filename="../Project/Project.py" line="6774" /> + <location filename="../Project/Project.py" line="5364" /> + <source>Profile Data</source> + <translation>Profiling des données</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5365" /> + <source>&Profile Data...</source> + <translation>&Profiling des données...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5372" /> + <source>Show profiling data for the project.</source> + <translation>Affiche le profiling des données du projet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5375" /> + <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> + <translation><b>Profilling des données...</b><p>Affiche le profiling des données du projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="6839" /> + <location filename="../Project/Project.py" line="5390" /> + <source>Application Diagram</source> + <translation>Diagramme de l'application</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5391" /> + <source>&Application Diagram...</source> + <translation>&Diagramme de l'application...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5398" /> + <source>Show a diagram of the project.</source> + <translation>Affiche le diagramme de l'application.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5401" /> + <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> + <translation><b>Diagramme de l'application...</b><p>Affiche le diagramme du projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5410" /> + <source>Load Diagram</source> + <translation>Charger le diagramme</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5411" /> + <source>&Load Diagram...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5417" /> + <source>Load a diagram from file.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5419" /> + <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="7007" /> + <location filename="../Project/Project.py" line="6952" /> + <location filename="../Project/Project.py" line="5434" /> + <source>Create Package List</source> + <translation>Création de la liste de package</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5436" /> + <source>Create &Package List</source> + <translation>Création de la liste de &package</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5443" /> + <source>Create an initial PKGLIST file for an eric plugin.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5446" /> + <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="7077" /> + <location filename="../Project/Project.py" line="5457" /> + <source>Create Plugin Archives</source> + <translation>Créer une archive plugin</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5459" /> + <source>Create Plugin &Archives</source> + <translation>Créer les &archives plugin</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5465" /> + <source>Create eric plugin archive files.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5467" /> + <source><b>Create Plugin Archives</b><p>This creates eric plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5479" /> + <source>Create Plugin Archives (Snapshot)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5481" /> + <source>Create Plugin Archives (&Snapshot)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5488" /> + <source>Create eric plugin archive files (snapshot releases).</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5491" /> + <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="7519" /> + <location filename="../Project/Project.py" line="7490" /> + <location filename="../Project/Project.py" line="7444" /> + <location filename="../Project/Project.py" line="7396" /> + <location filename="../Project/Project.py" line="5510" /> + <source>Execute Make</source> + <translation>Exécuter Make</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5511" /> + <source>&Execute Make</source> + <translation>Éxécut&er Make</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5517" /> + <source>Perform a 'make' run.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5519" /> + <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="7496" /> + <location filename="../Project/Project.py" line="5529" /> + <source>Test for Changes</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5530" /> + <source>&Test for Changes</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5537" /> + <source>Question 'make', if a rebuild is needed.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5540" /> + <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5558" /> + <source>Create SBOM File</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5559" /> + <source>Create &SBOM File</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5566" /> + <source>Create a SBOM file of the project dependencies.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5569" /> + <source><b>Create SBOM File</b><p>This allows the creation of a SBOM file of the project dependencies. This may be based on various input sources and will be saved as a CycloneDX SBOM file.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5580" /> + <source>Clear Byte Code Caches</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5581" /> + <source>Clear Byte Code &Caches</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5588" /> + <source>Clear the byte code caches of the project.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5591" /> + <source><b>Clear Byte Code Caches</b><p>This deletes all directories containing byte code cache files.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5607" /> + <source>About Black</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5608" /> + <source>&Black</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5614" /> + <source>Show some information about 'Black'.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5616" /> + <source><b>Black</b><p>This shows some information about the installed 'Black' tool.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5628" /> + <source>Format Code</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5629" /> + <source>&Format Code</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5636" /> + <source>Format the project sources with 'Black'.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5639" /> + <source><b>Format Code</b><p>This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5651" /> + <source>Check Code Formatting</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5652" /> + <source>&Check Code Formatting</source> + <translation type="unfinished" /> </message> <message> <location filename="../Project/Project.py" line="5659" /> - <source>Search New Files</source> - <translation>Rechercher des nouveaux fichiers</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5660" /> - <source>There were no new files found to be added.</source> - <translation>Aucun fichier à ajouter n'a été trouvé.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5818" /> + <source>Check, if the project sources need to be reformatted with 'Black'.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5664" /> + <source><b>Check Code Formatting</b><p>This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5677" /> + <source>Code Formatting Diff</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5678" /> + <source>Code Formatting &Diff</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5685" /> + <source>Generate a unified diff of potential project source reformatting with 'Black'.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5691" /> + <source><b>Diff Code Formatting</b><p>This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5856" /> + <location filename="../Project/Project.py" line="5806" /> <location filename="../Project/Project.py" line="5805" /> - <source>Version Control System</source> - <translation>Système de conrôle des versions (VCS)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5806" /> - <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> + <location filename="../Project/Project.py" line="5705" /> + <location filename="../Project/Project.py" line="5704" /> + <source>Configure</source> + <translation type="unfinished">Configuration</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5712" /> + <source>Enter the parameters for formatting the project sources with 'Black'.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5717" /> + <source><b>Configure</b><p>This shows a dialog to enter the parameters for formatting the project sources with 'Black'.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5733" /> + <source>About isort</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5734" /> + <source>&isort</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5740" /> + <source>Show some information about 'isort'.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5742" /> + <source><b>isort</b><p>This shows some information about the installed 'isort' tool.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5755" /> + <location filename="../Project/Project.py" line="5754" /> + <source>Sort Imports</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5762" /> + <source>Sort the import statements of the project sources with 'isort'.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5765" /> + <source><b>Sort Imports</b><p>This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5779" /> + <location filename="../Project/Project.py" line="5778" /> + <source>Imports Sorting Diff</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5786" /> + <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5792" /> + <source><b>Imports Sorting Diff</b><p>This shows a dialog to enter parameters for the imports sorting diff run and generates a unified diff of potential project source changes using 'isort'.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5813" /> + <source>Enter the parameters for resorting the project sources import statements with 'isort'.</source> <translation type="unfinished" /> </message> <message> <location filename="../Project/Project.py" line="5819" /> + <source><b>Configure</b><p>This shows a dialog to enter the parameters for resorting the import statements of the project sources with 'isort'.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5835" /> + <source>Install Project</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5836" /> + <source>&Install Project</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5843" /> + <source>Install the project into the embedded environment.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5846" /> + <source><b>Install Project</b><p>This installs the project into the embedded virtual environment in editable mode (i.e. development mode).</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5857" /> + <source>&Configure</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5864" /> + <source>Configure the embedded environment.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5867" /> + <source><b>Configure</b><p>This opens a dialog to configure the embedded virtual environment of the project.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5877" /> + <source>Upgrade</source> + <translation type="unfinished">Mettre à jour</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5878" /> + <source>&Upgrade</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5884" /> + <source>Upgrade the embedded environment.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5886" /> + <source><b>Upgrade</b><p>This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5898" /> + <source>Recreate</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5899" /> + <source>&Recreate</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5905" /> + <source>Recreate the embedded environment.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5907" /> + <source><b>Recreate</b><p>This opens a dialog to enter the parameters to recreate the embedded virtual environment of the project. The existing environment is cleared first.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5939" /> + <source>&Project</source> + <translation>&Projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5940" /> + <source>Open &Recent Projects</source> + <translation>Ouvrir un projet &récent</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5942" /> + <source>Session</source> + <translation>Session</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5943" /> + <source>Debugger</source> + <translation>Débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5944" /> + <source>Embedded Environment</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5946" /> + <source>Project-T&ools</source> + <translation>Outils pr&ojet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5947" /> + <source>&Version Control</source> + <translation>&Contrôle de version</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5951" /> + <source>Chec&k</source> + <translation>&Vérification</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5953" /> + <source>Code &Formatting</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="5955" /> + <source>Sho&w</source> + <translation>&Affichage</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5956" /> + <source>&Diagrams</source> + <translation>&Diagrammes</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5957" /> + <source>Pac&kagers</source> + <translation>Création de pac&kage</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5958" /> + <source>Source &Documentation</source> + <translation>&Documentation automatique</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5960" /> + <source>Make</source> + <translation>Make</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5961" /> + <source>Other Tools</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="6123" /> + <location filename="../Project/Project.py" line="6121" /> + <source>Project</source> + <translation>Projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="6205" /> + <source>&Clear</source> + <translation>&Effacer</translation> + </message> + <message> + <location filename="../Project/Project.py" line="6401" /> + <source>Search New Files</source> + <translation>Rechercher des nouveaux fichiers</translation> + </message> + <message> + <location filename="../Project/Project.py" line="6402" /> + <source>There were no new files found to be added.</source> + <translation>Aucun fichier à ajouter n'a été trouvé.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="6563" /> + <location filename="../Project/Project.py" line="6550" /> + <source>Version Control System</source> + <translation>Système de conrôle des versions (VCS)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="6551" /> + <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="6564" /> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="5968" /> + <location filename="../Project/Project.py" line="6721" /> <source>Coverage Data</source> <translation>Coverage de données</translation> </message> <message> - <location filename="../Project/Project.py" line="6014" /> - <location filename="../Project/Project.py" line="5969" /> + <location filename="../Project/Project.py" line="6775" /> + <location filename="../Project/Project.py" line="6722" /> <source>There is no main script defined for the current project. Aborting</source> <translation>Il n'y a pas de script principal défini dans le projet en cours. Abandon</translation> </message> <message> - <location filename="../Project/Project.py" line="5981" /> + <location filename="../Project/Project.py" line="6734" /> <source>Code Coverage</source> <translation>Code Coverage</translation> </message> <message> - <location filename="../Project/Project.py" line="5982" /> + <location filename="../Project/Project.py" line="6735" /> <source>Please select a coverage file</source> <translation>Sélectionner un fichier coverage</translation> </message> <message> - <location filename="../Project/Project.py" line="6027" /> + <location filename="../Project/Project.py" line="6788" /> <source>Please select a profile file</source> <translation>Sélectionner un fichier profile</translation> </message> <message> - <location filename="../Project/Project.py" line="6079" /> + <location filename="../Project/Project.py" line="6840" /> <source>Include module names?</source> <translation>Inclure les noms de modules ?</translation> </message> <message> - <location filename="../Project/Project.py" line="6192" /> + <location filename="../Project/Project.py" line="6953" /> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Le fichier <b>PKGLIST</b> existe déjà.</p><p>Ecraser ?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="6247" /> + <location filename="../Project/Project.py" line="7008" /> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="6543" /> - <location filename="../Project/Project.py" line="6499" /> - <location filename="../Project/Project.py" line="6449" /> - <location filename="../Project/Project.py" line="6438" /> - <location filename="../Project/Project.py" line="6420" /> - <location filename="../Project/Project.py" line="6387" /> - <location filename="../Project/Project.py" line="6357" /> - <location filename="../Project/Project.py" line="6329" /> - <location filename="../Project/Project.py" line="6299" /> - <location filename="../Project/Project.py" line="6285" /> - <location filename="../Project/Project.py" line="6268" /> + <location filename="../Project/Project.py" line="7304" /> + <location filename="../Project/Project.py" line="7260" /> + <location filename="../Project/Project.py" line="7210" /> + <location filename="../Project/Project.py" line="7199" /> + <location filename="../Project/Project.py" line="7181" /> + <location filename="../Project/Project.py" line="7148" /> + <location filename="../Project/Project.py" line="7118" /> + <location filename="../Project/Project.py" line="7090" /> + <location filename="../Project/Project.py" line="7060" /> + <location filename="../Project/Project.py" line="7046" /> + <location filename="../Project/Project.py" line="7029" /> <source>Create Plugin Archive</source> <translation>Création de l'archive du plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="6269" /> + <location filename="../Project/Project.py" line="7030" /> <source>The project does not have a main script defined. Aborting...</source> <translation>Le projet n'a pas de script principal défini. Abandon...</translation> </message> <message> - <location filename="../Project/Project.py" line="6286" /> + <location filename="../Project/Project.py" line="7047" /> <source>Select package lists:</source> <translation>Sélectionner les listes de packages :</translation> </message> <message> - <location filename="../Project/Project.py" line="6300" /> + <location filename="../Project/Project.py" line="7061" /> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="6308" /> + <location filename="../Project/Project.py" line="7069" /> <source>Creating plugin archives...</source> <translation>Création en cours des archives de plugin...</translation> </message> <message> - <location filename="../Project/Project.py" line="6309" /> + <location filename="../Project/Project.py" line="7070" /> <source>Abort</source> <translation>Abandonner</translation> </message> <message> - <location filename="../Project/Project.py" line="6312" /> + <location filename="../Project/Project.py" line="7073" /> <source>%v/%m Archives</source> <translation>Archives %v/%m</translation> </message> <message> - <location filename="../Project/Project.py" line="6330" /> + <location filename="../Project/Project.py" line="7091" /> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Le fichier <b>{0}</b> ne peut être lu.</p><p>Raison : {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="6358" /> + <location filename="../Project/Project.py" line="7119" /> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="6388" /> + <location filename="../Project/Project.py" line="7149" /> <source><p>The eric plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="6421" /> + <location filename="../Project/Project.py" line="7182" /> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="6439" /> + <location filename="../Project/Project.py" line="7200" /> <source><p>The eric plugin archive files were created with some errors.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="6450" /> + <location filename="../Project/Project.py" line="7211" /> <source><p>The eric plugin archive files were created successfully.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="6500" /> + <location filename="../Project/Project.py" line="7261" /> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Le fichier plugin <b>{0}</b> ne peut être lu.</p><p>Raison : {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="6544" /> + <location filename="../Project/Project.py" line="7305" /> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="6672" /> + <location filename="../Project/Project.py" line="7397" /> + <source>'Make' is not supported for remote projects. Aborting...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="7445" /> <source>The make process did not start.</source> <translation>Le processus make n'a pas démarré.</translation> </message> <message> - <location filename="../Project/Project.py" line="6718" /> + <location filename="../Project/Project.py" line="7491" /> <source>The make process crashed.</source> <translation>Crash du processus make.</translation> </message> <message> - <location filename="../Project/Project.py" line="6726" /> + <location filename="../Project/Project.py" line="7499" /> <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="6731" /> + <location filename="../Project/Project.py" line="7504" /> <source><p>There are changes that require the default make target to be rebuilt.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="6747" /> + <location filename="../Project/Project.py" line="7520" /> <source>The makefile contains errors.</source> <translation>Le makefile contient des erreurs.</translation> </message> <message> - <location filename="../Project/Project.py" line="7166" /> + <location filename="../Project/Project.py" line="7950" /> <source>Interpreter Missing</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/Project.py" line="7167" /> + <location filename="../Project/Project.py" line="7951" /> <source>The configured interpreter of the embedded environment does not exist anymore. Shall the environment be upgraded?</source> <translation type="unfinished" /> </message> <message> + <location filename="../Project/Project.py" line="8024" /> + <source>Open Remote Project</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/Project.py" line="8055" /> + <location filename="../Project/Project.py" line="8040" /> + <source>Save Remote Project</source> + <translation type="unfinished" /> + </message> + <message> + <source>Rename file</source> + <translation type="vanished">Renommer le fichier</translation> + </message> + <message> + <source>Delete file</source> + <translation type="vanished">Suppression de fichier</translation> + </message> + <message> + <source>Delete directory</source> + <translation type="vanished">Suppression répertoire</translation> + </message> + <message> + <source>Save File</source> + <translation type="vanished">Enregistrer Fichier</translation> + </message> + <message> + <source>Syntax errors detected</source> + <translation type="vanished">Erreurs de syntaxe détectées</translation> + </message> + <message> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="vanished"><p>Le fichier projet <b>{0}</b> ne peut être lu.</p></translation> </message> @@ -63354,43 +64172,43 @@ <translation>Ouvrir</translation> </message> <message> - <location filename="../Project/ProjectBaseBrowser.py" line="330" /> + <location filename="../Project/ProjectBaseBrowser.py" line="334" /> <source>Delete directories</source> <translation>Supprimer les répertoires</translation> </message> <message> - <location filename="../Project/ProjectBaseBrowser.py" line="331" /> + <location filename="../Project/ProjectBaseBrowser.py" line="335" /> <source>Do you really want to delete these directories from the project?</source> <translation>Voulez-vous vraiment supprimer ces répertoires du projet ?</translation> </message> <message> - <location filename="../Project/ProjectBaseBrowser.py" line="581" /> + <location filename="../Project/ProjectBaseBrowser.py" line="585" /> <source>local</source> <translation>local</translation> </message> <message> - <location filename="../Project/ProjectBaseBrowser.py" line="618" /> + <location filename="../Project/ProjectBaseBrowser.py" line="622" /> <source>Select entries</source> <translation>Sélection des entrées</translation> </message> <message> - <location filename="../Project/ProjectBaseBrowser.py" line="619" /> + <location filename="../Project/ProjectBaseBrowser.py" line="623" /> <source>There were no matching entries found.</source> <translation>Aucune entrée correspondante n'a été trouvée.</translation> </message> <message> - <location filename="../Project/ProjectBaseBrowser.py" line="418" /> - <location filename="../Project/ProjectBaseBrowser.py" line="407" /> + <location filename="../Project/ProjectBaseBrowser.py" line="422" /> + <location filename="../Project/ProjectBaseBrowser.py" line="411" /> <source>Show in File Manager</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectBaseBrowser.py" line="408" /> + <location filename="../Project/ProjectBaseBrowser.py" line="412" /> <source>A project must be opened first.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectBaseBrowser.py" line="419" /> + <location filename="../Project/ProjectBaseBrowser.py" line="423" /> <source><p>The directory of the current project (<b>{0}</b>) cannot be shown in a file manager application.</p></source> <translation type="unfinished" /> </message> @@ -63456,20 +64274,20 @@ <context> <name>ProjectBrowserModel</name> <message> - <location filename="../Project/ProjectBrowserModel.py" line="211" /> + <location filename="../Project/ProjectBrowserModel.py" line="237" /> <source>Name</source> <translation>Nom</translation> </message> <message> - <location filename="../Project/ProjectBrowserModel.py" line="213" /> + <location filename="../Project/ProjectBrowserModel.py" line="239" /> <source>VCS Status</source> <translation>VCS Status</translation> </message> <message> - <location filename="../Project/ProjectBrowserModel.py" line="784" /> - <location filename="../Project/ProjectBrowserModel.py" line="762" /> - <location filename="../Project/ProjectBrowserModel.py" line="456" /> - <location filename="../Project/ProjectBrowserModel.py" line="373" /> + <location filename="../Project/ProjectBrowserModel.py" line="880" /> + <location filename="../Project/ProjectBrowserModel.py" line="858" /> + <location filename="../Project/ProjectBrowserModel.py" line="546" /> + <location filename="../Project/ProjectBrowserModel.py" line="416" /> <source>local</source> <translation>local</translation> </message> @@ -63611,22 +64429,32 @@ <context> <name>ProjectFile</name> <message> - <location filename="../Project/ProjectFile.py" line="100" /> + <location filename="../Project/ProjectFile.py" line="105" /> + <source>Save Remote Project File</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/ProjectFile.py" line="108" /> <source>Save Project File</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectFile.py" line="101" /> + <location filename="../Project/ProjectFile.py" line="116" /> <source><p>The project file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectFile.py" line="126" /> + <location filename="../Project/ProjectFile.py" line="141" /> + <source>Read Remote Project File</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/ProjectFile.py" line="144" /> <source>Read Project File</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectFile.py" line="127" /> + <location filename="../Project/ProjectFile.py" line="152" /> <source><p>The project file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished" /> </message> @@ -63634,9 +64462,9 @@ <context> <name>ProjectFormsBrowser</name> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1106" /> - <location filename="../Project/ProjectFormsBrowser.py" line="1057" /> - <location filename="../Project/ProjectFormsBrowser.py" line="1020" /> + <location filename="../Project/ProjectFormsBrowser.py" line="1141" /> + <location filename="../Project/ProjectFormsBrowser.py" line="1092" /> + <location filename="../Project/ProjectFormsBrowser.py" line="1055" /> <location filename="../Project/ProjectFormsBrowser.py" line="142" /> <location filename="../Project/ProjectFormsBrowser.py" line="77" /> <source>Forms</source> @@ -63753,256 +64581,258 @@ <translation type="unfinished">Navigateur de feuilles</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="225" /> - <location filename="../Project/ProjectFormsBrowser.py" line="205" /> + <location filename="../Project/ProjectFormsBrowser.py" line="353" /> + <location filename="../Project/ProjectFormsBrowser.py" line="338" /> + <location filename="../Project/ProjectFormsBrowser.py" line="223" /> + <location filename="../Project/ProjectFormsBrowser.py" line="206" /> + <source>Open in Editor</source> + <translation>Ouvrir dans l'éditeur</translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="232" /> + <location filename="../Project/ProjectFormsBrowser.py" line="208" /> <source>Compile form</source> <translation>Compiler la feuille</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="423" /> - <location filename="../Project/ProjectFormsBrowser.py" line="412" /> - <location filename="../Project/ProjectFormsBrowser.py" line="376" /> - <location filename="../Project/ProjectFormsBrowser.py" line="366" /> - <location filename="../Project/ProjectFormsBrowser.py" line="286" /> - <location filename="../Project/ProjectFormsBrowser.py" line="231" /> - <location filename="../Project/ProjectFormsBrowser.py" line="206" /> + <location filename="../Project/ProjectFormsBrowser.py" line="455" /> + <location filename="../Project/ProjectFormsBrowser.py" line="444" /> + <location filename="../Project/ProjectFormsBrowser.py" line="404" /> + <location filename="../Project/ProjectFormsBrowser.py" line="393" /> + <location filename="../Project/ProjectFormsBrowser.py" line="299" /> + <location filename="../Project/ProjectFormsBrowser.py" line="239" /> + <location filename="../Project/ProjectFormsBrowser.py" line="210" /> <source>Compile all forms</source> <translation>Compiler toutes les feuilles</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="238" /> - <location filename="../Project/ProjectFormsBrowser.py" line="208" /> + <location filename="../Project/ProjectFormsBrowser.py" line="246" /> + <location filename="../Project/ProjectFormsBrowser.py" line="213" /> <source>Generate Dialog Code...</source> <translation>Générateur de code...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="416" /> - <location filename="../Project/ProjectFormsBrowser.py" line="369" /> - <location filename="../Project/ProjectFormsBrowser.py" line="328" /> - <location filename="../Project/ProjectFormsBrowser.py" line="290" /> - <location filename="../Project/ProjectFormsBrowser.py" line="212" /> + <location filename="../Project/ProjectFormsBrowser.py" line="448" /> + <location filename="../Project/ProjectFormsBrowser.py" line="397" /> + <location filename="../Project/ProjectFormsBrowser.py" line="346" /> + <location filename="../Project/ProjectFormsBrowser.py" line="303" /> + <location filename="../Project/ProjectFormsBrowser.py" line="217" /> <source>Configure uic Compiler</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="332" /> - <location filename="../Project/ProjectFormsBrowser.py" line="216" /> - <source>Open in Qt-Designer</source> - <translation>Ouvrir dans Qt-Designer</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="334" /> - <location filename="../Project/ProjectFormsBrowser.py" line="218" /> - <source>Open in Editor</source> - <translation>Ouvrir dans l'éditeur</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="220" /> - <source>Preview form</source> - <translation>Apercu feuille</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="336" /> - <location filename="../Project/ProjectFormsBrowser.py" line="221" /> - <source>Preview translations</source> - <translation>Apercu des traductions</translation> - </message> - <message> <location filename="../Project/ProjectFormsBrowser.py" line="350" /> - <location filename="../Project/ProjectFormsBrowser.py" line="348" /> - <location filename="../Project/ProjectFormsBrowser.py" line="252" /> - <location filename="../Project/ProjectFormsBrowser.py" line="250" /> + <location filename="../Project/ProjectFormsBrowser.py" line="221" /> + <source>Open in Qt-Designer</source> + <translation>Ouvrir dans Qt-Designer</translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="225" /> + <source>Preview form</source> + <translation>Apercu feuille</translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="357" /> + <location filename="../Project/ProjectFormsBrowser.py" line="226" /> + <source>Preview translations</source> + <translation>Apercu des traductions</translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="375" /> + <location filename="../Project/ProjectFormsBrowser.py" line="373" /> + <location filename="../Project/ProjectFormsBrowser.py" line="260" /> + <location filename="../Project/ProjectFormsBrowser.py" line="258" /> <source>Open</source> <translation>Ouvrir</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="254" /> + <location filename="../Project/ProjectFormsBrowser.py" line="262" /> <source>Rename file</source> <translation>Renommer le fichier</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="381" /> - <location filename="../Project/ProjectFormsBrowser.py" line="352" /> - <location filename="../Project/ProjectFormsBrowser.py" line="256" /> + <location filename="../Project/ProjectFormsBrowser.py" line="409" /> + <location filename="../Project/ProjectFormsBrowser.py" line="377" /> + <location filename="../Project/ProjectFormsBrowser.py" line="264" /> <source>Remove from project</source> <translation>Supprimer du projet</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="383" /> - <location filename="../Project/ProjectFormsBrowser.py" line="354" /> - <location filename="../Project/ProjectFormsBrowser.py" line="258" /> + <location filename="../Project/ProjectFormsBrowser.py" line="411" /> + <location filename="../Project/ProjectFormsBrowser.py" line="379" /> + <location filename="../Project/ProjectFormsBrowser.py" line="266" /> <source>Delete</source> <translation>Supprimer</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="391" /> - <location filename="../Project/ProjectFormsBrowser.py" line="387" /> - <location filename="../Project/ProjectFormsBrowser.py" line="297" /> - <location filename="../Project/ProjectFormsBrowser.py" line="293" /> - <location filename="../Project/ProjectFormsBrowser.py" line="266" /> - <location filename="../Project/ProjectFormsBrowser.py" line="262" /> + <location filename="../Project/ProjectFormsBrowser.py" line="420" /> + <location filename="../Project/ProjectFormsBrowser.py" line="416" /> + <location filename="../Project/ProjectFormsBrowser.py" line="310" /> + <location filename="../Project/ProjectFormsBrowser.py" line="306" /> + <location filename="../Project/ProjectFormsBrowser.py" line="275" /> + <location filename="../Project/ProjectFormsBrowser.py" line="271" /> <source>New form...</source> <translation>Nouvelle feuille...</translation> </message> <message> + <location filename="../Project/ProjectFormsBrowser.py" line="461" /> + <location filename="../Project/ProjectFormsBrowser.py" line="423" /> + <location filename="../Project/ProjectFormsBrowser.py" line="314" /> + <location filename="../Project/ProjectFormsBrowser.py" line="278" /> + <source>Add forms...</source> + <translation>Ajouter des feuilles...</translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="464" /> + <location filename="../Project/ProjectFormsBrowser.py" line="425" /> + <location filename="../Project/ProjectFormsBrowser.py" line="317" /> + <location filename="../Project/ProjectFormsBrowser.py" line="279" /> + <source>Add forms directory...</source> + <translation>Ajouter un répertoire de feuilles...</translation> + </message> + <message> <location filename="../Project/ProjectFormsBrowser.py" line="429" /> - <location filename="../Project/ProjectFormsBrowser.py" line="394" /> - <location filename="../Project/ProjectFormsBrowser.py" line="301" /> - <location filename="../Project/ProjectFormsBrowser.py" line="269" /> - <source>Add forms...</source> - <translation>Ajouter des feuilles...</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="432" /> - <location filename="../Project/ProjectFormsBrowser.py" line="396" /> - <location filename="../Project/ProjectFormsBrowser.py" line="304" /> - <location filename="../Project/ProjectFormsBrowser.py" line="270" /> - <source>Add forms directory...</source> - <translation>Ajouter un répertoire de feuilles...</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="399" /> - <location filename="../Project/ProjectFormsBrowser.py" line="309" /> - <location filename="../Project/ProjectFormsBrowser.py" line="272" /> + <location filename="../Project/ProjectFormsBrowser.py" line="322" /> + <location filename="../Project/ProjectFormsBrowser.py" line="283" /> <source>Show in File Manager</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="400" /> - <location filename="../Project/ProjectFormsBrowser.py" line="273" /> + <location filename="../Project/ProjectFormsBrowser.py" line="431" /> + <location filename="../Project/ProjectFormsBrowser.py" line="285" /> <source>Copy Path to Clipboard</source> <translation>Copier chemin dans le Presse-Papiers</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="437" /> - <location filename="../Project/ProjectFormsBrowser.py" line="402" /> - <location filename="../Project/ProjectFormsBrowser.py" line="357" /> - <location filename="../Project/ProjectFormsBrowser.py" line="312" /> - <location filename="../Project/ProjectFormsBrowser.py" line="275" /> + <location filename="../Project/ProjectFormsBrowser.py" line="469" /> + <location filename="../Project/ProjectFormsBrowser.py" line="433" /> + <location filename="../Project/ProjectFormsBrowser.py" line="382" /> + <location filename="../Project/ProjectFormsBrowser.py" line="325" /> + <location filename="../Project/ProjectFormsBrowser.py" line="287" /> <source>Expand all directories</source> <translation>Déployer tous les répertoires</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="440" /> - <location filename="../Project/ProjectFormsBrowser.py" line="404" /> - <location filename="../Project/ProjectFormsBrowser.py" line="359" /> - <location filename="../Project/ProjectFormsBrowser.py" line="314" /> - <location filename="../Project/ProjectFormsBrowser.py" line="276" /> + <location filename="../Project/ProjectFormsBrowser.py" line="472" /> + <location filename="../Project/ProjectFormsBrowser.py" line="435" /> + <location filename="../Project/ProjectFormsBrowser.py" line="384" /> + <location filename="../Project/ProjectFormsBrowser.py" line="327" /> + <location filename="../Project/ProjectFormsBrowser.py" line="288" /> <source>Collapse all directories</source> <translation>Contracter tous les répertoires</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="443" /> - <location filename="../Project/ProjectFormsBrowser.py" line="407" /> - <location filename="../Project/ProjectFormsBrowser.py" line="362" /> - <location filename="../Project/ProjectFormsBrowser.py" line="317" /> - <location filename="../Project/ProjectFormsBrowser.py" line="278" /> + <location filename="../Project/ProjectFormsBrowser.py" line="475" /> + <location filename="../Project/ProjectFormsBrowser.py" line="438" /> + <location filename="../Project/ProjectFormsBrowser.py" line="387" /> + <location filename="../Project/ProjectFormsBrowser.py" line="330" /> + <location filename="../Project/ProjectFormsBrowser.py" line="290" /> <source>Configure...</source> <translation>Configuration...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="341" /> - <location filename="../Project/ProjectFormsBrowser.py" line="324" /> + <location filename="../Project/ProjectFormsBrowser.py" line="366" /> + <location filename="../Project/ProjectFormsBrowser.py" line="342" /> <source>Compile forms</source> <translation>Compiler les feuilles</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="698" /> - <location filename="../Project/ProjectFormsBrowser.py" line="685" /> - <location filename="../Project/ProjectFormsBrowser.py" line="666" /> - <location filename="../Project/ProjectFormsBrowser.py" line="649" /> + <location filename="../Project/ProjectFormsBrowser.py" line="733" /> + <location filename="../Project/ProjectFormsBrowser.py" line="720" /> + <location filename="../Project/ProjectFormsBrowser.py" line="701" /> + <location filename="../Project/ProjectFormsBrowser.py" line="684" /> <source>New Form</source> <translation>Nouvelle feuille</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="650" /> + <location filename="../Project/ProjectFormsBrowser.py" line="685" /> <source>Select a form type:</source> <translation>Sélectionner un type de feuille:</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="668" /> + <location filename="../Project/ProjectFormsBrowser.py" line="703" /> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation>Fichiers Qt User-Interface (*.ui);;Tous fichiers(*)</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="686" /> + <location filename="../Project/ProjectFormsBrowser.py" line="721" /> <source>The file already exists! Overwrite it?</source> <translation>Le fichier existe déjà! Ecraser ?</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="699" /> + <location filename="../Project/ProjectFormsBrowser.py" line="734" /> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation><p>Le nouveau fichier formulaire <b>{0}</b> ne peut être créé.<br>Problème : {1}</p></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="725" /> + <location filename="../Project/ProjectFormsBrowser.py" line="760" /> <source>Delete forms</source> <translation>Supprimer les feuilles</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="726" /> + <location filename="../Project/ProjectFormsBrowser.py" line="761" /> <source>Do you really want to delete these forms from the project?</source> <translation>Voulez-vous vraiment supprimer ces feuilles du projet?</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="858" /> - <location filename="../Project/ProjectFormsBrowser.py" line="847" /> - <location filename="../Project/ProjectFormsBrowser.py" line="840" /> + <location filename="../Project/ProjectFormsBrowser.py" line="893" /> + <location filename="../Project/ProjectFormsBrowser.py" line="882" /> + <location filename="../Project/ProjectFormsBrowser.py" line="875" /> <source>Form Compilation</source> <translation>Compilation</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="841" /> + <location filename="../Project/ProjectFormsBrowser.py" line="876" /> <source>The compilation of the form file was successful.</source> <translation>La compilation de la feuille a réussi.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="848" /> + <location filename="../Project/ProjectFormsBrowser.py" line="883" /> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="859" /> + <location filename="../Project/ProjectFormsBrowser.py" line="894" /> <source>The compilation of the form file failed.</source> <translation>La compilation de la feuille a échoué.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="951" /> + <location filename="../Project/ProjectFormsBrowser.py" line="986" /> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="952" /> + <location filename="../Project/ProjectFormsBrowser.py" line="987" /> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Ne peut démarré {0}.<br>Vérifier qu'il est dans le chemin de recherche.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1048" /> - <location filename="../Project/ProjectFormsBrowser.py" line="1011" /> + <location filename="../Project/ProjectFormsBrowser.py" line="1083" /> + <location filename="../Project/ProjectFormsBrowser.py" line="1046" /> <source>Compiling forms...</source> <translation>Compilation des feuilles...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1099" /> - <location filename="../Project/ProjectFormsBrowser.py" line="1049" /> - <location filename="../Project/ProjectFormsBrowser.py" line="1012" /> + <location filename="../Project/ProjectFormsBrowser.py" line="1134" /> + <location filename="../Project/ProjectFormsBrowser.py" line="1084" /> + <location filename="../Project/ProjectFormsBrowser.py" line="1047" /> <source>Abort</source> <translation>Abandon</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1102" /> - <location filename="../Project/ProjectFormsBrowser.py" line="1052" /> - <location filename="../Project/ProjectFormsBrowser.py" line="1015" /> + <location filename="../Project/ProjectFormsBrowser.py" line="1137" /> + <location filename="../Project/ProjectFormsBrowser.py" line="1087" /> + <location filename="../Project/ProjectFormsBrowser.py" line="1050" /> <source>%v/%m Forms</source> <translation>Formulaires %v/%m</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1098" /> + <location filename="../Project/ProjectFormsBrowser.py" line="1133" /> <source>Determining changed forms...</source> <translation>Détermination des feuilles modifiées...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1128" /> + <location filename="../Project/ProjectFormsBrowser.py" line="1163" /> <source>Compiling changed forms...</source> <translation>Compilation des feuilles modifiées...</translation> </message> @@ -64133,158 +64963,158 @@ <context> <name>ProjectOthersBrowser</name> <message> - <location filename="../Project/ProjectOthersBrowser.py" line="78" /> - <location filename="../Project/ProjectOthersBrowser.py" line="60" /> + <location filename="../Project/ProjectOthersBrowser.py" line="79" /> + <location filename="../Project/ProjectOthersBrowser.py" line="61" /> <source>Others</source> <translation>Autres</translation> </message> <message> - <location filename="../Project/ProjectOthersBrowser.py" line="63" /> + <location filename="../Project/ProjectOthersBrowser.py" line="64" /> <source><b>Project Others Browser</b><p>This allows to easily see all other files and directories contained in the current project. Several actions can be executed via the context menu. The entry which is registered in the project is shown in a different colour.</p></source> <translation><b>Navigateur de fichiers autres</b><p>Permet de voir rapidement tous les autres fichiers et répertoires du projet. Plusieurs actions peuvent être effectuées via le menu contextuel. Une entrée qui est enregistrée dans le projet est affichée avec une couleur différente.</p></translation> </message> <message> - <location filename="../Project/ProjectOthersBrowser.py" line="76" /> - <source>Other Files ({0})</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../Project/ProjectOthersBrowser.py" line="77" /> + <source>Other Files ({0})</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/ProjectOthersBrowser.py" line="78" /> <source>Other Files</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectOthersBrowser.py" line="88" /> + <location filename="../Project/ProjectOthersBrowser.py" line="89" /> <source>Others Browser</source> <translation type="unfinished">Navigateur 'autres'</translation> </message> <message> - <location filename="../Project/ProjectOthersBrowser.py" line="133" /> + <location filename="../Project/ProjectOthersBrowser.py" line="134" /> <source>Open in Hex Editor</source> <translation type="unfinished">Ouvrir dans Hex Editor</translation> </message> <message> - <location filename="../Project/ProjectOthersBrowser.py" line="135" /> + <location filename="../Project/ProjectOthersBrowser.py" line="136" /> <source>Open in Icon Editor</source> <translation>Ouvrir dans Icon Editor</translation> </message> <message> - <location filename="../Project/ProjectOthersBrowser.py" line="138" /> + <location filename="../Project/ProjectOthersBrowser.py" line="139" /> <source>Open in Editor</source> <translation type="unfinished">Ouvrir dans l'éditeur</translation> </message> <message> - <location filename="../Project/ProjectOthersBrowser.py" line="141" /> + <location filename="../Project/ProjectOthersBrowser.py" line="142" /> <source>Open in PDF Viewer</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectOthersBrowser.py" line="440" /> - <location filename="../Project/ProjectOthersBrowser.py" line="432" /> - <location filename="../Project/ProjectOthersBrowser.py" line="422" /> - <location filename="../Project/ProjectOthersBrowser.py" line="416" /> - <location filename="../Project/ProjectOthersBrowser.py" line="145" /> + <location filename="../Project/ProjectOthersBrowser.py" line="453" /> + <location filename="../Project/ProjectOthersBrowser.py" line="445" /> + <location filename="../Project/ProjectOthersBrowser.py" line="435" /> + <location filename="../Project/ProjectOthersBrowser.py" line="429" /> + <location filename="../Project/ProjectOthersBrowser.py" line="146" /> <source>Show Mime-Type</source> <translation>Montrer le type mime</translation> </message> <message> - <location filename="../Project/ProjectOthersBrowser.py" line="149" /> + <location filename="../Project/ProjectOthersBrowser.py" line="150" /> <source>Rename file</source> <translation>Renommer le fichier</translation> </message> <message> - <location filename="../Project/ProjectOthersBrowser.py" line="215" /> - <location filename="../Project/ProjectOthersBrowser.py" line="172" /> - <location filename="../Project/ProjectOthersBrowser.py" line="152" /> + <location filename="../Project/ProjectOthersBrowser.py" line="220" /> + <location filename="../Project/ProjectOthersBrowser.py" line="175" /> + <location filename="../Project/ProjectOthersBrowser.py" line="153" /> <source>Remove from project</source> <translation>Supprimer du projet</translation> </message> <message> - <location filename="../Project/ProjectOthersBrowser.py" line="218" /> - <location filename="../Project/ProjectOthersBrowser.py" line="176" /> - <location filename="../Project/ProjectOthersBrowser.py" line="154" /> - <source>Delete</source> - <translation>Effacer</translation> - </message> - <message> - <location filename="../Project/ProjectOthersBrowser.py" line="195" /> - <location filename="../Project/ProjectOthersBrowser.py" line="180" /> - <location filename="../Project/ProjectOthersBrowser.py" line="157" /> - <source>Add files...</source> - <translation>Ajouter des fichiers...</translation> - </message> - <message> - <location filename="../Project/ProjectOthersBrowser.py" line="198" /> - <location filename="../Project/ProjectOthersBrowser.py" line="181" /> - <location filename="../Project/ProjectOthersBrowser.py" line="158" /> - <source>Add directory...</source> - <translation>Ajouter un répertoire...</translation> - </message> - <message> - <location filename="../Project/ProjectOthersBrowser.py" line="160" /> - <source>Refresh</source> - <translation>Rafraichir</translation> - </message> - <message> - <location filename="../Project/ProjectOthersBrowser.py" line="202" /> - <location filename="../Project/ProjectOthersBrowser.py" line="183" /> - <location filename="../Project/ProjectOthersBrowser.py" line="162" /> - <source>Show in File Manager</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project/ProjectOthersBrowser.py" line="184" /> - <location filename="../Project/ProjectOthersBrowser.py" line="163" /> - <source>Copy Path to Clipboard</source> - <translation>Copier chemin dans le Presse-Papiers</translation> - </message> - <message> - <location filename="../Project/ProjectOthersBrowser.py" line="221" /> - <location filename="../Project/ProjectOthersBrowser.py" line="205" /> - <location filename="../Project/ProjectOthersBrowser.py" line="186" /> - <location filename="../Project/ProjectOthersBrowser.py" line="165" /> - <source>Expand all directories</source> - <translation>Déployer tous les répertoires</translation> - </message> - <message> <location filename="../Project/ProjectOthersBrowser.py" line="223" /> + <location filename="../Project/ProjectOthersBrowser.py" line="179" /> + <location filename="../Project/ProjectOthersBrowser.py" line="155" /> + <source>Delete</source> + <translation>Effacer</translation> + </message> + <message> + <location filename="../Project/ProjectOthersBrowser.py" line="200" /> + <location filename="../Project/ProjectOthersBrowser.py" line="183" /> + <location filename="../Project/ProjectOthersBrowser.py" line="158" /> + <source>Add files...</source> + <translation>Ajouter des fichiers...</translation> + </message> + <message> + <location filename="../Project/ProjectOthersBrowser.py" line="203" /> + <location filename="../Project/ProjectOthersBrowser.py" line="184" /> + <location filename="../Project/ProjectOthersBrowser.py" line="159" /> + <source>Add directory...</source> + <translation>Ajouter un répertoire...</translation> + </message> + <message> + <location filename="../Project/ProjectOthersBrowser.py" line="161" /> + <source>Refresh</source> + <translation>Rafraichir</translation> + </message> + <message> <location filename="../Project/ProjectOthersBrowser.py" line="207" /> - <location filename="../Project/ProjectOthersBrowser.py" line="188" /> + <location filename="../Project/ProjectOthersBrowser.py" line="187" /> + <location filename="../Project/ProjectOthersBrowser.py" line="164" /> + <source>Show in File Manager</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/ProjectOthersBrowser.py" line="189" /> <location filename="../Project/ProjectOthersBrowser.py" line="166" /> - <source>Collapse all directories</source> - <translation>Contracter tous les répertoires</translation> + <source>Copy Path to Clipboard</source> + <translation>Copier chemin dans le Presse-Papiers</translation> </message> <message> <location filename="../Project/ProjectOthersBrowser.py" line="226" /> <location filename="../Project/ProjectOthersBrowser.py" line="210" /> <location filename="../Project/ProjectOthersBrowser.py" line="191" /> <location filename="../Project/ProjectOthersBrowser.py" line="168" /> + <source>Expand all directories</source> + <translation>Déployer tous les répertoires</translation> + </message> + <message> + <location filename="../Project/ProjectOthersBrowser.py" line="228" /> + <location filename="../Project/ProjectOthersBrowser.py" line="212" /> + <location filename="../Project/ProjectOthersBrowser.py" line="193" /> + <location filename="../Project/ProjectOthersBrowser.py" line="169" /> + <source>Collapse all directories</source> + <translation>Contracter tous les répertoires</translation> + </message> + <message> + <location filename="../Project/ProjectOthersBrowser.py" line="231" /> + <location filename="../Project/ProjectOthersBrowser.py" line="215" /> + <location filename="../Project/ProjectOthersBrowser.py" line="196" /> + <location filename="../Project/ProjectOthersBrowser.py" line="171" /> <source>Configure...</source> <translation>Configuration...</translation> </message> <message> - <location filename="../Project/ProjectOthersBrowser.py" line="417" /> + <location filename="../Project/ProjectOthersBrowser.py" line="430" /> <source>The mime type of the file could not be determined.</source> <translation>Le type mime du fichier n'a pas pu être déterminé.</translation> </message> <message> - <location filename="../Project/ProjectOthersBrowser.py" line="433" /> - <location filename="../Project/ProjectOthersBrowser.py" line="423" /> + <location filename="../Project/ProjectOthersBrowser.py" line="446" /> + <location filename="../Project/ProjectOthersBrowser.py" line="436" /> <source>The file has the mime type <b>{0}</b>.</source> <translation>Le fichier a le type mime <b>{0}</b>.</translation> </message> <message> - <location filename="../Project/ProjectOthersBrowser.py" line="441" /> + <location filename="../Project/ProjectOthersBrowser.py" line="454" /> <source>The file has the mime type <b>{0}</b>.<br/> Shall it be added to the list of text mime types?</source> <translation>Le fichier a le type mime <b>{0}</b>.<br/> Faut il l'ajouter à la liste des fichiers de type mime texte ?</translation> </message> <message> - <location filename="../Project/ProjectOthersBrowser.py" line="514" /> + <location filename="../Project/ProjectOthersBrowser.py" line="527" /> <source>Delete files/directories</source> <translation>Supprimer fichiers/répertoires</translation> </message> <message> - <location filename="../Project/ProjectOthersBrowser.py" line="515" /> + <location filename="../Project/ProjectOthersBrowser.py" line="528" /> <source>Do you really want to delete these entries from the project?</source> <translation>Voulez-vous réellement supprimer ces entrées du projet?</translation> </message> @@ -64612,9 +65442,9 @@ <context> <name>ProjectResourcesBrowser</name> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="941" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="865" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="829" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="956" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="880" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="844" /> <location filename="../Project/ProjectResourcesBrowser.py" line="87" /> <location filename="../Project/ProjectResourcesBrowser.py" line="68" /> <source>Resources</source> @@ -64641,219 +65471,219 @@ <translation type="unfinished">Navigateur de ressources</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="163" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="150" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="165" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="152" /> <source>Compile resource</source> <translation>Compiler le fichier ressource</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="381" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="370" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="334" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="323" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="240" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="228" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="170" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="152" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="396" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="385" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="344" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="333" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="247" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="235" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="172" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="154" /> <source>Compile all resources</source> <translation>Compiler tous les fichiers ressources</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="374" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="327" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="287" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="232" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="156" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="389" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="337" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="296" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="239" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="158" /> <source>Configure rcc Compiler</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="299" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="179" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="308" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="181" /> <source>Open</source> <translation>Ouvrir</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="181" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="183" /> <source>Rename file</source> <translation>Renommer le fichier</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="339" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="301" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="183" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="349" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="310" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="185" /> <source>Remove from project</source> <translation>Supprimer du projet</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="341" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="303" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="185" /> - <source>Delete</source> - <translation>Supprimer</translation> - </message> - <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="344" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="248" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="235" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="201" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="196" /> - <source>New resource...</source> - <translation>Nouveau fichier ressource...</translation> - </message> - <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="387" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="345" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="253" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="205" /> - <source>Add resources...</source> - <translation>Ajouter des fichiers ressources...</translation> - </message> - <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="390" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="347" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="256" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="207" /> - <source>Add resources directory...</source> - <translation>Ajouter un répertoire de fichiers ressources...</translation> - </message> - <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="350" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="261" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="210" /> - <source>Show in File Manager</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../Project/ProjectResourcesBrowser.py" line="351" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="211" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="312" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="187" /> + <source>Delete</source> + <translation>Supprimer</translation> + </message> + <message> + <location filename="../Project/ProjectResourcesBrowser.py" line="355" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="255" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="242" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="204" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="199" /> + <source>New resource...</source> + <translation>Nouveau fichier ressource...</translation> + </message> + <message> + <location filename="../Project/ProjectResourcesBrowser.py" line="402" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="356" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="260" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="208" /> + <source>Add resources...</source> + <translation>Ajouter des fichiers ressources...</translation> + </message> + <message> + <location filename="../Project/ProjectResourcesBrowser.py" line="405" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="358" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="263" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="210" /> + <source>Add resources directory...</source> + <translation>Ajouter un répertoire de fichiers ressources...</translation> + </message> + <message> + <location filename="../Project/ProjectResourcesBrowser.py" line="363" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="269" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="215" /> + <source>Show in File Manager</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/ProjectResourcesBrowser.py" line="365" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="217" /> <source>Copy Path to Clipboard</source> <translation>Copier chemin dans le Presse-Papiers</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="395" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="353" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="306" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="264" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="213" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="410" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="367" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="315" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="272" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="219" /> <source>Expand all directories</source> <translation>Déployer tous les répertoires</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="398" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="355" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="308" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="266" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="214" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="413" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="369" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="317" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="274" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="220" /> <source>Collapse all directories</source> <translation>Replier tous les répertoires</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="401" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="358" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="311" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="269" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="216" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="416" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="372" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="320" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="277" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="222" /> <source>Configure...</source> <translation>Configuration...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="294" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="283" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="303" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="292" /> <source>Compile resources</source> <translation>Compile les fichiers ressources</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="580" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="559" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="540" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="595" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="574" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="555" /> <source>New Resource</source> <translation>Nouveau fichier ressource</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="542" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="557" /> <source>Qt Resource Files (*.qrc)</source> <translation>Fichiers Qt Resource (*.qrc)</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="560" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="575" /> <source>The file already exists! Overwrite it?</source> <translation>Le fichier existe déjà! Ecraser ?</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="581" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="596" /> <source><p>The new resource file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation><p>Le nouveau fichier ressource <b>{0}</b> ne peut être créé.<br>Problème : {1}</p></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="607" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="622" /> <source>Delete resources</source> <translation>Suppression des fichiers ressources</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="608" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="623" /> <source>Do you really want to delete these resources from the project?</source> <translation>Voulez-vous réellement supprimer ces fichiers ressources du projet?</translation> </message> <message> + <location filename="../Project/ProjectResourcesBrowser.py" line="717" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="708" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="701" /> + <source>Resource Compilation</source> + <translation>Compilation des fichiers ressources</translation> + </message> + <message> <location filename="../Project/ProjectResourcesBrowser.py" line="702" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="693" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="686" /> - <source>Resource Compilation</source> - <translation>Compilation des fichiers ressources</translation> - </message> - <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="687" /> <source>The compilation of the resource file was successful.</source> <translation>La compilation des fichiers ressources a réussi.</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="694" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="709" /> <source><p>The compilation of the resource file failed.</p><p>Reason: {0}</p></source> <translation><p>La compilation du fichier ressource a échoué.</p><p>Raison : {0}</p></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="703" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="718" /> <source>The compilation of the resource file failed.</source> <translation>La compilation du fichier ressource a échoué.</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="790" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="805" /> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="791" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="806" /> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Ne peut démarré {0}.<br>Vérifier qu'il est dans le chemin de recherche.</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="856" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="820" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="871" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="835" /> <source>Compiling resources...</source> <translation>Compilation des ressources...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="934" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="857" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="821" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="949" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="872" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="836" /> <source>Abort</source> <translation>Abandonner</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="937" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="860" /> - <location filename="../Project/ProjectResourcesBrowser.py" line="824" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="952" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="875" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="839" /> <source>%v/%m Resources</source> <translation>Ressources %v/%m</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="933" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="948" /> <source>Determining changed resources...</source> <translation>Détermination des fichiers ressource modifiés...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="971" /> + <location filename="../Project/ProjectResourcesBrowser.py" line="986" /> <source>Compiling changed resources...</source> <translation>Compilation des fichiers ressource modifiés...</translation> </message> @@ -64861,501 +65691,501 @@ <context> <name>ProjectSourcesBrowser</name> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="89" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="72" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="90" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="73" /> <source>Sources</source> <translation>Sources</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="75" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="76" /> <source><b>Project Sources Browser</b><p>This allows to easily see all sources contained in the current project. Several actions can be executed via the context menu.</p></source> <translation><b>Navigateur de fichiers sources</b><p>Permet de voir facilement toutes les sources présentes dans le projet. Plusieurs actions peuvent être effectuées via le menu contextuel.</p></translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="87" /> - <source>Source Files ({0})</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../Project/ProjectSourcesBrowser.py" line="88" /> + <source>Source Files ({0})</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/ProjectSourcesBrowser.py" line="89" /> <source>Source Files</source> <translation type="unfinished">Fichiers sources</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="99" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="100" /> <source>Sources Browser</source> <translation type="unfinished">Navigateur de sources</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="671" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="207" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="686" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="208" /> <source>Check</source> <translation>Vérification</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1512" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="210" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1650" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="211" /> <source>Code Formatting</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="211" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="212" /> <source>Black</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="216" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="217" /> <source>Format Code</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="220" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="221" /> <source>Check Formatting</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="224" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="225" /> <source>Formatting Diff</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="228" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="229" /> <source>isort</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="233" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="234" /> <source>Sort Imports</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="237" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="238" /> <source>Imports Sorting Diff</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="243" /> - <source>Show</source> - <translation>Afficher</translation> - </message> - <message> <location filename="../Project/ProjectSourcesBrowser.py" line="244" /> + <source>Show</source> + <translation>Afficher</translation> + </message> + <message> + <location filename="../Project/ProjectSourcesBrowser.py" line="245" /> <source>Code metrics...</source> <translation>Statistiques du code...</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="246" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="247" /> <source>Code coverage...</source> <translation>Code coverage...</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="249" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="250" /> <source>Profile data...</source> <translation>Profiler les données...</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="494" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="253" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="503" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="254" /> <source>Diagrams</source> <translation>Diagrammes</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="496" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="255" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="505" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="256" /> <source>Class Diagram...</source> <translation>Diagramme des classes...</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="499" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="258" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="508" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="259" /> <source>Package Diagram...</source> <translation>Diagramme des packages...</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="261" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="262" /> <source>Imports Diagram...</source> <translation>Diagramme des modules...</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="502" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="264" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="511" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="265" /> <source>Application Diagram...</source> <translation>Diagramme de l'application...</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="507" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="269" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="516" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="270" /> <source>Load Diagram...</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="274" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="275" /> <source>Start</source> <translation type="unfinished">Lancer</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="277" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="278" /> <source>Run Script...</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="282" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="283" /> <source>Debug Script...</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="287" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="288" /> <source>Profile Script...</source> <translation type="unfinished">Profiler le script....</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="292" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="293" /> <source>Coverage run of Script...</source> <translation type="unfinished">Lancer le script en mode Coverage...</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="297" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="298" /> <source>Run tests...</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="675" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="512" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="300" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="690" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="521" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="301" /> <source>Rename file</source> <translation>Renommer le fichier</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="795" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="779" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="678" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="627" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="613" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="515" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="442" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="425" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="303" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="812" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="796" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="693" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="638" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="624" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="524" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="447" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="430" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="304" /> <source>Remove from project</source> <translation>Supprimer du projet</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="797" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="781" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="681" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="615" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="518" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="444" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="427" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="306" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="814" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="798" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="696" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="626" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="527" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="449" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="432" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="307" /> <source>Delete</source> <translation>Supprimer</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="447" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="399" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="368" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="344" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="309" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="452" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="404" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="373" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="347" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="310" /> <source>New package...</source> <translation>Nouveau package...</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="448" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="400" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="370" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="345" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="311" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="453" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="405" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="375" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="348" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="312" /> <source>New source file...</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="800" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="757" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="731" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="709" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="684" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="630" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="591" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="565" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="543" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="521" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="450" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="403" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="374" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="347" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="314" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="817" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="774" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="748" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="724" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="699" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="641" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="602" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="576" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="552" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="530" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="455" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="408" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="379" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="350" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="315" /> <source>Add source files...</source> <translation>Ajouter des fichiers sources...</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="802" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="761" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="735" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="711" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="686" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="632" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="595" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="569" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="545" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="523" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="452" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="407" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="378" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="349" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="316" /> - <source>Add source directory...</source> - <translation>Ajouter un répertoire de sources...</translation> - </message> - <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="807" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="766" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="740" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="714" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="692" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="637" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="600" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="574" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="548" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="529" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="459" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="819" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="778" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="752" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="726" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="701" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="643" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="606" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="580" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="554" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="532" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="457" /> <location filename="../Project/ProjectSourcesBrowser.py" line="412" /> <location filename="../Project/ProjectSourcesBrowser.py" line="383" /> <location filename="../Project/ProjectSourcesBrowser.py" line="352" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="327" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="317" /> + <source>Add source directory...</source> + <translation>Ajouter un répertoire de sources...</translation> + </message> + <message> + <location filename="../Project/ProjectSourcesBrowser.py" line="825" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="783" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="757" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="730" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="707" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="649" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="611" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="585" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="558" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="538" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="465" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="417" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="388" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="356" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="330" /> <source>Show in File Manager</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="808" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="695" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="460" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="330" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="827" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="710" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="467" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="333" /> <source>Copy Path to Clipboard</source> <translation>Copier chemin dans le Presse-Papiers</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="820" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="810" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="839" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="829" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="803" /> <location filename="../Project/ProjectSourcesBrowser.py" line="786" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="769" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="744" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="716" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="699" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="649" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="639" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="618" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="603" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="578" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="550" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="533" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="472" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="462" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="433" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="415" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="387" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="354" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="334" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="761" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="733" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="714" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="662" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="652" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="629" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="614" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="589" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="561" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="542" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="479" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="469" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="438" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="420" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="392" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="359" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="337" /> <source>Expand all directories</source> <translation>Déployer tous les répertoires</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="823" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="812" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="842" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="831" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="805" /> <location filename="../Project/ProjectSourcesBrowser.py" line="788" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="771" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="747" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="764" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="734" /> <location filename="../Project/ProjectSourcesBrowser.py" line="717" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="702" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="652" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="641" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="620" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="605" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="581" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="551" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="536" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="475" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="464" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="435" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="417" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="390" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="355" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="337" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="665" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="654" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="631" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="616" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="592" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="562" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="545" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="482" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="471" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="440" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="422" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="395" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="360" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="340" /> <source>Collapse all directories</source> <translation>Contracter tous les répertoires</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="826" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="814" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="845" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="833" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="807" /> <location filename="../Project/ProjectSourcesBrowser.py" line="790" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="773" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="750" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="718" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="704" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="655" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="643" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="622" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="607" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="584" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="552" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="538" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="478" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="466" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="437" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="419" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="393" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="356" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="339" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="767" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="735" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="719" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="668" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="656" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="633" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="618" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="595" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="563" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="547" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="485" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="473" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="442" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="424" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="398" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="361" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="342" /> <source>Collapse all files</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="829" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="816" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="848" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="835" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="809" /> <location filename="../Project/ProjectSourcesBrowser.py" line="792" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="775" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="753" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="720" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="706" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="770" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="737" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="721" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="671" /> <location filename="../Project/ProjectSourcesBrowser.py" line="658" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="645" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="624" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="610" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="587" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="554" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="540" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="481" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="468" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="439" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="421" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="396" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="358" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="341" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="635" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="621" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="598" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="565" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="549" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="488" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="475" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="444" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="426" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="401" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="363" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="344" /> <source>Configure...</source> <translation>Configuration...</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="723" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="557" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="361" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="740" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="568" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="366" /> <source>Goto</source> <translation>Aller à</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1101" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="1085" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1195" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1167" /> <source>Add new Python package</source> <translation>Ajoute un nouveau package Python</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1086" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1168" /> <source><p>The package directory <b>{0}</b> could not be created. Aborting...</p><p>Reason: {1}</p></source> <translation><p>Le répertoire du package <b>{0}</b> ne peut être créé. Annulation...</p><p>Raison : {1}</p></translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1102" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1196" /> <source><p>The package file <b>{0}</b> could not be created. Aborting...</p><p>Reason: {1}</p></source> <translation><p>Le fichier du package <b>{0}</b> ne peut être créé. Annulation...</p><p>Raison : {1}</p></translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1151" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="1133" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="1120" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1263" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1238" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1219" /> <source>New source file</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1121" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1220" /> <source>Enter the path of the new source file:</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1134" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1239" /> <source><p>The file <b>{0}</b> already exists. The action will be aborted.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1152" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1264" /> <source><p>The file <b>{0}</b> could not be created. Aborting...</p><p>Reason: {1}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1190" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1302" /> <source>Delete files</source> <translation>Supprimer les fichiers</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1191" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1303" /> <source>Do you really want to delete these files from the project?</source> <translation>Voulez-vous réellement supprimer ces fichiers du projet?</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1253" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1365" /> <source>Code Coverage</source> <translation>Code Coverage</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1254" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1366" /> <source>Please select a coverage file</source> <translation>Sélectionner un fichier coverage</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1296" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1408" /> <source>Profile Data</source> <translation>Profiling des données</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1297" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1409" /> <source>Please select a profile file</source> <translation>Sélectionner un fichier profile</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1334" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1446" /> <source>Class Diagram</source> <translation>Diagramme des classes</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1382" /> - <location filename="../Project/ProjectSourcesBrowser.py" line="1335" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1520" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1447" /> <source>Include class attributes?</source> <translation>Inclure les attributs de classes ?</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1356" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1481" /> <source>Imports Diagram</source> <translation>Diagramme des modules</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1357" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1482" /> <source>Include imports from external modules?</source> <translation>Inclure l'importation de modules externes?</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1381" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1519" /> <source>Package Diagram</source> <translation>Diagramme des Packages</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1397" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1535" /> <source>Application Diagram</source> <translation>Diagramme de l'application</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1398" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1536" /> <source>Include module names?</source> <translation>Inclure les noms de modules ?</translation> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1513" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1651" /> <source>There are no files left for reformatting.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1568" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1706" /> <source>Import Sorting</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectSourcesBrowser.py" line="1569" /> + <location filename="../Project/ProjectSourcesBrowser.py" line="1707" /> <source>There are no files left for import statement sorting.</source> <translation type="unfinished" /> </message> @@ -65389,246 +66219,250 @@ <translation type="unfinished">Navigateur de traductions</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="239" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="181" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="514" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="473" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="456" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="434" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="296" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="238" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="213" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="182" /> + <source>Open in Editor</source> + <translation>Ouvrir dans l'éditeur</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="255" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="188" /> <source>Generate translation</source> <translation>Générer un fichier de traduction</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="249" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="186" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="265" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="193" /> <source>Generate translation (with obsolete)</source> <translation>Générer un fichier de traduction (à partir d'un obsolète)</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="543" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="514" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="361" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="333" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="258" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="192" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="580" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="551" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="382" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="354" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="274" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="199" /> <source>Generate all translations</source> <translation>Générer tous les fichiers de traduction</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="552" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="518" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="370" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="337" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="267" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="196" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="589" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="555" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="391" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="358" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="283" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="203" /> <source>Generate all translations (with obsolete)</source> <translation>Générer les traductions (à partir des fichiers obsoletes)</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="424" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="202" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="452" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="209" /> <source>Open in Qt-Linguist</source> <translation>Ouvrir avec Qt-Linguist</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="478" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="428" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="279" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="206" /> - <source>Open in Editor</source> - <translation>Ouvrir dans l'éditeur</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="286" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="211" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="303" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="218" /> <source>Release translation</source> <translation>Compiler la traduction</translation> </message> <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="597" /> <location filename="../Project/ProjectTranslationsBrowser.py" line="560" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="523" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="378" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="342" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="295" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="216" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="399" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="363" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="312" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="223" /> <source>Release all translations</source> <translation>Compiler toutes les traductions</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="220" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="228" /> <source>Preview translation</source> <translation>Apercu de la traduction</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="528" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="347" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="223" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="565" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="368" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="232" /> <source>Preview all translations</source> <translation>Visualiser toutes les traductions</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="534" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="446" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="353" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="230" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="571" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="481" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="374" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="246" /> <source>Extract messages</source> <translation>Extraction des messages</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="474" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="275" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="509" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="291" /> <source>Open</source> <translation>Ouvrir</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="493" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="302" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="529" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="319" /> <source>Remove from project</source> <translation>Supprimer du projet</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="566" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="496" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="305" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="603" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="532" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="322" /> <source>Delete</source> <translation>Supprimer</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="570" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="385" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="309" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="608" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="406" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="326" /> <source>New translation...</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="573" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="388" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="312" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="611" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="409" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="329" /> <source>Add translation files...</source> <translation>Ajouter des fichiers de traduction...</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="576" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="392" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="315" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="615" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="413" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="334" /> <source>Show in File Manager</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="577" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="316" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="617" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="336" /> <source>Copy Path to Clipboard</source> <translation>Copier chemin dans le Presse-Papiers</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="579" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="499" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="395" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="318" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="619" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="535" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="416" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="338" /> <source>Configure...</source> <translation>Configuration...</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="455" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="412" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="490" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="440" /> <source>Generate translations</source> <translation>Générer des traductions</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="465" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="417" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="500" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="445" /> <source>Generate translations (with obsolete)</source> <translation>Générer des traductions (avec la version obsolete)</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="485" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="433" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="521" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="461" /> <source>Release translations</source> <translation>Compiler les traductions</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="439" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="467" /> <source>Preview translations</source> <translation>Apercu des traductions</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="835" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="882" /> <source>Delete translation files</source> <translation>Supprimer les fichiers de traduction</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="836" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="883" /> <source>Do you really want to delete these translation files from the project?</source> <translation>Voulez-vous réellement supprimer ces traductions du projet?</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1533" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1004" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="964" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1580" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1051" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1011" /> <source>Write temporary project file</source> <translation>Ecrire un fichier projet temporaire</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1534" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1260" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="965" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1581" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1307" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1012" /> <source>No translation files (*.ts) selected.</source> <translation>Aucun fichier de traduction (*.ts) sélectionné.</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1005" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1052" /> <source><p>The temporary project file <b>{0}</b> could not be written.</p></source> <translation><p>Le fichier projet temporaire<b>{0}</b> ne peut être écrit.</p></translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1259" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1142" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1130" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1306" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1189" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1177" /> <source>Translation file generation</source> <translation>Génération d'un fichier de traduction</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1131" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1178" /> <source>The generation of the translation files (*.ts) was successful.</source> <translation>La génération des fichiers de traduction (*.ts) a réussi.</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1137" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1184" /> <source> The process has crashed.</source> <translation> Le processus a crashé.</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1143" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1190" /> <source>The generation of the translation files (*.ts) has failed.{0}</source> <translation>La génération du fichier de traduction (*.ts) a échoué.{0}</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1563" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1361" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1313" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1610" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1408" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1360" /> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1362" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1314" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1409" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1361" /> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Ne peut démarrer {0}.<br>Vérifier qu'il est dans le chemin de recherche.</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1450" /> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1432" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1497" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1479" /> <source>Translation file release</source> <translation>Validation du fichier de traduction</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1433" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1480" /> <source>The release of the translation files (*.qm) was successful.</source> <translation>La validation des fichiers de traduction (*.qm) a réussi.</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1451" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1498" /> <source>The release of the translation files (*.qm) has failed.</source> <translation>La validation des fichiers de traduction (*.qm) a échoué.</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1564" /> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1611" /> <source><p>Could not start lrelease.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Ne peut démarrer lrelease.<br>Vérifier qu'il est disponible en tant que <b>{0}</b>.</p></translation> </message> @@ -66047,28 +66881,33 @@ <translation>Alt+R</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="241" /> - <location filename="../Project/PropertiesDialog.py" line="59" /> + <location filename="../Project/PropertiesDialog.py" line="284" /> + <location filename="../Project/PropertiesDialog.py" line="71" /> <source>None</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="132" /> + <location filename="../Project/PropertiesDialog.py" line="164" /> <source>The project is version controlled by <b>{0}</b>.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="138" /> + <location filename="../Project/PropertiesDialog.py" line="171" /> <source>The project is not version controlled.</source> <translation>Le projet n'est pas géré par un système de contrôle de version (VCS).</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="196" /> + <location filename="../Project/PropertiesDialog.py" line="176" /> + <source>Version control is not available for remote projects.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/PropertiesDialog.py" line="239" /> <source>Source Files ({0});;All Files (*)</source> <translation>Fichiers sources ({0});;Tous les fichiers (*)</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="200" /> + <location filename="../Project/PropertiesDialog.py" line="243" /> <source>All Files (*)</source> <translation type="unfinished">Tous fichiers (*)</translation> </message> @@ -66376,43 +67215,53 @@ <context> <name>PyCoverageDialog</name> <message> - <location filename="../DataViews/PyCoverageDialog.py" line="65" /> + <location filename="../DataViews/PyCoverageDialog.py" line="67" /> <source>Create Report</source> <translation type="unfinished" /> </message> <message> - <location filename="../DataViews/PyCoverageDialog.py" line="66" /> - <source>HTML Report</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../DataViews/PyCoverageDialog.py" line="68" /> + <source>HTML Report</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DataViews/PyCoverageDialog.py" line="70" /> <source>JSON Report</source> <translation type="unfinished" /> </message> <message> - <location filename="../DataViews/PyCoverageDialog.py" line="434" /> - <location filename="../DataViews/PyCoverageDialog.py" line="69" /> + <location filename="../DataViews/PyCoverageDialog.py" line="468" /> + <location filename="../DataViews/PyCoverageDialog.py" line="71" /> <source>LCOV Report</source> <translation type="unfinished" /> </message> <message> - <location filename="../DataViews/PyCoverageDialog.py" line="73" /> + <location filename="../DataViews/PyCoverageDialog.py" line="75" /> <source>Open</source> <translation>Ouvrir</translation> </message> <message> - <location filename="../DataViews/PyCoverageDialog.py" line="77" /> + <location filename="../DataViews/PyCoverageDialog.py" line="79" /> <source>Erase Coverage Info</source> <translation>Supprimer les infos de Coverage</translation> </message> <message> - <location filename="../DataViews/PyCoverageDialog.py" line="276" /> + <location filename="../DataViews/PyCoverageDialog.py" line="235" /> + <source>Load Coverage Data</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DataViews/PyCoverageDialog.py" line="236" /> + <source><p>The coverage data could not be loaded from file <b>{0}</b>.</p><p>Reason: {1}</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DataViews/PyCoverageDialog.py" line="310" /> <source>Parse Error</source> <translation type="unfinished" /> </message> <message numerus="yes"> - <location filename="../DataViews/PyCoverageDialog.py" line="277" /> + <location filename="../DataViews/PyCoverageDialog.py" line="311" /> <source>%n file(s) could not be parsed. Coverage info for these is not available.</source> <translation type="unfinished"> <numerusform /> @@ -66420,12 +67269,12 @@ </translation> </message> <message> - <location filename="../DataViews/PyCoverageDialog.py" line="435" /> + <location filename="../DataViews/PyCoverageDialog.py" line="469" /> <source>Enter the path of the output file:</source> <translation type="unfinished" /> </message> <message> - <location filename="../DataViews/PyCoverageDialog.py" line="439" /> + <location filename="../DataViews/PyCoverageDialog.py" line="473" /> <source>LCOV Files (*.lcov);;All Files (*)</source> <translation type="unfinished" /> </message> @@ -66615,7 +67464,7 @@ <context> <name>PyProfileDialog</name> <message> - <location filename="../DataViews/PyProfileDialog.py" line="271" /> + <location filename="../DataViews/PyProfileDialog.py" line="280" /> <location filename="../DataViews/PyProfileDialog.ui" line="0" /> <source>Profile Results</source> <translation>Résultats du profiling</translation> @@ -66702,58 +67551,58 @@ <translation>Fichiers %v/%m</translation> </message> <message> - <location filename="../DataViews/PyProfileDialog.py" line="390" /> - <location filename="../DataViews/PyProfileDialog.py" line="95" /> + <location filename="../DataViews/PyProfileDialog.py" line="406" /> + <location filename="../DataViews/PyProfileDialog.py" line="96" /> <source>Exclude Python Library</source> <translation>Exlure les librairies Python</translation> </message> <message> - <location filename="../DataViews/PyProfileDialog.py" line="98" /> - <source>Erase Profiling Info</source> - <translation>Effacer les information de profiling</translation> - </message> - <message> <location filename="../DataViews/PyProfileDialog.py" line="99" /> + <source>Erase Profiling Info</source> + <translation>Effacer les information de profiling</translation> + </message> + <message> + <location filename="../DataViews/PyProfileDialog.py" line="100" /> <source>Erase Timing Info</source> <translation>Effacer le chronometrage</translation> </message> <message> - <location filename="../DataViews/PyProfileDialog.py" line="101" /> + <location filename="../DataViews/PyProfileDialog.py" line="102" /> <source>Erase All Infos</source> <translation>Effacer toutes les infos</translation> </message> <message> - <location filename="../DataViews/PyProfileDialog.py" line="251" /> + <location filename="../DataViews/PyProfileDialog.py" line="257" /> <source>function calls</source> <translation>appels de fonctions</translation> </message> <message> - <location filename="../DataViews/PyProfileDialog.py" line="253" /> + <location filename="../DataViews/PyProfileDialog.py" line="259" /> <source>primitive calls</source> <translation>appels de primitives</translation> </message> <message> - <location filename="../DataViews/PyProfileDialog.py" line="254" /> + <location filename="../DataViews/PyProfileDialog.py" line="260" /> <source>CPU seconds</source> <translation>secondes CPU</translation> </message> <message> - <location filename="../DataViews/PyProfileDialog.py" line="272" /> + <location filename="../DataViews/PyProfileDialog.py" line="281" /> <source><p>There is no profiling data available for <b>{0}</b>.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../DataViews/PyProfileDialog.py" line="285" /> + <location filename="../DataViews/PyProfileDialog.py" line="298" /> <source>Loading Profiling Data</source> <translation>Chargement des données de profiling</translation> </message> <message> - <location filename="../DataViews/PyProfileDialog.py" line="286" /> + <location filename="../DataViews/PyProfileDialog.py" line="299" /> <source><p>The profiling data could not be read from file <b>{0}</b>.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../DataViews/PyProfileDialog.py" line="386" /> + <location filename="../DataViews/PyProfileDialog.py" line="402" /> <source>Include Python Library</source> <translation>Inclure les librairies Python</translation> </message> @@ -71505,7 +72354,7 @@ <context> <name>QuickFindFileDialog</name> <message> - <location filename="../Project/QuickFindFileDialog.py" line="62" /> + <location filename="../Project/QuickFindFileDialog.py" line="64" /> <source>Stop</source> <translation>Arrêt</translation> </message> @@ -73546,21 +74395,31 @@ <name>SessionFile</name> <message> <location filename="../Sessions/SessionFile.py" line="232" /> + <source>Save Remote Session</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Sessions/SessionFile.py" line="235" /> <source>Save Session</source> <translation type="unfinished">Enregistrer la session</translation> </message> <message> - <location filename="../Sessions/SessionFile.py" line="233" /> + <location filename="../Sessions/SessionFile.py" line="243" /> <source><p>The session file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Sessions/SessionFile.py" line="258" /> + <location filename="../Sessions/SessionFile.py" line="267" /> + <source>Read Remote Session</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Sessions/SessionFile.py" line="270" /> <source>Read Session</source> <translation type="unfinished" /> </message> <message> - <location filename="../Sessions/SessionFile.py" line="259" /> + <location filename="../Sessions/SessionFile.py" line="278" /> <source><p>The session file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished" /> </message> @@ -74290,163 +75149,167 @@ <context> <name>Shell</name> <message> - <location filename="../QScintilla/Shell.py" line="167" /> + <location filename="../QScintilla/Shell.py" line="168" /> <source>Shell - Passive</source> <translation>Shell - Passif</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="169" /> + <location filename="../QScintilla/Shell.py" line="170" /> <source>Shell</source> <translation>Shell</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="173" /> + <location filename="../QScintilla/Shell.py" line="174" /> <source><b>The Shell Window</b><p>You can use the cursor keys while entering commands. There is also a history of commands that can be recalled using the up and down cursor keys while holding down the Ctrl-key. This can be switched to just the up and down cursor keys on the Shell page of the configuration dialog. Pressing these keys after some text has been entered will start an incremental search.</p><p>The shell has some special commands. Type '%help' to get a list of these commands.</p><p>Pressing the Tab key after some text has been entered will show a list of possible completions. The relevant entry may be selected from this list. If only one entry is available, this will be inserted automatically.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Shell.py" line="192" /> + <location filename="../QScintilla/Shell.py" line="193" /> <source><b>The Shell Window</b><p>This is simply an interpreter running in a window. The interpreter is the one that is used to run the program being debugged. This means that you can execute any command while the program being debugged is running.</p><p>You can use the cursor keys while entering commands. There is also a history of commands that can be recalled using the up and down cursor keys while holding down the Ctrl-key. This can be switched to just the up and down cursor keys on the Shell page of the configuration dialog. Pressing these keys after some text has been entered will start an incremental search.</p><p>The shell has some special commands. Type '%help' to get a list of these commands.</p><p>Pressing the Tab key after some text has been entered will show a list of possible completions. The relevant entry may be selected from this list. If only one entry is available, this will be inserted automatically.</p><p>In passive debugging mode the shell is only available after the program to be debugged has connected to the IDE until it has finished. This is indicated by a different prompt and by an indication in the window caption.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Shell.py" line="247" /> + <location filename="../QScintilla/Shell.py" line="248" /> <source>Passive >>> </source> <translation>Passif >>> </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="293" /> + <location filename="../QScintilla/Shell.py" line="294" /> <source>Start</source> <translation>Lancer</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="298" /> - <source>History</source> - <translation>Historique</translation> - </message> - <message> <location filename="../QScintilla/Shell.py" line="299" /> - <source>Select entry</source> - <translation>Sélection d'une entrée</translation> + <source>History</source> + <translation>Historique</translation> </message> <message> <location filename="../QScintilla/Shell.py" line="300" /> + <source>Select entry</source> + <translation>Sélection d'une entrée</translation> + </message> + <message> + <location filename="../QScintilla/Shell.py" line="301" /> <source>Show</source> <translation>Afficher</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="312" /> - <location filename="../QScintilla/Shell.py" line="301" /> + <location filename="../QScintilla/Shell.py" line="313" /> + <location filename="../QScintilla/Shell.py" line="302" /> <source>Clear</source> <translation>Effacer</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="305" /> - <source>Cut</source> - <translation>Couper</translation> - </message> - <message> <location filename="../QScintilla/Shell.py" line="306" /> - <source>Copy</source> - <translation>Copier</translation> + <source>Cut</source> + <translation>Couper</translation> </message> <message> <location filename="../QScintilla/Shell.py" line="307" /> + <source>Copy</source> + <translation>Copier</translation> + </message> + <message> + <location filename="../QScintilla/Shell.py" line="308" /> <source>Paste</source> <translation>Coller</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="310" /> + <location filename="../QScintilla/Shell.py" line="311" /> <source>Find</source> <translation>Chercher</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="313" /> - <source>Restart</source> - <translation>Redémarrer</translation> - </message> - <message> <location filename="../QScintilla/Shell.py" line="314" /> + <source>Restart</source> + <translation>Redémarrer</translation> + </message> + <message> + <location filename="../QScintilla/Shell.py" line="315" /> <source>Restart and Clear</source> <translation>Redémarrer et effacer</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="317" /> + <location filename="../QScintilla/Shell.py" line="318" /> <source>Active Name</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Shell.py" line="319" /> + <location filename="../QScintilla/Shell.py" line="320" /> <source>Save Contents...</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Shell.py" line="321" /> + <location filename="../QScintilla/Shell.py" line="322" /> <source>Configure...</source> <translation>Configuration...</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="323" /> + <location filename="../QScintilla/Shell.py" line="324" /> <source>Special Commands Help</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Shell.py" line="326" /> + <location filename="../QScintilla/Shell.py" line="327" /> <source>Show Source</source> <translation type="unfinished">Afficher les sources</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="2179" /> - <location filename="../QScintilla/Shell.py" line="1907" /> - <location filename="../QScintilla/Shell.py" line="1906" /> - <location filename="../QScintilla/Shell.py" line="401" /> + <location filename="../QScintilla/Shell.py" line="1921" /> + <location filename="../QScintilla/Shell.py" line="1920" /> + <location filename="../QScintilla/Shell.py" line="403" /> <source>Project</source> <translation>Projet</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="798" /> + <location filename="../QScintilla/Shell.py" line="414" /> + <source>eric-ide Server</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../QScintilla/Shell.py" line="812" /> <source>Clear History</source> <translation type="unfinished">Effacer l'historique</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="799" /> + <location filename="../QScintilla/Shell.py" line="813" /> <source>Shall the current history really be cleared?</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Shell.py" line="821" /> + <location filename="../QScintilla/Shell.py" line="835" /> <source>Select History</source> <translation>Historique</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="822" /> + <location filename="../QScintilla/Shell.py" line="836" /> <source>Select the history entry to execute (most recent shown last).</source> <translation>Sélectionner une entrée à executer (la plus récente est à la fin).</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="897" /> + <location filename="../QScintilla/Shell.py" line="911" /> <source>Passive Debug Mode</source> <translation>Mode débogueur passif</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="898" /> + <location filename="../QScintilla/Shell.py" line="912" /> <source> Not connected</source> <translation> Non connexté</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="901" /> + <location filename="../QScintilla/Shell.py" line="915" /> <source>No.</source> <translation>Non.</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="903" /> + <location filename="../QScintilla/Shell.py" line="917" /> <source>{0} on {1}</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Shell.py" line="953" /> + <location filename="../QScintilla/Shell.py" line="967" /> <source>Exception "{0}" {1} File: {2}, Line: {3} @@ -74457,7 +75320,7 @@ </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="962" /> + <location filename="../QScintilla/Shell.py" line="976" /> <source>Exception "{0}" {1} </source> @@ -74466,43 +75329,43 @@ </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="984" /> + <location filename="../QScintilla/Shell.py" line="998" /> <source>Unspecified syntax error. </source> <translation>Erreur de syntaxe non spécifié. </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="987" /> + <location filename="../QScintilla/Shell.py" line="1001" /> <source>Syntax error "{1}" in file {0} at line {2}, character {3}. </source> <translation>Erreur de syntaxe"{1}" dans le fichier {0} à la ligne {2}, caractère {3}. </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1011" /> + <location filename="../QScintilla/Shell.py" line="1025" /> <source>Signal "{0}" generated in file {1} at line {2}. Function: {3}({4})</source> <translation>Signal "{0}" généré dans le fichier {1} à la ligne {2}. Fonction : {3}({4})</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1096" /> + <location filename="../QScintilla/Shell.py" line="1110" /> <source>StdOut: {0}</source> <translation>StdOut: {0}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1105" /> + <location filename="../QScintilla/Shell.py" line="1119" /> <source>StdErr: {0}</source> <translation>StdErr: {0}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1131" /> + <location filename="../QScintilla/Shell.py" line="1145" /> <source><{0}> {1}</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Shell.py" line="1940" /> + <location filename="../QScintilla/Shell.py" line="1954" /> <source>Available Virtual Environments: {0} </source> @@ -74511,85 +75374,85 @@ </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="2025" /> - <location filename="../QScintilla/Shell.py" line="1946" /> + <location filename="../QScintilla/Shell.py" line="2039" /> + <location filename="../QScintilla/Shell.py" line="1960" /> <source>Current Virtual Environment: '{0}' </source> <translation>Environment virtuel actuel : '{0}' </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1964" /> + <location filename="../QScintilla/Shell.py" line="1978" /> <source>Error: Argument must be an integer value. </source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Shell.py" line="1981" /> + <location filename="../QScintilla/Shell.py" line="1995" /> <source>Error: Command '{0}' is not supported. </source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Shell.py" line="2000" /> + <location filename="../QScintilla/Shell.py" line="2014" /> <source>Execution of the interpreter statement timed out after {0} seconds. </source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Shell.py" line="2330" /> + <location filename="../QScintilla/Shell.py" line="2349" /> <source>Drop Error</source> <translation>Erreur de suppression</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="2331" /> + <location filename="../QScintilla/Shell.py" line="2350" /> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> n'est pas un fichier.</p></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="2577" /> - <location filename="../QScintilla/Shell.py" line="2563" /> - <location filename="../QScintilla/Shell.py" line="2542" /> + <location filename="../QScintilla/Shell.py" line="2596" /> + <location filename="../QScintilla/Shell.py" line="2582" /> + <location filename="../QScintilla/Shell.py" line="2561" /> <source>Save Shell Contents</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Shell.py" line="2544" /> + <location filename="../QScintilla/Shell.py" line="2563" /> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished">Fichiers texte (*.txt);;Tous les fichiers (*)</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="2564" /> + <location filename="../QScintilla/Shell.py" line="2583" /> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Le fichier <b>{0}</b>existe déjà. Écraser ?</p></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="2578" /> + <location filename="../QScintilla/Shell.py" line="2597" /> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation type="unfinished"><p>Le fichier <b>{0}</b> ne peut être enregistré.</p><p>Raison : {1}</p></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="2592" /> + <location filename="../QScintilla/Shell.py" line="2611" /> <source><tr><td>%restart</td><td>Kill the shell and start a new one.</td></tr><tr><td>%clear</td><td>Clear the display of the shell window.</td></tr><tr><td>%start [environment]</td><td>Start a shell for a virtual environment with the given name. If no name is given, a default shell is started.</td></tr><tr><td>%envs<br/>%environments</td><td>Show a list of known virtual environment names.</td></tr><tr><td>%which</td><td>Show the name of the active virtual environment.</td></tr><tr><td>%hist [n]<br/>%history [n]</td><td>Show the most recent 'n' entries of the history. If 'n' is not given, show all entries.</td></tr><tr><td>%shist<br/>%shistory<br/>%select_history</td><td>Select a command from the history.</td></tr><tr><td>%chist<br/>%chistory<br/>%clear_history</td><td>Clear the current history after confirmation.</td></tr><tr><td>%help</td><td>Show this help text.</td></tr></source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Shell.py" line="2614" /> + <location filename="../QScintilla/Shell.py" line="2633" /> <source><tr><td>%quit<br/>%quit()<br/>%exit<br/>%exit()</td><td>Exit the application.</td></tr></table><p>These commands are available through the window menus as well.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Shell.py" line="2622" /> + <location filename="../QScintilla/Shell.py" line="2641" /> <source></table><p>These commands are available through the context menu as well.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Shell.py" line="2629" /> + <location filename="../QScintilla/Shell.py" line="2648" /> <source>Shell Special Commands</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Shell.py" line="2630" /> + <location filename="../QScintilla/Shell.py" line="2649" /> <source>The shell supports these special commands:</source> <translation type="unfinished" /> </message> @@ -75178,37 +76041,37 @@ <translation>A&ide</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1480" /> + <location filename="../QScintilla/ShellWindow.py" line="1482" /> <source>File</source> <translation>Fichier</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1490" /> + <location filename="../QScintilla/ShellWindow.py" line="1492" /> <source>Edit</source> <translation>Édition</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1496" /> + <location filename="../QScintilla/ShellWindow.py" line="1498" /> <source>Find</source> <translation>Chercher</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1501" /> + <location filename="../QScintilla/ShellWindow.py" line="1503" /> <source>View</source> <translation>Affichage</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1507" /> + <location filename="../QScintilla/ShellWindow.py" line="1509" /> <source>History</source> <translation>Historique</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1512" /> + <location filename="../QScintilla/ShellWindow.py" line="1514" /> <source>Help</source> <translation>Aide</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1534" /> + <location filename="../QScintilla/ShellWindow.py" line="1536" /> <source><p>This part of the status bar allows zooming the shell.</p></source> <translation><p>Cette zone de la barre de statut permet de zoomer le shell.</p></translation> </message> @@ -77607,53 +78470,53 @@ <context> <name>StartDialog</name> <message> - <location filename="../Debugger/StartDialog.py" line="148" /> + <location filename="../Debugger/StartDialog.py" line="164" /> <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;All Files (*)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/StartDialog.py" line="164" /> + <location filename="../Debugger/StartDialog.py" line="180" /> <source>Clear Histories</source> <translation>Effacer les historiques</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="400" /> - <location filename="../Debugger/StartDialog.py" line="167" /> + <location filename="../Debugger/StartDialog.py" line="421" /> + <location filename="../Debugger/StartDialog.py" line="183" /> <source>Edit History</source> <translation>Modifier l'historique</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="218" /> + <location filename="../Debugger/StartDialog.py" line="239" /> <source>Enter the list of programs or program patterns not to be debugged separated by '{0}'.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/StartDialog.py" line="383" /> + <location filename="../Debugger/StartDialog.py" line="404" /> <source>Script Name</source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/StartDialog.py" line="384" /> + <location filename="../Debugger/StartDialog.py" line="405" /> <source>Script Parameters</source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/StartDialog.py" line="385" /> + <location filename="../Debugger/StartDialog.py" line="406" /> <source>Working Directory</source> <translation>Répertoire de travail</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="386" /> + <location filename="../Debugger/StartDialog.py" line="407" /> <source>Environment</source> <translation>Environment</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="396" /> + <location filename="../Debugger/StartDialog.py" line="417" /> <source>No Debug Programs</source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/StartDialog.py" line="401" /> + <location filename="../Debugger/StartDialog.py" line="422" /> <source>Select the history list to be edited:</source> <translation>Sélectionner la liste d'historique à modifier :</translation> </message> @@ -79227,37 +80090,43 @@ <context> <name>SvgDiagram</name> <message> - <location filename="../Graphics/SvgDiagram.py" line="75" /> + <location filename="../Graphics/SvgDiagram.py" line="137" /> + <location filename="../Graphics/SvgDiagram.py" line="78" /> <source>SVG-Viewer</source> <translation>Visualiseur SVG</translation> </message> <message> - <location filename="../Graphics/SvgDiagram.py" line="120" /> + <location filename="../Graphics/SvgDiagram.py" line="138" /> + <source><p>The SVG file <b>{0}</b> could not be loaded.</p><p>Reason: {1}</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Graphics/SvgDiagram.py" line="152" /> <source>Close</source> <translation>Fermer</translation> </message> <message> - <location filename="../Graphics/SvgDiagram.py" line="125" /> + <location filename="../Graphics/SvgDiagram.py" line="157" /> <source>Print</source> <translation>Imprimer</translation> </message> <message> - <location filename="../Graphics/SvgDiagram.py" line="130" /> + <location filename="../Graphics/SvgDiagram.py" line="162" /> <source>Print Preview</source> <translation>Aperçu avant impression</translation> </message> <message> - <location filename="../Graphics/SvgDiagram.py" line="160" /> + <location filename="../Graphics/SvgDiagram.py" line="192" /> <source>Window</source> <translation>Fenêtre</translation> </message> <message> - <location filename="../Graphics/SvgDiagram.py" line="163" /> + <location filename="../Graphics/SvgDiagram.py" line="195" /> <source>Graphics</source> <translation>Graphiques</translation> </message> <message> - <location filename="../Graphics/SvgDiagram.py" line="408" /> + <location filename="../Graphics/SvgDiagram.py" line="440" /> <source>Diagram: {0}</source> <translation type="unfinished" /> </message> @@ -85530,33 +86399,33 @@ <translation>Cliquer pour afficher tous les fichiers contenant une issue</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="167" /> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="171" /> <source>Errors</source> <translation>Erreurs</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="194" /> - <source>Errors: {0}</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="198" /> + <source>Errors: {0}</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="202" /> <source>Python Warnings: {0}</source> <translation type="unfinished" /> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="204" /> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="208" /> <source>Warnings: {0}</source> <translation type="unfinished" /> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="469" /> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="432" /> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="511" /> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="470" /> <source>Error: {0}</source> <translation>Erreur : {0}</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="603" /> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="645" /> <source>No issues found.</source> <translation>Pas d'issue trouvée.</translation> </message> @@ -86550,21 +87419,31 @@ <name>TasksFile</name> <message> <location filename="../Tasks/TasksFile.py" line="94" /> + <source>Save Remote Tasks</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Tasks/TasksFile.py" line="97" /> <source>Save Tasks</source> <translation type="unfinished" /> </message> <message> - <location filename="../Tasks/TasksFile.py" line="95" /> + <location filename="../Tasks/TasksFile.py" line="105" /> <source><p>The tasks file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Tasks/TasksFile.py" line="120" /> + <location filename="../Tasks/TasksFile.py" line="129" /> + <source>Read Remote Tasks</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Tasks/TasksFile.py" line="132" /> <source>Read Tasks</source> <translation type="unfinished" /> </message> <message> - <location filename="../Tasks/TasksFile.py" line="121" /> + <location filename="../Tasks/TasksFile.py" line="140" /> <source><p>The tasks file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished" /> </message> @@ -87332,129 +88211,129 @@ <translation type="unfinished" /> </message> <message> - <location filename="../Testing/TestingWidget.py" line="337" /> + <location filename="../Testing/TestingWidget.py" line="339" /> <source>{0} (not available)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Testing/TestingWidget.py" line="660" /> + <location filename="../Testing/TestingWidget.py" line="662" /> <source>Running</source> <translation type="unfinished">En cours d'execution</translation> </message> <message> - <location filename="../Testing/TestingWidget.py" line="730" /> + <location filename="../Testing/TestingWidget.py" line="732" /> <source>Python3 Files ({0});;All Files (*)</source> <translation type="unfinished">Fichiers Python3({0});; Tous les fichiers (*)</translation> </message> <message> - <location filename="../Testing/TestingWidget.py" line="735" /> + <location filename="../Testing/TestingWidget.py" line="737" /> <source>Python Files (*.py);;All Files (*)</source> <translation type="unfinished">Fichiers Python (*.py);;Tous les fichiers (*)</translation> </message> <message> - <location filename="../Testing/TestingWidget.py" line="898" /> + <location filename="../Testing/TestingWidget.py" line="900" /> <source><h3>Versions of Frameworks and their Plugins</h3></source> <translation type="unfinished" /> </message> <message> - <location filename="../Testing/TestingWidget.py" line="912" /> + <location filename="../Testing/TestingWidget.py" line="914" /> <source><tr><td>{0}</td><td>{1}</td></tr></source> <translation type="unfinished" /> </message> <message> - <location filename="../Testing/TestingWidget.py" line="921" /> + <location filename="../Testing/TestingWidget.py" line="923" /> <source>No version information available.</source> <translation type="unfinished">Pas d'information de version disponible.</translation> </message> <message> - <location filename="../Testing/TestingWidget.py" line="924" /> + <location filename="../Testing/TestingWidget.py" line="926" /> <source>Versions</source> <translation type="unfinished" /> </message> <message> - <location filename="../Testing/TestingWidget.py" line="944" /> + <location filename="../Testing/TestingWidget.py" line="946" /> <source>Discovering Tests</source> <translation type="unfinished" /> </message> <message> - <location filename="../Testing/TestingWidget.py" line="1006" /> + <location filename="../Testing/TestingWidget.py" line="1008" /> <source>Preparing Testsuite</source> <translation type="unfinished">Préparation de Testsuite</translation> </message> <message> - <location filename="../Testing/TestingWidget.py" line="1022" /> + <location filename="../Testing/TestingWidget.py" line="1024" /> <source>Running Tests</source> <translation type="unfinished" /> </message> <message> - <location filename="../Testing/TestingWidget.py" line="1023" /> + <location filename="../Testing/TestingWidget.py" line="1025" /> <source>No test case has been selected. Shall all test cases be run?</source> <translation type="unfinished" /> </message> <message> - <location filename="../Testing/TestingWidget.py" line="1086" /> + <location filename="../Testing/TestingWidget.py" line="1088" /> <source>pending</source> <translation type="unfinished" /> </message> <message> - <location filename="../Testing/TestingWidget.py" line="1117" /> + <location filename="../Testing/TestingWidget.py" line="1119" /> <source>Failure</source> <translation type="unfinished" /> </message> <message> - <location filename="../Testing/TestingWidget.py" line="1127" /> - <location filename="../Testing/TestingWidget.py" line="1120" /> + <location filename="../Testing/TestingWidget.py" line="1129" /> + <location filename="../Testing/TestingWidget.py" line="1122" /> <source>Collection Error</source> <translation type="unfinished" /> </message> <message> - <location filename="../Testing/TestingWidget.py" line="1128" /> + <location filename="../Testing/TestingWidget.py" line="1130" /> <source><p>There was an error while collecting tests.</p><p>{0}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Testing/TestingWidget.py" line="1150" /> + <location filename="../Testing/TestingWidget.py" line="1152" /> <source>running</source> <translation type="unfinished">en cours</translation> </message> <message numerus="yes"> - <location filename="../Testing/TestingWidget.py" line="1202" /> + <location filename="../Testing/TestingWidget.py" line="1204" /> <source>Ran %n test(s) in {0}s</source> <translation type="unfinished"> <numerusform /> </translation> </message> <message numerus="yes"> - <location filename="../Testing/TestingWidget.py" line="1214" /> + <location filename="../Testing/TestingWidget.py" line="1216" /> <source>Ran %n test(s)</source> <translation type="unfinished"> <numerusform /> </translation> </message> <message> - <location filename="../Testing/TestingWidget.py" line="1236" /> + <location filename="../Testing/TestingWidget.py" line="1238" /> <source>not run</source> <translation type="unfinished" /> </message> <message> - <location filename="../Testing/TestingWidget.py" line="1279" /> + <location filename="../Testing/TestingWidget.py" line="1281" /> <source>Test Run Output</source> <translation type="unfinished" /> </message> <message numerus="yes"> - <location filename="../Testing/TestingWidget.py" line="1474" /> + <location filename="../Testing/TestingWidget.py" line="1476" /> <source>Discovered %n Test(s)</source> <translation type="unfinished"> <numerusform /> </translation> </message> <message> - <location filename="../Testing/TestingWidget.py" line="1487" /> + <location filename="../Testing/TestingWidget.py" line="1489" /> <source>Discovery Error</source> <translation type="unfinished" /> </message> <message> - <location filename="../Testing/TestingWidget.py" line="1488" /> + <location filename="../Testing/TestingWidget.py" line="1490" /> <source><p>There was an error while discovering tests in <b>{0}</b>.</p><p>{1}</p></source> <translation type="unfinished" /> </message> @@ -88384,27 +89263,27 @@ <translation>Liste des chemins ou fichiers à exclure de la traduction</translation> </message> <message> - <location filename="../Project/TranslationPropertiesDialog.py" line="76" /> + <location filename="../Project/TranslationPropertiesDialog.py" line="84" /> <source>Source Files ({0});;</source> <translation>Fichiers Source ({0});;</translation> </message> <message> - <location filename="../Project/TranslationPropertiesDialog.py" line="79" /> + <location filename="../Project/TranslationPropertiesDialog.py" line="87" /> <source>Forms Files ({0});;</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/TranslationPropertiesDialog.py" line="82" /> + <location filename="../Project/TranslationPropertiesDialog.py" line="90" /> <source>All Files (*)</source> <translation>Tous fichiers (*)</translation> </message> <message> - <location filename="../Project/TranslationPropertiesDialog.py" line="173" /> + <location filename="../Project/TranslationPropertiesDialog.py" line="189" /> <source>Exempt file from translation</source> <translation>Exclure le fichier de la traduction</translation> </message> <message> - <location filename="../Project/TranslationPropertiesDialog.py" line="187" /> + <location filename="../Project/TranslationPropertiesDialog.py" line="203" /> <source>Exempt directory from translation</source> <translation>Exclure le répertoire de la traduction</translation> </message> @@ -89857,117 +90736,125 @@ <context> <name>UMLDialog</name> <message> - <location filename="../Graphics/UMLDialog.py" line="50" /> + <location filename="../Graphics/UMLDialog.py" line="53" /> <source>Class Diagram</source> <translation type="unfinished">Diagramme des classes</translation> </message> <message> - <location filename="../Graphics/UMLDialog.py" line="53" /> - <source>Package Diagram</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../Graphics/UMLDialog.py" line="56" /> - <source>Imports Diagram</source> - <translation type="unfinished">Diagramme des modules</translation> + <source>Package Diagram</source> + <translation type="unfinished" /> </message> <message> <location filename="../Graphics/UMLDialog.py" line="59" /> + <source>Imports Diagram</source> + <translation type="unfinished">Diagramme des modules</translation> + </message> + <message> + <location filename="../Graphics/UMLDialog.py" line="62" /> <source>Application Diagram</source> <translation type="unfinished" /> </message> <message> - <location filename="../Graphics/UMLDialog.py" line="117" /> + <location filename="../Graphics/UMLDialog.py" line="123" /> <source>Illegal Diagram Type</source> <translation type="unfinished" /> </message> <message> - <location filename="../Graphics/UMLDialog.py" line="125" /> + <location filename="../Graphics/UMLDialog.py" line="131" /> <source>Close</source> <translation>Fermer</translation> </message> <message> - <location filename="../Graphics/UMLDialog.py" line="129" /> + <location filename="../Graphics/UMLDialog.py" line="135" /> <source>Load</source> <translation>Charger</translation> </message> <message> - <location filename="../Graphics/UMLDialog.py" line="133" /> + <location filename="../Graphics/UMLDialog.py" line="139" /> <source>Save</source> <translation>Enregistrer</translation> </message> <message> - <location filename="../Graphics/UMLDialog.py" line="138" /> + <location filename="../Graphics/UMLDialog.py" line="144" /> <source>Save As...</source> <translation>Enregistrer sous...</translation> </message> <message> - <location filename="../Graphics/UMLDialog.py" line="143" /> + <location filename="../Graphics/UMLDialog.py" line="149" /> <source>Save as Image</source> <translation>Enregistrer en tant qu'image</translation> </message> <message> - <location filename="../Graphics/UMLDialog.py" line="148" /> + <location filename="../Graphics/UMLDialog.py" line="154" /> <source>Print</source> <translation>Imprimer</translation> </message> <message> - <location filename="../Graphics/UMLDialog.py" line="153" /> + <location filename="../Graphics/UMLDialog.py" line="159" /> <source>Print Preview</source> <translation>Aperçu avant impression</translation> </message> <message> - <location filename="../Graphics/UMLDialog.py" line="161" /> + <location filename="../Graphics/UMLDialog.py" line="167" /> <source>Window</source> <translation>Fenêtre</translation> </message> <message> - <location filename="../Graphics/UMLDialog.py" line="164" /> + <location filename="../Graphics/UMLDialog.py" line="170" /> <source>File</source> <translation>Fichier</translation> </message> <message> - <location filename="../Graphics/UMLDialog.py" line="352" /> - <location filename="../Graphics/UMLDialog.py" line="265" /> - <location filename="../Graphics/UMLDialog.py" line="248" /> + <location filename="../Graphics/UMLDialog.py" line="390" /> + <location filename="../Graphics/UMLDialog.py" line="293" /> + <location filename="../Graphics/UMLDialog.py" line="273" /> + <location filename="../Graphics/UMLDialog.py" line="255" /> <source>Save Diagram</source> <translation>Enregistrer le diagramme</translation> </message> <message> - <location filename="../Graphics/UMLDialog.py" line="296" /> - <location filename="../Graphics/UMLDialog.py" line="250" /> + <location filename="../Graphics/UMLDialog.py" line="331" /> + <location filename="../Graphics/UMLDialog.py" line="324" /> + <location filename="../Graphics/UMLDialog.py" line="275" /> + <location filename="../Graphics/UMLDialog.py" line="257" /> <source>Eric Graphics File (*.egj);;All Files (*)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Graphics/UMLDialog.py" line="266" /> - <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> - <translation><p>Le fichier <b>{0}</b>existe déjà. Écraser ?</p></translation> - </message> - <message> - <location filename="../Graphics/UMLDialog.py" line="411" /> - <location filename="../Graphics/UMLDialog.py" line="377" /> - <location filename="../Graphics/UMLDialog.py" line="318" /> <location filename="../Graphics/UMLDialog.py" line="294" /> + <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> + <translation type="unfinished"><p>Le fichier <b>{0}</b>existe déjà. L'écraser ?</p></translation> + </message> + <message> + <location filename="../Graphics/UMLDialog.py" line="453" /> + <location filename="../Graphics/UMLDialog.py" line="419" /> + <location filename="../Graphics/UMLDialog.py" line="353" /> + <location filename="../Graphics/UMLDialog.py" line="329" /> + <location filename="../Graphics/UMLDialog.py" line="322" /> <source>Load Diagram</source> <translation>Charger le diagramme</translation> </message> <message> - <location filename="../Graphics/UMLDialog.py" line="319" /> + <location filename="../Graphics/UMLDialog.py" line="354" /> <source><p>The file <b>{0}</b> does not contain valid data.</p></source> <translation><p>Le fichier<b>{0}</b> ne contient pas de données valides.</p></translation> </message> <message> - <location filename="../Graphics/UMLDialog.py" line="353" /> + <location filename="../Graphics/UMLDialog.py" line="391" /> <source><p>The file <b>{0}</b> could not be saved.</p><p>Reason: {1}</p></source> <translation><p>Le fichier <b>{0}</b> n'a pas pu être enregistré.</p><p>Raison : {1}</p></translation> </message> <message> - <location filename="../Graphics/UMLDialog.py" line="378" /> + <location filename="../Graphics/UMLDialog.py" line="420" /> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Le fichier <b>{0}</b> n'a pas pu être lu.</p><p>Raison: {1}</p></translation> </message> <message> + <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> + <translation type="vanished"><p>Le fichier <b>{0}</b>existe déjà. Écraser ?</p></translation> + </message> + <message> <source><p>The file <b>{0}</b> does not contain valid data.</p><p>Invalid line: {1}</p></source> <translation type="vanished"><p>Le fichier <b>{0}</b> ne contient pas de données valides.</p><p>Ligne invalide : {1}</p></translation> </message> @@ -90434,2565 +91321,2585 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="315" /> + <location filename="../UI/UserInterface.py" line="317" /> + <location filename="../UI/UserInterface.py" line="316" /> <source>Initializing Basic Services...</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="350" /> + <location filename="../UI/UserInterface.py" line="363" /> + <location filename="../UI/UserInterface.py" line="362" /> <source>Initializing Plugin Manager...</source> <translation>Initialisation du gestionnaire de plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="357" /> + <location filename="../UI/UserInterface.py" line="371" /> + <location filename="../UI/UserInterface.py" line="370" /> <source>Generating Main User Interface...</source> <translation>Création de l'interface utilisateur...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="415" /> + <location filename="../UI/UserInterface.py" line="431" /> + <location filename="../UI/UserInterface.py" line="429" /> <source>Setting up signal/slot-connections...</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="608" /> + <location filename="../UI/UserInterface.py" line="641" /> + <location filename="../UI/UserInterface.py" line="640" /> <source>Initializing Tools...</source> <translation>Initialisation des outils...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="619" /> - <source>Registering Objects...</source> - <translation>Enregistrement des objets...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="653" /> + <location filename="../UI/UserInterface.py" line="652" /> + <source>Registering Objects...</source> + <translation>Enregistrement des objets...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="688" /> + <location filename="../UI/UserInterface.py" line="687" /> <source>Initializing Actions...</source> <translation>Initialisation des actions...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="655" /> + <location filename="../UI/UserInterface.py" line="691" /> + <location filename="../UI/UserInterface.py" line="690" /> <source>Initializing Menus...</source> <translation>Initialisation des menus...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="657" /> + <location filename="../UI/UserInterface.py" line="694" /> + <location filename="../UI/UserInterface.py" line="693" /> <source>Initializing Toolbars...</source> <translation>Initialisation des barres d'outils...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="659" /> - <source>Initializing Statusbar...</source> - <translation>Initialisation de la barre d'état...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="686" /> - <source>Initializing Single Application Server...</source> - <translation>Initialisation du serveur d'application...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="692" /> - <source>Initializing Plugins...</source> - <translation>Initialisation en cours des plugins...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="695" /> - <source>Activating Plugins...</source> - <translation>Activation des plugins...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="697" /> - <source>Generating Plugins Toolbars...</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="700" /> - <source>Cleaning Plugins Download Area...</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="710" /> - <source>Restoring Toolbarmanager...</source> - <translation>Restauration des barres d'outils...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="718" /> - <source>Setting View Profile...</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="731" /> - <source>Reading Tasks...</source> - <translation>Lecture en cours des tâches...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="736" /> - <source>Reading Templates...</source> - <translation>Lecture en cours des gabarits...</translation> + <location filename="../UI/UserInterface.py" line="696" /> + <source>Initializing Statusbar...</source> + <translation>Initialisation de la barre d'état...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="726" /> + <location filename="../UI/UserInterface.py" line="724" /> + <source>Initializing Single Application Server...</source> + <translation>Initialisation du serveur d'application...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="734" /> + <location filename="../UI/UserInterface.py" line="733" /> + <source>Initializing Plugins...</source> + <translation>Initialisation en cours des plugins...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="738" /> + <location filename="../UI/UserInterface.py" line="737" /> + <source>Activating Plugins...</source> + <translation>Activation des plugins...</translation> </message> <message> <location filename="../UI/UserInterface.py" line="741" /> + <location filename="../UI/UserInterface.py" line="740" /> + <source>Generating Plugins Toolbars...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="746" /> + <location filename="../UI/UserInterface.py" line="744" /> + <source>Cleaning Plugins Download Area...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="758" /> + <location filename="../UI/UserInterface.py" line="757" /> + <source>Restoring Toolbarmanager...</source> + <translation>Restauration des barres d'outils...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="767" /> + <location filename="../UI/UserInterface.py" line="766" /> + <source>Setting View Profile...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="781" /> + <location filename="../UI/UserInterface.py" line="780" /> + <source>Reading Tasks...</source> + <translation>Lecture en cours des tâches...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="787" /> + <location filename="../UI/UserInterface.py" line="786" /> + <source>Reading Templates...</source> + <translation>Lecture en cours des gabarits...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="793" /> + <location filename="../UI/UserInterface.py" line="792" /> <source>Starting Debugger...</source> <translation>Démarrage du débuggeur...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2201" /> - <location filename="../UI/UserInterface.py" line="1092" /> + <location filename="../UI/UserInterface.py" line="2260" /> + <location filename="../UI/UserInterface.py" line="1151" /> <source>Left Toolbox</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="2247" /> - <location filename="../UI/UserInterface.py" line="1102" /> + <location filename="../UI/UserInterface.py" line="2306" /> + <location filename="../UI/UserInterface.py" line="1161" /> <source>Horizontal Toolbox</source> <translation>Barre horizontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2224" /> - <location filename="../UI/UserInterface.py" line="1113" /> + <location filename="../UI/UserInterface.py" line="2283" /> + <location filename="../UI/UserInterface.py" line="1172" /> <source>Right Toolbox</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="2043" /> - <location filename="../UI/UserInterface.py" line="1307" /> - <location filename="../UI/UserInterface.py" line="1123" /> + <location filename="../UI/UserInterface.py" line="2102" /> + <location filename="../UI/UserInterface.py" line="1366" /> + <location filename="../UI/UserInterface.py" line="1182" /> <source>Multiproject-Viewer</source> <translation>Gestionnaire de multi-projets</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2021" /> - <location filename="../UI/UserInterface.py" line="1313" /> - <location filename="../UI/UserInterface.py" line="1129" /> + <location filename="../UI/UserInterface.py" line="2080" /> + <location filename="../UI/UserInterface.py" line="1372" /> + <location filename="../UI/UserInterface.py" line="1188" /> <source>Project-Viewer</source> <translation>Gestionnaire de projet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2583" /> - <location filename="../UI/UserInterface.py" line="2582" /> - <location filename="../UI/UserInterface.py" line="1320" /> - <location filename="../UI/UserInterface.py" line="1136" /> + <location filename="../UI/UserInterface.py" line="2642" /> + <location filename="../UI/UserInterface.py" line="2641" /> + <location filename="../UI/UserInterface.py" line="1379" /> + <location filename="../UI/UserInterface.py" line="1195" /> <source>Find/Replace In Files</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="2606" /> - <location filename="../UI/UserInterface.py" line="2605" /> - <location filename="../UI/UserInterface.py" line="1327" /> - <location filename="../UI/UserInterface.py" line="1143" /> + <location filename="../UI/UserInterface.py" line="2665" /> + <location filename="../UI/UserInterface.py" line="2664" /> + <location filename="../UI/UserInterface.py" line="1386" /> + <location filename="../UI/UserInterface.py" line="1202" /> <source>Find File</source> <translation type="unfinished">Trouver un fichier</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1333" /> - <location filename="../UI/UserInterface.py" line="1149" /> + <location filename="../UI/UserInterface.py" line="1392" /> + <location filename="../UI/UserInterface.py" line="1208" /> <source>VCS Status</source> <translation type="unfinished">VCS Status</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2176" /> - <location filename="../UI/UserInterface.py" line="1340" /> - <location filename="../UI/UserInterface.py" line="1156" /> + <location filename="../UI/UserInterface.py" line="2235" /> + <location filename="../UI/UserInterface.py" line="1399" /> + <location filename="../UI/UserInterface.py" line="1215" /> <source>Template-Viewer</source> <translation>Gestionnaire de gabarits</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2109" /> - <location filename="../UI/UserInterface.py" line="1347" /> - <location filename="../UI/UserInterface.py" line="1163" /> + <location filename="../UI/UserInterface.py" line="2168" /> + <location filename="../UI/UserInterface.py" line="1406" /> + <location filename="../UI/UserInterface.py" line="1222" /> <source>File-Browser</source> <translation>Navigateur de fichiers</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1354" /> - <location filename="../UI/UserInterface.py" line="1170" /> + <location filename="../UI/UserInterface.py" line="1413" /> + <location filename="../UI/UserInterface.py" line="1229" /> <source>Symbols</source> <translation>Symboles</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2065" /> - <location filename="../UI/UserInterface.py" line="1376" /> - <location filename="../UI/UserInterface.py" line="1370" /> - <location filename="../UI/UserInterface.py" line="1180" /> + <location filename="../UI/UserInterface.py" line="2124" /> + <location filename="../UI/UserInterface.py" line="1435" /> + <location filename="../UI/UserInterface.py" line="1429" /> + <location filename="../UI/UserInterface.py" line="1239" /> <source>Debug-Viewer</source> <translation>Gestionnaire de débogage</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2437" /> - <location filename="../UI/UserInterface.py" line="2436" /> - <location filename="../UI/UserInterface.py" line="1383" /> - <location filename="../UI/UserInterface.py" line="1187" /> + <location filename="../UI/UserInterface.py" line="2496" /> + <location filename="../UI/UserInterface.py" line="2495" /> + <location filename="../UI/UserInterface.py" line="1442" /> + <location filename="../UI/UserInterface.py" line="1246" /> <source>Code Documentation Viewer</source> <translation type="unfinished">Visionneur de documentation du code</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2652" /> - <location filename="../UI/UserInterface.py" line="2651" /> - <location filename="../UI/UserInterface.py" line="1390" /> - <location filename="../UI/UserInterface.py" line="1194" /> + <location filename="../UI/UserInterface.py" line="2711" /> + <location filename="../UI/UserInterface.py" line="2710" /> + <location filename="../UI/UserInterface.py" line="1449" /> + <location filename="../UI/UserInterface.py" line="1253" /> <source>Help Viewer</source> <translation type="unfinished">Visionneur d'aide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3576" /> - <location filename="../UI/UserInterface.py" line="2532" /> - <location filename="../UI/UserInterface.py" line="2531" /> - <location filename="../UI/UserInterface.py" line="1396" /> - <location filename="../UI/UserInterface.py" line="1200" /> + <location filename="../UI/UserInterface.py" line="3635" /> + <location filename="../UI/UserInterface.py" line="2591" /> + <location filename="../UI/UserInterface.py" line="2590" /> + <location filename="../UI/UserInterface.py" line="1455" /> + <location filename="../UI/UserInterface.py" line="1259" /> <source>Plugin Repository</source> <translation>Référentiel de plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2556" /> - <location filename="../UI/UserInterface.py" line="2555" /> - <location filename="../UI/UserInterface.py" line="1402" /> - <location filename="../UI/UserInterface.py" line="1206" /> + <location filename="../UI/UserInterface.py" line="2615" /> + <location filename="../UI/UserInterface.py" line="2614" /> + <location filename="../UI/UserInterface.py" line="1461" /> + <location filename="../UI/UserInterface.py" line="1265" /> <source>Virtual Environments</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="2464" /> - <location filename="../UI/UserInterface.py" line="2463" /> - <location filename="../UI/UserInterface.py" line="1407" /> - <location filename="../UI/UserInterface.py" line="1211" /> + <location filename="../UI/UserInterface.py" line="2523" /> + <location filename="../UI/UserInterface.py" line="2522" /> + <location filename="../UI/UserInterface.py" line="1466" /> + <location filename="../UI/UserInterface.py" line="1270" /> <source>PyPI</source> <translation>PyPI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2486" /> - <location filename="../UI/UserInterface.py" line="2485" /> - <location filename="../UI/UserInterface.py" line="1414" /> - <location filename="../UI/UserInterface.py" line="1216" /> + <location filename="../UI/UserInterface.py" line="2545" /> + <location filename="../UI/UserInterface.py" line="2544" /> + <location filename="../UI/UserInterface.py" line="1473" /> + <location filename="../UI/UserInterface.py" line="1275" /> <source>Conda</source> <translation>Conda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1421" /> - <location filename="../UI/UserInterface.py" line="1223" /> + <location filename="../UI/UserInterface.py" line="1480" /> + <location filename="../UI/UserInterface.py" line="1282" /> <source>Cooperation</source> <translation>Coopération</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2364" /> - <location filename="../UI/UserInterface.py" line="1425" /> - <location filename="../UI/UserInterface.py" line="1228" /> + <location filename="../UI/UserInterface.py" line="2423" /> + <location filename="../UI/UserInterface.py" line="1484" /> + <location filename="../UI/UserInterface.py" line="1287" /> <source>IRC</source> <translation>IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2508" /> - <location filename="../UI/UserInterface.py" line="2507" /> - <location filename="../UI/UserInterface.py" line="1431" /> - <location filename="../UI/UserInterface.py" line="1235" /> + <location filename="../UI/UserInterface.py" line="2567" /> + <location filename="../UI/UserInterface.py" line="2566" /> + <location filename="../UI/UserInterface.py" line="1490" /> + <location filename="../UI/UserInterface.py" line="1294" /> <source>MicroPython</source> <translation>MicroPython</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2087" /> - <location filename="../UI/UserInterface.py" line="1439" /> - <location filename="../UI/UserInterface.py" line="1243" /> + <location filename="../UI/UserInterface.py" line="2146" /> + <location filename="../UI/UserInterface.py" line="1498" /> + <location filename="../UI/UserInterface.py" line="1302" /> <source>Shell</source> <translation>Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2153" /> - <location filename="../UI/UserInterface.py" line="1445" /> - <location filename="../UI/UserInterface.py" line="1247" /> + <location filename="../UI/UserInterface.py" line="2212" /> + <location filename="../UI/UserInterface.py" line="1504" /> + <location filename="../UI/UserInterface.py" line="1306" /> <source>Task-Viewer</source> <translation>Visualisueur de tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2131" /> - <location filename="../UI/UserInterface.py" line="1451" /> - <location filename="../UI/UserInterface.py" line="1251" /> + <location filename="../UI/UserInterface.py" line="2190" /> + <location filename="../UI/UserInterface.py" line="1510" /> + <location filename="../UI/UserInterface.py" line="1310" /> <source>Log-Viewer</source> <translation>Fenêtre de log</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1458" /> - <location filename="../UI/UserInterface.py" line="1258" /> + <location filename="../UI/UserInterface.py" line="1517" /> + <location filename="../UI/UserInterface.py" line="1317" /> <source>Numbers</source> <translation>Nombres</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1833" /> + <location filename="../UI/UserInterface.py" line="1892" /> <source>{0} - Passive Mode</source> <translation>{0} - Mode passif</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1842" /> - <location filename="../UI/UserInterface.py" line="1836" /> + <location filename="../UI/UserInterface.py" line="1901" /> + <location filename="../UI/UserInterface.py" line="1895" /> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} - Mode Passif</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1848" /> + <location filename="../UI/UserInterface.py" line="1907" /> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - Mode Passif</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1874" /> + <location filename="../UI/UserInterface.py" line="1933" /> <source>Quit</source> <translation>Quitter</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1876" /> + <location filename="../UI/UserInterface.py" line="1935" /> <source>&Quit</source> <translation>&Quitter</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1877" /> + <location filename="../UI/UserInterface.py" line="1936" /> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1882" /> + <location filename="../UI/UserInterface.py" line="1941" /> <source>Quit the IDE</source> <translation>Quitter l'IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1884" /> + <location filename="../UI/UserInterface.py" line="1943" /> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Quitter l'IDE</b><p>Cette commande fait quitter l'IDE. Toutes les modifications non-enregistrées devraient d'abord être enregistrées. Tous les programmes Python débogués seront stoppés et les préférences seront écrites sur le disque.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1898" /> - <location filename="../UI/UserInterface.py" line="1896" /> + <location filename="../UI/UserInterface.py" line="1957" /> + <location filename="../UI/UserInterface.py" line="1955" /> <source>Restart</source> <translation>Redémarrer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1899" /> + <location filename="../UI/UserInterface.py" line="1958" /> <source>Ctrl+Shift+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Shift+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1904" /> + <location filename="../UI/UserInterface.py" line="1963" /> <source>Restart the IDE</source> <translation>Rédémarrer l'IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1906" /> - <source><b>Restart the IDE</b><p>This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1924" /> - <location filename="../UI/UserInterface.py" line="1917" /> - <source>Save session</source> - <translation>Enregistrer la session</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1918" /> - <source>Save session...</source> - <translation>Enregistrer session...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1926" /> - <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> - <translation><b>Enregistrer session...</b><p>Ceci enregistre la session sur le disque. Une fenêtre s'ouvre pour sélectionner le nom de fichier.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7768" /> - <location filename="../UI/UserInterface.py" line="1943" /> - <location filename="../UI/UserInterface.py" line="1936" /> - <source>Load session</source> - <translation>Charger la session</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1937" /> - <source>Load session...</source> - <translation>Charger la session...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1945" /> - <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> - <translation><b>Charger session...</b><p>Ceci charge une session enregistrée sur le disque auparant. Une fenêtre s'ouvre pour sélectionner le fichier.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1955" /> - <source>New Window</source> - <translation>Nouvelle fenêtre</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1957" /> - <source>New &Window</source> - <translation>&Nouvelle fenêtre</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1958" /> - <source>Ctrl+Shift+N</source> - <comment>File|New Window</comment> - <translation>Ctrl+Shift+N</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1963" /> - <source>Open a new eric instance</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../UI/UserInterface.py" line="1965" /> - <source><b>New Window</b><p>This opens a new instance of the eric IDE.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1979" /> + <source><b>Restart the IDE</b><p>This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1983" /> + <location filename="../UI/UserInterface.py" line="1976" /> + <source>Save session</source> + <translation>Enregistrer la session</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1977" /> - <source>Edit Profile</source> - <translation>Profil d'Edition</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1986" /> - <source>Activate the edit view profile</source> - <translation>Active la fenêtre d'édition des profils Edition/Débogage</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1988" /> - <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> - <translation><b>Edition des profils</b><p>Active la fenêtre d'édition des profils Edition/Débogage. On peut y configurer les différentes fenêtres devant apparaitre en mode Edition ou Débogage.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2001" /> - <location filename="../UI/UserInterface.py" line="1999" /> - <source>Debug Profile</source> - <translation>Profil Débogage</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2008" /> - <source>Activate the debug view profile</source> - <translation>Active le profil Débogage</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2010" /> - <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> - <translation><b>Profil Debogage</b><p>Active le profil Bébogage. La fenêtre affichée dans ce mode peut être configurée avec la fenêtre "Edition des profils"</p></translation> + <source>Save session...</source> + <translation>Enregistrer session...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1985" /> + <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> + <translation><b>Enregistrer session...</b><p>Ceci enregistre la session sur le disque. Une fenêtre s'ouvre pour sélectionner le nom de fichier.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7842" /> + <location filename="../UI/UserInterface.py" line="2002" /> + <location filename="../UI/UserInterface.py" line="1995" /> + <source>Load session</source> + <translation>Charger la session</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1996" /> + <source>Load session...</source> + <translation>Charger la session...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2004" /> + <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> + <translation><b>Charger session...</b><p>Ceci charge une session enregistrée sur le disque auparant. Une fenêtre s'ouvre pour sélectionner le fichier.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2014" /> + <source>New Window</source> + <translation>Nouvelle fenêtre</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2016" /> + <source>New &Window</source> + <translation>&Nouvelle fenêtre</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2017" /> + <source>Ctrl+Shift+N</source> + <comment>File|New Window</comment> + <translation>Ctrl+Shift+N</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2022" /> - <source>&Project-Viewer</source> - <translation>Gestionnaire de &projet</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2023" /> - <source>Alt+Shift+P</source> - <translation>Alt+Shift+P</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2029" /> - <source>Switch the input focus to the Project-Viewer window.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2032" /> - <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2044" /> - <source>&Multiproject-Viewer</source> - <translation>Gestionnaire de &multi-projet</translation> + <source>Open a new eric instance</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2024" /> + <source><b>New Window</b><p>This opens a new instance of the eric IDE.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2038" /> + <location filename="../UI/UserInterface.py" line="2036" /> + <source>Edit Profile</source> + <translation>Profil d'Edition</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2045" /> - <source>Alt+Shift+M</source> - <translation>Alt+Shift+M</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2051" /> - <source>Switch the input focus to the Multiproject-Viewer window.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2054" /> - <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2066" /> - <source>&Debug-Viewer</source> - <translation type="unfinished" /> + <source>Activate the edit view profile</source> + <translation>Active la fenêtre d'édition des profils Edition/Débogage</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2047" /> + <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> + <translation><b>Edition des profils</b><p>Active la fenêtre d'édition des profils Edition/Débogage. On peut y configurer les différentes fenêtres devant apparaitre en mode Edition ou Débogage.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2060" /> + <location filename="../UI/UserInterface.py" line="2058" /> + <source>Debug Profile</source> + <translation>Profil Débogage</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2067" /> - <source>Alt+Shift+D</source> - <translation>Alt+Shift+D</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2073" /> - <source>Switch the input focus to the Debug-Viewer window.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2076" /> - <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> - <translation type="unfinished" /> + <source>Activate the debug view profile</source> + <translation>Active le profil Débogage</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2069" /> + <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> + <translation><b>Profil Debogage</b><p>Active le profil Bébogage. La fenêtre affichée dans ce mode peut être configurée avec la fenêtre "Edition des profils"</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2081" /> + <source>&Project-Viewer</source> + <translation>Gestionnaire de &projet</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2082" /> + <source>Alt+Shift+P</source> + <translation>Alt+Shift+P</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2088" /> - <source>&Shell</source> - <translation>&Shell</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2089" /> - <source>Alt+Shift+S</source> - <translation>Alt+Shift+S</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2095" /> - <source>Switch the input focus to the Shell window.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2098" /> - <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> - <translation type="unfinished" /> + <source>Switch the input focus to the Project-Viewer window.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2091" /> + <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2103" /> + <source>&Multiproject-Viewer</source> + <translation>Gestionnaire de &multi-projet</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2104" /> + <source>Alt+Shift+M</source> + <translation>Alt+Shift+M</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2110" /> - <source>&File-Browser</source> - <translation>Navigateur de &fichier</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2111" /> - <source>Alt+Shift+F</source> - <translation>Alt+Shift+F</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2117" /> - <source>Switch the input focus to the File-Browser window.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2120" /> - <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> - <translation type="unfinished" /> + <source>Switch the input focus to the Multiproject-Viewer window.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2113" /> + <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2125" /> + <source>&Debug-Viewer</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2126" /> + <source>Alt+Shift+D</source> + <translation>Alt+Shift+D</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2132" /> - <source>Lo&g-Viewer</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2133" /> - <source>Alt+Shift+G</source> - <translation>Alt+Shift+G</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2139" /> - <source>Switch the input focus to the Log-Viewer window.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2142" /> - <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> - <translation type="unfinished" /> + <source>Switch the input focus to the Debug-Viewer window.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2135" /> + <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2147" /> + <source>&Shell</source> + <translation>&Shell</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2148" /> + <source>Alt+Shift+S</source> + <translation>Alt+Shift+S</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2154" /> + <source>Switch the input focus to the Shell window.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2157" /> + <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2169" /> + <source>&File-Browser</source> + <translation>Navigateur de &fichier</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2170" /> + <source>Alt+Shift+F</source> + <translation>Alt+Shift+F</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2176" /> + <source>Switch the input focus to the File-Browser window.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2179" /> + <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2191" /> + <source>Lo&g-Viewer</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2192" /> + <source>Alt+Shift+G</source> + <translation>Alt+Shift+G</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2198" /> + <source>Switch the input focus to the Log-Viewer window.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2201" /> + <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2213" /> <source>&Task-Viewer</source> <translation>Visionneur de &tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2155" /> + <location filename="../UI/UserInterface.py" line="2214" /> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2161" /> + <location filename="../UI/UserInterface.py" line="2220" /> <source>Switch the input focus to the Task-Viewer window.</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="2164" /> + <location filename="../UI/UserInterface.py" line="2223" /> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="2177" /> + <location filename="../UI/UserInterface.py" line="2236" /> <source>Templ&ate-Viewer</source> <translation>Visionneur de g&abarits</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2178" /> + <location filename="../UI/UserInterface.py" line="2237" /> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184" /> + <location filename="../UI/UserInterface.py" line="2243" /> <source>Switch the input focus to the Template-Viewer window.</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="2187" /> + <location filename="../UI/UserInterface.py" line="2246" /> <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="2202" /> + <location filename="../UI/UserInterface.py" line="2261" /> <source>&Left Toolbox</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="2209" /> + <location filename="../UI/UserInterface.py" line="2268" /> <source>Toggle the Left Toolbox window</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="2211" /> - <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2225" /> - <source>&Right Toolbox</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2232" /> - <source>Toggle the Right Toolbox window</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2234" /> - <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2248" /> - <source>&Horizontal Toolbox</source> - <translation>Barre &horizontale</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2255" /> - <source>Toggle the Horizontal Toolbox window</source> - <translation>Afficher/Masquer la barre d'outils horizontale</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2257" /> - <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Afficher/Masquer la barre d'outils horizontale</b><p>Affiche ou masque la barre d'outils horizontale, selon.</p></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2270" /> - <source>Left Sidebar</source> - <translation>Barre latérale de gauche</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2271" /> - <source>&Left Sidebar</source> - <translation>Barre latérale de &gauche</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2278" /> - <source>Toggle the left sidebar window</source> - <translation>Affiche/Masque la barre latérale de gauche</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2280" /> - <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Affiche/masque la barre latérale de gauche</b><p>Affiche ou maque la barre latérale de gauche.</p></translation> + <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2284" /> + <source>&Right Toolbox</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2291" /> + <source>Toggle the Right Toolbox window</source> + <translation type="unfinished" /> </message> <message> <location filename="../UI/UserInterface.py" line="2293" /> - <source>Right Sidebar</source> - <translation type="unfinished">Barre latérale de droite</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2294" /> - <source>&Right Sidebar</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2301" /> - <source>Toggle the right sidebar window</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2303" /> - <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished" /> + <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2307" /> + <source>&Horizontal Toolbox</source> + <translation>Barre &horizontale</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2314" /> + <source>Toggle the Horizontal Toolbox window</source> + <translation>Afficher/Masquer la barre d'outils horizontale</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2316" /> - <source>Bottom Sidebar</source> - <translation>Barre du bas</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2317" /> - <source>&Bottom Sidebar</source> - <translation>&Barre du bas</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2324" /> - <source>Toggle the bottom sidebar window</source> - <translation>Affiche/Masque la barre du bas</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2326" /> - <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>A/ffiche/Masque la barre du bas</b><p>Affiche ou masque la barre du bas</p></translation> + <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Afficher/Masquer la barre d'outils horizontale</b><p>Affiche ou masque la barre d'outils horizontale, selon.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2329" /> + <source>Left Sidebar</source> + <translation>Barre latérale de gauche</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2330" /> + <source>&Left Sidebar</source> + <translation>Barre latérale de &gauche</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2337" /> + <source>Toggle the left sidebar window</source> + <translation>Affiche/Masque la barre latérale de gauche</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2339" /> - <source>Cooperation-Viewer</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2340" /> - <source>Co&operation-Viewer</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2341" /> - <source>Alt+Shift+O</source> - <translation>Alt+Shift+O</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2347" /> - <source>Switch the input focus to the Cooperation-Viewer window.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2350" /> - <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2365" /> - <source>&IRC</source> - <translation>&IRC</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2366" /> - <source>Ctrl+Alt+Shift+I</source> - <translation>Ctrl+Alt+Shift+I</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2372" /> - <source>Switch the input focus to the IRC window.</source> + <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Affiche/masque la barre latérale de gauche</b><p>Affiche ou maque la barre latérale de gauche.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2352" /> + <source>Right Sidebar</source> + <translation type="unfinished">Barre latérale de droite</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2353" /> + <source>&Right Sidebar</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2360" /> + <source>Toggle the right sidebar window</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2362" /> + <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished" /> </message> <message> <location filename="../UI/UserInterface.py" line="2375" /> + <source>Bottom Sidebar</source> + <translation>Barre du bas</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2376" /> + <source>&Bottom Sidebar</source> + <translation>&Barre du bas</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2383" /> + <source>Toggle the bottom sidebar window</source> + <translation>Affiche/Masque la barre du bas</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2385" /> + <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>A/ffiche/Masque la barre du bas</b><p>Affiche ou masque la barre du bas</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2398" /> + <source>Cooperation-Viewer</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2399" /> + <source>Co&operation-Viewer</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2400" /> + <source>Alt+Shift+O</source> + <translation>Alt+Shift+O</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2406" /> + <source>Switch the input focus to the Cooperation-Viewer window.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2409" /> + <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2424" /> + <source>&IRC</source> + <translation>&IRC</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2425" /> + <source>Ctrl+Alt+Shift+I</source> + <translation>Ctrl+Alt+Shift+I</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2431" /> + <source>Switch the input focus to the IRC window.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2434" /> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="2386" /> + <location filename="../UI/UserInterface.py" line="2445" /> <source>Symbols-Viewer</source> <translation>Visionneur de symbole</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2387" /> + <location filename="../UI/UserInterface.py" line="2446" /> <source>S&ymbols-Viewer</source> <translation>Visionneur de s&ymbole</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2388" /> + <location filename="../UI/UserInterface.py" line="2447" /> <source>Alt+Shift+Y</source> <translation>Alt+Shift+Y</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2394" /> + <location filename="../UI/UserInterface.py" line="2453" /> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="2397" /> + <location filename="../UI/UserInterface.py" line="2456" /> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="2411" /> + <location filename="../UI/UserInterface.py" line="2470" /> <source>Numbers-Viewer</source> <translation>Visionneur de nombres</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412" /> - <source>Num&bers-Viewer</source> - <translation>Visionneur de nom&bres</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2413" /> - <source>Alt+Shift+B</source> - <translation>Alt+Shift+B</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2419" /> - <source>Switch the input focus to the Numbers-Viewer window.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2422" /> - <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2438" /> - <source>Ctrl+Alt+Shift+D</source> - <translation>Ctrl+Alt+Shift+D</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2444" /> - <source>Switch the input focus to the Code Documentation Viewer window.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2449" /> - <source><b>Code Documentation Viewer</b><p>This switches the input focus to the Code Documentation Viewer window.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2465" /> - <source>Ctrl+Alt+Shift+P</source> - <translation>Ctrl+Alt+Shift+P</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2471" /> + <source>Num&bers-Viewer</source> + <translation>Visionneur de nom&bres</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2472" /> + <source>Alt+Shift+B</source> + <translation>Alt+Shift+B</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2478" /> + <source>Switch the input focus to the Numbers-Viewer window.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2481" /> + <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2497" /> + <source>Ctrl+Alt+Shift+D</source> + <translation>Ctrl+Alt+Shift+D</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2503" /> + <source>Switch the input focus to the Code Documentation Viewer window.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2508" /> + <source><b>Code Documentation Viewer</b><p>This switches the input focus to the Code Documentation Viewer window.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2524" /> + <source>Ctrl+Alt+Shift+P</source> + <translation>Ctrl+Alt+Shift+P</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2530" /> <source>Switch the input focus to the PyPI window.</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="2474" /> - <source><b>PyPI</b><p>This switches the input focus to the PyPI window.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2487" /> - <source>Ctrl+Alt+Shift+C</source> - <translation>Ctrl+Alt+Shift+C</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2493" /> - <source>Switch the input focus to the Conda window.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2496" /> - <source><b>Conda</b><p>This switches the input focus to the Conda window.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2509" /> - <source>Ctrl+Alt+Shift+M</source> - <translation>Ctrl+Alt+Shift+M</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2515" /> - <source>Switch the input focus to the MicroPython window.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2518" /> - <source><b>MicroPython</b><p>This switches the input focus to the MicroPython window.</p></source> - <translation type="unfinished" /> - </message> - <message> <location filename="../UI/UserInterface.py" line="2533" /> - <source>Ctrl+Alt+Shift+R</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2539" /> - <source>Switch the input focus to the Plugin Repository window.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2542" /> - <source><b>Plugin Repository</b><p>This switches the input focus to the Plugin Repository window.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2557" /> - <source>Ctrl+Alt+V</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2563" /> - <source>Switch the input focus to the Virtual Environments Manager window.</source> + <source><b>PyPI</b><p>This switches the input focus to the PyPI window.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2546" /> + <source>Ctrl+Alt+Shift+C</source> + <translation>Ctrl+Alt+Shift+C</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2552" /> + <source>Switch the input focus to the Conda window.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2555" /> + <source><b>Conda</b><p>This switches the input focus to the Conda window.</p></source> <translation type="unfinished" /> </message> <message> <location filename="../UI/UserInterface.py" line="2568" /> - <source><b>Virtual Environments</b><p>This switches the input focus to the Virtual Environments Manager window.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2584" /> - <source>Ctrl+Alt+Shift+F</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2590" /> - <source>Switch the input focus to the Find/Replace In Files window.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2593" /> - <source><b>Find/Replace In Files</b><p>This switches the input focus to the Find/Replace In Files window.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2607" /> - <source>Ctrl+Alt+Shift+L</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2613" /> - <source>Switch the input focus to the Find File window.</source> + <source>Ctrl+Alt+Shift+M</source> + <translation>Ctrl+Alt+Shift+M</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2574" /> + <source>Switch the input focus to the MicroPython window.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2577" /> + <source><b>MicroPython</b><p>This switches the input focus to the MicroPython window.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2592" /> + <source>Ctrl+Alt+Shift+R</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2598" /> + <source>Switch the input focus to the Plugin Repository window.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2601" /> + <source><b>Plugin Repository</b><p>This switches the input focus to the Plugin Repository window.</p></source> <translation type="unfinished" /> </message> <message> <location filename="../UI/UserInterface.py" line="2616" /> - <source><b>Find File</b><p>This switches the input focus to the Find File window.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2630" /> - <location filename="../UI/UserInterface.py" line="2629" /> - <source>VCS Status List</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2631" /> - <source>Alt+Shift+V</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2637" /> - <source>Switch the input focus to the VCS Status List window.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2640" /> - <source><b>VCS Status List</b><p>This switches the input focus to the VCS Status List window.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2653" /> - <source>Alt+Shift+H</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2659" /> - <source>Switch the input focus to the embedded Help Viewer window.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2662" /> - <source><b>Help Viewer</b><p>This switches the input focus to the embedded Help Viewer window. It will show HTML help files and help from Qt help collections.</p><p>If called with a word selected, this word is searched in the Qt help collection.</p></source> + <source>Ctrl+Alt+V</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2622" /> + <source>Switch the input focus to the Virtual Environments Manager window.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2627" /> + <source><b>Virtual Environments</b><p>This switches the input focus to the Virtual Environments Manager window.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2643" /> + <source>Ctrl+Alt+Shift+F</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2649" /> + <source>Switch the input focus to the Find/Replace In Files window.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2652" /> + <source><b>Find/Replace In Files</b><p>This switches the input focus to the Find/Replace In Files window.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2666" /> + <source>Ctrl+Alt+Shift+L</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2672" /> + <source>Switch the input focus to the Find File window.</source> <translation type="unfinished" /> </message> <message> <location filename="../UI/UserInterface.py" line="2675" /> + <source><b>Find File</b><p>This switches the input focus to the Find File window.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2689" /> + <location filename="../UI/UserInterface.py" line="2688" /> + <source>VCS Status List</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2690" /> + <source>Alt+Shift+V</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2696" /> + <source>Switch the input focus to the VCS Status List window.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2699" /> + <source><b>VCS Status List</b><p>This switches the input focus to the VCS Status List window.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2712" /> + <source>Alt+Shift+H</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2718" /> + <source>Switch the input focus to the embedded Help Viewer window.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2721" /> + <source><b>Help Viewer</b><p>This switches the input focus to the embedded Help Viewer window. It will show HTML help files and help from Qt help collections.</p><p>If called with a word selected, this word is searched in the Qt help collection.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2734" /> <source>What's This?</source> <translation>Qu'est-ce que c'est ?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2677" /> + <location filename="../UI/UserInterface.py" line="2736" /> <source>&What's This?</source> <translation>&Qu'est-ce que c'est?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2678" /> - <source>Shift+F1</source> - <translation>Shift+F1</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2683" /> - <source>Context sensitive help</source> - <translation>Aide contextuelle</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2685" /> - <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> - <translation><b>Affiche l'aide contextuelle</b><p>Dans le mode "Qu'est-ce que c'est?", la souris est affichée avec un point d'interrogation, et on peut cliquer sur les éléments de l'interface pour obtenir une courte description de l'élément. Cette fonction peut être obtenue avec le bouton d'aide contextuelle de la barre principale.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2698" /> - <source>Helpviewer</source> - <translation>Visionneur d'aide</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2700" /> - <source>&Helpviewer...</source> - <translation>Visionneur d'&aide...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2701" /> - <source>F1</source> - <translation>F1</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2706" /> - <source>Open the helpviewer window</source> - <translation>Ouvre le visualiseur d'aide</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2708" /> - <source><b>Helpviewer</b><p>Display the eric web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is searched in the Qt help collection.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2728" /> - <source>Show Versions</source> - <translation>Afficher les versions</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2729" /> - <source>Show &Versions</source> - <translation>Afficher les &versions</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2735" /> - <source>Display version information</source> - <translation>Affiche les informations sur les versions</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2737" /> - <source><b>Show Versions</b><p>Display version information.</p></source> - <translation><b>Afficher les versions</b><p>Affiche les informations sur les versions.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2743" /> - <source>Copy Versions</source> - <translation type="unfinished" /> + <source>Shift+F1</source> + <translation>Shift+F1</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2742" /> + <source>Context sensitive help</source> + <translation>Aide contextuelle</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2744" /> - <source>&Copy Versions</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2751" /> - <source>Copy version information to the clipboard</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2754" /> - <source><b>Copy Versions</b><p>This generates version information and copies it to the clipboard.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2770" /> - <location filename="../UI/UserInterface.py" line="2763" /> - <source>Show Error Log</source> - <translation>Montrer l'historique d'erreur</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2764" /> - <source>Show Error &Log...</source> - <translation>Montrer &l'historique d'erreur...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2772" /> - <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> - <translation><b>Montrer l'historique d'erreur...</b><p>Ouvre une fenêtre avec les messages d'erreur les plus récents.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2781" /> - <source>Show Install Info</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2782" /> - <source>Show Install &Info...</source> - <translation type="unfinished" /> + <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> + <translation><b>Affiche l'aide contextuelle</b><p>Dans le mode "Qu'est-ce que c'est?", la souris est affichée avec un point d'interrogation, et on peut cliquer sur les éléments de l'interface pour obtenir une courte description de l'élément. Cette fonction peut être obtenue avec le bouton d'aide contextuelle de la barre principale.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2757" /> + <source>Helpviewer</source> + <translation>Visionneur d'aide</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2759" /> + <source>&Helpviewer...</source> + <translation>Visionneur d'&aide...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2760" /> + <source>F1</source> + <translation>F1</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2765" /> + <source>Open the helpviewer window</source> + <translation>Ouvre le visualiseur d'aide</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2767" /> + <source><b>Helpviewer</b><p>Display the eric web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is searched in the Qt help collection.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2787" /> + <source>Show Versions</source> + <translation>Afficher les versions</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2788" /> - <source>Show Installation Information</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2790" /> - <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4673" /> - <location filename="../UI/UserInterface.py" line="2800" /> - <source>Report Bug</source> - <translation>Rapport de bogue</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2800" /> - <source>Report &Bug...</source> - <translation>Rapport de &bogue...</translation> + <source>Show &Versions</source> + <translation>Afficher les &versions</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2794" /> + <source>Display version information</source> + <translation>Affiche les informations sur les versions</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2796" /> + <source><b>Show Versions</b><p>Display version information.</p></source> + <translation><b>Afficher les versions</b><p>Affiche les informations sur les versions.</p></translation> </message> <message> <location filename="../UI/UserInterface.py" line="2802" /> - <source>Report a bug</source> - <translation>Envoyer un rapport de bogue</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2804" /> - <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> - <translation><b>Rapport de bogue...</b><p>Ouvre une fenêtre pour envoyer un rapport de bogue.</p></translation> + <source>Copy Versions</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2803" /> + <source>&Copy Versions</source> + <translation type="unfinished" /> </message> <message> <location filename="../UI/UserInterface.py" line="2810" /> - <source>Request Feature</source> - <translation>Suggestion d'amélioration</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2811" /> - <source>Request &Feature...</source> - <translation>Suggestion d'&amélioration...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2817" /> - <source>Send a feature request</source> - <translation>Envoyer une suggestion d'amélioration</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2819" /> - <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> - <translation><b>Demande d'amélioration...</b><p>Ouvre une fenêtre permettant d'envoyer une demande d'amélioration.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4121" /> - <location filename="../UI/UserInterface.py" line="2830" /> - <source>Testing</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2832" /> - <source>&Testing...</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2838" /> - <source>Start the testing dialog</source> - <translation type="unfinished" /> + <source>Copy version information to the clipboard</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2813" /> + <source><b>Copy Versions</b><p>This generates version information and copies it to the clipboard.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2829" /> + <location filename="../UI/UserInterface.py" line="2822" /> + <source>Show Error Log</source> + <translation>Montrer l'historique d'erreur</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2823" /> + <source>Show Error &Log...</source> + <translation>Montrer &l'historique d'erreur...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2831" /> + <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> + <translation><b>Montrer l'historique d'erreur...</b><p>Ouvre une fenêtre avec les messages d'erreur les plus récents.</p></translation> </message> <message> <location filename="../UI/UserInterface.py" line="2840" /> - <source><b>Testing</b><p>Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2851" /> - <source>Restart Last Test</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2853" /> - <source>&Restart Last Test...</source> - <translation type="unfinished" /> + <source>Show Install Info</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2841" /> + <source>Show Install &Info...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2847" /> + <source>Show Installation Information</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2849" /> + <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4747" /> + <location filename="../UI/UserInterface.py" line="2859" /> + <source>Report Bug</source> + <translation>Rapport de bogue</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2859" /> - <source>Restarts the last test</source> - <translation type="unfinished" /> + <source>Report &Bug...</source> + <translation>Rapport de &bogue...</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2861" /> - <source><b>Restart Last Test</b><p>Restarts the test performed last.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2871" /> - <source>Rerun Failed Tests</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2873" /> - <source>Rerun Failed Tests...</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2880" /> - <source>Rerun failed tests of the last run</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2883" /> - <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last test run.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2893" /> - <source>Test Script</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2895" /> - <source>Test &Script...</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2901" /> - <source>Run tests of the current script</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2903" /> - <source><b>Test Script</b><p>Run tests with the current script.</p></source> + <source>Report a bug</source> + <translation>Envoyer un rapport de bogue</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2863" /> + <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> + <translation><b>Rapport de bogue...</b><p>Ouvre une fenêtre pour envoyer un rapport de bogue.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2869" /> + <source>Request Feature</source> + <translation>Suggestion d'amélioration</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2870" /> + <source>Request &Feature...</source> + <translation>Suggestion d'&amélioration...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2876" /> + <source>Send a feature request</source> + <translation>Envoyer une suggestion d'amélioration</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2878" /> + <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> + <translation><b>Demande d'amélioration...</b><p>Ouvre une fenêtre permettant d'envoyer une demande d'amélioration.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4192" /> + <location filename="../UI/UserInterface.py" line="2889" /> + <source>Testing</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2891" /> + <source>&Testing...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2897" /> + <source>Start the testing dialog</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2899" /> + <source><b>Testing</b><p>Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.</p></source> <translation type="unfinished" /> </message> <message> <location filename="../UI/UserInterface.py" line="2910" /> - <source>Test Project</source> + <source>Restart Last Test</source> <translation type="unfinished" /> </message> <message> <location filename="../UI/UserInterface.py" line="2912" /> - <source>Test &Project...</source> + <source>&Restart Last Test...</source> <translation type="unfinished" /> </message> <message> <location filename="../UI/UserInterface.py" line="2918" /> - <source>Run tests of the current project</source> + <source>Restarts the last test</source> <translation type="unfinished" /> </message> <message> <location filename="../UI/UserInterface.py" line="2920" /> - <source><b>Test Project</b><p>Run test of the current project.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2929" /> - <source>Qt-Designer</source> - <translation>Qt-Designer</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2931" /> - <source>Qt-&Designer...</source> - <translation>Qt-&Designer...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2937" /> - <source>Start Qt-Designer</source> - <translation>Démarrer Qt-Designer</translation> + <source><b>Restart Last Test</b><p>Restarts the test performed last.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2930" /> + <source>Rerun Failed Tests</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2932" /> + <source>Rerun Failed Tests...</source> + <translation type="unfinished" /> </message> <message> <location filename="../UI/UserInterface.py" line="2939" /> - <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> - <translation><b>Qt-Designer</b><p>Démarrer Qt-Designer.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2948" /> - <source>Qt-Linguist</source> - <translation>Qt-Linguist</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2950" /> - <source>Qt-&Linguist...</source> - <translation>Qt-&Linguist...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2956" /> - <source>Start Qt-Linguist</source> - <translation>Démarrer Qt-Linguist</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2958" /> - <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> - <translation><b>Qt-Linguist</b><p>Démarrer Qt-Linguist.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2966" /> - <source>UI Previewer</source> - <translation>Visionneur d'UI</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2968" /> - <source>&UI Previewer...</source> - <translation>Visionneur d'&UI...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2974" /> - <source>Start the UI Previewer</source> - <translation>Démarre le Visionneur d'UI</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2976" /> - <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> - <translation><b>Visulaiseur d'UI</b><p>Démarre le visualiseur d'UI.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2982" /> - <source>Translations Previewer</source> - <translation>Visionneur de traductions</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2984" /> - <source>&Translations Previewer...</source> - <translation>Visionneur de &Traductions...</translation> + <source>Rerun failed tests of the last run</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2942" /> + <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last test run.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2952" /> + <source>Test Script</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2954" /> + <source>Test &Script...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2960" /> + <source>Run tests of the current script</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2962" /> + <source><b>Test Script</b><p>Run tests with the current script.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2969" /> + <source>Test Project</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2971" /> + <source>Test &Project...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2977" /> + <source>Run tests of the current project</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2979" /> + <source><b>Test Project</b><p>Run test of the current project.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2988" /> + <source>Qt-Designer</source> + <translation>Qt-Designer</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2990" /> + <source>Qt-&Designer...</source> + <translation>Qt-&Designer...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2996" /> + <source>Start Qt-Designer</source> + <translation>Démarrer Qt-Designer</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2998" /> + <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> + <translation><b>Qt-Designer</b><p>Démarrer Qt-Designer.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3007" /> + <source>Qt-Linguist</source> + <translation>Qt-Linguist</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3009" /> + <source>Qt-&Linguist...</source> + <translation>Qt-&Linguist...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3015" /> + <source>Start Qt-Linguist</source> + <translation>Démarrer Qt-Linguist</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3017" /> + <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> + <translation><b>Qt-Linguist</b><p>Démarrer Qt-Linguist.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3025" /> + <source>UI Previewer</source> + <translation>Visionneur d'UI</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3027" /> + <source>&UI Previewer...</source> + <translation>Visionneur d'&UI...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3033" /> + <source>Start the UI Previewer</source> + <translation>Démarre le Visionneur d'UI</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3035" /> + <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> + <translation><b>Visulaiseur d'UI</b><p>Démarre le visualiseur d'UI.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3041" /> + <source>Translations Previewer</source> + <translation>Visionneur de traductions</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3043" /> + <source>&Translations Previewer...</source> + <translation>Visionneur de &Traductions...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3049" /> <source>Start the Translations Previewer</source> <translation>Démarre le visionneur de traductions</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2992" /> + <location filename="../UI/UserInterface.py" line="3051" /> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Visionneur de traductions</b><p>Démarre le visionneur de traductions.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3001" /> + <location filename="../UI/UserInterface.py" line="3060" /> <source>Compare Files</source> <translation>Comparaison de fichiers</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3003" /> + <location filename="../UI/UserInterface.py" line="3062" /> <source>&Compare Files...</source> <translation>&Comparaison de fichiers...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3028" /> - <location filename="../UI/UserInterface.py" line="3009" /> + <location filename="../UI/UserInterface.py" line="3087" /> + <location filename="../UI/UserInterface.py" line="3068" /> <source>Compare two files</source> <translation>Compare deux fichiers</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3011" /> + <location filename="../UI/UserInterface.py" line="3070" /> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation><b>Comparaison de Fichiers</b><p>Ouvre une fenêtre pour comparer deux fichiers.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3020" /> + <location filename="../UI/UserInterface.py" line="3079" /> <source>Compare Files side by side</source> <translation>Comparaison de fichiers côte à côte</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3022" /> + <location filename="../UI/UserInterface.py" line="3081" /> <source>Compare &Files side by side...</source> <translation>Comparer des &fichiers côte à côte...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3030" /> + <location filename="../UI/UserInterface.py" line="3089" /> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>Comparaison de fichiers côte à côte</b><p>Ouvre une fenêtre pour comparer deux fichiers et affiche les différences côte à côte.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3040" /> + <location filename="../UI/UserInterface.py" line="3099" /> <source>SQL Browser</source> <translation>Navigateur SQL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3042" /> + <location filename="../UI/UserInterface.py" line="3101" /> <source>SQL &Browser...</source> <translation>&Navigateur SQL...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3048" /> + <location filename="../UI/UserInterface.py" line="3107" /> <source>Browse a SQL database</source> <translation>Parcourir une base de données SQL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3050" /> + <location filename="../UI/UserInterface.py" line="3109" /> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>Navigateur SQL</b><p>Parcourir une base de données SQL.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3064" /> - <location filename="../UI/UserInterface.py" line="3056" /> + <location filename="../UI/UserInterface.py" line="3123" /> + <location filename="../UI/UserInterface.py" line="3115" /> <source>Mini Editor</source> <translation>Mini-éditeur</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3058" /> + <location filename="../UI/UserInterface.py" line="3117" /> <source>Mini &Editor...</source> <translation>Mini édit&eur...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3066" /> + <location filename="../UI/UserInterface.py" line="3125" /> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini Editeur</b><p>ouvre une fenêtre avec un éditeur simplifié.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3075" /> + <location filename="../UI/UserInterface.py" line="3134" /> <source>Hex Editor</source> <translation>Hex Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3077" /> + <location filename="../UI/UserInterface.py" line="3136" /> <source>&Hex Editor...</source> <translation>&Hex Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3083" /> + <location filename="../UI/UserInterface.py" line="3142" /> <source>Start the eric Hex Editor</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="3085" /> - <source><b>Hex Editor</b><p>Starts the eric Hex Editor for viewing or editing binary files.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3095" /> - <source>eric Web Browser</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3097" /> - <source>eric &Web Browser...</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3103" /> - <source>Start the eric Web Browser</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3105" /> - <source><b>eric Web Browser</b><p>Browse the Internet with the eric Web Browser.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3114" /> - <source>Icon Editor</source> - <translation>Éditeur d'icone</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3116" /> - <source>&Icon Editor...</source> - <translation>Éditeur d'&icone...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3122" /> - <source>Start the eric Icon Editor</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3124" /> - <source><b>Icon Editor</b><p>Starts the eric Icon Editor for editing simple icons.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6533" /> - <location filename="../UI/UserInterface.py" line="3136" /> - <source>Snapshot</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3138" /> - <source>&Snapshot...</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../UI/UserInterface.py" line="3144" /> - <source>Take snapshots of a screen region</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3146" /> - <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> + <source><b>Hex Editor</b><p>Starts the eric Hex Editor for viewing or editing binary files.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3154" /> + <source>eric Web Browser</source> <translation type="unfinished" /> </message> <message> <location filename="../UI/UserInterface.py" line="3156" /> - <source>eric PDF Viewer</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3158" /> - <source>eric PDF &Viewer...</source> + <source>eric &Web Browser...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3162" /> + <source>Start the eric Web Browser</source> <translation type="unfinished" /> </message> <message> <location filename="../UI/UserInterface.py" line="3164" /> - <source>Start the eric PDF Viewer</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3166" /> - <source><b>eric PDF Viewer</b><p>Starts the eric PDF Viewer for viewing PDF files.</p></source> - <translation type="unfinished" /> + <source><b>eric Web Browser</b><p>Browse the Internet with the eric Web Browser.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3173" /> + <source>Icon Editor</source> + <translation>Éditeur d'icone</translation> </message> <message> <location filename="../UI/UserInterface.py" line="3175" /> - <source>Preferences</source> - <translation>Préférences</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3177" /> - <source>&Preferences...</source> - <translation>&Préférences...</translation> + <source>&Icon Editor...</source> + <translation>Éditeur d'&icone...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3181" /> + <source>Start the eric Icon Editor</source> + <translation type="unfinished" /> </message> <message> <location filename="../UI/UserInterface.py" line="3183" /> - <source>Set the prefered configuration</source> - <translation>Édition des préférences</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3185" /> - <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> - <translation><b>Préférences</b><p>Edite les valeurs souhaitées pour la configuration du logiciel.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3196" /> - <source>Export Preferences</source> - <translation>Exporte les préférences</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3198" /> - <source>E&xport Preferences...</source> - <translation>E&xporter les préférences...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3204" /> - <source>Export the current configuration</source> - <translation>Exporte la configuration courante</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3206" /> - <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> - <translation><b>Exporter les préférences</b><p>Export la configuration courante dans un fichier.</p></translation> + <source><b>Icon Editor</b><p>Starts the eric Icon Editor for editing simple icons.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6607" /> + <location filename="../UI/UserInterface.py" line="3195" /> + <source>Snapshot</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3197" /> + <source>&Snapshot...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3203" /> + <source>Take snapshots of a screen region</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3205" /> + <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> + <translation type="unfinished" /> </message> <message> <location filename="../UI/UserInterface.py" line="3215" /> - <source>Import Preferences</source> - <translation>Importe les préférences</translation> + <source>eric PDF Viewer</source> + <translation type="unfinished" /> </message> <message> <location filename="../UI/UserInterface.py" line="3217" /> - <source>I&mport Preferences...</source> - <translation>I&mporter les préférences...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3224" /> - <source>Import a previously exported configuration</source> - <translation>Importe les préférences d'un fichier précédemment exporté</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3227" /> - <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> - <translation><b>Importer les préférences</b><p>Importe les préférences d'un fichier précédemment exporté.</p></translation> + <source>eric PDF &Viewer...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3223" /> + <source>Start the eric PDF Viewer</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3225" /> + <source><b>eric PDF Viewer</b><p>Starts the eric PDF Viewer for viewing PDF files.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3234" /> + <source>Preferences</source> + <translation>Préférences</translation> </message> <message> <location filename="../UI/UserInterface.py" line="3236" /> - <source>Export Theme</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3238" /> - <source>Export Theme...</source> - <translation type="unfinished" /> + <source>&Preferences...</source> + <translation>&Préférences...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3242" /> + <source>Set the prefered configuration</source> + <translation>Édition des préférences</translation> </message> <message> <location filename="../UI/UserInterface.py" line="3244" /> - <source>Export the current theme</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3246" /> - <source><b>Export Theme</b><p>Export the current theme to a file.</p></source> - <translation type="unfinished" /> + <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> + <translation><b>Préférences</b><p>Edite les valeurs souhaitées pour la configuration du logiciel.</p></translation> </message> <message> <location filename="../UI/UserInterface.py" line="3255" /> - <source>Import Theme</source> - <translation type="unfinished" /> + <source>Export Preferences</source> + <translation>Exporte les préférences</translation> </message> <message> <location filename="../UI/UserInterface.py" line="3257" /> - <source>Import Theme...</source> - <translation type="unfinished" /> + <source>E&xport Preferences...</source> + <translation>E&xporter les préférences...</translation> </message> <message> <location filename="../UI/UserInterface.py" line="3263" /> - <source>Import a previously exported theme</source> - <translation type="unfinished" /> + <source>Export the current configuration</source> + <translation>Exporte la configuration courante</translation> </message> <message> <location filename="../UI/UserInterface.py" line="3265" /> - <source><b>Import Theme</b><p>Import a previously exported theme.</p></source> - <translation type="unfinished" /> + <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> + <translation><b>Exporter les préférences</b><p>Export la configuration courante dans un fichier.</p></translation> </message> <message> <location filename="../UI/UserInterface.py" line="3274" /> - <source>Reload APIs</source> - <translation>Recharger les APIs</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3274" /> - <source>Reload &APIs</source> - <translation>Recharger les &APIs</translation> + <source>Import Preferences</source> + <translation>Importe les préférences</translation> </message> <message> <location filename="../UI/UserInterface.py" line="3276" /> - <source>Reload the API information</source> - <translation>Recharger les informations des API</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3278" /> - <source><b>Reload APIs</b><p>Reload the API information.</p></source> - <translation><b>Recharger les APIs</b><p>Recharger les informations des API.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3292" /> - <location filename="../UI/UserInterface.py" line="3284" /> - <source>Show external tools</source> - <translation>Afficher les outils externes</translation> + <source>I&mport Preferences...</source> + <translation>I&mporter les préférences...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3283" /> + <source>Import a previously exported configuration</source> + <translation>Importe les préférences d'un fichier précédemment exporté</translation> </message> <message> <location filename="../UI/UserInterface.py" line="3286" /> - <source>Show external &tools</source> - <translation>Afficher les &outils externes</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3294" /> - <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3304" /> - <source>View Profiles</source> - <translation>Profils de visualisation</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3306" /> - <source>&View Profiles...</source> - <translation>Profils de &Visualisation...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3312" /> - <source>Configure view profiles</source> - <translation>Configuration des profils de visualisation</translation> + <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> + <translation><b>Importer les préférences</b><p>Importe les préférences d'un fichier précédemment exporté.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3295" /> + <source>Export Theme</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3297" /> + <source>Export Theme...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3303" /> + <source>Export the current theme</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3305" /> + <source><b>Export Theme</b><p>Export the current theme to a file.</p></source> + <translation type="unfinished" /> </message> <message> <location filename="../UI/UserInterface.py" line="3314" /> - <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> - <translation><b>Profils de Visualisation</b><p>Configure les modes de visualisation de l'éditeur (modes Edition/Débogage). Avec cet fenêtre de configuration, on peut sélectionner les sous-fenêtres actives par défaut pour chacun des mode de visualisation.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3325" /> - <source>Toolbars</source> - <translation>Barres d'outils</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3327" /> - <source>Tool&bars...</source> - <translation>&Barres d'outils...</translation> + <source>Import Theme</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3316" /> + <source>Import Theme...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3322" /> + <source>Import a previously exported theme</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3324" /> + <source><b>Import Theme</b><p>Import a previously exported theme.</p></source> + <translation type="unfinished" /> </message> <message> <location filename="../UI/UserInterface.py" line="3333" /> - <source>Configure toolbars</source> - <translation>Configuration des barres d'outils</translation> + <source>Reload APIs</source> + <translation>Recharger les APIs</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3333" /> + <source>Reload &APIs</source> + <translation>Recharger les &APIs</translation> </message> <message> <location filename="../UI/UserInterface.py" line="3335" /> + <source>Reload the API information</source> + <translation>Recharger les informations des API</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3337" /> + <source><b>Reload APIs</b><p>Reload the API information.</p></source> + <translation><b>Recharger les APIs</b><p>Recharger les informations des API.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3351" /> + <location filename="../UI/UserInterface.py" line="3343" /> + <source>Show external tools</source> + <translation>Afficher les outils externes</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3345" /> + <source>Show external &tools</source> + <translation>Afficher les &outils externes</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3353" /> + <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3363" /> + <source>View Profiles</source> + <translation>Profils de visualisation</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3365" /> + <source>&View Profiles...</source> + <translation>Profils de &Visualisation...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3371" /> + <source>Configure view profiles</source> + <translation>Configuration des profils de visualisation</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3373" /> + <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> + <translation><b>Profils de Visualisation</b><p>Configure les modes de visualisation de l'éditeur (modes Edition/Débogage). Avec cet fenêtre de configuration, on peut sélectionner les sous-fenêtres actives par défaut pour chacun des mode de visualisation.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3384" /> + <source>Toolbars</source> + <translation>Barres d'outils</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3386" /> + <source>Tool&bars...</source> + <translation>&Barres d'outils...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3392" /> + <source>Configure toolbars</source> + <translation>Configuration des barres d'outils</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3394" /> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>Barres d'outils</b><p>Configuration des barres d'outils. Avec cette fenêtre vous pouvez modifier les actions des différentes barres affichées et créer vos propres barres d'outils</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3346" /> - <source>Keyboard Shortcuts</source> - <translation>Raccourcis clavier</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3348" /> - <source>Keyboard &Shortcuts...</source> - <translation>&Raccourcis claviers...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3354" /> - <source>Set the keyboard shortcuts</source> - <translation>Définition des raccourcis clavier</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3356" /> - <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> - <translation><b>Raccourcis claviers</b><p>Edite les raccourcis claviers pour l'application.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7492" /> - <location filename="../UI/UserInterface.py" line="7473" /> - <location filename="../UI/UserInterface.py" line="3366" /> - <source>Export Keyboard Shortcuts</source> - <translation>Exporter les raccourcis clavier</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3368" /> - <source>&Export Keyboard Shortcuts...</source> - <translation>&Exporter les raccourcis claviers...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3374" /> - <source>Export the keyboard shortcuts</source> - <translation>Exporte les raccourcis claviers</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3376" /> - <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> - <translation><b>Exporter les raccourcis clavier</b><p>Exporte les raccourcis claviers de l'application.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7511" /> - <location filename="../UI/UserInterface.py" line="3385" /> - <source>Import Keyboard Shortcuts</source> - <translation>Importer des raccourcis clavier</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3387" /> - <source>&Import Keyboard Shortcuts...</source> - <translation>&Importer des raccourcis clavier...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3393" /> - <source>Import the keyboard shortcuts</source> - <translation>Importe des raccourcis clavier</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3395" /> - <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> - <translation><b>Importer des raccourcis clavier</b><p>Importe des raccourcis claviers de l'application.</p></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="3405" /> - <source>Manage SSL Certificates</source> - <translation>Gestion des certificats SSL</translation> + <source>Keyboard Shortcuts</source> + <translation>Raccourcis clavier</translation> </message> <message> <location filename="../UI/UserInterface.py" line="3407" /> - <source>Manage SSL Certificates...</source> - <translation>Gestion des certificats SSL...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3414" /> - <source>Manage the saved SSL certificates</source> - <translation>Gestion des certificats SSL enregistrés</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3417" /> - <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> - <translation type="unfinished" /> + <source>Keyboard &Shortcuts...</source> + <translation>&Raccourcis claviers...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3413" /> + <source>Set the keyboard shortcuts</source> + <translation>Définition des raccourcis clavier</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3415" /> + <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> + <translation><b>Raccourcis claviers</b><p>Edite les raccourcis claviers pour l'application.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7566" /> + <location filename="../UI/UserInterface.py" line="7547" /> + <location filename="../UI/UserInterface.py" line="3425" /> + <source>Export Keyboard Shortcuts</source> + <translation>Exporter les raccourcis clavier</translation> </message> <message> <location filename="../UI/UserInterface.py" line="3427" /> + <source>&Export Keyboard Shortcuts...</source> + <translation>&Exporter les raccourcis claviers...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3433" /> + <source>Export the keyboard shortcuts</source> + <translation>Exporte les raccourcis claviers</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3435" /> + <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> + <translation><b>Exporter les raccourcis clavier</b><p>Exporte les raccourcis claviers de l'application.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7585" /> + <location filename="../UI/UserInterface.py" line="3444" /> + <source>Import Keyboard Shortcuts</source> + <translation>Importer des raccourcis clavier</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3446" /> + <source>&Import Keyboard Shortcuts...</source> + <translation>&Importer des raccourcis clavier...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3452" /> + <source>Import the keyboard shortcuts</source> + <translation>Importe des raccourcis clavier</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3454" /> + <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> + <translation><b>Importer des raccourcis clavier</b><p>Importe des raccourcis claviers de l'application.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3464" /> + <source>Manage SSL Certificates</source> + <translation>Gestion des certificats SSL</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3466" /> + <source>Manage SSL Certificates...</source> + <translation>Gestion des certificats SSL...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3473" /> + <source>Manage the saved SSL certificates</source> + <translation>Gestion des certificats SSL enregistrés</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3476" /> + <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3486" /> <source>Edit Message Filters</source> <translation>Éditer les filtres de message</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3429" /> + <location filename="../UI/UserInterface.py" line="3488" /> <source>Edit Message Filters...</source> <translation>Éditer les filtres de message...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3436" /> - <source>Edit the message filters used to suppress unwanted messages</source> - <translation type="unfinished">Éditer les filtres de message utilisés pour supprimer les messages indésirés</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3439" /> - <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3458" /> - <location filename="../UI/UserInterface.py" line="3452" /> - <location filename="../UI/UserInterface.py" line="3450" /> - <source>Clear private data</source> - <translation>Nettoyer les données privées</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3460" /> - <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3471" /> - <location filename="../UI/UserInterface.py" line="3470" /> - <source>Activate current editor</source> - <translation>Activer l'éditeur courant</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3472" /> - <source>Alt+Shift+E</source> - <translation>Alt+Shift+E</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3483" /> - <location filename="../UI/UserInterface.py" line="3482" /> - <source>Show next</source> - <translation>Afficher le suivant</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3484" /> - <source>Ctrl+Alt+Tab</source> - <translation>Ctrl+Alt+Tab</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="3495" /> - <location filename="../UI/UserInterface.py" line="3494" /> + <source>Edit the message filters used to suppress unwanted messages</source> + <translation type="unfinished">Éditer les filtres de message utilisés pour supprimer les messages indésirés</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3498" /> + <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3517" /> + <location filename="../UI/UserInterface.py" line="3511" /> + <location filename="../UI/UserInterface.py" line="3509" /> + <source>Clear private data</source> + <translation>Nettoyer les données privées</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3519" /> + <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3530" /> + <location filename="../UI/UserInterface.py" line="3529" /> + <source>Activate current editor</source> + <translation>Activer l'éditeur courant</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3531" /> + <source>Alt+Shift+E</source> + <translation>Alt+Shift+E</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3542" /> + <location filename="../UI/UserInterface.py" line="3541" /> + <source>Show next</source> + <translation>Afficher le suivant</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3543" /> + <source>Ctrl+Alt+Tab</source> + <translation>Ctrl+Alt+Tab</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3554" /> + <location filename="../UI/UserInterface.py" line="3553" /> <source>Show previous</source> <translation>Afficher le précédent</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3496" /> + <location filename="../UI/UserInterface.py" line="3555" /> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3507" /> - <location filename="../UI/UserInterface.py" line="3506" /> + <location filename="../UI/UserInterface.py" line="3566" /> + <location filename="../UI/UserInterface.py" line="3565" /> <source>Switch between tabs</source> <translation>Intervertir les onglets</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3508" /> - <source>Ctrl+1</source> - <translation>Ctrl+1</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3518" /> - <source>Plugin Infos</source> - <translation>Infos Plugins</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3520" /> - <source>&Plugin Infos...</source> - <translation>Infos &Plugins...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3526" /> - <source>Show Plugin Infos</source> - <translation>Affiche les infos sur les plugins</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3528" /> - <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> - <translation><b>Infos Plugins...</b><p>Affiche une fenêtre donnant des informations sur les plugins chargés.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3546" /> - <location filename="../UI/UserInterface.py" line="3538" /> - <source>Install Plugins</source> - <translation>Installation de plugins</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3540" /> - <source>&Install Plugins...</source> - <translation>&Installation de plugins...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3548" /> - <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> - <translation><b>Installation de plugins...</b><p>Ouvre une fenêtre pour installer ou mettre à jour des plugins.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3565" /> - <location filename="../UI/UserInterface.py" line="3557" /> - <source>Uninstall Plugin</source> - <translation>Désinstaller un plugin</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3559" /> - <source>&Uninstall Plugin...</source> - <translation>&Désinstaller un plugin...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="3567" /> + <source>Ctrl+1</source> + <translation>Ctrl+1</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3577" /> + <source>Plugin Infos</source> + <translation>Infos Plugins</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3579" /> + <source>&Plugin Infos...</source> + <translation>Infos &Plugins...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3585" /> + <source>Show Plugin Infos</source> + <translation>Affiche les infos sur les plugins</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3587" /> + <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> + <translation><b>Infos Plugins...</b><p>Affiche une fenêtre donnant des informations sur les plugins chargés.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3605" /> + <location filename="../UI/UserInterface.py" line="3597" /> + <source>Install Plugins</source> + <translation>Installation de plugins</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3599" /> + <source>&Install Plugins...</source> + <translation>&Installation de plugins...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3607" /> + <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> + <translation><b>Installation de plugins...</b><p>Ouvre une fenêtre pour installer ou mettre à jour des plugins.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3624" /> + <location filename="../UI/UserInterface.py" line="3616" /> + <source>Uninstall Plugin</source> + <translation>Désinstaller un plugin</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3618" /> + <source>&Uninstall Plugin...</source> + <translation>&Désinstaller un plugin...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3626" /> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Désinstaller un plugin...</b><p>Ouvre une fenêtre pour désinstaller un plugin.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3578" /> + <location filename="../UI/UserInterface.py" line="3637" /> <source>Plugin &Repository...</source> <translation>&Référentiel de plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3584" /> + <location filename="../UI/UserInterface.py" line="3643" /> <source>Show Plugins available for download</source> <translation>Affiche les plugins disponibles au téléchargement</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3586" /> + <location filename="../UI/UserInterface.py" line="3645" /> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Référentiel de plugins...</b><p>Affiche une fenêtre donnant la liste des plugins disponibles sur internet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3613" /> - <location filename="../UI/UserInterface.py" line="3612" /> + <location filename="../UI/UserInterface.py" line="3675" /> + <location filename="../UI/UserInterface.py" line="3674" /> <source>Qt5 Documentation</source> <translation>Documentation Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3619" /> + <location filename="../UI/UserInterface.py" line="3681" /> <source>Open Qt5 Documentation</source> <translation>Lance la Documentation Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3621" /> + <location filename="../UI/UserInterface.py" line="3683" /> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="3634" /> - <location filename="../UI/UserInterface.py" line="3633" /> + <location filename="../UI/UserInterface.py" line="3696" /> + <location filename="../UI/UserInterface.py" line="3695" /> <source>Qt6 Documentation</source> <translation type="unfinished">Documentation Qt5 {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3640" /> - <source>Open Qt6 Documentation</source> - <translation type="unfinished">Lance la Documentation Qt5 {6 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3642" /> - <source><b>Qt6 Documentation</b><p>Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3655" /> - <location filename="../UI/UserInterface.py" line="3654" /> - <source>PyQt5 Documentation</source> - <translation>Documentation PyQt5</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3661" /> - <source>Open PyQt5 Documentation</source> - <translation>Lance la documentation PyQt5</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3663" /> - <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3676" /> - <location filename="../UI/UserInterface.py" line="3675" /> - <source>PyQt6 Documentation</source> - <translation type="unfinished">Documentation PyQt5 {6 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3682" /> - <source>Open PyQt6 Documentation</source> - <translation type="unfinished">Lance la documentation PyQt5 {6 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3684" /> - <source><b>PyQt6 Documentation</b><p>Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished" /> - </message> - <message> <location filename="../UI/UserInterface.py" line="3702" /> - <location filename="../UI/UserInterface.py" line="3701" /> + <source>Open Qt6 Documentation</source> + <translation type="unfinished">Lance la Documentation Qt5 {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3704" /> + <source><b>Qt6 Documentation</b><p>Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3717" /> + <location filename="../UI/UserInterface.py" line="3716" /> + <source>PyQt5 Documentation</source> + <translation>Documentation PyQt5</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3723" /> + <source>Open PyQt5 Documentation</source> + <translation>Lance la documentation PyQt5</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3725" /> + <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3738" /> + <location filename="../UI/UserInterface.py" line="3737" /> + <source>PyQt6 Documentation</source> + <translation type="unfinished">Documentation PyQt5 {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3744" /> + <source>Open PyQt6 Documentation</source> + <translation type="unfinished">Lance la documentation PyQt5 {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3746" /> + <source><b>PyQt6 Documentation</b><p>Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3764" /> + <location filename="../UI/UserInterface.py" line="3763" /> <source>Python 3 Documentation</source> <translation>Documentation Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3708" /> + <location filename="../UI/UserInterface.py" line="3770" /> <source>Open Python 3 Documentation</source> <translation>Ouvrir la Documentation Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3710" /> + <location filename="../UI/UserInterface.py" line="3772" /> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="3729" /> - <location filename="../UI/UserInterface.py" line="3728" /> + <location filename="../UI/UserInterface.py" line="3791" /> + <location filename="../UI/UserInterface.py" line="3790" /> <source>eric API Documentation</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="3735" /> + <location filename="../UI/UserInterface.py" line="3797" /> <source>Open eric API Documentation</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="3737" /> + <location filename="../UI/UserInterface.py" line="3799" /> <source><b>eric API Documentation</b><p>Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="3755" /> - <location filename="../UI/UserInterface.py" line="3754" /> + <location filename="../UI/UserInterface.py" line="3817" /> + <location filename="../UI/UserInterface.py" line="3816" /> <source>PySide2 Documentation</source> <translation>Documentation PySide2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3761" /> + <location filename="../UI/UserInterface.py" line="3823" /> <source>Open PySide2 Documentation</source> <translation>Ouvrir la Documentation PySide2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3763" /> + <location filename="../UI/UserInterface.py" line="3825" /> <source><b>PySide2 Documentation</b><p>Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="3781" /> - <location filename="../UI/UserInterface.py" line="3780" /> + <location filename="../UI/UserInterface.py" line="3843" /> + <location filename="../UI/UserInterface.py" line="3842" /> <source>PySide6 Documentation</source> <translation type="unfinished">Documentation PySide2 {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3787" /> + <location filename="../UI/UserInterface.py" line="3849" /> <source>Open PySide6 Documentation</source> <translation type="unfinished">Ouvrir la Documentation PySide2 {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3789" /> + <location filename="../UI/UserInterface.py" line="3851" /> <source><b>PySide6 Documentation</b><p>Display the PySide6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="3891" /> + <location filename="../UI/UserInterface.py" line="3962" /> <source>E&xtras</source> <translation>E&xtras</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3901" /> + <location filename="../UI/UserInterface.py" line="3972" /> <source>Wi&zards</source> <translation>As&sistants</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3919" /> + <location filename="../UI/UserInterface.py" line="3990" /> <source>P&lugins</source> <translation>P&lugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3928" /> + <location filename="../UI/UserInterface.py" line="3999" /> <source>Configure...</source> <translation>Configuration...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3937" /> + <location filename="../UI/UserInterface.py" line="4008" /> <source>&Testing</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="3954" /> + <location filename="../UI/UserInterface.py" line="4025" /> <source>Select Tool Group</source> <translation>Sélection d'un groupe d'outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3965" /> + <location filename="../UI/UserInterface.py" line="4036" /> <source>Se&ttings</source> <translation>&Configuration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3998" /> + <location filename="../UI/UserInterface.py" line="4069" /> <source>&Window</source> <translation>&Fenêtre</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4007" /> + <location filename="../UI/UserInterface.py" line="4078" /> <source>&Windows</source> <translation>&Fenêtres</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4011" /> + <location filename="../UI/UserInterface.py" line="4082" /> <source>Central Park</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="4015" /> + <location filename="../UI/UserInterface.py" line="4086" /> <source>Left Side</source> <translation>Coté gauche</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4034" /> + <location filename="../UI/UserInterface.py" line="4105" /> <source>Right Side</source> <translation>Coté droit</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4053" /> + <location filename="../UI/UserInterface.py" line="4124" /> <source>Bottom Side</source> <translation>Coté bas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4061" /> + <location filename="../UI/UserInterface.py" line="4132" /> <source>Plug-ins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4067" /> - <source>&Toolbars</source> - <translation>&Barres d'Outils</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4080" /> - <source>&Help</source> - <translation>A&ide</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4136" /> - <location filename="../UI/UserInterface.py" line="4120" /> - <source>Tools</source> - <translation>Outils</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="4138" /> - <location filename="../UI/UserInterface.py" line="4124" /> + <source>&Toolbars</source> + <translation>&Barres d'Outils</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4151" /> + <source>&Help</source> + <translation>A&ide</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4208" /> + <location filename="../UI/UserInterface.py" line="4191" /> + <source>Tools</source> + <translation>Outils</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4210" /> + <location filename="../UI/UserInterface.py" line="4195" /> <source>Settings</source> <translation>Configuration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6261" /> - <location filename="../UI/UserInterface.py" line="4139" /> - <location filename="../UI/UserInterface.py" line="4125" /> + <location filename="../UI/UserInterface.py" line="6335" /> + <location filename="../UI/UserInterface.py" line="4211" /> + <location filename="../UI/UserInterface.py" line="4196" /> <source>Help</source> <translation>Aide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4140" /> - <location filename="../UI/UserInterface.py" line="4126" /> + <location filename="../UI/UserInterface.py" line="4212" /> + <location filename="../UI/UserInterface.py" line="4197" /> <source>Profiles</source> <translation>Profils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4141" /> - <location filename="../UI/UserInterface.py" line="4127" /> + <location filename="../UI/UserInterface.py" line="4213" /> + <location filename="../UI/UserInterface.py" line="4198" /> <source>Plugins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4137" /> + <location filename="../UI/UserInterface.py" line="4209" /> <source>Unittest</source> <translation>Tests unitaires</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4311" /> + <location filename="../UI/UserInterface.py" line="4385" /> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Cette zone de la barre d'état affiche le langage de l'éditeur actif.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4320" /> + <location filename="../UI/UserInterface.py" line="4394" /> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Cette partie de la barre d'état affiche l'encodage des éditeurs.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4329" /> + <location filename="../UI/UserInterface.py" line="4403" /> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Cette zone de la barre d'état affiche le type de fin de lignes utilisé pour les éditeurs.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4338" /> + <location filename="../UI/UserInterface.py" line="4412" /> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Cette partie de la barre d'état affiche les droits d'écriture des fichiers en cours.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4347" /> + <location filename="../UI/UserInterface.py" line="4421" /> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Cette zone de la barre d'état affiche le numéro de ligne de l'éditeur actif.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4356" /> + <location filename="../UI/UserInterface.py" line="4430" /> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Cette zone de la barre d'état affiche la position du curseur.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4370" /> + <location filename="../UI/UserInterface.py" line="4444" /> <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> <translation><p>Cette zone de la barre d'état permet de zoomer l'éditeur courant ou le shell.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4441" /> - <location filename="../UI/UserInterface.py" line="4400" /> + <location filename="../UI/UserInterface.py" line="4515" /> + <location filename="../UI/UserInterface.py" line="4474" /> <source>External Tools/{0}</source> <translation>Outils externe/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4549" /> + <location filename="../UI/UserInterface.py" line="4623" /> <source><h2>Version Numbers</h2><table></source> <translation><h2>Numéros de version</h2><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4598" /> + <location filename="../UI/UserInterface.py" line="4672" /> <source><tr><td><b>WebEngine (Security)</b></td><td>{0}</td></tr></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="4615" /> + <location filename="../UI/UserInterface.py" line="4689" /> <source>Desktop</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="4619" /> + <location filename="../UI/UserInterface.py" line="4693" /> <source>Session Type</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="4622" /> + <location filename="../UI/UserInterface.py" line="4696" /> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4674" /> + <location filename="../UI/UserInterface.py" line="4748" /> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>L'adresse mail ou l'adresse du serveur mail est vide. Veuillez configurer vos paramètres mails dans la fenêtre des Préférences.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5009" /> + <location filename="../UI/UserInterface.py" line="5083" /> <source>Restart application</source> <translation>Redémarrage de l'application</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5010" /> + <location filename="../UI/UserInterface.py" line="5084" /> <source>The application needs to be restarted. Do it now?</source> <translation>L'application a bersoin d'être relancée. Relancer maintenant ?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5034" /> + <location filename="../UI/UserInterface.py" line="5108" /> <source>Upgrade PyQt</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="5035" /> + <location filename="../UI/UserInterface.py" line="5109" /> <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time. Shall the upgrade be done now?</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="5085" /> - <location filename="../UI/UserInterface.py" line="5059" /> + <location filename="../UI/UserInterface.py" line="5159" /> + <location filename="../UI/UserInterface.py" line="5133" /> <source>Upgrade Eric</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="5060" /> + <location filename="../UI/UserInterface.py" line="5134" /> <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time. Shall the upgrade be done now?</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="5086" /> + <location filename="../UI/UserInterface.py" line="5160" /> <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time. Shall the upgrade be done now?</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="5144" /> + <location filename="../UI/UserInterface.py" line="5218" /> <source>&Builtin Tools</source> <translation>Outils &internes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5163" /> + <location filename="../UI/UserInterface.py" line="5237" /> <source>&Plugin Tools</source> <translation>Outils &plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5166" /> + <location filename="../UI/UserInterface.py" line="5240" /> <source>&User Tools</source> <translation>Outils &utilisateurs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5192" /> + <location filename="../UI/UserInterface.py" line="5266" /> <source>Configure Tool Groups ...</source> <translation>Configuration des groupes d'outils...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5196" /> + <location filename="../UI/UserInterface.py" line="5270" /> <source>Configure current Tool Group ...</source> <translation>Configuration du groupe d'outils courant...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5235" /> - <location filename="../UI/UserInterface.py" line="5215" /> + <location filename="../UI/UserInterface.py" line="5309" /> + <location filename="../UI/UserInterface.py" line="5289" /> <source>No User Tools Configured</source> <translation>Pas d'outils utilisateurs configuré</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5311" /> + <location filename="../UI/UserInterface.py" line="5385" /> <source>&Show all</source> <translation>Tout &afficher</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5313" /> + <location filename="../UI/UserInterface.py" line="5387" /> <source>&Hide all</source> <translation>Tout &masquer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6398" /> - <location filename="../UI/UserInterface.py" line="6387" /> - <location filename="../UI/UserInterface.py" line="6339" /> - <location filename="../UI/UserInterface.py" line="6329" /> - <location filename="../UI/UserInterface.py" line="6160" /> - <location filename="../UI/UserInterface.py" line="6150" /> - <location filename="../UI/UserInterface.py" line="6092" /> - <location filename="../UI/UserInterface.py" line="6082" /> + <location filename="../UI/UserInterface.py" line="6472" /> + <location filename="../UI/UserInterface.py" line="6461" /> + <location filename="../UI/UserInterface.py" line="6413" /> + <location filename="../UI/UserInterface.py" line="6403" /> + <location filename="../UI/UserInterface.py" line="6234" /> + <location filename="../UI/UserInterface.py" line="6224" /> + <location filename="../UI/UserInterface.py" line="6166" /> + <location filename="../UI/UserInterface.py" line="6156" /> <source>Problem</source> <translation>Problème</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6399" /> - <location filename="../UI/UserInterface.py" line="6388" /> - <location filename="../UI/UserInterface.py" line="6340" /> - <location filename="../UI/UserInterface.py" line="6330" /> - <location filename="../UI/UserInterface.py" line="6161" /> - <location filename="../UI/UserInterface.py" line="6151" /> - <location filename="../UI/UserInterface.py" line="6093" /> - <location filename="../UI/UserInterface.py" line="6083" /> + <location filename="../UI/UserInterface.py" line="6473" /> + <location filename="../UI/UserInterface.py" line="6462" /> + <location filename="../UI/UserInterface.py" line="6414" /> + <location filename="../UI/UserInterface.py" line="6404" /> + <location filename="../UI/UserInterface.py" line="6235" /> + <location filename="../UI/UserInterface.py" line="6225" /> + <location filename="../UI/UserInterface.py" line="6167" /> + <location filename="../UI/UserInterface.py" line="6157" /> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Le fichier <b>{0}</b> n'existe pas ou est de longeur nulle.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6642" /> - <location filename="../UI/UserInterface.py" line="6553" /> - <location filename="../UI/UserInterface.py" line="6434" /> - <location filename="../UI/UserInterface.py" line="6411" /> - <location filename="../UI/UserInterface.py" line="6352" /> - <location filename="../UI/UserInterface.py" line="6299" /> - <location filename="../UI/UserInterface.py" line="6277" /> - <location filename="../UI/UserInterface.py" line="6236" /> - <location filename="../UI/UserInterface.py" line="6227" /> - <location filename="../UI/UserInterface.py" line="6192" /> - <location filename="../UI/UserInterface.py" line="6183" /> - <location filename="../UI/UserInterface.py" line="6124" /> - <location filename="../UI/UserInterface.py" line="6115" /> + <location filename="../UI/UserInterface.py" line="6716" /> + <location filename="../UI/UserInterface.py" line="6627" /> + <location filename="../UI/UserInterface.py" line="6508" /> + <location filename="../UI/UserInterface.py" line="6485" /> + <location filename="../UI/UserInterface.py" line="6426" /> + <location filename="../UI/UserInterface.py" line="6373" /> + <location filename="../UI/UserInterface.py" line="6351" /> + <location filename="../UI/UserInterface.py" line="6310" /> + <location filename="../UI/UserInterface.py" line="6301" /> + <location filename="../UI/UserInterface.py" line="6266" /> + <location filename="../UI/UserInterface.py" line="6257" /> + <location filename="../UI/UserInterface.py" line="6198" /> + <location filename="../UI/UserInterface.py" line="6189" /> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6116" /> + <location filename="../UI/UserInterface.py" line="6190" /> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Ne peut lancer Qt-Designer.<br>Vérifier qu'il est disponible en tant que <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6125" /> + <location filename="../UI/UserInterface.py" line="6199" /> <source><p>Could not find the Qt-Designer executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="6184" /> + <location filename="../UI/UserInterface.py" line="6258" /> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Ne peut lancer Qt-Linguist.<br>Vérifier qu'il est disponible en tant que <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6193" /> + <location filename="../UI/UserInterface.py" line="6267" /> <source><p>Could not find the Qt-Linguist executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="6228" /> + <location filename="../UI/UserInterface.py" line="6302" /> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Ne peut lancer Qt-Assistant.<br>Vérifier qu'il est disponible en tant que <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6237" /> + <location filename="../UI/UserInterface.py" line="6311" /> <source><p>Could not find the Qt-Assistant executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="6262" /> + <location filename="../UI/UserInterface.py" line="6336" /> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Aucun visualiseur personalisé n'est sélectionné. Prière d'en spécifier un dans les préférences.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6278" /> + <location filename="../UI/UserInterface.py" line="6352" /> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="6300" /> + <location filename="../UI/UserInterface.py" line="6374" /> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Impossible de démarrer le visualiseur d'aide.<br>Assurez-vous qu'il est bien ici <b>hh</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6353" /> + <location filename="../UI/UserInterface.py" line="6427" /> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="6412" /> + <location filename="../UI/UserInterface.py" line="6486" /> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="6435" /> + <location filename="../UI/UserInterface.py" line="6509" /> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Ne peut lancer le navigateur SQL.<br>Vérifier qu'il est disponible en tant que <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6534" /> + <location filename="../UI/UserInterface.py" line="6608" /> <source><p>The snapshot utility is not available for Wayland desktop sessions.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="6554" /> + <location filename="../UI/UserInterface.py" line="6628" /> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="6587" /> - <location filename="../UI/UserInterface.py" line="6577" /> + <location filename="../UI/UserInterface.py" line="6661" /> + <location filename="../UI/UserInterface.py" line="6651" /> <source>External Tools</source> <translation>Outils externes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6578" /> + <location filename="../UI/UserInterface.py" line="6652" /> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="6588" /> + <location filename="../UI/UserInterface.py" line="6662" /> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="6625" /> + <location filename="../UI/UserInterface.py" line="6699" /> <source>Starting process '{0} {1}'. </source> <translation>Démarrage du processus '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6643" /> + <location filename="../UI/UserInterface.py" line="6717" /> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="6722" /> + <location filename="../UI/UserInterface.py" line="6796" /> <source>Process '{0}' has exited. </source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="7009" /> - <location filename="../UI/UserInterface.py" line="6947" /> + <location filename="../UI/UserInterface.py" line="7083" /> + <location filename="../UI/UserInterface.py" line="7021" /> + <location filename="../UI/UserInterface.py" line="6977" /> <location filename="../UI/UserInterface.py" line="6903" /> - <location filename="../UI/UserInterface.py" line="6829" /> - <location filename="../UI/UserInterface.py" line="6765" /> + <location filename="../UI/UserInterface.py" line="6839" /> <source>Documentation Missing</source> <translation>Documentation Manquante</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7010" /> - <location filename="../UI/UserInterface.py" line="6948" /> + <location filename="../UI/UserInterface.py" line="7084" /> + <location filename="../UI/UserInterface.py" line="7022" /> + <location filename="../UI/UserInterface.py" line="6978" /> <location filename="../UI/UserInterface.py" line="6904" /> - <location filename="../UI/UserInterface.py" line="6830" /> - <location filename="../UI/UserInterface.py" line="6766" /> + <location filename="../UI/UserInterface.py" line="6840" /> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="6991" /> - <location filename="../UI/UserInterface.py" line="6873" /> + <location filename="../UI/UserInterface.py" line="7065" /> + <location filename="../UI/UserInterface.py" line="6947" /> <source>Documentation</source> <translation>Documentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6874" /> + <location filename="../UI/UserInterface.py" line="6948" /> <source><p>The PyQt{0} documentation starting point has not been configured.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="6992" /> + <location filename="../UI/UserInterface.py" line="7066" /> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="7171" /> - <location filename="../UI/UserInterface.py" line="7107" /> + <location filename="../UI/UserInterface.py" line="7245" /> + <location filename="../UI/UserInterface.py" line="7181" /> <source>Start Web Browser</source> <translation>Démarrer le navigateur web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7108" /> + <location filename="../UI/UserInterface.py" line="7182" /> <source>The eric web browser could not be started.</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="7172" /> + <location filename="../UI/UserInterface.py" line="7246" /> <source><p>The eric web browser is not started.</p><p>Reason: {0}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="7218" /> + <location filename="../UI/UserInterface.py" line="7292" /> <source>Open Browser</source> <translation>Ouverture du navigateur</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7218" /> + <location filename="../UI/UserInterface.py" line="7292" /> <source>Could not start a web browser</source> <translation>Impossible de lancer le navigateur web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7513" /> - <location filename="../UI/UserInterface.py" line="7475" /> + <location filename="../UI/UserInterface.py" line="7587" /> + <location filename="../UI/UserInterface.py" line="7549" /> <source>Keyboard Shortcuts File (*.ekj)</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="7493" /> + <location filename="../UI/UserInterface.py" line="7567" /> <source><p>The keyboard shortcuts file <b>{0}</b> exists already. Overwrite it?</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="7721" /> + <location filename="../UI/UserInterface.py" line="7795" /> <source>Read Session</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="7722" /> + <location filename="../UI/UserInterface.py" line="7796" /> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Le fichier de session <b>{0}</b> ne peut être lu.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7745" /> + <location filename="../UI/UserInterface.py" line="7819" /> <source>Save Session</source> <translation type="unfinished">Enregistrer la session</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7770" /> - <location filename="../UI/UserInterface.py" line="7747" /> + <location filename="../UI/UserInterface.py" line="7844" /> + <location filename="../UI/UserInterface.py" line="7821" /> <source>eric Session Files (*.esj)</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="7815" /> + <location filename="../UI/UserInterface.py" line="7889" /> <source>Crash Session found!</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="7816" /> + <location filename="../UI/UserInterface.py" line="7890" /> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="8193" /> + <location filename="../UI/UserInterface.py" line="8267" /> <source>Drop Error</source> <translation>Erreur de suppression</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="8194" /> + <location filename="../UI/UserInterface.py" line="8268" /> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> n'est pas un fichier.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="8380" /> + <location filename="../UI/UserInterface.py" line="8454" /> <source>Upgrade available</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="8381" /> + <location filename="../UI/UserInterface.py" line="8455" /> <source><p>A newer version of the <b>eric-ide</b> package is available at <a href="{0}/eric-ide/">PyPI</a>.</p><p>Installed: {1}<br/>Available: <b>{2}</b></p><p>Shall <b>eric-ide</b> be upgraded?</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="8426" /> + <location filename="../UI/UserInterface.py" line="8500" /> <source>First time usage</source> <translation>Première utilisation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="8427" /> + <location filename="../UI/UserInterface.py" line="8501" /> <source>eric has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="8449" /> + <location filename="../UI/UserInterface.py" line="8523" /> <source>Select Workspace Directory</source> <translation>Sélectionner le répertoire de travail</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="8617" /> + <location filename="../UI/UserInterface.py" line="8691" /> <source>Unsaved Data Detected</source> <translation type="unfinished" /> </message> <message> - <location filename="../UI/UserInterface.py" line="8618" /> + <location filename="../UI/UserInterface.py" line="8692" /> <source>Some editors contain unsaved data. Shall these be saved?</source> <translation type="unfinished" /> </message> @@ -93012,22 +93919,32 @@ <context> <name>UserProjectFile</name> <message> - <location filename="../Project/UserProjectFile.py" line="71" /> + <location filename="../Project/UserProjectFile.py" line="72" /> + <source>Save Remote User Project Properties</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/UserProjectFile.py" line="75" /> <source>Save User Project Properties</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/UserProjectFile.py" line="72" /> + <location filename="../Project/UserProjectFile.py" line="83" /> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/UserProjectFile.py" line="99" /> + <location filename="../Project/UserProjectFile.py" line="109" /> + <source>Read Remote User Project Properties</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project/UserProjectFile.py" line="112" /> <source>Read User Project Properties</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project/UserProjectFile.py" line="100" /> + <location filename="../Project/UserProjectFile.py" line="120" /> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished" /> </message> @@ -93084,7 +94001,7 @@ <context> <name>Utilities</name> <message> - <location filename="../Utilities/__init__.py" line="1052" /> + <location filename="../Utilities/__init__.py" line="1086" /> <source><p>You may use %-codes as placeholders in the string. Supported codes are:<table><tr><td>%C</td><td>column of the cursor of the current editor</td></tr><tr><td>%D</td><td>directory of the current editor</td></tr><tr><td>%F</td><td>filename of the current editor</td></tr><tr><td>%H</td><td>home directory of the current user</td></tr><tr><td>%L</td><td>line of the cursor of the current editor</td></tr><tr><td>%P</td><td>path of the current project</td></tr><tr><td>%S</td><td>selected text of the current editor</td></tr><tr><td>%U</td><td>username of the current user</td></tr><tr><td>%%</td><td>the percent sign</td></tr></table></p></source> <translation><p>Vous pouvez utiliser la syntaxe "%-code" dans la chaine de caractères. Les codes supportés sont :<table><tr><td>%C</td><td>colonne du curseur de l'éditeur courant</td></tr><tr><td>%D</td><td>répertoire de l'éditeur courant</td></tr><tr><td>%F</td><td>nom de fichier de l'éditeur courant</td></tr><tr><td>%H</td><td>répertoire 'home' de l'utilisateur courant</td></tr><tr><td>%L</td><td>ligne du curseur de l'éditeur courant</td></tr><tr><td>%P</td><td>chemin du projet courant</td></tr><tr><td>%S</td><td>texte sélectionné dans l'éditeur courant</td></tr><tr><td>%U</td><td>nom d'utilisateur de l'utilisateur courant</td></tr><tr><td>%%</td><td>le signe pourcent</td></tr></table></p></translation> </message> @@ -94208,697 +95125,737 @@ <context> <name>ViewManager</name> <message> - <location filename="../ViewManager/ViewManager.py" line="609" /> + <location filename="../ViewManager/ViewManager.py" line="615" /> <source>New</source> <translation>Nouveau</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="611" /> + <location filename="../ViewManager/ViewManager.py" line="617" /> <source>&New</source> <translation>&Nouveau</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="613" /> + <location filename="../ViewManager/ViewManager.py" line="619" /> <source>Ctrl+N</source> <comment>File|New</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="620" /> + <location filename="../ViewManager/ViewManager.py" line="626" /> <source>Open an empty editor window</source> <translation>Ouvre une nouvelle page vide</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="623" /> + <location filename="../ViewManager/ViewManager.py" line="629" /> <source><b>New</b><p>An empty editor window will be created.</p></source> <translation><b>Nouveau</b><p>Ouverture d'une nouvelle fenêtre d'édition.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="632" /> + <location filename="../ViewManager/ViewManager.py" line="638" /> <source>Open</source> <translation>Ouvrir</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="634" /> + <location filename="../ViewManager/ViewManager.py" line="640" /> <source>&Open...</source> <translation>&Ouvrir...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="636" /> + <location filename="../ViewManager/ViewManager.py" line="642" /> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="643" /> + <location filename="../ViewManager/ViewManager.py" line="649" /> <source>Open a file</source> <translation>Ouvrir un Fichier</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="646" /> + <location filename="../ViewManager/ViewManager.py" line="652" /> <source><b>Open a file</b><p>You will be asked for the name of a file to be opened in an editor window.</p></source> <translation><b>Ouvrir un fichier</b><p>Le nom d'un fichier à ouvrir dans un éditeur vous est demandé.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="659" /> - <location filename="../ViewManager/ViewManager.py" line="657" /> + <location filename="../ViewManager/ViewManager.py" line="663" /> + <source>Open (Remote)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="665" /> + <source>Open (Remote)...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="672" /> + <source>Open a remote file</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="675" /> + <source><b>Open a remote file</b><p>You will be asked for the name of a remote file to be opened in an editor window.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="689" /> + <location filename="../ViewManager/ViewManager.py" line="687" /> <source>Reload</source> <translation type="unfinished">Recharger</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="666" /> + <location filename="../ViewManager/ViewManager.py" line="696" /> <source>Reload the current file</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="669" /> + <location filename="../ViewManager/ViewManager.py" line="699" /> <source><b>Reload</b><p>Reload the contents of current editor window. If the editor contents was modified, a warning will be issued.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="682" /> + <location filename="../ViewManager/ViewManager.py" line="712" /> <source>Close</source> <translation>Fermer</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="684" /> + <location filename="../ViewManager/ViewManager.py" line="714" /> <source>&Close</source> <translation>&Fermer</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="686" /> + <location filename="../ViewManager/ViewManager.py" line="716" /> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="693" /> + <location filename="../ViewManager/ViewManager.py" line="723" /> <source>Close the current window</source> <translation>Ferme la fenêtre courante</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="696" /> + <location filename="../ViewManager/ViewManager.py" line="726" /> <source><b>Close Window</b><p>Close the current window.</p></source> <translation><b>Fermer</b><p>Ferme la fenêtre en cours.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="705" /> + <location filename="../ViewManager/ViewManager.py" line="735" /> <source>Close All</source> <translation>Tout fermer</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="706" /> + <location filename="../ViewManager/ViewManager.py" line="736" /> <source>Clos&e All</source> <translation>Tout f&ermer</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="713" /> + <location filename="../ViewManager/ViewManager.py" line="743" /> <source>Close all editor windows</source> <translation>Ferme toutes les fenêtres de l'éditeur</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="716" /> + <location filename="../ViewManager/ViewManager.py" line="746" /> <source><b>Close All Windows</b><p>Close all editor windows.</p></source> <translation><b>Tout fermer</b><p>Ferme toutes les fenêtres de l'éditeur.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="729" /> + <location filename="../ViewManager/ViewManager.py" line="759" /> <source>Save</source> <translation>Enregistrer</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="731" /> + <location filename="../ViewManager/ViewManager.py" line="761" /> <source>&Save</source> <translation>&Enregistrer</translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="312" /> - <location filename="../ViewManager/ViewManager.py" line="733" /> + <location filename="../ViewManager/ViewManager.py" line="763" /> <source>Ctrl+S</source> <comment>File|Save</comment> <translation>Ctrl+S</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="740" /> + <location filename="../ViewManager/ViewManager.py" line="770" /> <source>Save the current file</source> <translation>Enregistre le fichier courant</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="743" /> + <location filename="../ViewManager/ViewManager.py" line="773" /> <source><b>Save File</b><p>Save the contents of current editor window.</p></source> <translation><b>Enregistrer</b><p>Enregistre le fichier en cours.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="753" /> + <location filename="../ViewManager/ViewManager.py" line="783" /> <source>Save as</source> <translation>Enregistrer sous</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="755" /> + <location filename="../ViewManager/ViewManager.py" line="785" /> <source>Save &as...</source> <translation>&Enregistrer sous...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="757" /> + <location filename="../ViewManager/ViewManager.py" line="787" /> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="766" /> + <location filename="../ViewManager/ViewManager.py" line="796" /> <source>Save the current file to a new one</source> <translation>Enregistre dans un nouveau fichier</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="771" /> - <source><b>Save File as</b><p>Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.</p></source> - <translation><b>Enregistrer sous</b><p>Enregistre le buffer dans un nouveau fichier. Le nom du fichier est choisi via une boite de sélection de fichier.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="782" /> - <source>Save Copy</source> - <translation>Enregistrer une copie</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="784" /> - <source>Save &Copy...</source> - <translation>Enregistrer une &copie...</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="791" /> - <source>Save a copy of the current file</source> - <translation>Enregistrer une copie du fichier courant</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="794" /> - <source><b>Save Copy</b><p>Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.</p></source> - <translation type="unfinished"><b>Enregistrer une copie</b><p>Enregistre une copie du contenu de l'éditeur courant. Le fichier peut être entré dans un sélectionneur de fichiers.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="805" /> - <source>Save all</source> - <translation>Tout enregistrer</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="807" /> - <source>Save a&ll</source> - <translation>&Tout enregistrer</translation> + <location filename="../ViewManager/ViewManager.py" line="801" /> + <source><b>Save File as</b><p>Save the contents of the current editor window to a new file. The file can be entered in a file selection dialog.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="812" /> + <source>Save as (Remote)</source> + <translation type="unfinished" /> </message> <message> <location filename="../ViewManager/ViewManager.py" line="814" /> + <source>Save as (Remote)...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="821" /> + <source>Save the current file to a new one on an eric-ide server</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="827" /> + <source><b>Save File as (Remote)</b><p>Save the contents of the current editor window to a new file on the connected eric-ide server. The file can be entered in a file selection dialog.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="839" /> + <source>Save Copy</source> + <translation>Enregistrer une copie</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="841" /> + <source>Save &Copy...</source> + <translation>Enregistrer une &copie...</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="848" /> + <source>Save a copy of the current file</source> + <translation>Enregistrer une copie du fichier courant</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="851" /> + <source><b>Save Copy</b><p>Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.</p></source> + <translation type="unfinished"><b>Enregistrer une copie</b><p>Enregistre une copie du contenu de l'éditeur courant. Le fichier peut être entré dans un sélectionneur de fichiers.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="862" /> + <source>Save all</source> + <translation>Tout enregistrer</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="864" /> + <source>Save a&ll</source> + <translation>&Tout enregistrer</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="871" /> <source>Save all files</source> <translation>Enregistre tous les fichiers</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="817" /> + <location filename="../ViewManager/ViewManager.py" line="874" /> <source><b>Save All Files</b><p>Save the contents of all editor windows.</p></source> <translation><b>Tout enregistrer</b><p>Enregistre toutes les fenêtres ouvertes dans l'éditeur.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="829" /> + <location filename="../ViewManager/ViewManager.py" line="886" /> <source>Print</source> <translation>Imprimer</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="831" /> + <location filename="../ViewManager/ViewManager.py" line="888" /> <source>&Print</source> <translation>&Imprimer</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="833" /> + <location filename="../ViewManager/ViewManager.py" line="890" /> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="840" /> + <location filename="../ViewManager/ViewManager.py" line="897" /> <source>Print the current file</source> <translation>Imprime le fichier courant</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="843" /> + <location filename="../ViewManager/ViewManager.py" line="900" /> <source><b>Print File</b><p>Print the contents of current editor window.</p></source> <translation><b>Imprimer le fichier</b><p>Imprime la fenêtre d'édition courante.</p></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="765" /> - <location filename="../ViewManager/ViewManager.py" line="856" /> - <location filename="../ViewManager/ViewManager.py" line="854" /> + <location filename="../ViewManager/ViewManager.py" line="913" /> + <location filename="../ViewManager/ViewManager.py" line="911" /> <source>Print Preview</source> <translation>Aperçu avant impression</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="863" /> + <location filename="../ViewManager/ViewManager.py" line="920" /> <source>Print preview of the current file</source> <translation>Aperçu avant impression du fichier courant</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="868" /> + <location filename="../ViewManager/ViewManager.py" line="925" /> <source><b>Print Preview</b><p>Print preview of the current editor window.</p></source> <translation><b>Aperçu avant impression</b><p>Aperçu avant impression de l'éditeur courant.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="879" /> + <location filename="../ViewManager/ViewManager.py" line="936" /> <source>Find File</source> <translation type="unfinished">Trouver un fichier</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="881" /> + <location filename="../ViewManager/ViewManager.py" line="938" /> <source>Find &File...</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="883" /> + <location filename="../ViewManager/ViewManager.py" line="940" /> <source>Alt+Ctrl+F</source> <comment>File|Find File</comment> <translation type="unfinished">Alt+Ctrl+F</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="892" /> + <location filename="../ViewManager/ViewManager.py" line="949" /> <source>Search for a file by entering a search pattern</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="897" /> + <location filename="../ViewManager/ViewManager.py" line="954" /> <source><b>Find File</b><p>This searches for a file by entering a search pattern.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="913" /> + <location filename="../ViewManager/ViewManager.py" line="970" /> <source>&File</source> <translation>&Fichier</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="915" /> + <location filename="../ViewManager/ViewManager.py" line="972" /> <source>Open &Recent Files</source> <translation>Ouvrir un fichier &récent</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="918" /> + <location filename="../ViewManager/ViewManager.py" line="976" /> <source>Open &Bookmarked Files</source> <translation>Ouvrir un fichier &étiqueté</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="964" /> - <location filename="../ViewManager/ViewManager.py" line="962" /> + <location filename="../ViewManager/ViewManager.py" line="1024" /> + <location filename="../ViewManager/ViewManager.py" line="1022" /> <source>File</source> <translation>Fichier</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="989" /> + <location filename="../ViewManager/ViewManager.py" line="1051" /> <source>Export as</source> <translation>Exporter en tant que</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1012" /> + <location filename="../ViewManager/ViewManager.py" line="1074" /> <source>Undo</source> <translation>Défaire</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1014" /> + <location filename="../ViewManager/ViewManager.py" line="1076" /> <source>&Undo</source> <translation>&Défaire</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1016" /> + <location filename="../ViewManager/ViewManager.py" line="1078" /> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation>Ctrl+Z</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1019" /> + <location filename="../ViewManager/ViewManager.py" line="1081" /> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation>Alt+Backspace</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1025" /> + <location filename="../ViewManager/ViewManager.py" line="1087" /> <source>Undo the last change</source> <translation>Annule la dernière modification</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1028" /> + <location filename="../ViewManager/ViewManager.py" line="1090" /> <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> <translation><b>Défaire</b><p>Annule la dernière modification effectuée dans l'éditeur courant.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1038" /> + <location filename="../ViewManager/ViewManager.py" line="1100" /> <source>Redo</source> <translation>Refaire</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1040" /> + <location filename="../ViewManager/ViewManager.py" line="1102" /> <source>&Redo</source> <translation>&Refaire</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1042" /> + <location filename="../ViewManager/ViewManager.py" line="1104" /> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation>Ctrl+Shift+Z</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1049" /> + <location filename="../ViewManager/ViewManager.py" line="1111" /> <source>Redo the last change</source> <translation>Recharge la dernière modification</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1052" /> + <location filename="../ViewManager/ViewManager.py" line="1114" /> <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> <translation><b>Refaire</b><p>Réeffectue la dernière modification dans l'éditeur courant.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1072" /> - <location filename="../ViewManager/ViewManager.py" line="1062" /> + <location filename="../ViewManager/ViewManager.py" line="1134" /> + <location filename="../ViewManager/ViewManager.py" line="1124" /> <source>Revert to last saved state</source> <translation>Ecraser avec le dernier état enregistré</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1063" /> + <location filename="../ViewManager/ViewManager.py" line="1125" /> <source>Re&vert to last saved state</source> <translation>Ec&raser avec le dernier état enregistré</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1065" /> + <location filename="../ViewManager/ViewManager.py" line="1127" /> <source>Ctrl+Y</source> <comment>Edit|Revert</comment> <translation>Ctrl+Y</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1075" /> + <location filename="../ViewManager/ViewManager.py" line="1137" /> <source><b>Revert to last saved state</b><p>Undo all changes up to the last saved state of the current editor.</p></source> <translation><b>Ecraser avec le dernier état enregistré</b><p>Annule toutes les modifications faites depuis le dernier enregistrement.</p></translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="339" /> - <location filename="../ViewManager/ViewManager.py" line="1088" /> + <location filename="../ViewManager/ViewManager.py" line="1150" /> <source>Cut</source> <translation>Couper</translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="341" /> - <location filename="../ViewManager/ViewManager.py" line="1090" /> + <location filename="../ViewManager/ViewManager.py" line="1152" /> <source>Cu&t</source> <translation>Cou&per</translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="343" /> - <location filename="../ViewManager/ViewManager.py" line="1092" /> + <location filename="../ViewManager/ViewManager.py" line="1154" /> <source>Ctrl+X</source> <comment>Edit|Cut</comment> <translation>Ctrl+X</translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="346" /> - <location filename="../ViewManager/ViewManager.py" line="1095" /> + <location filename="../ViewManager/ViewManager.py" line="1157" /> <source>Shift+Del</source> <comment>Edit|Cut</comment> <translation>Shift+Del</translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="352" /> - <location filename="../ViewManager/ViewManager.py" line="1101" /> + <location filename="../ViewManager/ViewManager.py" line="1163" /> <source>Cut the selection</source> <translation>Coupe la sélection</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1104" /> + <location filename="../ViewManager/ViewManager.py" line="1166" /> <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> <translation><b>Couper</b><p>Coupe le texte sélectionné vers le presse-papier</p></translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="361" /> - <location filename="../ViewManager/ViewManager.py" line="1115" /> + <location filename="../ViewManager/ViewManager.py" line="1177" /> <source>Copy</source> <translation>Copier</translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="363" /> - <location filename="../ViewManager/ViewManager.py" line="1117" /> + <location filename="../ViewManager/ViewManager.py" line="1179" /> <source>&Copy</source> <translation>&Copier</translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="365" /> - <location filename="../ViewManager/ViewManager.py" line="1119" /> + <location filename="../ViewManager/ViewManager.py" line="1181" /> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="368" /> - <location filename="../ViewManager/ViewManager.py" line="1122" /> + <location filename="../ViewManager/ViewManager.py" line="1184" /> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation>Ctrl+Ins</translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="374" /> - <location filename="../ViewManager/ViewManager.py" line="1128" /> + <location filename="../ViewManager/ViewManager.py" line="1190" /> <source>Copy the selection</source> <translation>Copie la sélection</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1131" /> + <location filename="../ViewManager/ViewManager.py" line="1193" /> <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> <translation><b>Copier</b><p>Copie le texte sélectionné vers le presse-papier</p></translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="383" /> - <location filename="../ViewManager/ViewManager.py" line="1142" /> + <location filename="../ViewManager/ViewManager.py" line="1204" /> <source>Paste</source> <translation>Coller</translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="385" /> - <location filename="../ViewManager/ViewManager.py" line="1144" /> + <location filename="../ViewManager/ViewManager.py" line="1206" /> <source>&Paste</source> <translation>Col&ler</translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="387" /> - <location filename="../ViewManager/ViewManager.py" line="1146" /> + <location filename="../ViewManager/ViewManager.py" line="1208" /> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation>Ctrl+V</translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="390" /> - <location filename="../ViewManager/ViewManager.py" line="1149" /> + <location filename="../ViewManager/ViewManager.py" line="1211" /> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation>Shift+Ins</translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="396" /> - <location filename="../ViewManager/ViewManager.py" line="1155" /> + <location filename="../ViewManager/ViewManager.py" line="1217" /> <source>Paste the last cut/copied text</source> <translation>Colle le dernier texte copié/coupé</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1158" /> + <location filename="../ViewManager/ViewManager.py" line="1220" /> <source><b>Paste</b><p>Paste the last cut/copied text from the clipboard to the current editor.</p></source> <translation><b>Coller</b><p>Colle le dernier texte copié/coupé dans l'éditeur courant.</p></translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="410" /> <location filename="../QScintilla/ShellWindow.py" line="408" /> - <location filename="../ViewManager/ViewManager.py" line="1171" /> - <location filename="../ViewManager/ViewManager.py" line="1169" /> + <location filename="../ViewManager/ViewManager.py" line="1233" /> + <location filename="../ViewManager/ViewManager.py" line="1231" /> <source>Clear</source> <translation>Effacer</translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="412" /> - <location filename="../ViewManager/ViewManager.py" line="1173" /> + <location filename="../ViewManager/ViewManager.py" line="1235" /> <source>Alt+Shift+C</source> <comment>Edit|Clear</comment> <translation>Alt+Shift+C</translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="419" /> - <location filename="../ViewManager/ViewManager.py" line="1180" /> + <location filename="../ViewManager/ViewManager.py" line="1242" /> <source>Clear all text</source> <translation>Efface tout le texte</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1183" /> + <location filename="../ViewManager/ViewManager.py" line="1245" /> <source><b>Clear</b><p>Delete all text of the current editor.</p></source> <translation><b>Effacer</b><p>Supprime tout le texte de l'éditeur courant.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1202" /> - <location filename="../ViewManager/ViewManager.py" line="1193" /> - <location filename="../ViewManager/ViewManager.py" line="1192" /> + <location filename="../ViewManager/ViewManager.py" line="1264" /> + <location filename="../ViewManager/ViewManager.py" line="1255" /> + <location filename="../ViewManager/ViewManager.py" line="1254" /> <source>Join Lines</source> <translation>Unir lignes</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1195" /> + <location filename="../ViewManager/ViewManager.py" line="1257" /> <source>Ctrl+J</source> <comment>Edit|Join Lines</comment> <translation>Ctrl+J</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1205" /> + <location filename="../ViewManager/ViewManager.py" line="1267" /> <source><b>Join Lines</b><p>Join the current and the next lines.</p></source> <translation><b>Unir lignes</b><p>Unir la ligne actuelle avec les lignes suivantes.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1215" /> + <location filename="../ViewManager/ViewManager.py" line="1277" /> <source>Indent</source> <translation>Indenter</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1217" /> + <location filename="../ViewManager/ViewManager.py" line="1279" /> <source>&Indent</source> <translation>&Indenter</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1219" /> + <location filename="../ViewManager/ViewManager.py" line="1281" /> <source>Ctrl+I</source> <comment>Edit|Indent</comment> <translation>Ctrl+I</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1226" /> + <location filename="../ViewManager/ViewManager.py" line="1288" /> <source>Indent line</source> <translation>Indente la ligne</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1229" /> + <location filename="../ViewManager/ViewManager.py" line="1291" /> <source><b>Indent</b><p>Indents the current line or the lines of the selection by one level.</p></source> <translation><b>Indenter</b><p>Indente la ligne courante ou les lignes sélectionnées d'un niveau.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1240" /> + <location filename="../ViewManager/ViewManager.py" line="1302" /> <source>Unindent</source> <translation>Désindenter</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1242" /> + <location filename="../ViewManager/ViewManager.py" line="1304" /> <source>U&nindent</source> <translation>&Désindenter</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1244" /> + <location filename="../ViewManager/ViewManager.py" line="1306" /> <source>Ctrl+Shift+I</source> <comment>Edit|Unindent</comment> <translation>Ctrl+Shift+I</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1253" /> + <location filename="../ViewManager/ViewManager.py" line="1315" /> <source>Unindent line</source> <translation>Désindenter la ligne</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1256" /> + <location filename="../ViewManager/ViewManager.py" line="1318" /> <source><b>Unindent</b><p>Unindents the current line or the lines of the selection by one level.</p></source> <translation><b>Désindenter</b><p>Désindente la ligne courante ou les lignes sélectionnées d'un niveau.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1269" /> - <location filename="../ViewManager/ViewManager.py" line="1267" /> + <location filename="../ViewManager/ViewManager.py" line="1331" /> + <location filename="../ViewManager/ViewManager.py" line="1329" /> <source>Smart indent</source> <translation>Indentation intelligente</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1276" /> + <location filename="../ViewManager/ViewManager.py" line="1338" /> <source>Smart indent Line or Selection</source> <translation>Indentation intelligente de la ligne ou de la sélection</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1279" /> + <location filename="../ViewManager/ViewManager.py" line="1341" /> <source><b>Smart indent</b><p>Indents the current line or the lines of the current selection smartly.</p></source> <translation><b>Indentation intelligente</b><p>Indente intelligemment la ou les lignes sélectionnées.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1290" /> + <location filename="../ViewManager/ViewManager.py" line="1352" /> <source>Comment</source> <translation>Commenter</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1292" /> + <location filename="../ViewManager/ViewManager.py" line="1354" /> <source>C&omment</source> <translation>C&ommenter</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1294" /> + <location filename="../ViewManager/ViewManager.py" line="1356" /> <source>Ctrl+M</source> <comment>Edit|Comment</comment> <translation>Ctrl+M</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1301" /> + <location filename="../ViewManager/ViewManager.py" line="1363" /> <source>Comment Line or Selection</source> <translation>Commenter la ligne ou la sélection</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1304" /> + <location filename="../ViewManager/ViewManager.py" line="1366" /> <source><b>Comment</b><p>Comments the current line or the lines of the current selection.</p></source> <translation><b>Commenter</b><p>Commente la ligne courante ou les lignes sélectionnées.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1315" /> + <location filename="../ViewManager/ViewManager.py" line="1377" /> <source>Uncomment</source> <translation>Décommenter</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1317" /> + <location filename="../ViewManager/ViewManager.py" line="1379" /> <source>Unco&mment</source> <translation>Déco&mmenter</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1319" /> + <location filename="../ViewManager/ViewManager.py" line="1381" /> <source>Ctrl+Shift+M</source> <comment>Edit|Uncomment</comment> <translation type="unfinished">Ctrl+Shift+M</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1328" /> + <location filename="../ViewManager/ViewManager.py" line="1390" /> <source>Uncomment Line or Selection</source> <translation>Décommenter la ligne ou la sélection</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1331" /> + <location filename="../ViewManager/ViewManager.py" line="1393" /> <source><b>Uncomment</b><p>Uncomments the current line or the lines of the current selection.</p></source> <translation><b>Décommenter</b><p>Décommente la ligne courante ou les lignes sélectionnées.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1344" /> - <location filename="../ViewManager/ViewManager.py" line="1342" /> + <location filename="../ViewManager/ViewManager.py" line="1406" /> + <location filename="../ViewManager/ViewManager.py" line="1404" /> <source>Toggle Comment</source> <translation>Basculer commentaire</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1346" /> + <location filename="../ViewManager/ViewManager.py" line="1408" /> <source>Ctrl+#</source> <comment>Edit|Toggle Comment</comment> <translation type="unfinished">Ctrl+#</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1355" /> + <location filename="../ViewManager/ViewManager.py" line="1417" /> <source>Toggle the comment of the current line, selection or comment block</source> <translation>Basculer le commentaire de la ligne courante, de la sélection ou du block</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1361" /> + <location filename="../ViewManager/ViewManager.py" line="1423" /> <source><b>Toggle Comment</b><p>If the current line does not start with a block comment, the current line or selection is commented. If it is already commented, this comment block is uncommented. </p></source> <translation><b>Basculer commentaire</b><p>Si la ligne courante ne commence pas par un signe de commentaire, la ligne courante ou la séléciton est commentée. Si c'est déjà commentée, ce block de commentaires ne sera plus commenté. </p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1374" /> - <location filename="../ViewManager/ViewManager.py" line="1373" /> + <location filename="../ViewManager/ViewManager.py" line="1436" /> + <location filename="../ViewManager/ViewManager.py" line="1435" /> <source>Stream Comment</source> <translation>Commentaire type "Strream"</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1381" /> + <location filename="../ViewManager/ViewManager.py" line="1443" /> <source>Stream Comment Line or Selection</source> <translation>Commenter la ligne ou la sélection (type Stream)</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1386" /> + <location filename="../ViewManager/ViewManager.py" line="1448" /> <source><b>Stream Comment</b><p>Stream comments the current line or the current selection.</p></source> <translation><b>Commentaire type Stream</b><p>Commente la ligne courante ou les lignes sélectionnées avec un commentaire de type Stream. @@ -94908,18 +95865,18 @@ </p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1398" /> - <location filename="../ViewManager/ViewManager.py" line="1397" /> + <location filename="../ViewManager/ViewManager.py" line="1460" /> + <location filename="../ViewManager/ViewManager.py" line="1459" /> <source>Box Comment</source> <translation>Commentaire type "Bloc"</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1405" /> + <location filename="../ViewManager/ViewManager.py" line="1467" /> <source>Box Comment Line or Selection</source> <translation>Commenter la ligne ou la sélection (type Box)</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1408" /> + <location filename="../ViewManager/ViewManager.py" line="1470" /> <source><b>Box Comment</b><p>Box comments the current line or the lines of the current selection.</p></source> <translation><b>Commentaire type Box</b><p>Commente la ligne courante ou les lignes sélectionnées avec un commentaire de type Box. @@ -94930,301 +95887,301 @@ */</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1419" /> + <location filename="../ViewManager/ViewManager.py" line="1481" /> <source>Select to brace</source> <translation>Sélection parenthèses</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1420" /> + <location filename="../ViewManager/ViewManager.py" line="1482" /> <source>Select to &brace</source> <translation>Sélection parent&hèses</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1422" /> + <location filename="../ViewManager/ViewManager.py" line="1484" /> <source>Ctrl+E</source> <comment>Edit|Select to brace</comment> <translation>Ctrl+E</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1431" /> + <location filename="../ViewManager/ViewManager.py" line="1493" /> <source>Select text to the matching brace</source> <translation>Sélectionne le texte jusqu'à la parenthèse correspondante</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1436" /> + <location filename="../ViewManager/ViewManager.py" line="1498" /> <source><b>Select to brace</b><p>Select text of the current editor to the matching brace.</p></source> <translation><b>Sélection jusqu'à la parenthèse fermante</b><p>Sélectionne le texte jusqu'à la parenthèse fermante.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1447" /> + <location filename="../ViewManager/ViewManager.py" line="1509" /> <source>Select all</source> <translation>Tout sélectionner</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1449" /> + <location filename="../ViewManager/ViewManager.py" line="1511" /> <source>&Select all</source> <translation>Tout &sélectionner</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1451" /> + <location filename="../ViewManager/ViewManager.py" line="1513" /> <source>Ctrl+A</source> <comment>Edit|Select all</comment> <translation>Ctrl+A</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1458" /> + <location filename="../ViewManager/ViewManager.py" line="1520" /> <source>Select all text</source> <translation>Sélectionne tout le texte</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1461" /> + <location filename="../ViewManager/ViewManager.py" line="1523" /> <source><b>Select All</b><p>Select all text of the current editor.</p></source> <translation><b>Tout sélectionner</b><p>Sélectionne tout le texte de l'éditeur courant.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1471" /> + <location filename="../ViewManager/ViewManager.py" line="1533" /> <source>Deselect all</source> <translation>Tout déselectionner</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1472" /> + <location filename="../ViewManager/ViewManager.py" line="1534" /> <source>&Deselect all</source> <translation>Tout &déselectionner</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1474" /> + <location filename="../ViewManager/ViewManager.py" line="1536" /> <source>Alt+Ctrl+A</source> <comment>Edit|Deselect all</comment> <translation>Alt+Ctrl+A</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1483" /> + <location filename="../ViewManager/ViewManager.py" line="1545" /> <source>Deselect all text</source> <translation>Désélectionne tout le texte</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1486" /> - <source><b>Deselect All</b><p>Deselect all text of the current editor.</p></source> - <translation><b>Tout déselectionner</b><p>Désélectionne tout le texte de l'éditeur courant.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1504" /> - <location filename="../ViewManager/ViewManager.py" line="1497" /> - <location filename="../ViewManager/ViewManager.py" line="1496" /> - <source>Convert Line End Characters</source> - <translation>Conversion des caractères de fin de lignes</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1507" /> - <source><b>Convert Line End Characters</b><p>Convert the line end characters to the currently set type.</p></source> - <translation><b>Conversion des caractères de fin de lignes</b><p>Convertit les caractères de fin de lignes dans le type courant défini.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1526" /> - <location filename="../ViewManager/ViewManager.py" line="1519" /> - <location filename="../ViewManager/ViewManager.py" line="1518" /> - <source>Convert Tabs to Spaces</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1529" /> - <source><b>Convert Tabs to Spaces</b><p>Convert tabulators to the configured amount of space characters.</p></source> - <translation type="unfinished" /> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="1548" /> - <location filename="../ViewManager/ViewManager.py" line="1541" /> - <location filename="../ViewManager/ViewManager.py" line="1540" /> + <source><b>Deselect All</b><p>Deselect all text of the current editor.</p></source> + <translation><b>Tout déselectionner</b><p>Désélectionne tout le texte de l'éditeur courant.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1566" /> + <location filename="../ViewManager/ViewManager.py" line="1559" /> + <location filename="../ViewManager/ViewManager.py" line="1558" /> + <source>Convert Line End Characters</source> + <translation>Conversion des caractères de fin de lignes</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1569" /> + <source><b>Convert Line End Characters</b><p>Convert the line end characters to the currently set type.</p></source> + <translation><b>Conversion des caractères de fin de lignes</b><p>Convertit les caractères de fin de lignes dans le type courant défini.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1588" /> + <location filename="../ViewManager/ViewManager.py" line="1581" /> + <location filename="../ViewManager/ViewManager.py" line="1580" /> + <source>Convert Tabs to Spaces</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1591" /> + <source><b>Convert Tabs to Spaces</b><p>Convert tabulators to the configured amount of space characters.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1610" /> + <location filename="../ViewManager/ViewManager.py" line="1603" /> + <location filename="../ViewManager/ViewManager.py" line="1602" /> <source>Shorten empty lines</source> <translation>Raccourcir les lignes vides</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1551" /> + <location filename="../ViewManager/ViewManager.py" line="1613" /> <source><b>Shorten empty lines</b><p>Shorten lines consisting solely of whitespace characters.</p></source> <translation><b>Raccourcir les lignes vides</b><p>Raccourcit les lignes vides ne comportant que des espaces.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3435" /> - <location filename="../ViewManager/ViewManager.py" line="1562" /> + <location filename="../ViewManager/ViewManager.py" line="3497" /> + <location filename="../ViewManager/ViewManager.py" line="1624" /> <source>Complete</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1563" /> + <location filename="../ViewManager/ViewManager.py" line="1625" /> <source>&Complete</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1565" /> + <location filename="../ViewManager/ViewManager.py" line="1627" /> <source>Ctrl+Space</source> <comment>Edit|Complete</comment> <translation>Ctrl+Space</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1572" /> + <location filename="../ViewManager/ViewManager.py" line="1634" /> <source>Complete current word</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1575" /> + <location filename="../ViewManager/ViewManager.py" line="1637" /> <source><b>Complete</b><p>Performs a completion of the word containing the cursor.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1587" /> - <location filename="../ViewManager/ViewManager.py" line="1586" /> + <location filename="../ViewManager/ViewManager.py" line="1649" /> + <location filename="../ViewManager/ViewManager.py" line="1648" /> <source>Complete from Document</source> <translation type="unfinished">à partir du document</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1589" /> + <location filename="../ViewManager/ViewManager.py" line="1651" /> <source>Ctrl+Shift+Space</source> <comment>Edit|Complete from Document</comment> <translation>Ctrl+Shift+Space</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1598" /> + <location filename="../ViewManager/ViewManager.py" line="1660" /> <source>Complete current word from Document</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1603" /> + <location filename="../ViewManager/ViewManager.py" line="1665" /> <source><b>Complete from Document</b><p>Performs a completion from document of the word containing the cursor.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1615" /> - <location filename="../ViewManager/ViewManager.py" line="1614" /> + <location filename="../ViewManager/ViewManager.py" line="1677" /> + <location filename="../ViewManager/ViewManager.py" line="1676" /> <source>Complete from APIs</source> <translation type="unfinished">à partir des fichiers API</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1617" /> + <location filename="../ViewManager/ViewManager.py" line="1679" /> <source>Ctrl+Alt+Space</source> <comment>Edit|Complete from APIs</comment> <translation>Ctrl+Alt+Space</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1626" /> + <location filename="../ViewManager/ViewManager.py" line="1688" /> <source>Complete current word from APIs</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1629" /> + <location filename="../ViewManager/ViewManager.py" line="1691" /> <source><b>Complete from APIs</b><p>Performs a completion from APIs of the word containing the cursor.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1643" /> - <location filename="../ViewManager/ViewManager.py" line="1640" /> + <location filename="../ViewManager/ViewManager.py" line="1705" /> + <location filename="../ViewManager/ViewManager.py" line="1702" /> <source>Complete from Document and APIs</source> <translation type="unfinished">à partir du document et des fichiers API</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1647" /> + <location filename="../ViewManager/ViewManager.py" line="1709" /> <source>Alt+Shift+Space</source> <comment>Edit|Complete from Document and APIs</comment> <translation>Alt+Shift+Space</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1658" /> + <location filename="../ViewManager/ViewManager.py" line="1720" /> <source>Complete current word from Document and APIs</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1663" /> + <location filename="../ViewManager/ViewManager.py" line="1725" /> <source><b>Complete from Document and APIs</b><p>Performs a completion from document and APIs of the word containing the cursor.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1674" /> + <location filename="../ViewManager/ViewManager.py" line="1736" /> <source>Calltip</source> <translation>Calltip</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1675" /> + <location filename="../ViewManager/ViewManager.py" line="1737" /> <source>&Calltip</source> <translation>&Calltip (ou suggestion d'arguments)</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1677" /> + <location filename="../ViewManager/ViewManager.py" line="1739" /> <source>Meta+Alt+Space</source> <comment>Edit|Calltip</comment> <translation type="unfinished">Meta+Alt+Space</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1686" /> + <location filename="../ViewManager/ViewManager.py" line="1748" /> <source>Show Calltips</source> <translation>Affiche les calltips</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1689" /> + <location filename="../ViewManager/ViewManager.py" line="1751" /> <source><b>Calltip</b><p>Show calltips based on the characters immediately to the left of the cursor.</p></source> <translation><b>Calltip</b><p>Affiche les calltips (suggestions d'arguments) trouvés à partir des caractères à gauche du curseur.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1702" /> - <location filename="../ViewManager/ViewManager.py" line="1700" /> + <location filename="../ViewManager/ViewManager.py" line="1764" /> + <location filename="../ViewManager/ViewManager.py" line="1762" /> <source>Code Info</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1704" /> + <location filename="../ViewManager/ViewManager.py" line="1766" /> <source>Ctrl+Alt+I</source> <comment>Edit|Code Info</comment> <translation>Ctrl+Alt+I</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1713" /> + <location filename="../ViewManager/ViewManager.py" line="1775" /> <source>Show Code Info</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1716" /> + <location filename="../ViewManager/ViewManager.py" line="1778" /> <source><b>Code Info</b><p>Show code information based on the cursor position.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1727" /> - <location filename="../ViewManager/ViewManager.py" line="1726" /> + <location filename="../ViewManager/ViewManager.py" line="1789" /> + <location filename="../ViewManager/ViewManager.py" line="1788" /> <source>Sort</source> <translation>Trier</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1729" /> + <location filename="../ViewManager/ViewManager.py" line="1791" /> <source>Ctrl+Alt+S</source> <comment>Edit|Sort</comment> <translation>Ctrl+Alt+S</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1736" /> + <location filename="../ViewManager/ViewManager.py" line="1798" /> <source>Sort the lines containing the rectangular selection</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1741" /> + <location filename="../ViewManager/ViewManager.py" line="1803" /> <source><b>Sort</b><p>Sort the lines spanned by a rectangular selection based on the selection ignoring leading and trailing whitespace.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1753" /> - <location filename="../ViewManager/ViewManager.py" line="1752" /> + <location filename="../ViewManager/ViewManager.py" line="1815" /> + <location filename="../ViewManager/ViewManager.py" line="1814" /> <source>Generate Docstring</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1755" /> + <location filename="../ViewManager/ViewManager.py" line="1817" /> <source>Ctrl+Alt+D</source> <comment>Edit|Generate Docstring</comment> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1764" /> + <location filename="../ViewManager/ViewManager.py" line="1826" /> <source>Generate a docstring for the current function/method</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1769" /> + <location filename="../ViewManager/ViewManager.py" line="1831" /> <source><b>Generate Docstring</b><p>Generate a docstring for the current function/method if the cursor is placed on the line starting the function definition or on the line thereafter. The docstring is inserted at the appropriate position and the cursor is placed at the end of the description line.</p></source> <translation type="unfinished" /> </message> @@ -95233,22 +96190,22 @@ <location filename="../QScintilla/MiniEditor.py" line="914" /> <location filename="../QScintilla/ShellWindow.py" line="575" /> <location filename="../QScintilla/ShellWindow.py" line="574" /> - <location filename="../ViewManager/ViewManager.py" line="1796" /> - <location filename="../ViewManager/ViewManager.py" line="1795" /> + <location filename="../ViewManager/ViewManager.py" line="1858" /> + <location filename="../ViewManager/ViewManager.py" line="1857" /> <source>Move left one character</source> <translation>Déplacement d'un caractère vers la gauche</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="916" /> <location filename="../QScintilla/ShellWindow.py" line="576" /> - <location filename="../ViewManager/ViewManager.py" line="1797" /> + <location filename="../ViewManager/ViewManager.py" line="1859" /> <source>Left</source> <translation>Left</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="924" /> <location filename="../QScintilla/ShellWindow.py" line="584" /> - <location filename="../ViewManager/ViewManager.py" line="1805" /> + <location filename="../ViewManager/ViewManager.py" line="1867" /> <source>Meta+B</source> <translation>Meta+B</translation> </message> @@ -95257,22 +96214,22 @@ <location filename="../QScintilla/MiniEditor.py" line="930" /> <location filename="../QScintilla/ShellWindow.py" line="591" /> <location filename="../QScintilla/ShellWindow.py" line="590" /> - <location filename="../ViewManager/ViewManager.py" line="1812" /> - <location filename="../ViewManager/ViewManager.py" line="1811" /> + <location filename="../ViewManager/ViewManager.py" line="1874" /> + <location filename="../ViewManager/ViewManager.py" line="1873" /> <source>Move right one character</source> <translation>Déplacement d'un caractère vers la droite</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="932" /> <location filename="../QScintilla/ShellWindow.py" line="592" /> - <location filename="../ViewManager/ViewManager.py" line="1813" /> + <location filename="../ViewManager/ViewManager.py" line="1875" /> <source>Right</source> <translation>Right</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="939" /> <location filename="../QScintilla/ShellWindow.py" line="599" /> - <location filename="../ViewManager/ViewManager.py" line="1820" /> + <location filename="../ViewManager/ViewManager.py" line="1882" /> <source>Meta+F</source> <translation>Meta+F</translation> </message> @@ -95281,22 +96238,22 @@ <location filename="../QScintilla/MiniEditor.py" line="946" /> <location filename="../QScintilla/ShellWindow.py" line="683" /> <location filename="../QScintilla/ShellWindow.py" line="682" /> - <location filename="../ViewManager/ViewManager.py" line="1828" /> - <location filename="../ViewManager/ViewManager.py" line="1827" /> + <location filename="../ViewManager/ViewManager.py" line="1890" /> + <location filename="../ViewManager/ViewManager.py" line="1889" /> <source>Move up one line</source> <translation>Déplacement d'une ligne vers le haut</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="948" /> <location filename="../QScintilla/ShellWindow.py" line="684" /> - <location filename="../ViewManager/ViewManager.py" line="1829" /> + <location filename="../ViewManager/ViewManager.py" line="1891" /> <source>Up</source> <translation>Up</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="955" /> <location filename="../QScintilla/ShellWindow.py" line="691" /> - <location filename="../ViewManager/ViewManager.py" line="1836" /> + <location filename="../ViewManager/ViewManager.py" line="1898" /> <source>Meta+P</source> <translation>Meta+P</translation> </message> @@ -95305,30 +96262,30 @@ <location filename="../QScintilla/MiniEditor.py" line="962" /> <location filename="../QScintilla/ShellWindow.py" line="699" /> <location filename="../QScintilla/ShellWindow.py" line="698" /> - <location filename="../ViewManager/ViewManager.py" line="1844" /> - <location filename="../ViewManager/ViewManager.py" line="1843" /> + <location filename="../ViewManager/ViewManager.py" line="1906" /> + <location filename="../ViewManager/ViewManager.py" line="1905" /> <source>Move down one line</source> <translation>Déplacement d'une ligne vers le bas</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="964" /> <location filename="../QScintilla/ShellWindow.py" line="700" /> - <location filename="../ViewManager/ViewManager.py" line="1845" /> + <location filename="../ViewManager/ViewManager.py" line="1907" /> <source>Down</source> <translation>Down</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="971" /> <location filename="../QScintilla/ShellWindow.py" line="707" /> - <location filename="../ViewManager/ViewManager.py" line="1852" /> + <location filename="../ViewManager/ViewManager.py" line="1914" /> <source>Meta+N</source> <translation>Meta+N</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="979" /> <location filename="../QScintilla/MiniEditor.py" line="978" /> - <location filename="../ViewManager/ViewManager.py" line="1860" /> - <location filename="../ViewManager/ViewManager.py" line="1859" /> + <location filename="../ViewManager/ViewManager.py" line="1922" /> + <location filename="../ViewManager/ViewManager.py" line="1921" /> <source>Move left one word part</source> <translation>Déplacement d'une part de mot vers la gauche</translation> </message> @@ -95336,16 +96293,16 @@ <location filename="../QScintilla/MiniEditor.py" line="1019" /> <location filename="../QScintilla/MiniEditor.py" line="987" /> <location filename="../QScintilla/ShellWindow.py" line="615" /> - <location filename="../ViewManager/ViewManager.py" line="1900" /> - <location filename="../ViewManager/ViewManager.py" line="1868" /> + <location filename="../ViewManager/ViewManager.py" line="1962" /> + <location filename="../ViewManager/ViewManager.py" line="1930" /> <source>Alt+Left</source> <translation>Alt+Left</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="995" /> <location filename="../QScintilla/MiniEditor.py" line="994" /> - <location filename="../ViewManager/ViewManager.py" line="1876" /> - <location filename="../ViewManager/ViewManager.py" line="1875" /> + <location filename="../ViewManager/ViewManager.py" line="1938" /> + <location filename="../ViewManager/ViewManager.py" line="1937" /> <source>Move right one word part</source> <translation>Déplacement d'une part de mot vers la droite</translation> </message> @@ -95353,8 +96310,8 @@ <location filename="../QScintilla/MiniEditor.py" line="2149" /> <location filename="../QScintilla/MiniEditor.py" line="1039" /> <location filename="../QScintilla/MiniEditor.py" line="1003" /> - <location filename="../ViewManager/ViewManager.py" line="3009" /> - <location filename="../ViewManager/ViewManager.py" line="1884" /> + <location filename="../ViewManager/ViewManager.py" line="3071" /> + <location filename="../ViewManager/ViewManager.py" line="1946" /> <source>Alt+Right</source> <translation>Alt+Right</translation> </message> @@ -95363,8 +96320,8 @@ <location filename="../QScintilla/MiniEditor.py" line="1010" /> <location filename="../QScintilla/ShellWindow.py" line="607" /> <location filename="../QScintilla/ShellWindow.py" line="606" /> - <location filename="../ViewManager/ViewManager.py" line="1892" /> - <location filename="../ViewManager/ViewManager.py" line="1891" /> + <location filename="../ViewManager/ViewManager.py" line="1954" /> + <location filename="../ViewManager/ViewManager.py" line="1953" /> <source>Move left one word</source> <translation>Déplacement d'un mot vers la gauche</translation> </message> @@ -95372,8 +96329,8 @@ <location filename="../QScintilla/MiniEditor.py" line="1079" /> <location filename="../QScintilla/MiniEditor.py" line="1023" /> <location filename="../QScintilla/ShellWindow.py" line="619" /> - <location filename="../ViewManager/ViewManager.py" line="1956" /> - <location filename="../ViewManager/ViewManager.py" line="1904" /> + <location filename="../ViewManager/ViewManager.py" line="2018" /> + <location filename="../ViewManager/ViewManager.py" line="1966" /> <source>Ctrl+Left</source> <translation>Ctrl+Left</translation> </message> @@ -95382,8 +96339,8 @@ <location filename="../QScintilla/MiniEditor.py" line="1030" /> <location filename="../QScintilla/ShellWindow.py" line="627" /> <location filename="../QScintilla/ShellWindow.py" line="626" /> - <location filename="../ViewManager/ViewManager.py" line="1912" /> - <location filename="../ViewManager/ViewManager.py" line="1911" /> + <location filename="../ViewManager/ViewManager.py" line="1974" /> + <location filename="../ViewManager/ViewManager.py" line="1973" /> <source>Move right one word</source> <translation>Déplacement d'un mot vers la droite</translation> </message> @@ -95391,8 +96348,8 @@ <location filename="../QScintilla/MiniEditor.py" line="1833" /> <location filename="../QScintilla/MiniEditor.py" line="1043" /> <location filename="../QScintilla/ShellWindow.py" line="635" /> - <location filename="../ViewManager/ViewManager.py" line="2693" /> - <location filename="../ViewManager/ViewManager.py" line="1920" /> + <location filename="../ViewManager/ViewManager.py" line="2755" /> + <location filename="../ViewManager/ViewManager.py" line="1982" /> <source>Ctrl+Right</source> <translation>Ctrl+Right</translation> </message> @@ -95401,8 +96358,8 @@ <location filename="../QScintilla/MiniEditor.py" line="1050" /> <location filename="../QScintilla/ShellWindow.py" line="645" /> <location filename="../QScintilla/ShellWindow.py" line="642" /> - <location filename="../ViewManager/ViewManager.py" line="1930" /> - <location filename="../ViewManager/ViewManager.py" line="1927" /> + <location filename="../ViewManager/ViewManager.py" line="1992" /> + <location filename="../ViewManager/ViewManager.py" line="1989" /> <source>Move to first visible character in document line</source> <translation>Déplacement vers le premier caractère visible de la ligne du document</translation> </message> @@ -95410,22 +96367,22 @@ <location filename="../QScintilla/MiniEditor.py" line="2094" /> <location filename="../QScintilla/MiniEditor.py" line="1063" /> <location filename="../QScintilla/ShellWindow.py" line="655" /> - <location filename="../ViewManager/ViewManager.py" line="2954" /> - <location filename="../ViewManager/ViewManager.py" line="1940" /> + <location filename="../ViewManager/ViewManager.py" line="3016" /> + <location filename="../ViewManager/ViewManager.py" line="2002" /> <source>Home</source> <translation>Home</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1071" /> <location filename="../QScintilla/MiniEditor.py" line="1070" /> - <location filename="../ViewManager/ViewManager.py" line="1948" /> - <location filename="../ViewManager/ViewManager.py" line="1947" /> + <location filename="../ViewManager/ViewManager.py" line="2010" /> + <location filename="../ViewManager/ViewManager.py" line="2009" /> <source>Move to start of display line</source> <translation>Déplacement au début de la ligne courante</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1083" /> - <location filename="../ViewManager/ViewManager.py" line="1960" /> + <location filename="../ViewManager/ViewManager.py" line="2022" /> <source>Alt+Home</source> <translation>Alt+Home</translation> </message> @@ -95434,15 +96391,15 @@ <location filename="../QScintilla/MiniEditor.py" line="1090" /> <location filename="../QScintilla/ShellWindow.py" line="663" /> <location filename="../QScintilla/ShellWindow.py" line="662" /> - <location filename="../ViewManager/ViewManager.py" line="1968" /> - <location filename="../ViewManager/ViewManager.py" line="1967" /> + <location filename="../ViewManager/ViewManager.py" line="2030" /> + <location filename="../ViewManager/ViewManager.py" line="2029" /> <source>Move to end of document line</source> <translation>Déplacement à la fin de la ligne du document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1099" /> <location filename="../QScintilla/ShellWindow.py" line="671" /> - <location filename="../ViewManager/ViewManager.py" line="1976" /> + <location filename="../ViewManager/ViewManager.py" line="2038" /> <source>Meta+E</source> <translation>Meta+E</translation> </message> @@ -95450,16 +96407,16 @@ <location filename="../QScintilla/MiniEditor.py" line="2111" /> <location filename="../QScintilla/MiniEditor.py" line="1103" /> <location filename="../QScintilla/ShellWindow.py" line="675" /> - <location filename="../ViewManager/ViewManager.py" line="2971" /> - <location filename="../ViewManager/ViewManager.py" line="1980" /> + <location filename="../ViewManager/ViewManager.py" line="3033" /> + <location filename="../ViewManager/ViewManager.py" line="2042" /> <source>End</source> <translation>End</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1111" /> <location filename="../QScintilla/MiniEditor.py" line="1110" /> - <location filename="../ViewManager/ViewManager.py" line="1988" /> - <location filename="../ViewManager/ViewManager.py" line="1987" /> + <location filename="../ViewManager/ViewManager.py" line="2050" /> + <location filename="../ViewManager/ViewManager.py" line="2049" /> <source>Scroll view down one line</source> <translation>Descend la vue d'une ligne</translation> </message> @@ -95467,16 +96424,16 @@ <location filename="../QScintilla/MiniEditor.py" line="1215" /> <location filename="../QScintilla/MiniEditor.py" line="1112" /> <location filename="../QScintilla/ShellWindow.py" line="716" /> - <location filename="../ViewManager/ViewManager.py" line="2092" /> - <location filename="../ViewManager/ViewManager.py" line="1989" /> + <location filename="../ViewManager/ViewManager.py" line="2154" /> + <location filename="../ViewManager/ViewManager.py" line="2051" /> <source>Ctrl+Down</source> <translation>Ctrl+Down</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1123" /> <location filename="../QScintilla/MiniEditor.py" line="1122" /> - <location filename="../ViewManager/ViewManager.py" line="2000" /> - <location filename="../ViewManager/ViewManager.py" line="1999" /> + <location filename="../ViewManager/ViewManager.py" line="2062" /> + <location filename="../ViewManager/ViewManager.py" line="2061" /> <source>Scroll view up one line</source> <translation>Monte la vue d'une ligne</translation> </message> @@ -95484,36 +96441,36 @@ <location filename="../QScintilla/MiniEditor.py" line="1195" /> <location filename="../QScintilla/MiniEditor.py" line="1124" /> <location filename="../QScintilla/ShellWindow.py" line="728" /> - <location filename="../ViewManager/ViewManager.py" line="2072" /> - <location filename="../ViewManager/ViewManager.py" line="2001" /> + <location filename="../ViewManager/ViewManager.py" line="2134" /> + <location filename="../ViewManager/ViewManager.py" line="2063" /> <source>Ctrl+Up</source> <translation>Ctrl+Up</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1135" /> <location filename="../QScintilla/MiniEditor.py" line="1134" /> - <location filename="../ViewManager/ViewManager.py" line="2012" /> - <location filename="../ViewManager/ViewManager.py" line="2011" /> + <location filename="../ViewManager/ViewManager.py" line="2074" /> + <location filename="../ViewManager/ViewManager.py" line="2073" /> <source>Move up one paragraph</source> <translation>Déplacement d'un paragraphe vers le haut</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1136" /> - <location filename="../ViewManager/ViewManager.py" line="2013" /> + <location filename="../ViewManager/ViewManager.py" line="2075" /> <source>Alt+Up</source> <translation>Alt+Up</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1147" /> <location filename="../QScintilla/MiniEditor.py" line="1146" /> - <location filename="../ViewManager/ViewManager.py" line="2024" /> - <location filename="../ViewManager/ViewManager.py" line="2023" /> + <location filename="../ViewManager/ViewManager.py" line="2086" /> + <location filename="../ViewManager/ViewManager.py" line="2085" /> <source>Move down one paragraph</source> <translation>Déplacement d'un paragraphe vers le bas</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1148" /> - <location filename="../ViewManager/ViewManager.py" line="2025" /> + <location filename="../ViewManager/ViewManager.py" line="2087" /> <source>Alt+Down</source> <translation>Alt+Down</translation> </message> @@ -95522,15 +96479,15 @@ <location filename="../QScintilla/MiniEditor.py" line="1158" /> <location filename="../QScintilla/ShellWindow.py" line="739" /> <location filename="../QScintilla/ShellWindow.py" line="738" /> - <location filename="../ViewManager/ViewManager.py" line="2036" /> - <location filename="../ViewManager/ViewManager.py" line="2035" /> + <location filename="../ViewManager/ViewManager.py" line="2098" /> + <location filename="../ViewManager/ViewManager.py" line="2097" /> <source>Move up one page</source> <translation>Déplacement d'une page vers le haut</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1160" /> <location filename="../QScintilla/ShellWindow.py" line="740" /> - <location filename="../ViewManager/ViewManager.py" line="2037" /> + <location filename="../ViewManager/ViewManager.py" line="2099" /> <source>PgUp</source> <translation>PgUp</translation> </message> @@ -95539,50 +96496,50 @@ <location filename="../QScintilla/MiniEditor.py" line="1170" /> <location filename="../QScintilla/ShellWindow.py" line="751" /> <location filename="../QScintilla/ShellWindow.py" line="750" /> - <location filename="../ViewManager/ViewManager.py" line="2048" /> - <location filename="../ViewManager/ViewManager.py" line="2047" /> + <location filename="../ViewManager/ViewManager.py" line="2110" /> + <location filename="../ViewManager/ViewManager.py" line="2109" /> <source>Move down one page</source> <translation>Déplacement d'une page vers le bas</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1172" /> <location filename="../QScintilla/ShellWindow.py" line="752" /> - <location filename="../ViewManager/ViewManager.py" line="2049" /> + <location filename="../ViewManager/ViewManager.py" line="2111" /> <source>PgDown</source> <translation>PgDown</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1179" /> <location filename="../QScintilla/ShellWindow.py" line="759" /> - <location filename="../ViewManager/ViewManager.py" line="2056" /> + <location filename="../ViewManager/ViewManager.py" line="2118" /> <source>Meta+V</source> <translation>Meta+V</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1187" /> <location filename="../QScintilla/MiniEditor.py" line="1186" /> - <location filename="../ViewManager/ViewManager.py" line="2064" /> - <location filename="../ViewManager/ViewManager.py" line="2063" /> + <location filename="../ViewManager/ViewManager.py" line="2126" /> + <location filename="../ViewManager/ViewManager.py" line="2125" /> <source>Move to start of document</source> <translation>Déplacement au début du document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1199" /> - <location filename="../ViewManager/ViewManager.py" line="2076" /> + <location filename="../ViewManager/ViewManager.py" line="2138" /> <source>Ctrl+Home</source> <translation>Ctrl+Home</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1207" /> <location filename="../QScintilla/MiniEditor.py" line="1206" /> - <location filename="../ViewManager/ViewManager.py" line="2084" /> - <location filename="../ViewManager/ViewManager.py" line="2083" /> + <location filename="../ViewManager/ViewManager.py" line="2146" /> + <location filename="../ViewManager/ViewManager.py" line="2145" /> <source>Move to end of document</source> <translation>Déplacement à la fin du document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1219" /> - <location filename="../ViewManager/ViewManager.py" line="2096" /> + <location filename="../ViewManager/ViewManager.py" line="2158" /> <source>Ctrl+End</source> <translation>Ctrl+End</translation> </message> @@ -95591,29 +96548,29 @@ <location filename="../QScintilla/MiniEditor.py" line="1226" /> <location filename="../QScintilla/ShellWindow.py" line="453" /> <location filename="../QScintilla/ShellWindow.py" line="452" /> - <location filename="../ViewManager/ViewManager.py" line="2104" /> - <location filename="../ViewManager/ViewManager.py" line="2103" /> + <location filename="../ViewManager/ViewManager.py" line="2166" /> + <location filename="../ViewManager/ViewManager.py" line="2165" /> <source>Indent one level</source> <translation>Indentation d'un niveau</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1228" /> <location filename="../QScintilla/ShellWindow.py" line="454" /> - <location filename="../ViewManager/ViewManager.py" line="2105" /> + <location filename="../ViewManager/ViewManager.py" line="2167" /> <source>Tab</source> <translation>Tab</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1239" /> <location filename="../QScintilla/MiniEditor.py" line="1238" /> - <location filename="../ViewManager/ViewManager.py" line="2116" /> - <location filename="../ViewManager/ViewManager.py" line="2115" /> + <location filename="../ViewManager/ViewManager.py" line="2178" /> + <location filename="../ViewManager/ViewManager.py" line="2177" /> <source>Unindent one level</source> <translation>Désindentation d'un niveau</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1240" /> - <location filename="../ViewManager/ViewManager.py" line="2117" /> + <location filename="../ViewManager/ViewManager.py" line="2179" /> <source>Shift+Tab</source> <translation>Shift+Tab</translation> </message> @@ -95622,22 +96579,22 @@ <location filename="../QScintilla/MiniEditor.py" line="1250" /> <location filename="../QScintilla/ShellWindow.py" line="781" /> <location filename="../QScintilla/ShellWindow.py" line="778" /> - <location filename="../ViewManager/ViewManager.py" line="2130" /> - <location filename="../ViewManager/ViewManager.py" line="2127" /> + <location filename="../ViewManager/ViewManager.py" line="2192" /> + <location filename="../ViewManager/ViewManager.py" line="2189" /> <source>Extend selection left one character</source> <translation>Extension de la sélection d'un caractère vers la gauche</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1256" /> <location filename="../QScintilla/ShellWindow.py" line="784" /> - <location filename="../ViewManager/ViewManager.py" line="2133" /> + <location filename="../ViewManager/ViewManager.py" line="2195" /> <source>Shift+Left</source> <translation>Shift+Left</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1263" /> <location filename="../QScintilla/ShellWindow.py" line="791" /> - <location filename="../ViewManager/ViewManager.py" line="2140" /> + <location filename="../ViewManager/ViewManager.py" line="2202" /> <source>Meta+Shift+B</source> <translation>Meta+Shift+B</translation> </message> @@ -95646,70 +96603,70 @@ <location filename="../QScintilla/MiniEditor.py" line="1270" /> <location filename="../QScintilla/ShellWindow.py" line="801" /> <location filename="../QScintilla/ShellWindow.py" line="798" /> - <location filename="../ViewManager/ViewManager.py" line="2150" /> - <location filename="../ViewManager/ViewManager.py" line="2147" /> + <location filename="../ViewManager/ViewManager.py" line="2212" /> + <location filename="../ViewManager/ViewManager.py" line="2209" /> <source>Extend selection right one character</source> <translation>Extension de la sélection d'un caractère vers la droite</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1276" /> <location filename="../QScintilla/ShellWindow.py" line="804" /> - <location filename="../ViewManager/ViewManager.py" line="2153" /> + <location filename="../ViewManager/ViewManager.py" line="2215" /> <source>Shift+Right</source> <translation>Shift+Right</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1283" /> <location filename="../QScintilla/ShellWindow.py" line="811" /> - <location filename="../ViewManager/ViewManager.py" line="2160" /> + <location filename="../ViewManager/ViewManager.py" line="2222" /> <source>Meta+Shift+F</source> <translation>Meta+Shift+F</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1291" /> <location filename="../QScintilla/MiniEditor.py" line="1290" /> - <location filename="../ViewManager/ViewManager.py" line="2168" /> - <location filename="../ViewManager/ViewManager.py" line="2167" /> + <location filename="../ViewManager/ViewManager.py" line="2230" /> + <location filename="../ViewManager/ViewManager.py" line="2229" /> <source>Extend selection up one line</source> <translation>Extension de la sélection d'une ligne vers le haut</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1292" /> - <location filename="../ViewManager/ViewManager.py" line="2169" /> + <location filename="../ViewManager/ViewManager.py" line="2231" /> <source>Shift+Up</source> <translation>Shift+Up</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1299" /> - <location filename="../ViewManager/ViewManager.py" line="2176" /> + <location filename="../ViewManager/ViewManager.py" line="2238" /> <source>Meta+Shift+P</source> <translation>Meta+Shift+P</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1307" /> <location filename="../QScintilla/MiniEditor.py" line="1306" /> - <location filename="../ViewManager/ViewManager.py" line="2184" /> - <location filename="../ViewManager/ViewManager.py" line="2183" /> + <location filename="../ViewManager/ViewManager.py" line="2246" /> + <location filename="../ViewManager/ViewManager.py" line="2245" /> <source>Extend selection down one line</source> <translation>Extension de la sélection d'une ligne vers le bas</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1308" /> - <location filename="../ViewManager/ViewManager.py" line="2185" /> + <location filename="../ViewManager/ViewManager.py" line="2247" /> <source>Shift+Down</source> <translation>Shift+Down</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1315" /> - <location filename="../ViewManager/ViewManager.py" line="2192" /> + <location filename="../ViewManager/ViewManager.py" line="2254" /> <source>Meta+Shift+N</source> <translation>Meta+Shift+N</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1325" /> <location filename="../QScintilla/MiniEditor.py" line="1322" /> - <location filename="../ViewManager/ViewManager.py" line="2202" /> - <location filename="../ViewManager/ViewManager.py" line="2199" /> + <location filename="../ViewManager/ViewManager.py" line="2264" /> + <location filename="../ViewManager/ViewManager.py" line="2261" /> <source>Extend selection left one word part</source> <translation>Extension de la sélection d'une part de mot vers la gauche</translation> </message> @@ -95717,16 +96674,16 @@ <location filename="../QScintilla/MiniEditor.py" line="1376" /> <location filename="../QScintilla/MiniEditor.py" line="1336" /> <location filename="../QScintilla/ShellWindow.py" line="828" /> - <location filename="../ViewManager/ViewManager.py" line="2253" /> - <location filename="../ViewManager/ViewManager.py" line="2213" /> + <location filename="../ViewManager/ViewManager.py" line="2315" /> + <location filename="../ViewManager/ViewManager.py" line="2275" /> <source>Alt+Shift+Left</source> <translation>Alt+Shift+Left</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1347" /> <location filename="../QScintilla/MiniEditor.py" line="1344" /> - <location filename="../ViewManager/ViewManager.py" line="2224" /> - <location filename="../ViewManager/ViewManager.py" line="2221" /> + <location filename="../ViewManager/ViewManager.py" line="2286" /> + <location filename="../ViewManager/ViewManager.py" line="2283" /> <source>Extend selection right one word part</source> <translation>Extension de la sélection d'une part de mot vers la droite</translation> </message> @@ -95735,9 +96692,9 @@ <location filename="../QScintilla/MiniEditor.py" line="1404" /> <location filename="../QScintilla/MiniEditor.py" line="1358" /> <location filename="../QScintilla/ShellWindow.py" line="856" /> - <location filename="../ViewManager/ViewManager.py" line="3031" /> - <location filename="../ViewManager/ViewManager.py" line="2281" /> - <location filename="../ViewManager/ViewManager.py" line="2235" /> + <location filename="../ViewManager/ViewManager.py" line="3093" /> + <location filename="../ViewManager/ViewManager.py" line="2343" /> + <location filename="../ViewManager/ViewManager.py" line="2297" /> <source>Alt+Shift+Right</source> <translation>Alt+Shift+Right</translation> </message> @@ -95746,8 +96703,8 @@ <location filename="../QScintilla/MiniEditor.py" line="1366" /> <location filename="../QScintilla/ShellWindow.py" line="819" /> <location filename="../QScintilla/ShellWindow.py" line="818" /> - <location filename="../ViewManager/ViewManager.py" line="2244" /> - <location filename="../ViewManager/ViewManager.py" line="2243" /> + <location filename="../ViewManager/ViewManager.py" line="2306" /> + <location filename="../ViewManager/ViewManager.py" line="2305" /> <source>Extend selection left one word</source> <translation>Extension de la sélection d'un mot vers la gauche</translation> </message> @@ -95755,8 +96712,8 @@ <location filename="../QScintilla/MiniEditor.py" line="2297" /> <location filename="../QScintilla/MiniEditor.py" line="1382" /> <location filename="../QScintilla/ShellWindow.py" line="834" /> - <location filename="../ViewManager/ViewManager.py" line="3157" /> - <location filename="../ViewManager/ViewManager.py" line="2259" /> + <location filename="../ViewManager/ViewManager.py" line="3219" /> + <location filename="../ViewManager/ViewManager.py" line="2321" /> <source>Ctrl+Shift+Left</source> <translation>Ctrl+Shift+Left</translation> </message> @@ -95765,8 +96722,8 @@ <location filename="../QScintilla/MiniEditor.py" line="1390" /> <location filename="../QScintilla/ShellWindow.py" line="845" /> <location filename="../QScintilla/ShellWindow.py" line="842" /> - <location filename="../ViewManager/ViewManager.py" line="2270" /> - <location filename="../ViewManager/ViewManager.py" line="2267" /> + <location filename="../ViewManager/ViewManager.py" line="2332" /> + <location filename="../ViewManager/ViewManager.py" line="2329" /> <source>Extend selection right one word</source> <translation>Extension de la sélection d'un mot vers la droite</translation> </message> @@ -95774,8 +96731,8 @@ <location filename="../QScintilla/MiniEditor.py" line="1858" /> <location filename="../QScintilla/MiniEditor.py" line="1410" /> <location filename="../QScintilla/ShellWindow.py" line="862" /> - <location filename="../ViewManager/ViewManager.py" line="2718" /> - <location filename="../ViewManager/ViewManager.py" line="2287" /> + <location filename="../ViewManager/ViewManager.py" line="2780" /> + <location filename="../ViewManager/ViewManager.py" line="2349" /> <source>Ctrl+Shift+Right</source> <translation>Ctrl+Shift+Right</translation> </message> @@ -95784,15 +96741,15 @@ <location filename="../QScintilla/MiniEditor.py" line="1418" /> <location filename="../QScintilla/ShellWindow.py" line="874" /> <location filename="../QScintilla/ShellWindow.py" line="870" /> - <location filename="../ViewManager/ViewManager.py" line="2299" /> - <location filename="../ViewManager/ViewManager.py" line="2295" /> + <location filename="../ViewManager/ViewManager.py" line="2361" /> + <location filename="../ViewManager/ViewManager.py" line="2357" /> <source>Extend selection to first visible character in document line</source> <translation>Extension de la sélection au premier caractère visible de la ligne du document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1433" /> <location filename="../QScintilla/ShellWindow.py" line="885" /> - <location filename="../ViewManager/ViewManager.py" line="2310" /> + <location filename="../ViewManager/ViewManager.py" line="2372" /> <source>Shift+Home</source> <translation>Shift+Home</translation> </message> @@ -95801,124 +96758,124 @@ <location filename="../QScintilla/MiniEditor.py" line="1440" /> <location filename="../QScintilla/ShellWindow.py" line="895" /> <location filename="../QScintilla/ShellWindow.py" line="892" /> - <location filename="../ViewManager/ViewManager.py" line="2320" /> - <location filename="../ViewManager/ViewManager.py" line="2317" /> + <location filename="../ViewManager/ViewManager.py" line="2382" /> + <location filename="../ViewManager/ViewManager.py" line="2379" /> <source>Extend selection to end of document line</source> <translation>Extension de la sélection à la fin de la ligne du document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1453" /> <location filename="../QScintilla/ShellWindow.py" line="905" /> - <location filename="../ViewManager/ViewManager.py" line="2330" /> + <location filename="../ViewManager/ViewManager.py" line="2392" /> <source>Meta+Shift+E</source> <translation>Meta+Shift+E</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1457" /> <location filename="../QScintilla/ShellWindow.py" line="909" /> - <location filename="../ViewManager/ViewManager.py" line="2334" /> + <location filename="../ViewManager/ViewManager.py" line="2396" /> <source>Shift+End</source> <translation>Shift+End</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1467" /> <location filename="../QScintilla/MiniEditor.py" line="1464" /> - <location filename="../ViewManager/ViewManager.py" line="2344" /> - <location filename="../ViewManager/ViewManager.py" line="2341" /> + <location filename="../ViewManager/ViewManager.py" line="2406" /> + <location filename="../ViewManager/ViewManager.py" line="2403" /> <source>Extend selection up one paragraph</source> <translation>Extension de la sélection d'un paragraphe vers le haut</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1470" /> - <location filename="../ViewManager/ViewManager.py" line="2347" /> + <location filename="../ViewManager/ViewManager.py" line="2409" /> <source>Alt+Shift+Up</source> <translation>Alt+Shift+Up</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1483" /> <location filename="../QScintilla/MiniEditor.py" line="1480" /> - <location filename="../ViewManager/ViewManager.py" line="2360" /> - <location filename="../ViewManager/ViewManager.py" line="2357" /> + <location filename="../ViewManager/ViewManager.py" line="2422" /> + <location filename="../ViewManager/ViewManager.py" line="2419" /> <source>Extend selection down one paragraph</source> <translation>Extension de la sélection d'un paragraphe vers le bas</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1486" /> - <location filename="../ViewManager/ViewManager.py" line="2363" /> + <location filename="../ViewManager/ViewManager.py" line="2425" /> <source>Alt+Shift+Down</source> <translation>Alt+Shift+Down</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1497" /> <location filename="../QScintilla/MiniEditor.py" line="1496" /> - <location filename="../ViewManager/ViewManager.py" line="2374" /> - <location filename="../ViewManager/ViewManager.py" line="2373" /> + <location filename="../ViewManager/ViewManager.py" line="2436" /> + <location filename="../ViewManager/ViewManager.py" line="2435" /> <source>Extend selection up one page</source> <translation>Extension de la sélection d'une page vers le haut</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1498" /> - <location filename="../ViewManager/ViewManager.py" line="2375" /> + <location filename="../ViewManager/ViewManager.py" line="2437" /> <source>Shift+PgUp</source> <translation>Shift+PgUp</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1509" /> <location filename="../QScintilla/MiniEditor.py" line="1508" /> - <location filename="../ViewManager/ViewManager.py" line="2386" /> - <location filename="../ViewManager/ViewManager.py" line="2385" /> + <location filename="../ViewManager/ViewManager.py" line="2448" /> + <location filename="../ViewManager/ViewManager.py" line="2447" /> <source>Extend selection down one page</source> <translation>Extension de la sélection d'une page vers le bas</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1510" /> - <location filename="../ViewManager/ViewManager.py" line="2387" /> + <location filename="../ViewManager/ViewManager.py" line="2449" /> <source>Shift+PgDown</source> <translation>Shift+PgDown</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1517" /> - <location filename="../ViewManager/ViewManager.py" line="2394" /> + <location filename="../ViewManager/ViewManager.py" line="2456" /> <source>Meta+Shift+V</source> <translation>Meta+Shift+V</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1527" /> <location filename="../QScintilla/MiniEditor.py" line="1524" /> - <location filename="../ViewManager/ViewManager.py" line="2404" /> - <location filename="../ViewManager/ViewManager.py" line="2401" /> + <location filename="../ViewManager/ViewManager.py" line="2466" /> + <location filename="../ViewManager/ViewManager.py" line="2463" /> <source>Extend selection to start of document</source> <translation>Extension de la sélection à la fin du document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1537" /> - <location filename="../ViewManager/ViewManager.py" line="2414" /> + <location filename="../ViewManager/ViewManager.py" line="2476" /> <source>Ctrl+Shift+Up</source> <translation>Ctrl+Shift+Up</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1542" /> - <location filename="../ViewManager/ViewManager.py" line="2419" /> + <location filename="../ViewManager/ViewManager.py" line="2481" /> <source>Ctrl+Shift+Home</source> <translation>Ctrl+Shift+Home</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1553" /> <location filename="../QScintilla/MiniEditor.py" line="1550" /> - <location filename="../ViewManager/ViewManager.py" line="2430" /> - <location filename="../ViewManager/ViewManager.py" line="2427" /> + <location filename="../ViewManager/ViewManager.py" line="2492" /> + <location filename="../ViewManager/ViewManager.py" line="2489" /> <source>Extend selection to end of document</source> <translation>Extension de la sélection à la fin du document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1564" /> - <location filename="../ViewManager/ViewManager.py" line="2441" /> + <location filename="../ViewManager/ViewManager.py" line="2503" /> <source>Ctrl+Shift+Down</source> <translation>Ctrl+Shift+Down</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1570" /> - <location filename="../ViewManager/ViewManager.py" line="2447" /> + <location filename="../ViewManager/ViewManager.py" line="2509" /> <source>Ctrl+Shift+End</source> <translation>Ctrl+Shift+End</translation> </message> @@ -95927,37 +96884,37 @@ <location filename="../QScintilla/MiniEditor.py" line="1578" /> <location filename="../QScintilla/ShellWindow.py" line="477" /> <location filename="../QScintilla/ShellWindow.py" line="476" /> - <location filename="../ViewManager/ViewManager.py" line="2456" /> - <location filename="../ViewManager/ViewManager.py" line="2455" /> + <location filename="../ViewManager/ViewManager.py" line="2518" /> + <location filename="../ViewManager/ViewManager.py" line="2517" /> <source>Delete previous character</source> <translation>Suppression du caractère précédent</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1580" /> <location filename="../QScintilla/ShellWindow.py" line="478" /> - <location filename="../ViewManager/ViewManager.py" line="2457" /> + <location filename="../ViewManager/ViewManager.py" line="2519" /> <source>Backspace</source> <translation>Backspace</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1587" /> <location filename="../QScintilla/ShellWindow.py" line="485" /> - <location filename="../ViewManager/ViewManager.py" line="2464" /> + <location filename="../ViewManager/ViewManager.py" line="2526" /> <source>Meta+H</source> <translation>Meta+H</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1592" /> <location filename="../QScintilla/ShellWindow.py" line="490" /> - <location filename="../ViewManager/ViewManager.py" line="2469" /> + <location filename="../ViewManager/ViewManager.py" line="2531" /> <source>Shift+Backspace</source> <translation>Shift+Backspace</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1603" /> <location filename="../QScintilla/MiniEditor.py" line="1600" /> - <location filename="../ViewManager/ViewManager.py" line="2480" /> - <location filename="../ViewManager/ViewManager.py" line="2477" /> + <location filename="../ViewManager/ViewManager.py" line="2542" /> + <location filename="../ViewManager/ViewManager.py" line="2539" /> <source>Delete previous character if not at start of line</source> <translation>Suppression du caractère précédent sauf en début de ligne</translation> </message> @@ -95966,22 +96923,22 @@ <location filename="../QScintilla/MiniEditor.py" line="1616" /> <location filename="../QScintilla/ShellWindow.py" line="499" /> <location filename="../QScintilla/ShellWindow.py" line="498" /> - <location filename="../ViewManager/ViewManager.py" line="2494" /> - <location filename="../ViewManager/ViewManager.py" line="2493" /> + <location filename="../ViewManager/ViewManager.py" line="2556" /> + <location filename="../ViewManager/ViewManager.py" line="2555" /> <source>Delete current character</source> <translation>Suppression du caractère courant</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1618" /> <location filename="../QScintilla/ShellWindow.py" line="500" /> - <location filename="../ViewManager/ViewManager.py" line="2495" /> + <location filename="../ViewManager/ViewManager.py" line="2557" /> <source>Del</source> <translation>Del</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1625" /> <location filename="../QScintilla/ShellWindow.py" line="507" /> - <location filename="../ViewManager/ViewManager.py" line="2502" /> + <location filename="../ViewManager/ViewManager.py" line="2564" /> <source>Meta+D</source> <translation>Meta+D</translation> </message> @@ -95990,15 +96947,15 @@ <location filename="../QScintilla/MiniEditor.py" line="1632" /> <location filename="../QScintilla/ShellWindow.py" line="515" /> <location filename="../QScintilla/ShellWindow.py" line="514" /> - <location filename="../ViewManager/ViewManager.py" line="2510" /> - <location filename="../ViewManager/ViewManager.py" line="2509" /> + <location filename="../ViewManager/ViewManager.py" line="2572" /> + <location filename="../ViewManager/ViewManager.py" line="2571" /> <source>Delete word to left</source> <translation>Suppression du mot de gauche</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1634" /> <location filename="../QScintilla/ShellWindow.py" line="516" /> - <location filename="../ViewManager/ViewManager.py" line="2511" /> + <location filename="../ViewManager/ViewManager.py" line="2573" /> <source>Ctrl+Backspace</source> <translation>Ctrl+Backspace</translation> </message> @@ -96007,15 +96964,15 @@ <location filename="../QScintilla/MiniEditor.py" line="1644" /> <location filename="../QScintilla/ShellWindow.py" line="527" /> <location filename="../QScintilla/ShellWindow.py" line="526" /> - <location filename="../ViewManager/ViewManager.py" line="2522" /> - <location filename="../ViewManager/ViewManager.py" line="2521" /> + <location filename="../ViewManager/ViewManager.py" line="2584" /> + <location filename="../ViewManager/ViewManager.py" line="2583" /> <source>Delete word to right</source> <translation>Suppression du mot de droite</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1646" /> <location filename="../QScintilla/ShellWindow.py" line="528" /> - <location filename="../ViewManager/ViewManager.py" line="2523" /> + <location filename="../ViewManager/ViewManager.py" line="2585" /> <source>Ctrl+Del</source> <translation>Ctrl+Del</translation> </message> @@ -96024,15 +96981,15 @@ <location filename="../QScintilla/MiniEditor.py" line="1656" /> <location filename="../QScintilla/ShellWindow.py" line="539" /> <location filename="../QScintilla/ShellWindow.py" line="538" /> - <location filename="../ViewManager/ViewManager.py" line="2534" /> - <location filename="../ViewManager/ViewManager.py" line="2533" /> + <location filename="../ViewManager/ViewManager.py" line="2596" /> + <location filename="../ViewManager/ViewManager.py" line="2595" /> <source>Delete line to left</source> <translation>Suppression de la partie gauche de la ligne</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1659" /> <location filename="../QScintilla/ShellWindow.py" line="541" /> - <location filename="../ViewManager/ViewManager.py" line="2536" /> + <location filename="../ViewManager/ViewManager.py" line="2598" /> <source>Ctrl+Shift+Backspace</source> <translation>Ctrl+Shift+Backspace</translation> </message> @@ -96041,22 +96998,22 @@ <location filename="../QScintilla/MiniEditor.py" line="1670" /> <location filename="../QScintilla/ShellWindow.py" line="553" /> <location filename="../QScintilla/ShellWindow.py" line="552" /> - <location filename="../ViewManager/ViewManager.py" line="2548" /> - <location filename="../ViewManager/ViewManager.py" line="2547" /> + <location filename="../ViewManager/ViewManager.py" line="2610" /> + <location filename="../ViewManager/ViewManager.py" line="2609" /> <source>Delete line to right</source> <translation>Suppression de la partie droite de la ligne</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1679" /> <location filename="../QScintilla/ShellWindow.py" line="561" /> - <location filename="../ViewManager/ViewManager.py" line="2556" /> + <location filename="../ViewManager/ViewManager.py" line="2618" /> <source>Meta+K</source> <translation>Meta+K</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1684" /> <location filename="../QScintilla/ShellWindow.py" line="566" /> - <location filename="../ViewManager/ViewManager.py" line="2561" /> + <location filename="../ViewManager/ViewManager.py" line="2623" /> <source>Ctrl+Shift+Del</source> <translation>Ctrl+Shift+Del</translation> </message> @@ -96065,38 +97022,38 @@ <location filename="../QScintilla/MiniEditor.py" line="1692" /> <location filename="../QScintilla/ShellWindow.py" line="465" /> <location filename="../QScintilla/ShellWindow.py" line="464" /> - <location filename="../ViewManager/ViewManager.py" line="2570" /> - <location filename="../ViewManager/ViewManager.py" line="2569" /> + <location filename="../ViewManager/ViewManager.py" line="2632" /> + <location filename="../ViewManager/ViewManager.py" line="2631" /> <source>Insert new line</source> <translation>Insertion d'une nouvelle ligne</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1694" /> <location filename="../QScintilla/ShellWindow.py" line="466" /> - <location filename="../ViewManager/ViewManager.py" line="2571" /> + <location filename="../ViewManager/ViewManager.py" line="2633" /> <source>Return</source> <translation>Return</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1695" /> <location filename="../QScintilla/ShellWindow.py" line="467" /> - <location filename="../ViewManager/ViewManager.py" line="2572" /> + <location filename="../ViewManager/ViewManager.py" line="2634" /> <source>Enter</source> <translation>Enter</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2584" /> - <location filename="../ViewManager/ViewManager.py" line="2581" /> + <location filename="../ViewManager/ViewManager.py" line="2646" /> + <location filename="../ViewManager/ViewManager.py" line="2643" /> <source>Insert new line below current line</source> <translation>Insère une ligne avant la ligne courante</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2587" /> + <location filename="../ViewManager/ViewManager.py" line="2649" /> <source>Shift+Return</source> <translation>Shift+Return</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2588" /> + <location filename="../ViewManager/ViewManager.py" line="2650" /> <source>Shift+Enter</source> <translation>Shift+Enter</translation> </message> @@ -96105,129 +97062,129 @@ <location filename="../QScintilla/MiniEditor.py" line="1704" /> <location filename="../QScintilla/ShellWindow.py" line="441" /> <location filename="../QScintilla/ShellWindow.py" line="440" /> - <location filename="../ViewManager/ViewManager.py" line="2597" /> - <location filename="../ViewManager/ViewManager.py" line="2596" /> + <location filename="../ViewManager/ViewManager.py" line="2659" /> + <location filename="../ViewManager/ViewManager.py" line="2658" /> <source>Delete current line</source> <translation>Suppression de la ligne courante</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1706" /> <location filename="../QScintilla/ShellWindow.py" line="442" /> - <location filename="../ViewManager/ViewManager.py" line="2598" /> + <location filename="../ViewManager/ViewManager.py" line="2660" /> <source>Ctrl+Shift+L</source> <translation>Ctrl+Shift+L</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1717" /> <location filename="../QScintilla/MiniEditor.py" line="1716" /> - <location filename="../ViewManager/ViewManager.py" line="2609" /> - <location filename="../ViewManager/ViewManager.py" line="2608" /> + <location filename="../ViewManager/ViewManager.py" line="2671" /> + <location filename="../ViewManager/ViewManager.py" line="2670" /> <source>Duplicate current line</source> <translation>Duplication de la ligne courante</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1718" /> - <location filename="../ViewManager/ViewManager.py" line="2610" /> + <location filename="../ViewManager/ViewManager.py" line="2672" /> <source>Ctrl+D</source> <translation>Ctrl+D</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1731" /> <location filename="../QScintilla/MiniEditor.py" line="1728" /> - <location filename="../ViewManager/ViewManager.py" line="2623" /> - <location filename="../ViewManager/ViewManager.py" line="2620" /> + <location filename="../ViewManager/ViewManager.py" line="2685" /> + <location filename="../ViewManager/ViewManager.py" line="2682" /> <source>Swap current and previous lines</source> <translation>Permuter la ligne courante avec la précédente</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1734" /> - <location filename="../ViewManager/ViewManager.py" line="2626" /> + <location filename="../ViewManager/ViewManager.py" line="2688" /> <source>Ctrl+T</source> <translation>Ctrl+T</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1745" /> <location filename="../QScintilla/MiniEditor.py" line="1744" /> - <location filename="../ViewManager/ViewManager.py" line="2637" /> - <location filename="../ViewManager/ViewManager.py" line="2636" /> + <location filename="../ViewManager/ViewManager.py" line="2699" /> + <location filename="../ViewManager/ViewManager.py" line="2698" /> <source>Reverse selected lines</source> <translation type="unfinished" /> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1746" /> - <location filename="../ViewManager/ViewManager.py" line="2638" /> + <location filename="../ViewManager/ViewManager.py" line="2700" /> <source>Meta+Alt+R</source> <translation>Meta+Alt+R</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1757" /> <location filename="../QScintilla/MiniEditor.py" line="1756" /> - <location filename="../ViewManager/ViewManager.py" line="2649" /> - <location filename="../ViewManager/ViewManager.py" line="2648" /> + <location filename="../ViewManager/ViewManager.py" line="2711" /> + <location filename="../ViewManager/ViewManager.py" line="2710" /> <source>Cut current line</source> <translation>Couper la ligne courante</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1758" /> - <location filename="../ViewManager/ViewManager.py" line="2650" /> + <location filename="../ViewManager/ViewManager.py" line="2712" /> <source>Alt+Shift+L</source> <translation>Alt+Shift+L</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1769" /> <location filename="../QScintilla/MiniEditor.py" line="1768" /> - <location filename="../ViewManager/ViewManager.py" line="2661" /> - <location filename="../ViewManager/ViewManager.py" line="2660" /> + <location filename="../ViewManager/ViewManager.py" line="2723" /> + <location filename="../ViewManager/ViewManager.py" line="2722" /> <source>Copy current line</source> <translation>Copier la ligne courante</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1770" /> - <location filename="../ViewManager/ViewManager.py" line="2662" /> + <location filename="../ViewManager/ViewManager.py" line="2724" /> <source>Ctrl+Shift+T</source> <translation>Ctrl+Shift+T</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1781" /> <location filename="../QScintilla/MiniEditor.py" line="1780" /> - <location filename="../ViewManager/ViewManager.py" line="2673" /> - <location filename="../ViewManager/ViewManager.py" line="2672" /> + <location filename="../ViewManager/ViewManager.py" line="2735" /> + <location filename="../ViewManager/ViewManager.py" line="2734" /> <source>Toggle insert/overtype</source> <translation>Basculer de mode Insertion /Ecrasement</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1782" /> - <location filename="../ViewManager/ViewManager.py" line="2674" /> + <location filename="../ViewManager/ViewManager.py" line="2736" /> <source>Ins</source> <translation>Ins</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1825" /> <location filename="../QScintilla/MiniEditor.py" line="1824" /> - <location filename="../ViewManager/ViewManager.py" line="2685" /> - <location filename="../ViewManager/ViewManager.py" line="2684" /> + <location filename="../ViewManager/ViewManager.py" line="2747" /> + <location filename="../ViewManager/ViewManager.py" line="2746" /> <source>Move to end of display line</source> <translation>Déplacement à la fin de la ligne affichée</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1837" /> - <location filename="../ViewManager/ViewManager.py" line="2697" /> + <location filename="../ViewManager/ViewManager.py" line="2759" /> <source>Alt+End</source> <translation>Alt+End</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1847" /> <location filename="../QScintilla/MiniEditor.py" line="1844" /> - <location filename="../ViewManager/ViewManager.py" line="2707" /> - <location filename="../ViewManager/ViewManager.py" line="2704" /> + <location filename="../ViewManager/ViewManager.py" line="2769" /> + <location filename="../ViewManager/ViewManager.py" line="2766" /> <source>Extend selection to end of display line</source> <translation>Extension de la sélection à la fin de la ligne affichée</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1867" /> <location filename="../QScintilla/MiniEditor.py" line="1866" /> - <location filename="../ViewManager/ViewManager.py" line="2727" /> - <location filename="../ViewManager/ViewManager.py" line="2726" /> + <location filename="../ViewManager/ViewManager.py" line="2789" /> + <location filename="../ViewManager/ViewManager.py" line="2788" /> <source>Formfeed</source> <translation>Chargement de page</translation> </message> @@ -96236,163 +97193,163 @@ <location filename="../QScintilla/MiniEditor.py" line="1878" /> <location filename="../QScintilla/ShellWindow.py" line="767" /> <location filename="../QScintilla/ShellWindow.py" line="766" /> - <location filename="../ViewManager/ViewManager.py" line="2739" /> - <location filename="../ViewManager/ViewManager.py" line="2738" /> + <location filename="../ViewManager/ViewManager.py" line="2801" /> + <location filename="../ViewManager/ViewManager.py" line="2800" /> <source>Escape</source> <translation>Echappement</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1880" /> <location filename="../QScintilla/ShellWindow.py" line="768" /> - <location filename="../ViewManager/ViewManager.py" line="2740" /> + <location filename="../ViewManager/ViewManager.py" line="2802" /> <source>Esc</source> <translation>Esc</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1893" /> <location filename="../QScintilla/MiniEditor.py" line="1890" /> - <location filename="../ViewManager/ViewManager.py" line="2753" /> - <location filename="../ViewManager/ViewManager.py" line="2750" /> + <location filename="../ViewManager/ViewManager.py" line="2815" /> + <location filename="../ViewManager/ViewManager.py" line="2812" /> <source>Extend rectangular selection down one line</source> <translation>Extension de la sélection rectangulaire d'une ligne vers le bas</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1896" /> - <location filename="../ViewManager/ViewManager.py" line="2756" /> + <location filename="../ViewManager/ViewManager.py" line="2818" /> <source>Alt+Ctrl+Down</source> <translation>Alt+Ctrl+Down</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1904" /> - <location filename="../ViewManager/ViewManager.py" line="2764" /> + <location filename="../ViewManager/ViewManager.py" line="2826" /> <source>Meta+Alt+Shift+N</source> <translation>Meta+Alt+Shift+N</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1915" /> <location filename="../QScintilla/MiniEditor.py" line="1912" /> - <location filename="../ViewManager/ViewManager.py" line="2775" /> - <location filename="../ViewManager/ViewManager.py" line="2772" /> + <location filename="../ViewManager/ViewManager.py" line="2837" /> + <location filename="../ViewManager/ViewManager.py" line="2834" /> <source>Extend rectangular selection up one line</source> <translation>Extension de la sélection rectangulaire d'une ligne vers le haut</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1918" /> - <location filename="../ViewManager/ViewManager.py" line="2778" /> + <location filename="../ViewManager/ViewManager.py" line="2840" /> <source>Alt+Ctrl+Up</source> <translation>Alt+Ctrl+Up</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1926" /> - <location filename="../ViewManager/ViewManager.py" line="2786" /> + <location filename="../ViewManager/ViewManager.py" line="2848" /> <source>Meta+Alt+Shift+P</source> <translation>Meta+Alt+Shift+P</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1937" /> <location filename="../QScintilla/MiniEditor.py" line="1934" /> - <location filename="../ViewManager/ViewManager.py" line="2797" /> - <location filename="../ViewManager/ViewManager.py" line="2794" /> + <location filename="../ViewManager/ViewManager.py" line="2859" /> + <location filename="../ViewManager/ViewManager.py" line="2856" /> <source>Extend rectangular selection left one character</source> <translation>Extension de la sélection rectangulaire d'un caractère vers la gauche</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1940" /> - <location filename="../ViewManager/ViewManager.py" line="2800" /> + <location filename="../ViewManager/ViewManager.py" line="2862" /> <source>Alt+Ctrl+Left</source> <translation>Alt+Ctrl+Left</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1948" /> - <location filename="../ViewManager/ViewManager.py" line="2808" /> + <location filename="../ViewManager/ViewManager.py" line="2870" /> <source>Meta+Alt+Shift+B</source> <translation>Meta+Alt+Shift+B</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1959" /> <location filename="../QScintilla/MiniEditor.py" line="1956" /> - <location filename="../ViewManager/ViewManager.py" line="2819" /> - <location filename="../ViewManager/ViewManager.py" line="2816" /> + <location filename="../ViewManager/ViewManager.py" line="2881" /> + <location filename="../ViewManager/ViewManager.py" line="2878" /> <source>Extend rectangular selection right one character</source> <translation>Extension de la sélection rectangulaire d'un caractère vers la droite</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1962" /> - <location filename="../ViewManager/ViewManager.py" line="2822" /> + <location filename="../ViewManager/ViewManager.py" line="2884" /> <source>Alt+Ctrl+Right</source> <translation>Alt+Ctrl+Right</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1970" /> - <location filename="../ViewManager/ViewManager.py" line="2830" /> + <location filename="../ViewManager/ViewManager.py" line="2892" /> <source>Meta+Alt+Shift+F</source> <translation>Meta+Alt+Shift+F</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1983" /> <location filename="../QScintilla/MiniEditor.py" line="1978" /> - <location filename="../ViewManager/ViewManager.py" line="2843" /> - <location filename="../ViewManager/ViewManager.py" line="2838" /> + <location filename="../ViewManager/ViewManager.py" line="2905" /> + <location filename="../ViewManager/ViewManager.py" line="2900" /> <source>Extend rectangular selection to first visible character in document line</source> <translation>Extension de la sélection rectangulaire au premier caractère visible du document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1996" /> - <location filename="../ViewManager/ViewManager.py" line="2856" /> + <location filename="../ViewManager/ViewManager.py" line="2918" /> <source>Alt+Shift+Home</source> <translation>Alt+Shift+Home</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2007" /> <location filename="../QScintilla/MiniEditor.py" line="2004" /> - <location filename="../ViewManager/ViewManager.py" line="2867" /> - <location filename="../ViewManager/ViewManager.py" line="2864" /> + <location filename="../ViewManager/ViewManager.py" line="2929" /> + <location filename="../ViewManager/ViewManager.py" line="2926" /> <source>Extend rectangular selection to end of document line</source> <translation>Extension de la sélection rectangulaire à la fin de la ligne du document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2018" /> - <location filename="../ViewManager/ViewManager.py" line="2878" /> + <location filename="../ViewManager/ViewManager.py" line="2940" /> <source>Meta+Alt+Shift+E</source> <translation>Meta+Alt+Shift+E</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2023" /> - <location filename="../ViewManager/ViewManager.py" line="2883" /> + <location filename="../ViewManager/ViewManager.py" line="2945" /> <source>Alt+Shift+End</source> <translation>Alt+Shift+End</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2033" /> <location filename="../QScintilla/MiniEditor.py" line="2030" /> - <location filename="../ViewManager/ViewManager.py" line="2893" /> - <location filename="../ViewManager/ViewManager.py" line="2890" /> + <location filename="../ViewManager/ViewManager.py" line="2955" /> + <location filename="../ViewManager/ViewManager.py" line="2952" /> <source>Extend rectangular selection up one page</source> <translation>Extension de la sélection rectangulaire d'une page vers le haut</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2036" /> - <location filename="../ViewManager/ViewManager.py" line="2896" /> + <location filename="../ViewManager/ViewManager.py" line="2958" /> <source>Alt+Shift+PgUp</source> <translation>Alt+Shift+PgUp</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2049" /> <location filename="../QScintilla/MiniEditor.py" line="2046" /> - <location filename="../ViewManager/ViewManager.py" line="2909" /> - <location filename="../ViewManager/ViewManager.py" line="2906" /> + <location filename="../ViewManager/ViewManager.py" line="2971" /> + <location filename="../ViewManager/ViewManager.py" line="2968" /> <source>Extend rectangular selection down one page</source> <translation>Extension de la sélection rectangulaire d'une page vers le bas</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2052" /> - <location filename="../ViewManager/ViewManager.py" line="2912" /> + <location filename="../ViewManager/ViewManager.py" line="2974" /> <source>Alt+Shift+PgDown</source> <translation>Alt+Shift+PgDown</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2060" /> - <location filename="../ViewManager/ViewManager.py" line="2920" /> + <location filename="../ViewManager/ViewManager.py" line="2982" /> <source>Meta+Alt+Shift+V</source> <translation>Meta+Alt+Shift+V</translation> </message> @@ -96401,299 +97358,299 @@ <location filename="../QScintilla/MiniEditor.py" line="2534" /> <location filename="../QScintilla/MiniEditor.py" line="2069" /> <location filename="../QScintilla/MiniEditor.py" line="2068" /> - <location filename="../ViewManager/ViewManager.py" line="2929" /> - <location filename="../ViewManager/ViewManager.py" line="2928" /> + <location filename="../ViewManager/ViewManager.py" line="2991" /> + <location filename="../ViewManager/ViewManager.py" line="2990" /> <source>Duplicate current selection</source> <translation>Duplication de la sélection courante</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2536" /> <location filename="../QScintilla/MiniEditor.py" line="2070" /> - <location filename="../ViewManager/ViewManager.py" line="2930" /> + <location filename="../ViewManager/ViewManager.py" line="2992" /> <source>Ctrl+Shift+D</source> <translation>Ctrl+Shift+D</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2084" /> <location filename="../QScintilla/MiniEditor.py" line="2081" /> - <location filename="../ViewManager/ViewManager.py" line="2944" /> - <location filename="../ViewManager/ViewManager.py" line="2941" /> + <location filename="../ViewManager/ViewManager.py" line="3006" /> + <location filename="../ViewManager/ViewManager.py" line="3003" /> <source>Scroll to start of document</source> <translation>Défilement au début du document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2103" /> <location filename="../QScintilla/MiniEditor.py" line="2102" /> - <location filename="../ViewManager/ViewManager.py" line="2963" /> - <location filename="../ViewManager/ViewManager.py" line="2962" /> + <location filename="../ViewManager/ViewManager.py" line="3025" /> + <location filename="../ViewManager/ViewManager.py" line="3024" /> <source>Scroll to end of document</source> <translation>Défilement à la fin du document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2122" /> <location filename="../QScintilla/MiniEditor.py" line="2119" /> - <location filename="../ViewManager/ViewManager.py" line="2982" /> - <location filename="../ViewManager/ViewManager.py" line="2979" /> + <location filename="../ViewManager/ViewManager.py" line="3044" /> + <location filename="../ViewManager/ViewManager.py" line="3041" /> <source>Scroll vertically to center current line</source> <translation>Défilement vertical de façon à centrer la ligne courante</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2132" /> - <location filename="../ViewManager/ViewManager.py" line="2992" /> + <location filename="../ViewManager/ViewManager.py" line="3054" /> <source>Meta+L</source> <translation>Meta+L</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2141" /> <location filename="../QScintilla/MiniEditor.py" line="2140" /> - <location filename="../ViewManager/ViewManager.py" line="3001" /> - <location filename="../ViewManager/ViewManager.py" line="3000" /> + <location filename="../ViewManager/ViewManager.py" line="3063" /> + <location filename="../ViewManager/ViewManager.py" line="3062" /> <source>Move to end of next word</source> <translation>Déplacement à la fin du mot suivant</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2160" /> <location filename="../QScintilla/MiniEditor.py" line="2157" /> - <location filename="../ViewManager/ViewManager.py" line="3020" /> - <location filename="../ViewManager/ViewManager.py" line="3017" /> + <location filename="../ViewManager/ViewManager.py" line="3082" /> + <location filename="../ViewManager/ViewManager.py" line="3079" /> <source>Extend selection to end of next word</source> <translation>Extension de la séleciton à la fin du mot suivant</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2183" /> <location filename="../QScintilla/MiniEditor.py" line="2180" /> - <location filename="../ViewManager/ViewManager.py" line="3043" /> - <location filename="../ViewManager/ViewManager.py" line="3040" /> + <location filename="../ViewManager/ViewManager.py" line="3105" /> + <location filename="../ViewManager/ViewManager.py" line="3102" /> <source>Move to end of previous word</source> <translation>Déplacement à la fin du mot précédent</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2200" /> <location filename="../QScintilla/MiniEditor.py" line="2197" /> - <location filename="../ViewManager/ViewManager.py" line="3060" /> - <location filename="../ViewManager/ViewManager.py" line="3057" /> + <location filename="../ViewManager/ViewManager.py" line="3122" /> + <location filename="../ViewManager/ViewManager.py" line="3119" /> <source>Extend selection to end of previous word</source> <translation>Extension de la séleciton à la fin du mot précédent</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2217" /> <location filename="../QScintilla/MiniEditor.py" line="2214" /> - <location filename="../ViewManager/ViewManager.py" line="3077" /> - <location filename="../ViewManager/ViewManager.py" line="3074" /> + <location filename="../ViewManager/ViewManager.py" line="3139" /> + <location filename="../ViewManager/ViewManager.py" line="3136" /> <source>Move to start of document line</source> <translation>Déplacement au début de la ligne du document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2227" /> - <location filename="../ViewManager/ViewManager.py" line="3087" /> + <location filename="../ViewManager/ViewManager.py" line="3149" /> <source>Meta+A</source> <translation>Meta+A</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2238" /> <location filename="../QScintilla/MiniEditor.py" line="2235" /> - <location filename="../ViewManager/ViewManager.py" line="3098" /> - <location filename="../ViewManager/ViewManager.py" line="3095" /> + <location filename="../ViewManager/ViewManager.py" line="3160" /> + <location filename="../ViewManager/ViewManager.py" line="3157" /> <source>Extend selection to start of document line</source> <translation>Extension de la sélection au début de la ligne du document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2249" /> - <location filename="../ViewManager/ViewManager.py" line="3109" /> + <location filename="../ViewManager/ViewManager.py" line="3171" /> <source>Meta+Shift+A</source> <translation>Meta+Shift+A</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2262" /> <location filename="../QScintilla/MiniEditor.py" line="2258" /> - <location filename="../ViewManager/ViewManager.py" line="3122" /> - <location filename="../ViewManager/ViewManager.py" line="3118" /> + <location filename="../ViewManager/ViewManager.py" line="3184" /> + <location filename="../ViewManager/ViewManager.py" line="3180" /> <source>Extend rectangular selection to start of document line</source> <translation>Extension de la sélection rectangulaire au début de la ligne du document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2274" /> - <location filename="../ViewManager/ViewManager.py" line="3134" /> + <location filename="../ViewManager/ViewManager.py" line="3196" /> <source>Meta+Alt+Shift+A</source> <translation>Meta+Alt+Shift+A</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2286" /> <location filename="../QScintilla/MiniEditor.py" line="2283" /> - <location filename="../ViewManager/ViewManager.py" line="3146" /> - <location filename="../ViewManager/ViewManager.py" line="3143" /> + <location filename="../ViewManager/ViewManager.py" line="3208" /> + <location filename="../ViewManager/ViewManager.py" line="3205" /> <source>Extend selection to start of display line</source> <translation>Extension de la sélection au début de la ligne affichée</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2309" /> <location filename="../QScintilla/MiniEditor.py" line="2306" /> - <location filename="../ViewManager/ViewManager.py" line="3169" /> - <location filename="../ViewManager/ViewManager.py" line="3166" /> + <location filename="../ViewManager/ViewManager.py" line="3231" /> + <location filename="../ViewManager/ViewManager.py" line="3228" /> <source>Move to start of display or document line</source> <translation>Déplacement au début de la ligne affichée ou de la ligne du document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2327" /> <location filename="../QScintilla/MiniEditor.py" line="2323" /> - <location filename="../ViewManager/ViewManager.py" line="3187" /> - <location filename="../ViewManager/ViewManager.py" line="3183" /> + <location filename="../ViewManager/ViewManager.py" line="3249" /> + <location filename="../ViewManager/ViewManager.py" line="3245" /> <source>Extend selection to start of display or document line</source> <translation>Extension de la sélection au début de la ligne affichée ou de la ligne du document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2346" /> <location filename="../QScintilla/MiniEditor.py" line="2342" /> - <location filename="../ViewManager/ViewManager.py" line="3206" /> - <location filename="../ViewManager/ViewManager.py" line="3202" /> + <location filename="../ViewManager/ViewManager.py" line="3268" /> + <location filename="../ViewManager/ViewManager.py" line="3264" /> <source>Move to first visible character in display or document line</source> <translation>Déplacement vers le premier caractère visible de la ligne affichée ou de la ligne do document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2366" /> <location filename="../QScintilla/MiniEditor.py" line="2361" /> - <location filename="../ViewManager/ViewManager.py" line="3226" /> - <location filename="../ViewManager/ViewManager.py" line="3221" /> + <location filename="../ViewManager/ViewManager.py" line="3288" /> + <location filename="../ViewManager/ViewManager.py" line="3283" /> <source>Extend selection to first visible character in display or document line</source> <translation>Extension de la sélection au premier caractère visible du document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2385" /> <location filename="../QScintilla/MiniEditor.py" line="2382" /> - <location filename="../ViewManager/ViewManager.py" line="3245" /> - <location filename="../ViewManager/ViewManager.py" line="3242" /> + <location filename="../ViewManager/ViewManager.py" line="3307" /> + <location filename="../ViewManager/ViewManager.py" line="3304" /> <source>Move to end of display or document line</source> <translation>Déplacement à la de la ligne affichée ou de la ligne du document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2402" /> <location filename="../QScintilla/MiniEditor.py" line="2399" /> - <location filename="../ViewManager/ViewManager.py" line="3262" /> - <location filename="../ViewManager/ViewManager.py" line="3259" /> + <location filename="../ViewManager/ViewManager.py" line="3324" /> + <location filename="../ViewManager/ViewManager.py" line="3321" /> <source>Extend selection to end of display or document line</source> <translation>Extension de la sélection à la fint de la ligne affichée ou de la ligne du document</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2417" /> <location filename="../QScintilla/MiniEditor.py" line="2416" /> - <location filename="../ViewManager/ViewManager.py" line="3277" /> - <location filename="../ViewManager/ViewManager.py" line="3276" /> + <location filename="../ViewManager/ViewManager.py" line="3339" /> + <location filename="../ViewManager/ViewManager.py" line="3338" /> <source>Stuttered move up one page</source> <translation>Déplacement étagé d'une page vers le haut</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2432" /> <location filename="../QScintilla/MiniEditor.py" line="2429" /> - <location filename="../ViewManager/ViewManager.py" line="3292" /> - <location filename="../ViewManager/ViewManager.py" line="3289" /> + <location filename="../ViewManager/ViewManager.py" line="3354" /> + <location filename="../ViewManager/ViewManager.py" line="3351" /> <source>Stuttered extend selection up one page</source> <translation>Extension de la sélection étagée d'une page vers le haut</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2449" /> <location filename="../QScintilla/MiniEditor.py" line="2446" /> - <location filename="../ViewManager/ViewManager.py" line="3309" /> - <location filename="../ViewManager/ViewManager.py" line="3306" /> + <location filename="../ViewManager/ViewManager.py" line="3371" /> + <location filename="../ViewManager/ViewManager.py" line="3368" /> <source>Stuttered move down one page</source> <translation>Déplacement étagé d'une page vers le bas</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2466" /> <location filename="../QScintilla/MiniEditor.py" line="2463" /> - <location filename="../ViewManager/ViewManager.py" line="3326" /> - <location filename="../ViewManager/ViewManager.py" line="3323" /> + <location filename="../ViewManager/ViewManager.py" line="3388" /> + <location filename="../ViewManager/ViewManager.py" line="3385" /> <source>Stuttered extend selection down one page</source> <translation>Extension de la sélection étagée d'une page vers le bas</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2483" /> <location filename="../QScintilla/MiniEditor.py" line="2480" /> - <location filename="../ViewManager/ViewManager.py" line="3343" /> - <location filename="../ViewManager/ViewManager.py" line="3340" /> + <location filename="../ViewManager/ViewManager.py" line="3405" /> + <location filename="../ViewManager/ViewManager.py" line="3402" /> <source>Delete right to end of next word</source> <translation>Supprimer jusqu'à la fin du mot à doite</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2493" /> - <location filename="../ViewManager/ViewManager.py" line="3353" /> + <location filename="../ViewManager/ViewManager.py" line="3415" /> <source>Alt+Del</source> <translation>Alt+Del</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2504" /> <location filename="../QScintilla/MiniEditor.py" line="2501" /> - <location filename="../ViewManager/ViewManager.py" line="3364" /> - <location filename="../ViewManager/ViewManager.py" line="3361" /> + <location filename="../ViewManager/ViewManager.py" line="3426" /> + <location filename="../ViewManager/ViewManager.py" line="3423" /> <source>Move selected lines up one line</source> <translation>Déplacement des lignes sélectionnées d'une ligne vers le haut</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2521" /> <location filename="../QScintilla/MiniEditor.py" line="2518" /> - <location filename="../ViewManager/ViewManager.py" line="3381" /> - <location filename="../ViewManager/ViewManager.py" line="3378" /> + <location filename="../ViewManager/ViewManager.py" line="3443" /> + <location filename="../ViewManager/ViewManager.py" line="3440" /> <source>Move selected lines down one line</source> <translation>Déplacement des lignes sélectionnées d'une ligne vers le bas</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1795" /> <location filename="../QScintilla/MiniEditor.py" line="1792" /> - <location filename="../ViewManager/ViewManager.py" line="3399" /> - <location filename="../ViewManager/ViewManager.py" line="3396" /> + <location filename="../ViewManager/ViewManager.py" line="3461" /> + <location filename="../ViewManager/ViewManager.py" line="3458" /> <source>Convert selection to lower case</source> <translation>Conversion de la sélection en minuscules</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1798" /> - <location filename="../ViewManager/ViewManager.py" line="3402" /> + <location filename="../ViewManager/ViewManager.py" line="3464" /> <source>Alt+Shift+U</source> <translation>Alt+Shift+U</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1811" /> <location filename="../QScintilla/MiniEditor.py" line="1808" /> - <location filename="../ViewManager/ViewManager.py" line="3415" /> - <location filename="../ViewManager/ViewManager.py" line="3412" /> + <location filename="../ViewManager/ViewManager.py" line="3477" /> + <location filename="../ViewManager/ViewManager.py" line="3474" /> <source>Convert selection to upper case</source> <translation>Conversion de la sélection en majuscules</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="1814" /> - <location filename="../ViewManager/ViewManager.py" line="3418" /> + <location filename="../ViewManager/ViewManager.py" line="3480" /> <source>Ctrl+Shift+U</source> <translation>Ctrl+Shift+U</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3444" /> + <location filename="../ViewManager/ViewManager.py" line="3506" /> <source>&Edit</source> <translation>&Edition</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3502" /> - <location filename="../ViewManager/ViewManager.py" line="3500" /> + <location filename="../ViewManager/ViewManager.py" line="3564" /> + <location filename="../ViewManager/ViewManager.py" line="3562" /> <source>Edit</source> <translation>Édition</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2553" /> <location filename="../QScintilla/ShellWindow.py" line="923" /> - <location filename="../ViewManager/ViewManager.py" line="4105" /> - <location filename="../ViewManager/ViewManager.py" line="4103" /> - <location filename="../ViewManager/ViewManager.py" line="3536" /> + <location filename="../ViewManager/ViewManager.py" line="4167" /> + <location filename="../ViewManager/ViewManager.py" line="4165" /> + <location filename="../ViewManager/ViewManager.py" line="3598" /> <source>Search</source> <translation>Rechercher</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2555" /> <location filename="../QScintilla/ShellWindow.py" line="925" /> - <location filename="../ViewManager/ViewManager.py" line="3538" /> + <location filename="../ViewManager/ViewManager.py" line="3600" /> <source>&Search...</source> <translation>Re&chercher...</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2557" /> <location filename="../QScintilla/ShellWindow.py" line="927" /> - <location filename="../ViewManager/ViewManager.py" line="3540" /> + <location filename="../ViewManager/ViewManager.py" line="3602" /> <source>Ctrl+F</source> <comment>Search|Search</comment> <translation>Ctrl+F</translation> @@ -96701,34 +97658,34 @@ <message> <location filename="../QScintilla/MiniEditor.py" line="2564" /> <location filename="../QScintilla/ShellWindow.py" line="934" /> - <location filename="../ViewManager/ViewManager.py" line="3547" /> + <location filename="../ViewManager/ViewManager.py" line="3609" /> <source>Search for a text</source> <translation>Recherche de texte</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2567" /> - <location filename="../ViewManager/ViewManager.py" line="3550" /> + <location filename="../ViewManager/ViewManager.py" line="3612" /> <source><b>Search</b><p>Search for some text in the current editor. A dialog is shown to enter the searchtext and options for the search.</p></source> <translation><b>Rechercher</b><p>Recherche du texte dans l'éditeur courant. Un fenêtre est affichée pour saisir le texte recherché et le options de recherche.</p></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2579" /> <location filename="../QScintilla/ShellWindow.py" line="949" /> - <location filename="../ViewManager/ViewManager.py" line="3562" /> + <location filename="../ViewManager/ViewManager.py" line="3624" /> <source>Search next</source> <translation>Chercher suivant</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2581" /> <location filename="../QScintilla/ShellWindow.py" line="951" /> - <location filename="../ViewManager/ViewManager.py" line="3564" /> + <location filename="../ViewManager/ViewManager.py" line="3626" /> <source>Search &next</source> <translation>Chercher &suivant</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2583" /> <location filename="../QScintilla/ShellWindow.py" line="953" /> - <location filename="../ViewManager/ViewManager.py" line="3566" /> + <location filename="../ViewManager/ViewManager.py" line="3628" /> <source>F3</source> <comment>Search|Search next</comment> <translation>F3</translation> @@ -96736,34 +97693,34 @@ <message> <location filename="../QScintilla/MiniEditor.py" line="2590" /> <location filename="../QScintilla/ShellWindow.py" line="960" /> - <location filename="../ViewManager/ViewManager.py" line="3573" /> + <location filename="../ViewManager/ViewManager.py" line="3635" /> <source>Search next occurrence of text</source> <translation>Recherche de l'occurence de texte suivante</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2593" /> - <location filename="../ViewManager/ViewManager.py" line="3576" /> + <location filename="../ViewManager/ViewManager.py" line="3638" /> <source><b>Search next</b><p>Search the next occurrence of some text in the current editor. The previously entered searchtext and options are reused.</p></source> <translation><b>Chercher suivant</b><p>Recherche en avant le texte saisi dans l'éditeur courant. Les options de recherche précédentes sont réutilisées.</p></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2605" /> <location filename="../QScintilla/ShellWindow.py" line="977" /> - <location filename="../ViewManager/ViewManager.py" line="3588" /> + <location filename="../ViewManager/ViewManager.py" line="3650" /> <source>Search previous</source> <translation>Chercher précédent</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2607" /> <location filename="../QScintilla/ShellWindow.py" line="979" /> - <location filename="../ViewManager/ViewManager.py" line="3590" /> + <location filename="../ViewManager/ViewManager.py" line="3652" /> <source>Search &previous</source> <translation>Chercher &précédent</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2609" /> <location filename="../QScintilla/ShellWindow.py" line="981" /> - <location filename="../ViewManager/ViewManager.py" line="3592" /> + <location filename="../ViewManager/ViewManager.py" line="3654" /> <source>Shift+F3</source> <comment>Search|Search previous</comment> <translation>Shift+F3</translation> @@ -96771,436 +97728,436 @@ <message> <location filename="../QScintilla/MiniEditor.py" line="2618" /> <location filename="../QScintilla/ShellWindow.py" line="990" /> - <location filename="../ViewManager/ViewManager.py" line="3601" /> + <location filename="../ViewManager/ViewManager.py" line="3663" /> <source>Search previous occurrence of text</source> <translation>Recherche de l'occurence de texte précédente</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2623" /> - <location filename="../ViewManager/ViewManager.py" line="3606" /> + <location filename="../ViewManager/ViewManager.py" line="3668" /> <source><b>Search previous</b><p>Search the previous occurrence of some text in the current editor. The previously entered searchtext and options are reused.</p></source> <translation><b>Chercher précédent</b><p>Recherche en arrière le texte saisi dans l'éditeur courant. Les options de recherche précédentes sont réutilisées.</p></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2637" /> <location filename="../QScintilla/MiniEditor.py" line="2635" /> - <location filename="../ViewManager/ViewManager.py" line="3620" /> - <location filename="../ViewManager/ViewManager.py" line="3618" /> + <location filename="../ViewManager/ViewManager.py" line="3682" /> + <location filename="../ViewManager/ViewManager.py" line="3680" /> <source>Clear search markers</source> <translation>Effacer les marqueurs de recherche</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2639" /> - <location filename="../ViewManager/ViewManager.py" line="3622" /> + <location filename="../ViewManager/ViewManager.py" line="3684" /> <source>Ctrl+3</source> <comment>Search|Clear search markers</comment> <translation>Ctrl+3</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2648" /> - <location filename="../ViewManager/ViewManager.py" line="3631" /> + <location filename="../ViewManager/ViewManager.py" line="3693" /> <source>Clear all displayed search markers</source> <translation>Efface tous les marqueurs de recherche affichés</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2653" /> - <location filename="../ViewManager/ViewManager.py" line="3636" /> + <location filename="../ViewManager/ViewManager.py" line="3698" /> <source><b>Clear search markers</b><p>Clear all displayed search markers.</p></source> <translation><b>Effacer tous les marqueurs de recherche</b><p>Efface tous les marqueurs de recherche affichés.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3648" /> - <location filename="../ViewManager/ViewManager.py" line="3646" /> + <location filename="../ViewManager/ViewManager.py" line="3710" /> + <location filename="../ViewManager/ViewManager.py" line="3708" /> <source>Search current word forward</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3650" /> + <location filename="../ViewManager/ViewManager.py" line="3712" /> <source>Ctrl+.</source> <comment>Search|Search current word forward</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3659" /> + <location filename="../ViewManager/ViewManager.py" line="3721" /> <source>Search next occurrence of the current word</source> <translation>Chercher l'occurrence suivante du mot courant</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3664" /> + <location filename="../ViewManager/ViewManager.py" line="3726" /> <source><b>Search current word forward</b><p>Search the next occurrence of the current word of the current editor.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3677" /> - <location filename="../ViewManager/ViewManager.py" line="3675" /> + <location filename="../ViewManager/ViewManager.py" line="3739" /> + <location filename="../ViewManager/ViewManager.py" line="3737" /> <source>Search current word backward</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3679" /> + <location filename="../ViewManager/ViewManager.py" line="3741" /> <source>Ctrl+,</source> <comment>Search|Search current word backward</comment> <translation>Ctrl+,</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3688" /> + <location filename="../ViewManager/ViewManager.py" line="3750" /> <source>Search previous occurrence of the current word</source> <translation>Chercher l'occurence précédente du mot courant</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3693" /> + <location filename="../ViewManager/ViewManager.py" line="3755" /> <source><b>Search current word backward</b><p>Search the previous occurrence of the current word of the current editor.</p></source> <translation type="unfinished" /> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2663" /> - <location filename="../ViewManager/ViewManager.py" line="3704" /> + <location filename="../ViewManager/ViewManager.py" line="3766" /> <source>Replace</source> <translation>Remplacer</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2664" /> - <location filename="../ViewManager/ViewManager.py" line="3705" /> + <location filename="../ViewManager/ViewManager.py" line="3767" /> <source>&Replace...</source> <translation>&Remplacer...</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2666" /> - <location filename="../ViewManager/ViewManager.py" line="3707" /> + <location filename="../ViewManager/ViewManager.py" line="3769" /> <source>Ctrl+R</source> <comment>Search|Replace</comment> <translation>Ctrl+R</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2673" /> - <location filename="../ViewManager/ViewManager.py" line="3714" /> + <location filename="../ViewManager/ViewManager.py" line="3776" /> <source>Replace some text</source> <translation>Remplacer un texte</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2676" /> - <location filename="../ViewManager/ViewManager.py" line="3717" /> + <location filename="../ViewManager/ViewManager.py" line="3779" /> <source><b>Replace</b><p>Search for some text in the current editor and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and replace.</p></source> <translation><b>Remplacer</b><p>Recherche du texte dans l'éditeur courant et le remplace par un autre. Un fenêtre est affichée pour saisir le texte initial, le texte de remplacement et les options de remplacement.</p></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2690" /> <location filename="../QScintilla/MiniEditor.py" line="2688" /> - <location filename="../ViewManager/ViewManager.py" line="3731" /> - <location filename="../ViewManager/ViewManager.py" line="3729" /> + <location filename="../ViewManager/ViewManager.py" line="3793" /> + <location filename="../ViewManager/ViewManager.py" line="3791" /> <source>Replace and Search</source> <translation>Remplacer et chercher</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2692" /> - <location filename="../ViewManager/ViewManager.py" line="3733" /> + <location filename="../ViewManager/ViewManager.py" line="3795" /> <source>Meta+R</source> <comment>Search|Replace and Search</comment> <translation>Meta+R</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2701" /> - <location filename="../ViewManager/ViewManager.py" line="3742" /> + <location filename="../ViewManager/ViewManager.py" line="3804" /> <source>Replace the found text and search the next occurrence</source> <translation>Remplacer le texte trouvé et chercher l'occurrence suivante</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2706" /> - <location filename="../ViewManager/ViewManager.py" line="3747" /> + <location filename="../ViewManager/ViewManager.py" line="3809" /> <source><b>Replace and Search</b><p>Replace the found occurrence of text in the current editor and search for the next one. The previously entered search text and options are reused.</p></source> <translation type="unfinished" /> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2722" /> <location filename="../QScintilla/MiniEditor.py" line="2720" /> - <location filename="../ViewManager/ViewManager.py" line="3763" /> - <location filename="../ViewManager/ViewManager.py" line="3761" /> + <location filename="../ViewManager/ViewManager.py" line="3825" /> + <location filename="../ViewManager/ViewManager.py" line="3823" /> <source>Replace Occurrence</source> <translation>Remplacer occurrence</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2724" /> - <location filename="../ViewManager/ViewManager.py" line="3765" /> + <location filename="../ViewManager/ViewManager.py" line="3827" /> <source>Ctrl+Meta+R</source> <comment>Search|Replace Occurrence</comment> <translation>Ctrl+Meta+R</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2733" /> - <location filename="../ViewManager/ViewManager.py" line="3774" /> + <location filename="../ViewManager/ViewManager.py" line="3836" /> <source>Replace the found text</source> <translation>Remplacer le texte trouvé</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2736" /> - <location filename="../ViewManager/ViewManager.py" line="3777" /> + <location filename="../ViewManager/ViewManager.py" line="3839" /> <source><b>Replace Occurrence</b><p>Replace the found occurrence of the search text in the current editor.</p></source> <translation type="unfinished" /> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2749" /> <location filename="../QScintilla/MiniEditor.py" line="2747" /> - <location filename="../ViewManager/ViewManager.py" line="3790" /> - <location filename="../ViewManager/ViewManager.py" line="3788" /> + <location filename="../ViewManager/ViewManager.py" line="3852" /> + <location filename="../ViewManager/ViewManager.py" line="3850" /> <source>Replace All</source> <translation>Tout remplacer</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2751" /> - <location filename="../ViewManager/ViewManager.py" line="3792" /> + <location filename="../ViewManager/ViewManager.py" line="3854" /> <source>Shift+Meta+R</source> <comment>Search|Replace All</comment> <translation>Shift+Meta+R</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2760" /> - <location filename="../ViewManager/ViewManager.py" line="3801" /> + <location filename="../ViewManager/ViewManager.py" line="3863" /> <source>Replace search text occurrences</source> <translation type="unfinished" /> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2763" /> - <location filename="../ViewManager/ViewManager.py" line="3804" /> + <location filename="../ViewManager/ViewManager.py" line="3866" /> <source><b>Replace All</b><p>Replace all occurrences of the search text in the current editor.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3826" /> - <location filename="../ViewManager/ViewManager.py" line="3815" /> + <location filename="../ViewManager/ViewManager.py" line="3888" /> + <location filename="../ViewManager/ViewManager.py" line="3877" /> <source>Goto Line</source> <translation>Aller à la ligne</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3817" /> + <location filename="../ViewManager/ViewManager.py" line="3879" /> <source>&Goto Line...</source> <translation>Aller à la &ligne...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3819" /> + <location filename="../ViewManager/ViewManager.py" line="3881" /> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation>Ctrl+G</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3829" /> + <location filename="../ViewManager/ViewManager.py" line="3891" /> <source><b>Goto Line</b><p>Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.</p></source> <translation><b>Aller à la ligne</b><p>Déplacement vers la ligne indiquée. Un fenêtre permet de saisir le numéro de ligne.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3851" /> - <location filename="../ViewManager/ViewManager.py" line="3840" /> + <location filename="../ViewManager/ViewManager.py" line="3913" /> + <location filename="../ViewManager/ViewManager.py" line="3902" /> <source>Goto Brace</source> <translation>Aller à la parenthèse</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3842" /> + <location filename="../ViewManager/ViewManager.py" line="3904" /> <source>Goto &Brace</source> <translation>Aller à la &parenthèse</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3844" /> + <location filename="../ViewManager/ViewManager.py" line="3906" /> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation>Ctrl+L</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3854" /> + <location filename="../ViewManager/ViewManager.py" line="3916" /> <source><b>Goto Brace</b><p>Go to the matching brace in the current editor.</p></source> <translation><b>Aller à la parenthèse correspondante</b><p>A partir d'une parenthèse ouvrante ou fermante, déplace le curseur jusqu'à l'autre parenthèse.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3877" /> - <location filename="../ViewManager/ViewManager.py" line="3864" /> + <location filename="../ViewManager/ViewManager.py" line="3939" /> + <location filename="../ViewManager/ViewManager.py" line="3926" /> <source>Goto Last Edit Location</source> <translation>Aller à la dernière modification</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3866" /> + <location filename="../ViewManager/ViewManager.py" line="3928" /> <source>Goto Last &Edit Location</source> <translation>Aller à la dernièr&e modification</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3868" /> + <location filename="../ViewManager/ViewManager.py" line="3930" /> <source>Ctrl+Shift+G</source> <comment>Search|Goto Last Edit Location</comment> <translation>Ctrl+Shift+G</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3880" /> + <location filename="../ViewManager/ViewManager.py" line="3942" /> <source><b>Goto Last Edit Location</b><p>Go to the location of the last edit in the current editor.</p></source> <translation><b>Aller à la dernière modification</b><p>Aller à l'endroit de la derniére modification dans l'éditeur actuel.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3892" /> - <location filename="../ViewManager/ViewManager.py" line="3891" /> + <location filename="../ViewManager/ViewManager.py" line="3954" /> + <location filename="../ViewManager/ViewManager.py" line="3953" /> <source>Goto Previous Method or Class</source> <translation>Aller à la classe ou fonction précédentes</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3894" /> + <location filename="../ViewManager/ViewManager.py" line="3956" /> <source>Ctrl+Shift+Up</source> <comment>Search|Goto Previous Method or Class</comment> <translation>Ctrl+Shift+Up</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3905" /> + <location filename="../ViewManager/ViewManager.py" line="3967" /> <source>Go to the previous method or class definition</source> <translation>Aller à la définition de classe ou de fonction précédente</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3910" /> + <location filename="../ViewManager/ViewManager.py" line="3972" /> <source><b>Goto Previous Method or Class</b><p>Goes to the line of the previous method or class definition and highlights the name.</p></source> <translation><b>Aller à la classe ou fonction précédente</b><p>Va à la ligne de classe ou fonction précédent et surligne le nom. </p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3922" /> - <location filename="../ViewManager/ViewManager.py" line="3921" /> + <location filename="../ViewManager/ViewManager.py" line="3984" /> + <location filename="../ViewManager/ViewManager.py" line="3983" /> <source>Goto Next Method or Class</source> <translation>Aller à la classe ou fonction suivante</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3924" /> + <location filename="../ViewManager/ViewManager.py" line="3986" /> <source>Ctrl+Shift+Down</source> <comment>Search|Goto Next Method or Class</comment> <translation>Ctrl+Shift+Down</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3933" /> + <location filename="../ViewManager/ViewManager.py" line="3995" /> <source>Go to the next method or class definition</source> <translation>Aller à la définition de classe ou de fonction suivante</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3938" /> + <location filename="../ViewManager/ViewManager.py" line="4000" /> <source><b>Goto Next Method or Class</b><p>Goes to the line of the next method or class definition and highlights the name.</p></source> <translation><b>Aller à la classe ou fonction suivante</b><p>Va à la ligne de classe ou fonction suivante et surligne le nom. </p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3951" /> + <location filename="../ViewManager/ViewManager.py" line="4013" /> <source>Search in Files</source> <translation>Rechercher dans les fichiers</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3953" /> + <location filename="../ViewManager/ViewManager.py" line="4015" /> <source>Search in &Files...</source> <translation>Rechercher dans les &Fichiers...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3955" /> + <location filename="../ViewManager/ViewManager.py" line="4017" /> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation>Shift+Ctrl+F</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3964" /> + <location filename="../ViewManager/ViewManager.py" line="4026" /> <source>Search for a text in files</source> <translation>Rechercher un texte dans les fichiers</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3967" /> + <location filename="../ViewManager/ViewManager.py" line="4029" /> <source><b>Search in Files</b><p>Search for some text in the files of a directory tree or the project. A window is shown to enter the searchtext and options for the search and to display the result.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3979" /> + <location filename="../ViewManager/ViewManager.py" line="4041" /> <source>Replace in Files</source> <translation>Remplacer dans les fichiers</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3980" /> + <location filename="../ViewManager/ViewManager.py" line="4042" /> <source>Replace in F&iles...</source> <translation>Remplacer dans les f&ichiers...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3982" /> + <location filename="../ViewManager/ViewManager.py" line="4044" /> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation>Shift+Ctrl+R</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3991" /> + <location filename="../ViewManager/ViewManager.py" line="4053" /> <source>Search for a text in files and replace it</source> <translation>Recherche puis remplace un texte dans des fichiers</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3996" /> + <location filename="../ViewManager/ViewManager.py" line="4058" /> <source><b>Replace in Files</b><p>Search for some text in the files of a directory tree or the project and replace it. A window is shown to enter the searchtext, the replacement text and options for the search and to display the result.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4009" /> + <location filename="../ViewManager/ViewManager.py" line="4071" /> <source>Search in Open Files</source> <translation>Chercher dans les fichiers ouverts</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4011" /> + <location filename="../ViewManager/ViewManager.py" line="4073" /> <source>Search in Open Files...</source> <translation>Chercher dans les fichiers ouverts...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4013" /> + <location filename="../ViewManager/ViewManager.py" line="4075" /> <source>Meta+Ctrl+Alt+F</source> <comment>Search|Search Open Files</comment> <translation>Meta+Ctrl+Alt+F</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4022" /> + <location filename="../ViewManager/ViewManager.py" line="4084" /> <source>Search for a text in open files</source> <translation>Chercher un texte dans les fichiers ouverts</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4025" /> + <location filename="../ViewManager/ViewManager.py" line="4087" /> <source><b>Search in Open Files</b><p>Search for some text in the currently opened files. A window is shown to enter the search text and options for the search and to display the result.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4037" /> + <location filename="../ViewManager/ViewManager.py" line="4099" /> <source>Replace in Open Files</source> <translation>Remplacer dans les fichiers ouverts</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4038" /> + <location filename="../ViewManager/ViewManager.py" line="4100" /> <source>Replace in Open Files...</source> <translation>Remplacer dans les fichiers ouverts...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4040" /> + <location filename="../ViewManager/ViewManager.py" line="4102" /> <source>Meta+Ctrl+Alt+R</source> <comment>Search|Replace in Open Files</comment> <translation>Meta+Ctrl+Alt+R</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4049" /> + <location filename="../ViewManager/ViewManager.py" line="4111" /> <source>Search for a text in open files and replace it</source> <translation>Chercher un texte dans les fichiers ouverts et le remplacer</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4054" /> + <location filename="../ViewManager/ViewManager.py" line="4116" /> <source><b>Replace in Open Files</b><p>Search for some text in the currently opened files and replace it. A window is shown to enter the search text, the replacement text and options for the search and to display the result.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4075" /> + <location filename="../ViewManager/ViewManager.py" line="4137" /> <source>&Search</source> <translation>Re&chercher</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2778" /> <location filename="../QScintilla/ShellWindow.py" line="1016" /> - <location filename="../ViewManager/ViewManager.py" line="4146" /> + <location filename="../ViewManager/ViewManager.py" line="4208" /> <source>Zoom in</source> <translation>Zoom avant</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2780" /> <location filename="../QScintilla/ShellWindow.py" line="1018" /> - <location filename="../ViewManager/ViewManager.py" line="4148" /> + <location filename="../ViewManager/ViewManager.py" line="4210" /> <source>Zoom &in</source> <translation>Zoom a&vant</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2782" /> <location filename="../QScintilla/ShellWindow.py" line="1020" /> - <location filename="../ViewManager/ViewManager.py" line="4150" /> + <location filename="../ViewManager/ViewManager.py" line="4212" /> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> @@ -97208,7 +98165,7 @@ <message> <location filename="../QScintilla/MiniEditor.py" line="2785" /> <location filename="../QScintilla/ShellWindow.py" line="1023" /> - <location filename="../ViewManager/ViewManager.py" line="4153" /> + <location filename="../ViewManager/ViewManager.py" line="4215" /> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation>Zoom avant</translation> @@ -97216,35 +98173,35 @@ <message> <location filename="../QScintilla/MiniEditor.py" line="2791" /> <location filename="../QScintilla/ShellWindow.py" line="1029" /> - <location filename="../ViewManager/ViewManager.py" line="4159" /> + <location filename="../ViewManager/ViewManager.py" line="4221" /> <source>Zoom in on the text</source> <translation>Zoom sur le texte</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2794" /> <location filename="../QScintilla/ShellWindow.py" line="1032" /> - <location filename="../ViewManager/ViewManager.py" line="4162" /> + <location filename="../ViewManager/ViewManager.py" line="4224" /> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Zoom avant</b><p>Zoom sur le texte. Affiche le texte en plus gros.</p></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2804" /> <location filename="../QScintilla/ShellWindow.py" line="1042" /> - <location filename="../ViewManager/ViewManager.py" line="4172" /> + <location filename="../ViewManager/ViewManager.py" line="4234" /> <source>Zoom out</source> <translation>Zoom arrière</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2806" /> <location filename="../QScintilla/ShellWindow.py" line="1044" /> - <location filename="../ViewManager/ViewManager.py" line="4174" /> + <location filename="../ViewManager/ViewManager.py" line="4236" /> <source>Zoom &out</source> <translation>Zoom a&rrière</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2808" /> <location filename="../QScintilla/ShellWindow.py" line="1046" /> - <location filename="../ViewManager/ViewManager.py" line="4176" /> + <location filename="../ViewManager/ViewManager.py" line="4238" /> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> @@ -97252,7 +98209,7 @@ <message> <location filename="../QScintilla/MiniEditor.py" line="2811" /> <location filename="../QScintilla/ShellWindow.py" line="1049" /> - <location filename="../ViewManager/ViewManager.py" line="4179" /> + <location filename="../ViewManager/ViewManager.py" line="4241" /> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation>Zoom arrière</translation> @@ -97260,35 +98217,35 @@ <message> <location filename="../QScintilla/MiniEditor.py" line="2817" /> <location filename="../QScintilla/ShellWindow.py" line="1055" /> - <location filename="../ViewManager/ViewManager.py" line="4185" /> + <location filename="../ViewManager/ViewManager.py" line="4247" /> <source>Zoom out on the text</source> <translation>Zoom arrière du texte</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2820" /> <location filename="../QScintilla/ShellWindow.py" line="1058" /> - <location filename="../ViewManager/ViewManager.py" line="4188" /> + <location filename="../ViewManager/ViewManager.py" line="4250" /> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Zoom arrière</b><p>Zoom arrière du texte. Affiche le texte en plus petit.</p></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2830" /> <location filename="../QScintilla/ShellWindow.py" line="1068" /> - <location filename="../ViewManager/ViewManager.py" line="4198" /> + <location filename="../ViewManager/ViewManager.py" line="4260" /> <source>Zoom reset</source> <translation>Annulation du zoom</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2832" /> <location filename="../QScintilla/ShellWindow.py" line="1070" /> - <location filename="../ViewManager/ViewManager.py" line="4200" /> + <location filename="../ViewManager/ViewManager.py" line="4262" /> <source>Zoom &reset</source> <translation>Annulation du &zoom</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2834" /> <location filename="../QScintilla/ShellWindow.py" line="1072" /> - <location filename="../ViewManager/ViewManager.py" line="4202" /> + <location filename="../ViewManager/ViewManager.py" line="4264" /> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> @@ -97296,883 +98253,894 @@ <message> <location filename="../QScintilla/MiniEditor.py" line="2841" /> <location filename="../QScintilla/ShellWindow.py" line="1079" /> - <location filename="../ViewManager/ViewManager.py" line="4209" /> + <location filename="../ViewManager/ViewManager.py" line="4271" /> <source>Reset the zoom of the text</source> <translation>Annulation du zoom du texte</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2844" /> <location filename="../QScintilla/ShellWindow.py" line="1082" /> - <location filename="../ViewManager/ViewManager.py" line="4212" /> + <location filename="../ViewManager/ViewManager.py" line="4274" /> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Annulation du zoom</b><p>Annulation du zoom du texte. Ceci met le facteur de zoom à 100%. </p></translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2855" /> <location filename="../QScintilla/ShellWindow.py" line="1093" /> - <location filename="../ViewManager/ViewManager.py" line="4223" /> + <location filename="../ViewManager/ViewManager.py" line="4285" /> <source>Zoom</source> <translation>Zoom</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2857" /> <location filename="../QScintilla/ShellWindow.py" line="1095" /> - <location filename="../ViewManager/ViewManager.py" line="4225" /> + <location filename="../ViewManager/ViewManager.py" line="4287" /> <source>&Zoom</source> <translation>&Zoom</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2864" /> <location filename="../QScintilla/ShellWindow.py" line="1102" /> - <location filename="../ViewManager/ViewManager.py" line="4232" /> + <location filename="../ViewManager/ViewManager.py" line="4294" /> <source>Zoom the text</source> <translation>Zoom du texte</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2867" /> <location filename="../QScintilla/ShellWindow.py" line="1105" /> - <location filename="../ViewManager/ViewManager.py" line="4235" /> + <location filename="../ViewManager/ViewManager.py" line="4297" /> <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> <translation><b>Zoom</b><p>Zoom du texte. Ouvre une fenêtre pour entrer la taille souhaitée.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4254" /> - <location filename="../ViewManager/ViewManager.py" line="4246" /> + <location filename="../ViewManager/ViewManager.py" line="4316" /> + <location filename="../ViewManager/ViewManager.py" line="4308" /> <source>Toggle all folds</source> <translation>Contracte/Déploie tout le code</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4247" /> + <location filename="../ViewManager/ViewManager.py" line="4309" /> <source>&Toggle all folds</source> <translation type="unfinished">Contracte/Déploie &tout le code</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4257" /> + <location filename="../ViewManager/ViewManager.py" line="4319" /> <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> <translation><b>Contracte/Déploie tout le code</b><p>Contracte ou déploie tout le code de la page en cours.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4279" /> - <location filename="../ViewManager/ViewManager.py" line="4267" /> + <location filename="../ViewManager/ViewManager.py" line="4341" /> + <location filename="../ViewManager/ViewManager.py" line="4329" /> <source>Toggle all folds (including children)</source> <translation>Contracte/Déploie tout le code (sous-niveaux inclus)</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4270" /> + <location filename="../ViewManager/ViewManager.py" line="4332" /> <source>Toggle all &folds (including children)</source> <translation>Contracte/&Déploie tout le code (sous-niveaux inclus)</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4284" /> + <location filename="../ViewManager/ViewManager.py" line="4346" /> <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> <translation><b>Contracte/Déploie tout le code (sous-niveaux inclus)</b><p>Contracte/Déploie tout le code de l'éditeur courant en incluant tous les sous-niveaux d'indentation</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4303" /> - <location filename="../ViewManager/ViewManager.py" line="4295" /> + <location filename="../ViewManager/ViewManager.py" line="4365" /> + <location filename="../ViewManager/ViewManager.py" line="4357" /> <source>Toggle current fold</source> <translation>Contracte/Déploie le paragraphe courant</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4296" /> + <location filename="../ViewManager/ViewManager.py" line="4358" /> <source>Toggle &current fold</source> <translation>Contracte/Déploie le paragraphe &courant</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4306" /> + <location filename="../ViewManager/ViewManager.py" line="4368" /> <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> <translation><b>Contracte/Déploie le paragraphe courant</b><p>Applique la contraction de code au paragraphe courant.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4325" /> - <location filename="../ViewManager/ViewManager.py" line="4317" /> + <location filename="../ViewManager/ViewManager.py" line="4387" /> + <location filename="../ViewManager/ViewManager.py" line="4379" /> <source>Clear all folds</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4318" /> + <location filename="../ViewManager/ViewManager.py" line="4380" /> <source>Clear &all folds</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4328" /> + <location filename="../ViewManager/ViewManager.py" line="4390" /> <source><b>Clear all folds</b><p>Clear all folds of the current editor, i.e. ensure that all lines are displayed unfolded.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4348" /> - <location filename="../ViewManager/ViewManager.py" line="4341" /> - <location filename="../ViewManager/ViewManager.py" line="4339" /> + <location filename="../ViewManager/ViewManager.py" line="4410" /> + <location filename="../ViewManager/ViewManager.py" line="4403" /> + <location filename="../ViewManager/ViewManager.py" line="4401" /> <source>Remove all highlights</source> <translation>Suppression de tous les surlignages</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4351" /> + <location filename="../ViewManager/ViewManager.py" line="4413" /> <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> <translation><b>Suppression de tous les surlignages</b><p>Supprime tous les surlignage présents dans la page.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4361" /> + <location filename="../ViewManager/ViewManager.py" line="4423" /> <source>New Document View</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4363" /> + <location filename="../ViewManager/ViewManager.py" line="4425" /> <source>New &Document View</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4370" /> + <location filename="../ViewManager/ViewManager.py" line="4432" /> <source>Open a new view of the current document</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4375" /> + <location filename="../ViewManager/ViewManager.py" line="4437" /> <source><b>New Document View</b><p>Opens a new view of the current document. Both views show the same document. However, the cursors may be positioned independently.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4391" /> - <location filename="../ViewManager/ViewManager.py" line="4387" /> + <location filename="../ViewManager/ViewManager.py" line="4453" /> + <location filename="../ViewManager/ViewManager.py" line="4449" /> <source>New Document View (with new split)</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4400" /> + <location filename="../ViewManager/ViewManager.py" line="4462" /> <source>Open a new view of the current document in a new split</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4405" /> + <location filename="../ViewManager/ViewManager.py" line="4467" /> <source><b>New Document View</b><p>Opens a new view of the current document in a new split. Both views show the same document. However, the cursors may be positioned independently.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4417" /> + <location filename="../ViewManager/ViewManager.py" line="4479" /> <source>Split view</source> <translation>Diviser la fenêtre</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4419" /> + <location filename="../ViewManager/ViewManager.py" line="4481" /> <source>&Split view</source> <translation>&Diviser la fenêtre</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4426" /> + <location filename="../ViewManager/ViewManager.py" line="4488" /> <source>Add a split to the view</source> <translation>Ajoute une division de fenêtre</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4429" /> + <location filename="../ViewManager/ViewManager.py" line="4491" /> <source><b>Split view</b><p>Add a split to the view.</p></source> <translation><b>Diviser la fenêtre</b><p>Ajoute un division supplémentaire à la fenêtre courante.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4438" /> + <location filename="../ViewManager/ViewManager.py" line="4500" /> <source>Arrange horizontally</source> <translation>Division horizontale/verticale</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4439" /> + <location filename="../ViewManager/ViewManager.py" line="4501" /> <source>Arrange &horizontally</source> <translation>Division &horizontale/verticale</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4447" /> + <location filename="../ViewManager/ViewManager.py" line="4509" /> <source>Arrange the splitted views horizontally</source> <translation>Bascule la division horizontalement ou verticalement</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4452" /> + <location filename="../ViewManager/ViewManager.py" line="4514" /> <source><b>Arrange horizontally</b><p>Arrange the splitted views horizontally.</p></source> <translation><b>Division horizontale/verticale</b><p>Bascule la division horizontalement ou verticalement, selon.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4463" /> + <location filename="../ViewManager/ViewManager.py" line="4525" /> <source>Remove split</source> <translation>Suppression du découpage</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4465" /> + <location filename="../ViewManager/ViewManager.py" line="4527" /> <source>&Remove split</source> <translation>&Suppression du découpage</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4472" /> + <location filename="../ViewManager/ViewManager.py" line="4534" /> <source>Remove the current split</source> <translation>Supprime le découpage de fenêtre courant</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4475" /> + <location filename="../ViewManager/ViewManager.py" line="4537" /> <source><b>Remove split</b><p>Remove the current split.</p></source> <translation><b>Suppression du découpage</b><p>Supprime le découpage de fenêtre courant.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4484" /> + <location filename="../ViewManager/ViewManager.py" line="4546" /> <source>Next split</source> <translation>Onglet suivant</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4485" /> + <location filename="../ViewManager/ViewManager.py" line="4547" /> <source>&Next split</source> <translation>O&nglet suivant</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4487" /> + <location filename="../ViewManager/ViewManager.py" line="4549" /> <source>Ctrl+Alt+N</source> <comment>View|Next split</comment> <translation>Ctrl+Alt+N</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4496" /> + <location filename="../ViewManager/ViewManager.py" line="4558" /> <source>Move to the next split</source> <translation>Basculer vers l'onglet suivant</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4499" /> + <location filename="../ViewManager/ViewManager.py" line="4561" /> <source><b>Next split</b><p>Move to the next split.</p></source> <translation><b>Onglet suivant</b><p>Basculer vers l'onglet suivant.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4508" /> + <location filename="../ViewManager/ViewManager.py" line="4570" /> <source>Previous split</source> <translation>Onglet précédent</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4509" /> + <location filename="../ViewManager/ViewManager.py" line="4571" /> <source>&Previous split</source> <translation>Onglet &précédent</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4511" /> + <location filename="../ViewManager/ViewManager.py" line="4573" /> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation>Ctrl+Alt+P</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4520" /> + <location filename="../ViewManager/ViewManager.py" line="4582" /> <source>Move to the previous split</source> <translation>Basculer vers l'onglet précédent</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4523" /> + <location filename="../ViewManager/ViewManager.py" line="4585" /> <source><b>Previous split</b><p>Move to the previous split.</p></source> <translation><b>Onglet précédent</b><p>Basculer vers l'onglet précédent.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4534" /> - <location filename="../ViewManager/ViewManager.py" line="4532" /> - <source>Preview</source> - <translation>Aperçu</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4542" /> - <source>Preview the current file in the web browser</source> - <translation>Avoir un aperçu du fichier courant dans le navigateur</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4547" /> - <source><b>Preview</b><p>This opens the web browser with a preview of the current file.</p></source> - <translation><b>Aperçu</b><p>Ceci ouvre le navigateur avec un aperçu du fichier courant.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4561" /> - <location filename="../ViewManager/ViewManager.py" line="4559" /> - <source>Python AST Viewer</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4569" /> - <source>Show the AST for the current Python file</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4574" /> - <source><b>Python AST Viewer</b><p>This opens the a tree view of the AST of the current Python source file.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4588" /> - <location filename="../ViewManager/ViewManager.py" line="4586" /> - <source>Python Disassembly Viewer</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="4596" /> + <location filename="../ViewManager/ViewManager.py" line="4594" /> + <source>Preview</source> + <translation>Aperçu</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4604" /> + <source>Preview the current file in the web browser</source> + <translation>Avoir un aperçu du fichier courant dans le navigateur</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4609" /> + <source><b>Preview</b><p>This opens the web browser with a preview of the current file.</p></source> + <translation><b>Aperçu</b><p>Ceci ouvre le navigateur avec un aperçu du fichier courant.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4623" /> + <location filename="../ViewManager/ViewManager.py" line="4621" /> + <source>Python AST Viewer</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4631" /> + <source>Show the AST for the current Python file</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4636" /> + <source><b>Python AST Viewer</b><p>This opens the a tree view of the AST of the current Python source file.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4650" /> + <location filename="../ViewManager/ViewManager.py" line="4648" /> + <source>Python Disassembly Viewer</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4658" /> <source>Show the Disassembly for the current Python file</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4601" /> + <location filename="../ViewManager/ViewManager.py" line="4663" /> <source><b>Python Disassembly Viewer</b><p>This opens the a tree view of the Disassembly of the current Python source file.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4637" /> + <location filename="../ViewManager/ViewManager.py" line="4699" /> <source>&View</source> <translation>&Affichage</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4672" /> - <location filename="../ViewManager/ViewManager.py" line="4670" /> + <location filename="../ViewManager/ViewManager.py" line="4734" /> + <location filename="../ViewManager/ViewManager.py" line="4732" /> <source>View</source> <translation>Affichage</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4711" /> - <location filename="../ViewManager/ViewManager.py" line="4703" /> + <location filename="../ViewManager/ViewManager.py" line="4773" /> + <location filename="../ViewManager/ViewManager.py" line="4765" /> <source>Start Macro Recording</source> <translation>Démarrer l'enregistrement de la macro</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4704" /> + <location filename="../ViewManager/ViewManager.py" line="4766" /> <source>S&tart Macro Recording</source> <translation>&Démarrer l'enregistrement de la macro</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4714" /> + <location filename="../ViewManager/ViewManager.py" line="4776" /> <source><b>Start Macro Recording</b><p>Start recording editor commands into a new macro.</p></source> <translation><b>Démarrer l'enregistrement de la macro</b><p>Démarre l'enregistrement des commandes de l'éditeur dans une nouvelle macro.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4732" /> - <location filename="../ViewManager/ViewManager.py" line="4724" /> + <location filename="../ViewManager/ViewManager.py" line="4794" /> + <location filename="../ViewManager/ViewManager.py" line="4786" /> <source>Stop Macro Recording</source> <translation>Arrêter l'enregistrement de la macro</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4725" /> + <location filename="../ViewManager/ViewManager.py" line="4787" /> <source>Sto&p Macro Recording</source> <translation>&Arrêter l'enregistrement de la macro</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4735" /> + <location filename="../ViewManager/ViewManager.py" line="4797" /> <source><b>Stop Macro Recording</b><p>Stop recording editor commands into a new macro.</p></source> <translation><b>Arrêter l'enregistrement de la macro</b><p>Arrête l'enregistrement des commandes de l'éditeur dans la nouvelle macro..</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4753" /> - <location filename="../ViewManager/ViewManager.py" line="4745" /> - <source>Run Macro</source> - <translation>Lancer une macro</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4746" /> - <source>&Run Macro</source> - <translation>&Lancer une macro</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4756" /> - <source><b>Run Macro</b><p>Run a previously recorded editor macro.</p></source> - <translation><b>Lancer une macro</b><p>Lance une macro déjà enregistrée.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4774" /> - <location filename="../ViewManager/ViewManager.py" line="4766" /> - <source>Delete Macro</source> - <translation>Supprimer une macro</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4767" /> - <source>&Delete Macro</source> - <translation>&Supprimer une macro</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4777" /> - <source><b>Delete Macro</b><p>Delete a previously recorded editor macro.</p></source> - <translation><b>Supprimer une macro</b><p>Supprime une macro déjà enregistrée.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4795" /> - <location filename="../ViewManager/ViewManager.py" line="4787" /> - <source>Load Macro</source> - <translation>Charger une macro</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4788" /> - <source>&Load Macro</source> - <translation>&Charger une macro</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4798" /> - <source><b>Load Macro</b><p>Load an editor macro from a file.</p></source> - <translation><b>Charger une macro</b><p>Charger une macro déjà enregistrée à partir d'un fichier.</p></translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="4815" /> <location filename="../ViewManager/ViewManager.py" line="4807" /> - <source>Save Macro</source> - <translation>Enregistrer une macro</translation> + <source>Run Macro</source> + <translation>Lancer une macro</translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="4808" /> - <source>&Save Macro</source> - <translation>&Enregistrer la macro</translation> + <source>&Run Macro</source> + <translation>&Lancer une macro</translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="4818" /> - <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> - <translation><b>Enregistrer une macro</b><p>Enregistrer une macro dans un fichier.</p></translation> + <source><b>Run Macro</b><p>Run a previously recorded editor macro.</p></source> + <translation><b>Lancer une macro</b><p>Lance une macro déjà enregistrée.</p></translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="4836" /> - <source>&Macros</source> - <translation>&Macros</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4867" /> - <location filename="../ViewManager/ViewManager.py" line="4854" /> - <source>Toggle Bookmark</source> - <translation>Placer/Supprimer un signet</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4856" /> - <source>&Toggle Bookmark</source> - <translation>&Placer/Supprimer un signet</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4858" /> - <source>Alt+Ctrl+T</source> - <comment>Bookmark|Toggle</comment> - <translation>Alt+Ctrl+T</translation> + <location filename="../ViewManager/ViewManager.py" line="4828" /> + <source>Delete Macro</source> + <translation>Supprimer une macro</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4829" /> + <source>&Delete Macro</source> + <translation>&Supprimer une macro</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4839" /> + <source><b>Delete Macro</b><p>Delete a previously recorded editor macro.</p></source> + <translation><b>Supprimer une macro</b><p>Supprime une macro déjà enregistrée.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4857" /> + <location filename="../ViewManager/ViewManager.py" line="4849" /> + <source>Load Macro</source> + <translation>Charger une macro</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4850" /> + <source>&Load Macro</source> + <translation>&Charger une macro</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4860" /> + <source><b>Load Macro</b><p>Load an editor macro from a file.</p></source> + <translation><b>Charger une macro</b><p>Charger une macro déjà enregistrée à partir d'un fichier.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4877" /> + <location filename="../ViewManager/ViewManager.py" line="4869" /> + <source>Save Macro</source> + <translation>Enregistrer une macro</translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="4870" /> - <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> - <translation><b>Placer/Supprimer un signet</b><p>Place ou enlève un signet sur la ligne courante.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4894" /> - <location filename="../ViewManager/ViewManager.py" line="4881" /> - <source>Next Bookmark</source> - <translation>Signet suivant</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4883" /> - <source>&Next Bookmark</source> - <translation>Signet suiva&nt</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4885" /> - <source>Ctrl+PgDown</source> - <comment>Bookmark|Next</comment> - <translation>Ctrl+PgDown</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4897" /> - <source><b>Next Bookmark</b><p>Go to next bookmark of the current editor.</p></source> - <translation><b>Signet suivant</b><p>Avance jusqu'au signet suivant.</p></translation> + <source>&Save Macro</source> + <translation>&Enregistrer la macro</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4880" /> + <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> + <translation><b>Enregistrer une macro</b><p>Enregistrer une macro dans un fichier.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4898" /> + <source>&Macros</source> + <translation>&Macros</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4929" /> + <location filename="../ViewManager/ViewManager.py" line="4916" /> + <source>Toggle Bookmark</source> + <translation>Placer/Supprimer un signet</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4918" /> + <source>&Toggle Bookmark</source> + <translation>&Placer/Supprimer un signet</translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="4920" /> - <location filename="../ViewManager/ViewManager.py" line="4907" /> + <source>Alt+Ctrl+T</source> + <comment>Bookmark|Toggle</comment> + <translation>Alt+Ctrl+T</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4932" /> + <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> + <translation><b>Placer/Supprimer un signet</b><p>Place ou enlève un signet sur la ligne courante.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4956" /> + <location filename="../ViewManager/ViewManager.py" line="4943" /> + <source>Next Bookmark</source> + <translation>Signet suivant</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4945" /> + <source>&Next Bookmark</source> + <translation>Signet suiva&nt</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4947" /> + <source>Ctrl+PgDown</source> + <comment>Bookmark|Next</comment> + <translation>Ctrl+PgDown</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4959" /> + <source><b>Next Bookmark</b><p>Go to next bookmark of the current editor.</p></source> + <translation><b>Signet suivant</b><p>Avance jusqu'au signet suivant.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4982" /> + <location filename="../ViewManager/ViewManager.py" line="4969" /> <source>Previous Bookmark</source> <translation>Signet précédent</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4909" /> + <location filename="../ViewManager/ViewManager.py" line="4971" /> <source>&Previous Bookmark</source> <translation>Signet &précédent</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4911" /> + <location filename="../ViewManager/ViewManager.py" line="4973" /> <source>Ctrl+PgUp</source> <comment>Bookmark|Previous</comment> <translation>Ctrl+PgUp</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4923" /> + <location filename="../ViewManager/ViewManager.py" line="4985" /> <source><b>Previous Bookmark</b><p>Go to previous bookmark of the current editor.</p></source> <translation><b>Signet précédent</b><p>Remonte au signet précédent.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4945" /> - <location filename="../ViewManager/ViewManager.py" line="4933" /> + <location filename="../ViewManager/ViewManager.py" line="5007" /> + <location filename="../ViewManager/ViewManager.py" line="4995" /> <source>Clear Bookmarks</source> <translation>Supprimer les signets</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4934" /> + <location filename="../ViewManager/ViewManager.py" line="4996" /> <source>&Clear Bookmarks</source> <translation>S&upprimer les signets</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4936" /> + <location filename="../ViewManager/ViewManager.py" line="4998" /> <source>Alt+Ctrl+C</source> <comment>Bookmark|Clear</comment> <translation>Alt+Ctrl+C</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4948" /> - <source><b>Clear Bookmarks</b><p>Clear bookmarks of all editors.</p></source> - <translation><b>Supprimer les signets</b><p>Supprime tous les signets de tous les éditeurs ouverts.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4967" /> - <location filename="../ViewManager/ViewManager.py" line="4958" /> - <source>Goto Syntax Error</source> - <translation>Aller à l'erreur de syntaxe suivante</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4960" /> - <source>&Goto Syntax Error</source> - <translation>Aller à l'erreur de s&yntaxe suivante</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4970" /> - <source><b>Goto Syntax Error</b><p>Go to next syntax error of the current editor.</p></source> - <translation><b>Aller à l'erreur de syntaxe suivante</b><p>Avance jusqu'à l'erreur de syntaxe suivante.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4988" /> - <location filename="../ViewManager/ViewManager.py" line="4980" /> - <source>Clear Syntax Errors</source> - <translation>Effacer les erreurs de syntaxe</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4981" /> - <source>Clear &Syntax Errors</source> - <translation>E&ffacer les erreurs de syntaxe</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4991" /> - <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> - <translation><b>Effacer les erreurs de syntaxe</b><p>Supprime tous les flags d'erreurs de syntaxe de tous les éditeurs ouverts.</p></translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="5010" /> - <location filename="../ViewManager/ViewManager.py" line="5001" /> + <source><b>Clear Bookmarks</b><p>Clear bookmarks of all editors.</p></source> + <translation><b>Supprimer les signets</b><p>Supprime tous les signets de tous les éditeurs ouverts.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="5029" /> + <location filename="../ViewManager/ViewManager.py" line="5020" /> + <source>Goto Syntax Error</source> + <translation>Aller à l'erreur de syntaxe suivante</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="5022" /> + <source>&Goto Syntax Error</source> + <translation>Aller à l'erreur de s&yntaxe suivante</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="5032" /> + <source><b>Goto Syntax Error</b><p>Go to next syntax error of the current editor.</p></source> + <translation><b>Aller à l'erreur de syntaxe suivante</b><p>Avance jusqu'à l'erreur de syntaxe suivante.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="5050" /> + <location filename="../ViewManager/ViewManager.py" line="5042" /> + <source>Clear Syntax Errors</source> + <translation>Effacer les erreurs de syntaxe</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="5043" /> + <source>Clear &Syntax Errors</source> + <translation>E&ffacer les erreurs de syntaxe</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="5053" /> + <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> + <translation><b>Effacer les erreurs de syntaxe</b><p>Supprime tous les flags d'erreurs de syntaxe de tous les éditeurs ouverts.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="5072" /> + <location filename="../ViewManager/ViewManager.py" line="5063" /> <source>Next warning message</source> <translation>Message d'avertissement suivant</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5003" /> + <location filename="../ViewManager/ViewManager.py" line="5065" /> <source>&Next warning message</source> <translation>Message d'avertisseme&nt suivant</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5013" /> + <location filename="../ViewManager/ViewManager.py" line="5075" /> <source><b>Next warning message</b><p>Go to next line of the current editor having a pyflakes warning.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5033" /> - <location filename="../ViewManager/ViewManager.py" line="5024" /> + <location filename="../ViewManager/ViewManager.py" line="5095" /> + <location filename="../ViewManager/ViewManager.py" line="5086" /> <source>Previous warning message</source> <translation>Message d'avertissement précédente</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5026" /> + <location filename="../ViewManager/ViewManager.py" line="5088" /> <source>&Previous warning message</source> <translation>Message d'avertissement &précédente</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5036" /> + <location filename="../ViewManager/ViewManager.py" line="5098" /> <source><b>Previous warning message</b><p>Go to previous line of the current editor having a pyflakes warning.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5055" /> - <location filename="../ViewManager/ViewManager.py" line="5047" /> + <location filename="../ViewManager/ViewManager.py" line="5117" /> + <location filename="../ViewManager/ViewManager.py" line="5109" /> <source>Clear Warning Messages</source> <translation>Vider messages d'avertissement</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5048" /> + <location filename="../ViewManager/ViewManager.py" line="5110" /> <source>Clear &Warning Messages</source> <translation>Vider messages d'&avertissement</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5058" /> + <location filename="../ViewManager/ViewManager.py" line="5120" /> <source><b>Clear Warning Messages</b><p>Clear pyflakes warning messages of all editors.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5077" /> - <location filename="../ViewManager/ViewManager.py" line="5068" /> + <location filename="../ViewManager/ViewManager.py" line="5139" /> + <location filename="../ViewManager/ViewManager.py" line="5130" /> <source>Next uncovered line</source> <translation>Ligne non executée suivante</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5070" /> + <location filename="../ViewManager/ViewManager.py" line="5132" /> <source>&Next uncovered line</source> <translation>Ligne non executée &suivante</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5080" /> + <location filename="../ViewManager/ViewManager.py" line="5142" /> <source><b>Next uncovered line</b><p>Go to next line of the current editor marked as not covered.</p></source> <translation><b>Ligne non executée suivante</b><p>Avance jusqu'à la prochaine ligne de l'éditeur marquée comme "jamais executée" par le code coverage.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5100" /> - <location filename="../ViewManager/ViewManager.py" line="5091" /> + <location filename="../ViewManager/ViewManager.py" line="5162" /> + <location filename="../ViewManager/ViewManager.py" line="5153" /> <source>Previous uncovered line</source> <translation>Ligne non executée précédente</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5093" /> + <location filename="../ViewManager/ViewManager.py" line="5155" /> <source>&Previous uncovered line</source> <translation>Ligne non executée &précédente</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5103" /> + <location filename="../ViewManager/ViewManager.py" line="5165" /> <source><b>Previous uncovered line</b><p>Go to previous line of the current editor marked as not covered.</p></source> <translation><b>Ligne non executée précédente</b><p>Retourne à la dernière ligne de l'éditeur marquée comme "jamais executée" par le code coverage.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5123" /> - <location filename="../ViewManager/ViewManager.py" line="5114" /> + <location filename="../ViewManager/ViewManager.py" line="5185" /> + <location filename="../ViewManager/ViewManager.py" line="5176" /> <source>Next Task</source> <translation>Tâche suivante</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5116" /> + <location filename="../ViewManager/ViewManager.py" line="5178" /> <source>&Next Task</source> <translation>Tâche suiva&nte</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5126" /> + <location filename="../ViewManager/ViewManager.py" line="5188" /> <source><b>Next Task</b><p>Go to next line of the current editor having a task.</p></source> <translation><b>Tâche suivante</b><p>Avance jusqu'à la prochaine ligne ayant une tâche dans l'éditeur courant.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5145" /> - <location filename="../ViewManager/ViewManager.py" line="5136" /> + <location filename="../ViewManager/ViewManager.py" line="5207" /> + <location filename="../ViewManager/ViewManager.py" line="5198" /> <source>Previous Task</source> <translation>Tâche précédente</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5138" /> + <location filename="../ViewManager/ViewManager.py" line="5200" /> <source>&Previous Task</source> <translation>Tâche &précédente</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5148" /> + <location filename="../ViewManager/ViewManager.py" line="5210" /> <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> <translation><b>Tâche précédente</b><p>Remonte jusqu'à la tâche précédente dans l'éditeur courant.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5168" /> - <location filename="../ViewManager/ViewManager.py" line="5159" /> + <location filename="../ViewManager/ViewManager.py" line="5230" /> + <location filename="../ViewManager/ViewManager.py" line="5221" /> <source>Next Change</source> <translation>Modification suivante</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5161" /> + <location filename="../ViewManager/ViewManager.py" line="5223" /> <source>&Next Change</source> <translation>Modificatio&n suivante</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5171" /> + <location filename="../ViewManager/ViewManager.py" line="5233" /> <source><b>Next Change</b><p>Go to next line of the current editor having a change marker.</p></source> <translation><b>Modification suivante</b><p>Aller à la ligne suivante ayant un marquer de modification sur l'éditeur courant. </p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5191" /> - <location filename="../ViewManager/ViewManager.py" line="5182" /> + <location filename="../ViewManager/ViewManager.py" line="5253" /> + <location filename="../ViewManager/ViewManager.py" line="5244" /> <source>Previous Change</source> <translation>Modification précédente</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5184" /> + <location filename="../ViewManager/ViewManager.py" line="5246" /> <source>&Previous Change</source> <translation>Modification &précédente</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5194" /> + <location filename="../ViewManager/ViewManager.py" line="5256" /> <source><b>Previous Change</b><p>Go to previous line of the current editor having a change marker.</p></source> <translation><b>Modification précédente </b><p>Aller à la ligne précédente ayant un marqueur de modification dans l'éditeur courant.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5215" /> - <location filename="../ViewManager/ViewManager.py" line="5213" /> + <location filename="../ViewManager/ViewManager.py" line="5277" /> + <location filename="../ViewManager/ViewManager.py" line="5275" /> <source>&Bookmarks</source> <translation>&Signets</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5259" /> - <location filename="../ViewManager/ViewManager.py" line="5257" /> + <location filename="../ViewManager/ViewManager.py" line="5321" /> + <location filename="../ViewManager/ViewManager.py" line="5319" /> <source>Bookmarks</source> <translation>Signets</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5293" /> + <location filename="../ViewManager/ViewManager.py" line="5355" /> <source>Check spelling</source> <translation>Vérification orthographique</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5295" /> + <location filename="../ViewManager/ViewManager.py" line="5357" /> <source>Check &spelling...</source> <translation>&Vérification orthographique...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5297" /> + <location filename="../ViewManager/ViewManager.py" line="5359" /> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation>Shift+F7</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5306" /> + <location filename="../ViewManager/ViewManager.py" line="5368" /> <source>Perform spell check of current editor</source> <translation>Effectue la vérification orthographique dans l'éditeur courant</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5311" /> - <source><b>Check spelling</b><p>Perform a spell check of the current editor.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="5321" /> - <source>Automatic spell checking</source> - <translation>Vérification orthographique automatique</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="5323" /> - <source>&Automatic spell checking</source> - <translation>Vérification orthographique &automatique</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="5331" /> - <source>(De-)Activate automatic spell checking</source> - <translation>Active/Désactive la vérification orthographique automatique</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="5336" /> - <source><b>Automatic spell checking</b><p>Activate or deactivate the automatic spell checking function of all editors.</p></source> - <translation><b>Vérification orthographique</b><p>Active ou désactive la vérification orthographique automatique dans tous les éditeurs.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="5370" /> - <source>Edit Dictionary</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="5373" /> + <source><b>Check spelling</b><p>Perform a spell check of the current editor.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="5383" /> + <source>Automatic spell checking</source> + <translation>Vérification orthographique automatique</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="5385" /> + <source>&Automatic spell checking</source> + <translation>Vérification orthographique &automatique</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="5393" /> + <source>(De-)Activate automatic spell checking</source> + <translation>Active/Désactive la vérification orthographique automatique</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="5398" /> + <source><b>Automatic spell checking</b><p>Activate or deactivate the automatic spell checking function of all editors.</p></source> + <translation><b>Vérification orthographique</b><p>Active ou désactive la vérification orthographique automatique dans tous les éditeurs.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="5432" /> + <source>Edit Dictionary</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="5435" /> <source>Project Word List</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5377" /> + <location filename="../ViewManager/ViewManager.py" line="5439" /> <source>Project Exception List</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5382" /> + <location filename="../ViewManager/ViewManager.py" line="5444" /> <source>User Word List</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5386" /> + <location filename="../ViewManager/ViewManager.py" line="5448" /> <source>User Exception List</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5407" /> - <location filename="../ViewManager/ViewManager.py" line="5405" /> + <location filename="../ViewManager/ViewManager.py" line="5469" /> + <location filename="../ViewManager/ViewManager.py" line="5467" /> <source>Spelling</source> <translation>Orthographe</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5433" /> - <source>Open files</source> - <translation>Ouvrir Fichiers</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="5491" /> - <source>File Modified</source> - <translation>Fichier Modifié</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="5492" /> + <source>Open Files</source> + <translation type="unfinished">Ouvrir Fichiers</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="5521" /> + <location filename="../ViewManager/ViewManager.py" line="5511" /> + <source>Open Remote Files</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="5578" /> + <source>File Modified</source> + <translation>Fichier Modifié</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="5579" /> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Le fichier <b>{0}</b> a des modifications non enregistrées. </p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5969" /> + <location filename="../ViewManager/ViewManager.py" line="6076" /> <source>Line: {0:5}</source> <translation>Ligne: {0:5}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5975" /> + <location filename="../ViewManager/ViewManager.py" line="6082" /> <source>Pos: {0:5}</source> <translation>Position: {0:5}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5995" /> + <location filename="../ViewManager/ViewManager.py" line="6102" /> <source>Language: {0}</source> <translation>Langage : {0}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6004" /> + <location filename="../ViewManager/ViewManager.py" line="6111" /> <source>EOL Mode: {0}</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6500" /> - <location filename="../ViewManager/ViewManager.py" line="6457" /> + <location filename="../ViewManager/ViewManager.py" line="6636" /> + <location filename="../ViewManager/ViewManager.py" line="6593" /> <source>&Clear</source> <translation>&Effacer</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6494" /> + <location filename="../ViewManager/ViewManager.py" line="6630" /> <source>&Add</source> <translation>&Ajouter</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6497" /> + <location filename="../ViewManager/ViewManager.py" line="6633" /> <source>&Edit...</source> <translation>&Editer...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="7567" /> - <location filename="../ViewManager/ViewManager.py" line="7553" /> - <location filename="../ViewManager/ViewManager.py" line="7521" /> + <location filename="../ViewManager/ViewManager.py" line="7703" /> + <location filename="../ViewManager/ViewManager.py" line="7689" /> + <location filename="../ViewManager/ViewManager.py" line="7657" /> <source>Edit Spelling Dictionary</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="7524" /> + <location filename="../ViewManager/ViewManager.py" line="7660" /> <source><p>The spelling dictionary file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="7540" /> + <location filename="../ViewManager/ViewManager.py" line="7676" /> <source>Editing {0}</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="7556" /> + <location filename="../ViewManager/ViewManager.py" line="7692" /> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="7570" /> + <location filename="../ViewManager/ViewManager.py" line="7706" /> <source>The spelling dictionary was saved successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6679" /> + <location filename="../ViewManager/ViewManager.py" line="5522" /> + <source>You must be connected to a remote eric-ide server. Aborting...</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="6815" /> <source>Clear Editor</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6680" /> + <location filename="../ViewManager/ViewManager.py" line="6816" /> <source>Do you really want to delete all text of the current editor?</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="8102" /> - <location filename="../ViewManager/ViewManager.py" line="8085" /> + <location filename="../ViewManager/ViewManager.py" line="8236" /> + <location filename="../ViewManager/ViewManager.py" line="8219" /> <source>File System Watcher Error</source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="8086" /> + <location filename="../ViewManager/ViewManager.py" line="8220" /> <source><p>The operating system resources for file system watches are exhausted. This limit should be increased. On a Linux system you should <ul><li>sudo nano /etc/sysctl.conf</li><li>add to the bottom "fs.inotify.max_user_instances = 1024"</li><li>save and close the editor</li><li>sudo sysctl -p</li></ul></p><p>Error Message: {0}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="8103" /> + <location filename="../ViewManager/ViewManager.py" line="8237" /> <source>The file system watcher reported an error with code <b>{0}</b>.</p><p>Error Message: {1}</p></source> <translation type="unfinished" /> </message> @@ -98192,12 +99160,20 @@ <translation type="unfinished" /> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="601" /> + <location filename="../HexEdit/HexEditMainWindow.py" line="609" /> <source>Ctrl+G</source> <comment>Search|Goto Offset</comment> <translation>Ctrl+G</translation> </message> <message> + <source><b>Save File as</b><p>Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.</p></source> + <translation type="vanished"><b>Enregistrer sous</b><p>Enregistre le buffer dans un nouveau fichier. Le nom du fichier est choisi via une boite de sélection de fichier.</p></translation> + </message> + <message> + <source>Open files</source> + <translation type="vanished">Ouvrir Fichiers</translation> + </message> + <message> <source>Convert &Line End Characters</source> <translation type="vanished">Conversion des caractères de fin de &lignes</translation> </message> @@ -98365,27 +99341,27 @@ <context> <name>VirtualenvAddEditDialog</name> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="55" /> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="58" /> <source>Edit Virtual Environment</source> <translation type="unfinished" /> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="57" /> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="60" /> <source>Add Virtual Environment</source> <translation type="unfinished">Ajouter environnement virtuel</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="65" /> - <source>Virtualenv Target Directory</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="70" /> + <source>Virtualenv Target Directory</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="80" /> <source>Python Interpreter</source> <translation>Interpréteur Python</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="74" /> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="91" /> <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source> <translation type="unfinished" /> </message> @@ -98401,6 +99377,67 @@ </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> + <source>Environment Type</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> + <source>Select to indicate a standard environment</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> + <source>Standard</source> + <translation type="unfinished">Standard</translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> + <source>Select to indicate an Anaconda environment</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> + <source>Anaconda</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> + <source>Select to indicate a remotely (ssh) accessed environment</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> + <source>Remote</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> + <source>Select to indicate an eric-ide server environment.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> + <source>eric-ide server</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> + <source>Select,if this is a global environment (i.e. no virtual environment directory to be given)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> + <source><b>Global Environment</b> +<p>Setting this indicates, that the environment is defined globally, i.e. not user specific. Usually such environments cannot be deleted by a standard user. The respective button of the Virtual Environment Manager dialog will be disabled for these entries.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> + <source>Global Environment</source> + <translation>Environnement global</translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> <source>Directory:</source> <translation>Répertoire :</translation> </message> @@ -98421,42 +99458,6 @@ </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> - <source>Select,if this is a global environment (i.e. no virtual environment directory to be given)</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> - <source><b>Global Environment</b> -<p>Setting this indicates, that the environment is defined globally, i.e. not user specific. Usually such environments cannot be deleted by a standard user. The respective button of the Virtual Environment Manager dialog will be disabled for these entries.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> - <source>Global Environment</source> - <translation>Environnement global</translation> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> - <source>Select, if this is a Conda environment</source> - <translation>Cocher si c'est un environnement conda</translation> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> - <source>Conda Environment</source> - <translation>Environnement conda</translation> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> - <source>Select, if this is a remotely accessed environment</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> - <source>Remote Environment</source> - <translation>Environnement distant</translation> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> <source>PATH Prefix:</source> <translation type="unfinished" /> </message> @@ -98465,6 +99466,28 @@ <source>Description:</source> <translation type="unfinished">Description:</translation> </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> + <source>Server:</source> + <translation type="unfinished">Serveur :</translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> + <source>Shows the host name of the server this entry belongs to (eric-ide server environment only)</source> + <translation type="unfinished" /> + </message> + <message> + <source>Select, if this is a Conda environment</source> + <translation type="vanished">Cocher si c'est un environnement conda</translation> + </message> + <message> + <source>Conda Environment</source> + <translation type="vanished">Environnement conda</translation> + </message> + <message> + <source>Remote Environment</source> + <translation type="vanished">Environnement distant</translation> + </message> </context> <context> <name>VirtualenvConfigurationDialog</name> @@ -99016,54 +100039,54 @@ <context> <name>VirtualenvManager</name> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="298" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="315" /> <source>Add Virtual Environment</source> <translation>Ajouter environnement virtuel</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="299" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="316" /> <source>A virtual environment named <b>{0}</b> exists already. Shall it be replaced?</source> <translation>Un environnement virtuel nommé <b>{0}</b> existe déjà. Faut il le remplacer ?</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="336" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="353" /> <source>Change Virtual Environment</source> <translation>Modifier l'environnement virtuel</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="369" /> - <location filename="../VirtualEnv/VirtualenvManager.py" line="337" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="386" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="354" /> <source>A virtual environment named <b>{0}</b> does not exist. Aborting!</source> <translation type="unfinished" /> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="368" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="385" /> <source>Rename Virtual Environment</source> <translation>Renommer l'environnement virtuel</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="459" /> - <location filename="../VirtualEnv/VirtualenvManager.py" line="393" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="477" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="410" /> <source>{0} - {1}</source> <translation>{0} - {1}</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="400" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="417" /> <source>Delete Virtual Environments</source> <translation>Supprimer les environnements virtuels</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="401" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="418" /> <source>Do you really want to delete these virtual environments?</source> <translation>Voulez-vous vraiment supprimer ces environnements virtuels ?</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="466" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="484" /> <source>Remove Virtual Environments</source> <translation>Supprimer les environnements virtuels</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="467" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="485" /> <source>Do you really want to remove these virtual environments?</source> <translation>Voulez-vous vraiment supprimer ces environnements virtuels ?</translation> </message> @@ -104936,12 +105959,14 @@ <context> <name>eric7_ide</name> <message> + <location filename="../eric7_ide.py" line="410" /> <location filename="../eric7_ide.py" line="408" /> <source>Starting...</source> <translation type="unfinished">Démarrage...</translation> </message> <message> - <location filename="../eric7_ide.py" line="414" /> + <location filename="../eric7_ide.py" line="421" /> + <location filename="../eric7_ide.py" line="418" /> <source>Generating Main Window...</source> <translation type="unfinished">Création de la fenêtre principale...</translation> </message>