Fri, 28 Aug 2015 12:26:10 +0200
Updated translations and source docu.
--- a/Documentation/Help/source.qhp Thu Aug 27 17:17:01 2015 +0200 +++ b/Documentation/Help/source.qhp Fri Aug 28 12:26:10 2015 +0200 @@ -12038,6 +12038,7 @@ <keyword name="UserInterface.__initQtDocActions" id="UserInterface.__initQtDocActions" ref="eric6.UI.UserInterface.html#UserInterface.__initQtDocActions" /> <keyword name="UserInterface.__initStatusbar" id="UserInterface.__initStatusbar" ref="eric6.UI.UserInterface.html#UserInterface.__initStatusbar" /> <keyword name="UserInterface.__initToolbars" id="UserInterface.__initToolbars" ref="eric6.UI.UserInterface.html#UserInterface.__initToolbars" /> + <keyword name="UserInterface.__initToolsMenu" id="UserInterface.__initToolsMenu" ref="eric6.UI.UserInterface.html#UserInterface.__initToolsMenu" /> <keyword name="UserInterface.__installPlugins" id="UserInterface.__installPlugins" ref="eric6.UI.UserInterface.html#UserInterface.__installPlugins" /> <keyword name="UserInterface.__ircAutoConnected" id="UserInterface.__ircAutoConnected" ref="eric6.UI.UserInterface.html#UserInterface.__ircAutoConnected" /> <keyword name="UserInterface.__lastEditorClosed" id="UserInterface.__lastEditorClosed" ref="eric6.UI.UserInterface.html#UserInterface.__lastEditorClosed" /> @@ -12077,6 +12078,7 @@ <keyword name="UserInterface.__showNext" id="UserInterface.__showNext" ref="eric6.UI.UserInterface.html#UserInterface.__showNext" /> <keyword name="UserInterface.__showPixmap" id="UserInterface.__showPixmap" ref="eric6.UI.UserInterface.html#UserInterface.__showPixmap" /> <keyword name="UserInterface.__showPluginInfo" id="UserInterface.__showPluginInfo" ref="eric6.UI.UserInterface.html#UserInterface.__showPluginInfo" /> + <keyword name="UserInterface.__showPluginToolsMenu" id="UserInterface.__showPluginToolsMenu" ref="eric6.UI.UserInterface.html#UserInterface.__showPluginToolsMenu" /> <keyword name="UserInterface.__showPrevious" id="UserInterface.__showPrevious" ref="eric6.UI.UserInterface.html#UserInterface.__showPrevious" /> <keyword name="UserInterface.__showPyQt4Doc" id="UserInterface.__showPyQt4Doc" ref="eric6.UI.UserInterface.html#UserInterface.__showPyQt4Doc" /> <keyword name="UserInterface.__showPyQt5Doc" id="UserInterface.__showPyQt5Doc" ref="eric6.UI.UserInterface.html#UserInterface.__showPyQt5Doc" /> @@ -12092,7 +12094,7 @@ <keyword name="UserInterface.__showSystemEmailClient" id="UserInterface.__showSystemEmailClient" ref="eric6.UI.UserInterface.html#UserInterface.__showSystemEmailClient" /> <keyword name="UserInterface.__showToolGroupsMenu" id="UserInterface.__showToolGroupsMenu" ref="eric6.UI.UserInterface.html#UserInterface.__showToolGroupsMenu" /> <keyword name="UserInterface.__showToolbarsMenu" id="UserInterface.__showToolbarsMenu" ref="eric6.UI.UserInterface.html#UserInterface.__showToolbarsMenu" /> - <keyword name="UserInterface.__showToolsMenu" id="UserInterface.__showToolsMenu" ref="eric6.UI.UserInterface.html#UserInterface.__showToolsMenu" /> + <keyword name="UserInterface.__showUserToolsMenu" id="UserInterface.__showUserToolsMenu" ref="eric6.UI.UserInterface.html#UserInterface.__showUserToolsMenu" /> <keyword name="UserInterface.__showVersions" id="UserInterface.__showVersions" ref="eric6.UI.UserInterface.html#UserInterface.__showVersions" /> <keyword name="UserInterface.__showWindowMenu" id="UserInterface.__showWindowMenu" ref="eric6.UI.UserInterface.html#UserInterface.__showWindowMenu" /> <keyword name="UserInterface.__showWizardsMenu" id="UserInterface.__showWizardsMenu" ref="eric6.UI.UserInterface.html#UserInterface.__showWizardsMenu" />
--- a/Documentation/Source/eric6.UI.UserInterface.html Thu Aug 27 17:17:01 2015 +0200 +++ b/Documentation/Source/eric6.UI.UserInterface.html Fri Aug 28 12:26:10 2015 +0200 @@ -353,6 +353,9 @@ <td><a href="#UserInterface.__initToolbars">__initToolbars</a></td> <td>Private slot to create the toolbars.</td> </tr><tr> +<td><a href="#UserInterface.__initToolsMenu">__initToolsMenu</a></td> +<td>Private slot to initialize the Tools menu.</td> +</tr><tr> <td><a href="#UserInterface.__installPlugins">__installPlugins</a></td> <td>Private slot to show a dialog to install a new plugin.</td> </tr><tr> @@ -470,6 +473,9 @@ <td><a href="#UserInterface.__showPluginInfo">__showPluginInfo</a></td> <td>Private slot to show the plugin info dialog.</td> </tr><tr> +<td><a href="#UserInterface.__showPluginToolsMenu">__showPluginToolsMenu</a></td> +<td>Private slot to show the Plugin Tools menu.</td> +</tr><tr> <td><a href="#UserInterface.__showPrevious">__showPrevious</a></td> <td>Private slot used to show the previous tab or file.</td> </tr><tr> @@ -515,8 +521,8 @@ <td><a href="#UserInterface.__showToolbarsMenu">__showToolbarsMenu</a></td> <td>Private slot to display the Toolbars menu.</td> </tr><tr> -<td><a href="#UserInterface.__showToolsMenu">__showToolsMenu</a></td> -<td>Private slot to display the Tools menu.</td> +<td><a href="#UserInterface.__showUserToolsMenu">__showUserToolsMenu</a></td> +<td>Private slot to display the User Tools menu.</td> </tr><tr> <td><a href="#UserInterface.__showVersions">__showVersions</a></td> <td>Private slot to handle the Versions dialog.</td> @@ -1202,7 +1208,22 @@ <b>__initToolbars</b>(<i></i>) <p> Private slot to create the toolbars. -</p><a NAME="UserInterface.__installPlugins" ID="UserInterface.__installPlugins"></a> +</p><a NAME="UserInterface.__initToolsMenu" ID="UserInterface.__initToolsMenu"></a> +<h4>UserInterface.__initToolsMenu</h4> +<b>__initToolsMenu</b>(<i></i>) +<p> + Private slot to initialize the Tools menu. +</p><dl> +<dt>Returns:</dt> +<dd> +populated Tools menu +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +QMenu +</dd> +</dl><a NAME="UserInterface.__installPlugins" ID="UserInterface.__installPlugins"></a> <h4>UserInterface.__installPlugins</h4> <b>__installPlugins</b>(<i>pluginFileNames=[]</i>) <p> @@ -1484,6 +1505,11 @@ <b>__showPluginInfo</b>(<i></i>) <p> Private slot to show the plugin info dialog. +</p><a NAME="UserInterface.__showPluginToolsMenu" ID="UserInterface.__showPluginToolsMenu"></a> +<h4>UserInterface.__showPluginToolsMenu</h4> +<b>__showPluginToolsMenu</b>(<i></i>) +<p> + Private slot to show the Plugin Tools menu. </p><a NAME="UserInterface.__showPrevious" ID="UserInterface.__showPrevious"></a> <h4>UserInterface.__showPrevious</h4> <b>__showPrevious</b>(<i></i>) @@ -1582,11 +1608,11 @@ <b>__showToolbarsMenu</b>(<i></i>) <p> Private slot to display the Toolbars menu. -</p><a NAME="UserInterface.__showToolsMenu" ID="UserInterface.__showToolsMenu"></a> -<h4>UserInterface.__showToolsMenu</h4> -<b>__showToolsMenu</b>(<i></i>) +</p><a NAME="UserInterface.__showUserToolsMenu" ID="UserInterface.__showUserToolsMenu"></a> +<h4>UserInterface.__showUserToolsMenu</h4> +<b>__showUserToolsMenu</b>(<i></i>) <p> - Private slot to display the Tools menu. + Private slot to display the User Tools menu. </p><a NAME="UserInterface.__showVersions" ID="UserInterface.__showVersions"></a> <h4>UserInterface.__showVersions</h4> <b>__showVersions</b>(<i></i>)
--- a/i18n/eric6_cs.ts Thu Aug 27 17:17:01 2015 +0200 +++ b/i18n/eric6_cs.ts Fri Aug 28 12:26:10 2015 +0200 @@ -79,12 +79,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source>Subscribe?</source> <translation>Odebírat?</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation><p>Přihlásit k odběru tento AdBlock?</p><p>{0}</p></translation> </message> @@ -289,47 +289,47 @@ <context> <name>AdBlockSubscription</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>Load subscription rules</source> <translation>Nahrát odebíraná pravidla</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source>Downloading subscription rules</source> <translation>Stažení odebíraných pravidel</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="425"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="430"/> <source>Got empty subscription rules.</source> <translation>Odebíraná pravidla jsou prázdná.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Saving subscription rules</source> <translation>Ukládání odebíraných pravidel</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="304"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="309"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation>Nelze otevřít adblock soubor '{0}' pro čtení.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="412"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="417"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation><p>Pravidla pro předplatné nelze stáhnout.</p><p>Chyba: {0}</p></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation>Nelze otevřít adblock soubor '{0}' pro zápis.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>AdBlock file '{0}' does not start with [Adblock.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source><p>AdBlock subscription <b>{0}</b> has a wrong checksum.<br/>Found: {1}<br/>Calculated: {2}<br/>Use it anyway?</p></source> <translation type="unfinished"></translation> </message> @@ -4164,11 +4164,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="346"/> - <source>VirusTotal Interface</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationDialog.py" line="332"/> <source>Security</source> <translation type="unfinished">Bezpečnost</translation> @@ -4212,22 +4207,22 @@ <translation>neznámý</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source>New Connection</source> <translation>Nové spojení</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source><p>Accept connection from <strong>{0}@{1}</strong>?</p></source> <translation><p>Přijmout připojení z <strong>{0}@{1}</strong>?</p></translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="454"/> + <location filename="../Cooperation/Connection.py" line="457"/> <source>* Connection to {0}:{1} refused.</source> <translation>* Připojení z {0}:{1} odmítnuto.</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="207"/> + <location filename="../Cooperation/Connection.py" line="208"/> <source>* Connection attempted by banned user '{0}'.</source> <translation>* Pokus o připojení od zakázaného uživatele '{0}'.</translation> </message> @@ -4753,12 +4748,12 @@ <translation>&Filtr pro:</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source>Code Generation</source> <translation>Generování kódu</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source>uic error</source> <translation>uic chyba</translation> </message> @@ -4773,22 +4768,22 @@ <translation>Soubor <b>{0}</b> existuje ale neobsahuje žádné třídy.</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source><p>There was an error loading the form <b>{0}</b>.</p><p>{1}</p></source> <translation><p>Byla nalezena chyba načtená z <b>{0}</b>.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="410"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="411"/> <source><p>Could not open the code template file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Template soubor <b>{0}</b> nelze otevřít.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="446"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="447"/> <source><p>Could not open the source file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Nelze ovevřít source soubor "{0}".</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source><p>Could not write the source file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Nelze zapsat do source souboru "{0}".</p><p>Důvod: {1}</p></translation> </message> @@ -7010,11 +7005,6 @@ <translation type="unfinished">{0} z {1} - zastaveno</translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadItem.py" line="208"/> - <source>VirusTotal scan scheduled: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/Download/DownloadItem.ui" line="88"/> <source>Press to pause the download</source> <translation type="unfinished"></translation> @@ -8507,7 +8497,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source>Open File</source> <translation>Otevřít soubor</translation> </message> @@ -8817,52 +8807,52 @@ <translation>LMB přepínač breakpointů</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <source>Modification of Read Only file</source> <translation>Modifikace souboru otevřeného jen pro čtení</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Pokoušíte se změnit soubor, který je otevřen jen pro čtení. Prosím, uložte jej nejdříve do jiného souboru.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2416"/> + <location filename="../QScintilla/Editor.py" line="2414"/> <source>Printing...</source> <translation>Tisk...</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="2431"/> + <source>Printing completed</source> + <translation>Tisk je hotov</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="2433"/> - <source>Printing completed</source> - <translation>Tisk je hotov</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2435"/> <source>Error while printing</source> <translation>Chyba během tisku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2438"/> + <location filename="../QScintilla/Editor.py" line="2436"/> <source>Printing aborted</source> <translation>Tisk byl zrušen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <source>Save File</source> <translation>Uložit soubor</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source>File Modified</source> <translation>Soubor je modifikován</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <source>Autocompletion</source> <translation>Autodoplňování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Autodoplňování není dostupné protože zdrojová část autodoplňování nebyla nalezena.</translation> </message> @@ -9187,17 +9177,17 @@ <translation>Alternativy ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Soubor <b>{0}</b> obsahuje neuložené změny.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2954"/> + <location filename="../QScintilla/Editor.py" line="2952"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> </message> @@ -9252,7 +9242,7 @@ <translation>Vyčistit varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> @@ -9277,22 +9267,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Activating Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Activating Calltip Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> @@ -15505,7 +15495,7 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1097"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Otevřít odkaz v novém tab okně<byte value="x9"/>Ctrl+LMB</translation> </message> @@ -15515,327 +15505,317 @@ <translation><b>Okno nápovědy</b><p>Toto okno zobrazí vybranou informaci nápovědy.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> <source>Web Inspector...</source> <translation>Web inspektor...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2003"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Zkontrolujte adresu na chyby jako je <b>ww</b>.example.org místo <b>www</b>.example.org</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <source>If the address is correct, try checking the network connection.</source> <translation>Je-li adresa vpořádku, prověřte síťové spojení.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2011"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2012"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Je-li vaše šíť chráněna firewallem nebo proxy, ujistěte se, že váš prohlížeč má na tuto síť povolen přístup.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1274"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1275"/> <source>Bookmark this Page</source> <translation>Záložka na tuto stranu</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1101"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <source>Save Lin&k</source> <translation>Uložit lin&k</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1105"/> <source>Bookmark this Link</source> <translation>Záložka na tento link</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> <source>Copy Link to Clipboard</source> <translation>Kopírovat link do schránky</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1126"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1127"/> <source>Open Image in New Tab</source> <translation>Otevřít obrázek v novém tabu</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1131"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> <source>Save Image</source> <translation>Uložit obrázek</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1135"/> <source>Copy Image to Clipboard</source> <translation>Kopíroavt obrázek do schránky</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1137"/> <source>Copy Image Location to Clipboard</source> <translation>Kopírovat cestu obrázku do schránky</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1145"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Block Image</source> <translation>Blokovat obrázek</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1303"/> <source>Search with...</source> <translation>Hledat s...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="839"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="840"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Soubor <b>{}</b> neexistuje.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="884"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="885"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p>Nelze spustit prohlížeč se souborem <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="864"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="865"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p>Nelze spustit aplikaci pro URL <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1981"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1982"/> <source>Error loading page: {0}</source> <translation>Chyba při načítání strany: {0}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2000"/> <source>When connecting to: {0}.</source> <translation>Při připojení na: {0}.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2085"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2086"/> <source>bytes</source> <translation type="unfinished">bajty</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2089"/> <source>kB</source> <translation type="unfinished">kB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2092"/> <source>MB</source> <translation type="unfinished">MB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1351"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1352"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2017"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2018"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> - <source>Scan Link with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> - <source>Scan Image with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1113"/> <source>Send Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1141"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1237"/> <source>This Frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1240"/> <source>Show &only this frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1243"/> <source>Show in new &tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>&Print</source> <translation type="unfinished">&Tisk</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1251"/> <source>Print Preview</source> <translation type="unfinished">Náhled tisku</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1254"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1258"/> <source>Zoom &in</source> <translation type="unfinished">Př&iblížit</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1261"/> <source>Zoom &reset</source> <translation type="unfinished">&Resetovat lupu</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> <source>Zoom &out</source> <translation type="unfinished">&Oddálit</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1278"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1296"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1328"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1335"/> <source>Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1343"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1282"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2023"/> <source>Try Again</source> <translation type="unfinished">Zkusit znova</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1170"/> <source>Play</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1174"/> <source>Pause</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1178"/> <source>Unmute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1182"/> <source>Mute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1186"/> <source>Copy Media Address to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1190"/> <source>Send Media Address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1194"/> <source>Save Media</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source>eric6 Web Browser</source> <translation type="unfinished">eric5 web prohlížeč {6 ?}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2415"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation type="unfinished"><p>Tisk není dostupný kvůli bugu v PyQt4.Please upgrade.</p> {5.?}</translation> </message> @@ -18543,37 +18523,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1829"/> - <source>VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1835"/> - <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1883"/> - <source>Search VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1889"/> - <source>Scan current site</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3637"/> - <source>VirusTotal Scan</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3637"/> - <source><p>The VirusTotal scan could not be scheduled.<p> -<p>Reason: {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1451"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> @@ -31292,57 +31241,57 @@ <context> <name>Listspace</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="235"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="237"/> <source>Close</source> <translation>Zavřít</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="244"/> <source>Close All</source> <translation>Zavřít vše</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="247"/> <source>Save</source> <translation>Uložit</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="250"/> <source>Save As...</source> <translation>Uložit jako...</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="251"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="253"/> <source>Save All</source> <translation>Uložit vše</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="259"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="261"/> <source>Print</source> <translation>Tisk</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="394"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="396"/> <source>Untitled {0}</source> <translation>Beze jména {0}</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="515"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="517"/> <source>{0} (ro)</source> <translation></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="257"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="263"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="265"/> <source>Copy Path to Clipboard</source> <translation type="unfinished">Kopírovat cestu do schránky</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="238"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="240"/> <source>Close Others</source> <translation type="unfinished">Zavřít ostatní</translation> </message> @@ -32925,12 +32874,12 @@ <context> <name>NetworkAccessManager</name> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="216"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="217"/> <source><b>Enter username and password for '{0}'</b></source> <translation><b>Zadejte uživatelské jméno a heslo pro '{0}'</b></translation> </message> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="213"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="214"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation><b>Zadejte uživatelské jméno a heslo pro {0}', realm '{1}'</b></translation> </message> @@ -33984,7 +33933,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>Re-encoding saved passwords...</source> <translation type="unfinished"></translation> </message> @@ -34000,12 +33949,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>%v/%m Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="636"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="637"/> <source>Passwords</source> <translation type="unfinished"></translation> </message> @@ -34588,22 +34537,22 @@ <translation>Plugin archiv (*.zip)</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="231"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="234"/> <source> ok</source> <translation> ok</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="238"/> - <source>The plugins were installed successfully.</source> - <translation>Pluginy byly úspěšně instalovány.</translation> - </message> - <message> <location filename="../PluginManager/PluginInstallDialog.py" line="241"/> + <source>The plugins were installed successfully.</source> + <translation>Pluginy byly úspěšně instalovány.</translation> + </message> + <message> + <location filename="../PluginManager/PluginInstallDialog.py" line="244"/> <source>Some plugins could not be installed.</source> <translation>Některé pluginy nebyly instalovány.</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="467"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="470"/> <source>Unspecific exception installing plugin.</source> <translation>Neznámá výjimka při instalaci pluginu.</translation> </message> @@ -34622,47 +34571,47 @@ <translation>Plugin ZIP-Archivy:{0}Umístění:{1} ({2})</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="226"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="229"/> <source>Installing {0} ...</source> <translation>Instalovat {0}...</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="271"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="274"/> <source><p>The archive file <b>{0}</b> does not exist. Aborting...</p></source> <translation><p>Soubor archívu <b>{0}</b> neexistuje. Zrušeno...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="307"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="310"/> <source><p>The file <b>{0}</b> is not a valid plugin ZIP-archive. Aborting...</p></source> <translation><p>Soubor <b>{0}</b> není platný ZIP archiv plugin. Zrušeno...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="287"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="290"/> <source><p>The destination directory <b>{0}</b> is not writeable. Aborting...</p></source> <translation><p>Do cílového adresáře <b>{0}</b> nelze zapisovat. Zrušeno...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="353"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="356"/> <source><p>The plugin module <b>{0}</b> does not contain a 'packageName' attribute. Aborting...</p></source> <translation><p>Plugin modul <b>{0}</b> neobsahuje atribut 'packageName'.</p><p>Zrušeno...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="361"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="364"/> <source><p>The plugin module <b>{0}</b> does not conform with the PyQt v2 API. Aborting...</p></source> <translation><p>Plugin modul <b>{0}</b> není v souladu s PyQt v2 API. Zrušeno...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="372"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="375"/> <source><p>The plugin package <b>{0}</b> exists. Aborting...</p></source> <translation><p>Plugin balíček <b>{0}</b> již existuje. Zrušeno...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="381"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="384"/> <source><p>The plugin module <b>{0}</b> exists. Aborting...</p></source> <translation><p>Plugin modul <b>{0}</b> již existuje. Zrušeno...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="460"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="463"/> <source>Error installing plugin. Reason: {0}</source> <translation>Chyba při instalaci pluginu. Důvod: {0}</translation> </message> @@ -34670,22 +34619,22 @@ <context> <name>PluginManager</name> <message> - <location filename="../PluginManager/PluginManager.py" line="541"/> + <location filename="../PluginManager/PluginManager.py" line="538"/> <source>Incompatible plugin activation method.</source> <translation>Nekompatibilní metoda aktivace pluginu.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="342"/> + <location filename="../PluginManager/PluginManager.py" line="339"/> <source>Module is missing the 'autoactivate' attribute.</source> <translation>Modulu chybí atribut 'autoaktivace'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="367"/> + <location filename="../PluginManager/PluginManager.py" line="364"/> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation>Modulu chybí atributy 'pluginType' a/nebo 'pluginTypename'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <source>Plugin Manager Error</source> <translation>Chyba plugin manažeru</translation> </message> @@ -34695,47 +34644,47 @@ <translation>Nelze vytvořit balíček pro {0}.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="222"/> + <location filename="../PluginManager/PluginManager.py" line="218"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation>Interní adresář zásuvných modulů <b>{0}</b> neexistuje.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="385"/> + <location filename="../PluginManager/PluginManager.py" line="382"/> <source>Module failed to load. Error: {0}</source> <translation>Modul se nepodařilo načíst. Chyba: {0}</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <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>Download plugin adresář <b>{0}</b> se nepodařilo vytvořit. Prosím, upravte nastavení přes konfigurační dialog.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source>Error downloading file</source> <translation type="unfinished">Chyba při stahování souboru</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation type="unfinished"><p>Nelze stáhnout požadovaný soubor z {0}.</p><p>Chyba: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source>New plugin versions available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="348"/> + <location filename="../PluginManager/PluginManager.py" line="345"/> <source>Module is missing the Python2 compatibility flag. Please update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="353"/> + <location filename="../PluginManager/PluginManager.py" line="350"/> <source>Module is not Python2 compatible.</source> <translation type="unfinished"></translation> </message> @@ -52870,82 +52819,82 @@ <context> <name>TabWidget</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="207"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="209"/> <source>Close the current editor</source> <translation>Zavřít aktuální editor</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="239"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="241"/> <source>Move Left</source> <translation>Posun doleva</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="244"/> <source>Move Right</source> <translation>Posun doprava</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="252"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="254"/> <source>Close</source> <translation>Zavřít</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="258"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="260"/> <source>Close All</source> <translation>Zavřít vše</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="261"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="263"/> <source>Save</source> <translation>Uložit</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="264"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="266"/> <source>Save As...</source> <translation>Uložit jako...</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="267"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="269"/> <source>Save All</source> <translation>Uložit vše</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="275"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="277"/> <source>Print</source> <translation>Tisk</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="247"/> <source>Move First</source> <translation>Jít na první</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="250"/> <source>Move Last</source> <translation>Jít na poslední</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="197"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="199"/> <source>Show a navigation menu</source> <translation>Zobrazit menu navigace</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="257"/> <source>Close Others</source> <translation>Zavřít ostatní</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="424"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="426"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="279"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="281"/> <source>Copy Path to Clipboard</source> <translation type="unfinished">Kopírovat cestu do schránky</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="271"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="273"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> @@ -53051,12 +53000,12 @@ <context> <name>Tabview</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="912"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="916"/> <source>Untitled {0}</source> <translation>Beze jména {0}</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1259"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> @@ -56161,7 +56110,7 @@ <translation>Zjistit akt&ualizace...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Report Bug</source> <translation>Reportovat Bugy</translation> </message> @@ -56181,7 +56130,7 @@ <translation><b>Reportovat bug...</b><p>Otevře se dialog pro reportování bugu.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2593"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>Unittest</source> <translation></translation> </message> @@ -56241,7 +56190,7 @@ <translation><b>Unittest Script</b><p>Spustit unittest s aktuálním skriptem.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <source>Unittest Project</source> <translation>Unittest Projekt</translation> </message> @@ -56411,7 +56360,7 @@ <translation><b>Klávesové zkratky</b><p>Nastavení klávesových zkratek aplikace podle zvyklostí uživatele.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5314"/> + <location filename="../UI/UserInterface.py" line="5334"/> <source>Export Keyboard Shortcuts</source> <translation>Exportovat klávesové zkratky</translation> </message> @@ -56431,7 +56380,7 @@ <translation><b>Export klávesových zkratek</b><p>Exportují se klávesové zkratky z aplikace.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Import Keyboard Shortcuts</source> <translation>Import klávesových zkratek</translation> </message> @@ -56521,147 +56470,147 @@ <translation>E&xtra funkce</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2438"/> + <location filename="../UI/UserInterface.py" line="3309"/> <source>&Tools</source> <translation>&Nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2441"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Select Tool Group</source> <translation>Vybrat skupinu nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Se&ttings</source> <translation>Nas&tavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2468"/> <source>&Window</source> <translation>O&kno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>&Toolbars</source> <translation>&Toolbary</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2518"/> <source>&Help</source> <translation>&Nápověda</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2590"/> + <source>Tools</source> + <translation>Nástroje</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2592"/> - <source>Tools</source> - <translation>Nástroje</translation> + <source>Settings</source> + <translation>Nastavení</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4321"/> + <source>Help</source> + <translation>Nápověda</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2594"/> - <source>Settings</source> - <translation>Nastavení</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4301"/> - <source>Help</source> - <translation>Nápověda</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2596"/> <source>Profiles</source> <translation>Profily</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2946"/> + <location filename="../UI/UserInterface.py" line="2944"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Čísla verzí</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6100"/> + <location filename="../UI/UserInterface.py" line="6120"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>Emailová adresa nebo mail server adresa jsou prázdné. Prosím, nastavte váš email v dialogovém okně Nastavení.</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3360"/> + <source>Configure Tool Groups ...</source> + <translation>Konfigurace Skupin nástrojů...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3364"/> + <source>Configure current Tool Group ...</source> + <translation>Konfigurace aktuální skupiny nástrojů...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3311"/> - <source>Configure Tool Groups ...</source> - <translation>Konfigurace Skupin nástrojů...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3315"/> - <source>Configure current Tool Group ...</source> - <translation>Konfigurace aktuální skupiny nástrojů...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3365"/> <source>&Builtin Tools</source> <translation>&Vestavěné nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <source>There is no main script defined for the current project. Aborting</source> <translation>V aktuálním projektu není definován hlavní skript. Zrušeno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source>Problem</source> <translation>Problém</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4301"/> + <location filename="../UI/UserInterface.py" line="4321"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Aktuálně není vybrán žádný prohlížeč. Prosím otevřete Nastavení a nějaký vyberte.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4335"/> + <location filename="../UI/UserInterface.py" line="4355"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Nemohu spustit prohlížeč nápovědy.<br>Ověřte jestli je dostupný jako <b>hh</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source>Documentation Missing</source> <translation>Dokumentace chybí</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source>Documentation</source> <translation>Dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4871"/> + <location filename="../UI/UserInterface.py" line="4891"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>Adresář PyQt4 dokumentace není nakonfigurován.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source>Save tasks</source> <translation>Uložit úlohy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source>Read tasks</source> <translation>Načíst úlohy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source>Drop Error</source> <translation>Zahodit chybu</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="6082"/> + <source>Error during updates check</source> + <translation>Chyba během zjišťování aktualizací</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="6062"/> - <source>Error during updates check</source> - <translation>Chyba během zjišťování aktualizací</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6042"/> <source>Update available</source> <translation>Byla nalezena aktualizace</translation> </message> @@ -56676,17 +56625,17 @@ <translation>Zobrazit externí nás&troje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6062"/> + <location filename="../UI/UserInterface.py" line="6082"/> <source>Could not perform updates check.</source> <translation>Kontrolu updatů nelze provést.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5882"/> + <location filename="../UI/UserInterface.py" line="5902"/> <source>&Cancel</source> <translation>&Zrušit</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6147"/> <source>First time usage</source> <translation>Spuštěno poprvé</translation> </message> @@ -56696,12 +56645,12 @@ <translation>Inicializace Plugin manažera...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2506"/> + <location filename="../UI/UserInterface.py" line="2504"/> <source>P&lugins</source> <translation>P&luginy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2597"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Plugins</source> <translation>Pluginy</translation> </message> @@ -56726,7 +56675,7 @@ <translation>&Plugin Infa...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3373"/> + <location filename="../UI/UserInterface.py" line="3326"/> <source>&Plugin Tools</source> <translation>&Plugin nástroje</translation> </message> @@ -56746,12 +56695,12 @@ <translation><b>Odinstalovat plugin...</b><p>Otevře dialog pro odinstalaci pluginu.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3463"/> + <location filename="../UI/UserInterface.py" line="3483"/> <source>&Show all</source> <translation>&Zobrazit vše</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3465"/> + <location filename="../UI/UserInterface.py" line="3485"/> <source>&Hide all</source> <translation>&Skrýt vše</translation> </message> @@ -56781,7 +56730,7 @@ <translation>Zobrazit dostupné verze ke stažení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6086"/> + <location filename="../UI/UserInterface.py" line="6106"/> <source><h3>Available versions</h3><table></source> <translation><h3>Dostupné verze</h3><table></translation> </message> @@ -56861,7 +56810,7 @@ <translation>Obnovit manažer nástrojových lišt...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>External Tools</source> <translation>Externí nástroje</translation> </message> @@ -56876,22 +56825,22 @@ <translation>Prohlížeč &multiprojektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source>Save session</source> <translation>Uložit relaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source>Read session</source> <translation>Načíst relaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2751"/> + <location filename="../UI/UserInterface.py" line="2749"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Tato část status baru zobrazuje aktuální kódování editorů.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2765"/> + <location filename="../UI/UserInterface.py" line="2763"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Tato část status baru zobrazuje indikátor práva zápisu editoru do souboru.</p></translation> </message> @@ -56916,17 +56865,17 @@ <translation><b>Požadavek na vlastnost...</b><p>Otevře dialog pro odeslání požadavku.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2744"/> + <location filename="../UI/UserInterface.py" line="2742"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Tato část status baru zobrazuje aktuální jazyk editoru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2772"/> + <location filename="../UI/UserInterface.py" line="2770"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Tato část status baru zobrazuje číslo řádku v aktuálním editoru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2779"/> + <location filename="../UI/UserInterface.py" line="2777"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Tato část status baru zobrazuje pozici kurzoru v aktuálním editoru.</p></translation> </message> @@ -56951,12 +56900,12 @@ <translation><b>Přepnout vodorovnou nástrojovou lištu</b><p>Pokud je vodorovná nástrojová lišta skryta, tak se zobrazí. Je-li zobrazena, skryje se.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <source>Restart application</source> <translation>Restartovat aplikaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <source>The application needs to be restarted. Do it now?</source> <translation>Aplikace potřebuje restartovat. Má se provést nyní?</translation> </message> @@ -56966,12 +56915,12 @@ <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2515"/> + <location filename="../UI/UserInterface.py" line="2513"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2758"/> + <location filename="../UI/UserInterface.py" line="2756"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Tato část status baru zobrazuje eol nastavení v aktuálním editoru.</p></translation> </message> @@ -57111,7 +57060,7 @@ <translation>Editor &ikon...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt 3 support</source> <translation>Qt 3 podpora</translation> </message> @@ -57131,7 +57080,7 @@ <translation>Otevřít PySide dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><p>Počátek dokumentace PySide nebyl nastaven.</p></translation> </message> @@ -57151,111 +57100,111 @@ <translation>{0} - {1} - {2} - pasivní mód</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2849"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>External Tools/{0}</source> <translation>Externí nástroje/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Soubor <b>{0}</b> neexistuje nebo má nulovou délku.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4155"/> + <location filename="../UI/UserInterface.py" line="4175"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Designer.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4222"/> + <location filename="../UI/UserInterface.py" line="4242"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Linguist.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4273"/> + <location filename="../UI/UserInterface.py" line="4293"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Assistant.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4315"/> + <location filename="../UI/UserInterface.py" line="4335"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit aktuální prohlížeč.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4383"/> + <location filename="../UI/UserInterface.py" line="4403"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit UI Previewer.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4438"/> + <location filename="../UI/UserInterface.py" line="4458"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Previewer překladů.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4459"/> + <location filename="../UI/UserInterface.py" line="4479"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nelze spustit SQL Browser.<br>Ujistěte se, že je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4538"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>V externím nástroji '{0}' ve skupině '{1}' nebyl záznam nástroje nalezen.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>No toolgroup entry '{0}' found.</source> <translation>Skupina nástrojů '{0}' nenalezena. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4586"/> + <location filename="../UI/UserInterface.py" line="4606"/> <source>Starting process '{0} {1}'. </source> <translation>Spouštím proces '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Nemohu spustit příkaz <b>{0}</b><br>Ověřte jestli je dostupný jako <b>{1}</b>. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4678"/> + <location filename="../UI/UserInterface.py" line="4698"/> <source>Process '{0}' has exited. </source> <translation>Proces '{0}' byl ukončen. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>Adresář dokumentace "<b>{0}</b>" nebyl nalezen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s úlohami <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s úlohami <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Zápis do souboru relace session <b>{0}</b> se nezdařil.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor relace session <b>{0}</b> nelze přečíst.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> není soubor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5891"/> + <location filename="../UI/UserInterface.py" line="5911"/> <source>Trying host {0}</source> <translation>Zkouším host {0}</translation> </message> @@ -57290,7 +57239,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> @@ -57330,27 +57279,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5945"/> + <location filename="../UI/UserInterface.py" line="5965"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -57436,12 +57385,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4517"/> + <location filename="../UI/UserInterface.py" line="4537"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6146"/> + <location filename="../UI/UserInterface.py" line="6166"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -57661,7 +57610,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2475"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>&Windows</source> <translation type="unfinished">&Windows</translation> </message> @@ -57751,7 +57700,7 @@ <translation type="unfinished">Otevřít Qt4 dokumentaci {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> + <location filename="../UI/UserInterface.py" line="2788"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> @@ -57816,7 +57765,7 @@ <translation type="unfinished">Otevřít PyQt4 dokumentaci {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4932"/> + <location filename="../UI/UserInterface.py" line="4952"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>Adresář PyQt4 dokumentace není nakonfigurován.</p> {5 ?}</translation> </message> @@ -57851,7 +57800,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5882"/> + <location filename="../UI/UserInterface.py" line="5902"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -57871,7 +57820,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5886"/> + <location filename="../UI/UserInterface.py" line="5906"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -57941,30 +57890,40 @@ <translation type="unfinished"><b>Eric API dokumentace</b><p>Zobrazit Eric API dokumentaci. Umístění dokumentace je v podadresáři Documentation/Source v instalačním adresáři eric5.</p> {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished">Qt v.3 není podporováno v eric5. {3 ?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6042"/> + <location filename="../UI/UserInterface.py" line="6062"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished">Aktualizace <b>{0}</b> eric5 je připravena na <b>{1}</b>. Chcete ji stáhnout a nainstalovat? {0}?} {6 ?} {1}?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric5 je aktuální {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>You are using the latest version of eric6</source> <translation type="unfinished">Používáte poslední verzi eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6147"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">eric5 nebyl ještě nakonfigurován. Bude spuštěn konfigurační dialog. {6 ?}</translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="3329"/> + <source>&User Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3407"/> + <source>No User Tools Configured</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/i18n/eric6_de.ts Thu Aug 27 17:17:01 2015 +0200 +++ b/i18n/eric6_de.ts Fri Aug 28 12:26:10 2015 +0200 @@ -79,12 +79,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source>Subscribe?</source> <translation>Abonnieren?</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation><p>Soll dieses AdBlock-Abonnement gebucht werden?</p><p>{0}</p></translation> </message> @@ -289,47 +289,47 @@ <context> <name>AdBlockSubscription</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>Load subscription rules</source> <translation>Abonnementregeln laden</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="304"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="309"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation>Adblock-Datei „{0}“ konnte nicht zum Lesen geöffnet werden.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source>Downloading subscription rules</source> <translation>Lade Abonnementregeln herunter</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="412"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="417"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation><p>Abonnementregeln konnten nicht heruntergeladen werden.</p><p>Fehler: {0}</p></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="425"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="430"/> <source>Got empty subscription rules.</source> <translation>Habe leere Abonnementregeln erhalten.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation>Adblock-Datei „{0}“ konnte nicht zum Schreiben geöffnet werden.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Saving subscription rules</source> <translation>Speichern der Abonnementregeln</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>AdBlock file '{0}' does not start with [Adblock.</source> <translation>AdBlock-Datei „{0}“ startet nicht mit [Adblock.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source><p>AdBlock subscription <b>{0}</b> has a wrong checksum.<br/>Found: {1}<br/>Calculated: {2}<br/>Use it anyway?</p></source> <translation><p>AdBlock Abonnement <b>{0}</b> hat eine falsche Prüfsumme.<br/>Gefunden: {1}<br/>Berechnet: {2}<br/>Trotzdem verwenden?</p></translation> </message> @@ -4173,11 +4173,6 @@ <translation>Systemstarter</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="346"/> - <source>VirusTotal Interface</source> - <translation>VirusTotal-Schnittstelle</translation> - </message> - <message> <location filename="../Preferences/ConfigurationDialog.py" line="332"/> <source>Security</source> <translation>Sicherheit</translation> @@ -4221,22 +4216,22 @@ <translation>unbekannt</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source>New Connection</source> <translation>Neue Verbindung</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source><p>Accept connection from <strong>{0}@{1}</strong>?</p></source> <translation><p>Verbindungswunsch von <strong>{0}@{1}</strong> annehmen?</p></translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="454"/> + <location filename="../Cooperation/Connection.py" line="457"/> <source>* Connection to {0}:{1} refused.</source> <translation>* Verbindung zu {0}:{1} abgelehnt.</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="207"/> + <location filename="../Cooperation/Connection.py" line="208"/> <source>* Connection attempted by banned user '{0}'.</source> <translation>* Verbindungsversuch durch gebannten Nutzer „{0}“.</translation> </message> @@ -4763,32 +4758,32 @@ <translation>&Filtere mit:</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source>Code Generation</source> <translation>Codeerzeugung</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="410"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="411"/> <source><p>Could not open the code template file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Die Codevorlagendatei „{0}“ konnte nicht geöffnet werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="446"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="447"/> <source><p>Could not open the source file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Die Quelltextdatei „{0}“ konnte nicht geöffnet werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source><p>Could not write the source file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Die Quelltextdatei „{0}“ konnte nicht geschrieben werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source>uic error</source> <translation>uic-Fehler</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source><p>There was an error loading the form <b>{0}</b>.</p><p>{1}</p></source> <translation><p>Es gab einen Fehler beim Laden des Formulars <b>{0}</b>.</p><p>{1}</p></translation> </message> @@ -7037,11 +7032,6 @@ <translation>{0} von {1} – Angehalten</translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadItem.py" line="208"/> - <source>VirusTotal scan scheduled: {0}</source> - <translation>Prüfung mit VirusTotal beauftragt: {0}</translation> - </message> - <message> <location filename="../Helpviewer/Download/DownloadItem.ui" line="88"/> <source>Press to pause the download</source> <translation>Drücken, um den Download zu pausieren</translation> @@ -8539,12 +8529,12 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source>Open File</source> <translation>Datei öffnen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <source>Save File</source> <translation>Datei sichern</translation> </message> @@ -8629,22 +8619,22 @@ <translation>Drucken</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2416"/> + <location filename="../QScintilla/Editor.py" line="2414"/> <source>Printing...</source> <translation>Drucke...</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="2431"/> + <source>Printing completed</source> + <translation>Drucken beendet</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="2433"/> - <source>Printing completed</source> - <translation>Drucken beendet</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2435"/> <source>Error while printing</source> <translation>Fehler beim Drucken</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2438"/> + <location filename="../QScintilla/Editor.py" line="2436"/> <source>Printing aborted</source> <translation>Drucken abgebrochen</translation> </message> @@ -8659,7 +8649,7 @@ <translation>Prüfen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source>File Modified</source> <translation>Datei geändert</translation> </message> @@ -8694,12 +8684,12 @@ <translation>Box Kommentar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <source>Modification of Read Only file</source> <translation>Änderungsversuch für eine schreibgeschützte Datei</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Sie versuchen, eine schreibgeschützte Datei zu ändern. Bitte speichern Sie sie zuerst in eine andere Datei.</translation> </message> @@ -8859,12 +8849,12 @@ <translation>Automatische Vervollständigung aktiv</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <source>Autocompletion</source> <translation>Automatische Vervollständigung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Die automatische Vervollständigung ist nicht verfügbar, da keine Quelle gesetzt ist.</translation> </message> @@ -8954,7 +8944,7 @@ <translation>Es gibt keine Datei mit Abdeckungsinformationen.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Die Datei <b>{0}</b> enthält ungesicherte Änderungen.</p></translation> </message> @@ -9254,12 +9244,12 @@ <translation>Aus dem Wörterbuch entfernen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht geöffnet werden.<br />Ursache: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2954"/> + <location filename="../QScintilla/Editor.py" line="2952"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht gesichert werden.<br/>Grund: {1}</p></translation> </message> @@ -9284,7 +9274,7 @@ <translation>Warnungen löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> @@ -9309,22 +9299,22 @@ <translation><br><b>Warnung:</b> Vorgenommenen Änderungen gehen beim neu einlesen verloren.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Activating Auto-Completion Provider</source> <translation>Aktivierung eines Providers für automatische Vervollständigungen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation>Ein Provider für automatische Vervollständigungen kann nicht angebunden werden, da bereits ein anderer aktiv ist. Bitte überprüfen Sie Ihre Konfiguration.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Activating Calltip Provider</source> <translation>Aktivierung eines Providers für Calltips</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation>Ein Provider für Calltips kann nicht angebunden werden, da bereits ein anderer aktiv ist. Bitte überprüfen Sie Ihre Konfiguration.</translation> </message> @@ -15547,12 +15537,12 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="884"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="885"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p>Es konnte kein Betrachter für die Datei <b>{0}</b> gestartet werden.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="839"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="840"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Die Datei <b>{0}</b> existiert nicht.</p></translation> </message> @@ -15562,322 +15552,312 @@ <translation><b>Hilfe Fenster</b><p>Dieses Fenster zeigt die ausgewählte Hilfe an.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> <source>Web Inspector...</source> <translation>Web Inspektor...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1981"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1982"/> <source>Error loading page: {0}</source> <translation>Fehler beim Laden von: {0}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2000"/> <source>When connecting to: {0}.</source> <translation>Beim Verbinden zu: {0}.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2003"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Überprüfen Sie die Adresse auf Fehler wie <b>ww</b>.example.org statt <b>www</b>.example.org</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <source>If the address is correct, try checking the network connection.</source> <translation>Falls die Adresse stimmt, versuchen Sie, die Netzwerkverbindung zu überprüfen.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2011"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2012"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Wenn Ihr Computer oder Ihr Netzwerk durch eine Firewall oder einen Proxy geschützt ist, stellen Sie sicher, dass der Browser auf das Netzwerk zugreifen darf.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="864"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="865"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p>Es konnte keine Anwendung für die URL <b>{0}</b> gestartet werden.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1274"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1275"/> <source>Bookmark this Page</source> <translation>Lesezeichen für diese Seite hinzufügen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1101"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <source>Save Lin&k</source> <translation>Lin&k speichern</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1105"/> <source>Bookmark this Link</source> <translation>Lesezeichen für diesen Link hinzufügen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> <source>Copy Link to Clipboard</source> <translation>Link in die Zwischenablage kopieren</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1126"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1127"/> <source>Open Image in New Tab</source> <translation>Bild in neuem Register öffnen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1131"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> <source>Save Image</source> <translation>Bild speichern</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1135"/> <source>Copy Image to Clipboard</source> <translation>Bild in die Zwischenablage kopieren</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1137"/> <source>Copy Image Location to Clipboard</source> <translation>Bildadresse in die Zwischenablage kopieren</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1145"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Block Image</source> <translation>Bild blockieren</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1303"/> <source>Search with...</source> <translation>Suchen mit...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source>Web Database Quota</source> <translation>Webdatenbankquota</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation><p>Das Datenbankquota von <strong>{0}</strong> wurde beim Zugriff auf die Datenbank <strong>{1}</strong> überschritten.</p><p>Soll es geändert werden?</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>New Web Database Quota</source> <translation>Neues Datenbankquota</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2085"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2086"/> <source>bytes</source> <translation>Bytes</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2089"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2092"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation>Gib das neue Quota in MB ein (aktuell = {0}, verbraucht = {1}; Schrittweite = 5 MB):</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1351"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1352"/> <source>Add to web search toolbar</source> <translation>Zur Websuchleiste hinzufügen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>Method not supported</source> <translation>Methode nicht unterstützt</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>{0} method is not supported.</source> <translation>{0} Methode wird nicht unterstützt.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Search engine</source> <translation>Suchmaschine</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Choose the desired search engine</source> <translation>Wähle die gewünschte Suchmaschine aus</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Engine name</source> <translation>Suchmaschinenname</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Enter a name for the engine</source> <translation>Gib einen Namen für die Suchmaschine ein</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2017"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2018"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Wenn die Zwischenspeicher-Regelung auf Offline-Browsing steht, sind nur Seiten im lokalen Zwischenspeicher verfügbar.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> - <source>Scan Link with VirusTotal</source> - <translation>Link mit VirusTotal überprüfen</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> - <source>Scan Image with VirusTotal</source> - <translation>Bild mit VirusTotal überprüfen</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1113"/> <source>Send Link</source> <translation>Link verschicken</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1141"/> <source>Send Image Link</source> <translation>Link auf Bild verschicken</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1237"/> <source>This Frame</source> <translation>Dieser Rahmen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1240"/> <source>Show &only this frame</source> <translation>&Nur diesen Rahmen anzeigen </translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1243"/> <source>Show in new &tab</source> <translation>In neuem &Register anzeigen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>&Print</source> <translation>&Drucken</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1251"/> <source>Print Preview</source> <translation>Druckvorschau</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1254"/> <source>Print as PDF</source> <translation>Als PDF drucken</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1258"/> <source>Zoom &in</source> <translation>Ver&größern</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1261"/> <source>Zoom &reset</source> <translation>Vergrößerung &zurücksetzen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> <source>Zoom &out</source> <translation>Ver&kleinern</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> <source>Show frame so&urce</source> <translation>Rahmen&quelltext anzeigen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1278"/> <source>Send Page Link</source> <translation>Link auf Seite verschicken</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1296"/> <source>Send Text</source> <translation>Text verschicken</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1328"/> <source>Google Translate</source> <translation>Google Übersetzer</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1335"/> <source>Dictionary</source> <translation>Wörterbuch</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1343"/> <source>Go to web address</source> <translation>Zur Web-Adresse springen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1282"/> <source>User Agent</source> <translation>User Agent</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2023"/> <source>Try Again</source> <translation>Wiederholen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1097"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Link in neuem Fenster öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1170"/> <source>Play</source> <translation>Abspielen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1174"/> <source>Pause</source> <translation>Pause</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1178"/> <source>Unmute</source> <translation>Laut</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1182"/> <source>Mute</source> <translation>Stumm</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1186"/> <source>Copy Media Address to Clipboard</source> <translation>Medienadresse in die Zwischenablage kopieren</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1190"/> <source>Send Media Address</source> <translation>Medienadresse verschicken</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1194"/> <source>Save Media</source> <translation>Medium speichern</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source>eric6 Web Browser</source> <translation>eric6-Webbrowser</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation><p>Drucken ist wegen eine Fehlers in PyQt5 nicht verfügbar. Bitte aktualisieren.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2415"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation><p>Drucken ist wegen eine Fehlers in PyQt5 nicht verfügbar. Bitte aktualisieren.</p></translation> </message> @@ -18589,38 +18569,6 @@ <translation><b>Downloads</b><p>Zeig das Downloadsfenster an.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1829"/> - <source>VirusTotal</source> - <translation>VirusTotal</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1835"/> - <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> - <translation><h2>Dateisuche</h2><p>Um nach dem aktuellsten VirusTotal-Bericht einer Datei zu suchen, geben Sie den Hashwert ein. Momentan sind die Hashmethoden MD5, SHA1 und SHA256 zugelassen. Sie können auch nach einem Dateibericht suchen, indem Sie die Permalink-ID eingeben.</p><h2>URL-Suche</h2><p>URL-Suchen sind einfach. Geben Sie lediglich die URL ein. Die Anwendung normalisiert sie und vergleicht sie mit den Einträgen in der VirusTotal-Datenbank. Alternativ können Sie den MD5-Hashwert der URL mit vorangestelltem „url:“ eingeben, z.B. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>Nutzersuche:</h2><p>Wollen Sie wissen, ob ein Freund ein VT-Community-Konto hat? Geben Sie einfach seinen Spitznamen mit vorangestelltem „@“-Symbol ein, z.B. @EmilianoMartinez.</p><h2>Kommentare durchsuchen</h2><p>Die Kommentare in der VT-Community können Ihnen oft helfen, Ihren PC zu desinfizieren, oder sind hilfreich bei der Untersuchung von Schadsoftware. Kommentartags erlauben es den Nutzern, die VT-Community-Reviews zu durchsuchen. Die standardisierten Dateitags sind: {0} Die standardisierten URL-Tags sind: {1}Von Nutzern definierte Tags werden mit einem „#“-Symbol eingeleitet, z.B. #disinfect.</p></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1883"/> - <source>Search VirusTotal</source> - <translation>Suchen bei VirusTotal</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1889"/> - <source>Scan current site</source> - <translation>Aktuelle Seite prüfen</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3637"/> - <source>VirusTotal Scan</source> - <translation>VirusTotal-Prüfung</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3637"/> - <source><p>The VirusTotal scan could not be scheduled.<p> -<p>Reason: {0}</p></source> - <translation><p>Die VirusTotal-Prüfung konnte nicht beauftragt werden.<p> -<p>Ursache: {0}</p></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1451"/> <source>RSS Feeds Dialog</source> <translation>RSS-Feeds-Dialog</translation> @@ -31369,57 +31317,57 @@ <context> <name>Listspace</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="394"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="396"/> <source>Untitled {0}</source> <translation>Unbenannt {0}</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="235"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="237"/> <source>Close</source> <translation>Schließen</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="244"/> <source>Close All</source> <translation>Alle schließen</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="247"/> <source>Save</source> <translation>Speichern</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="250"/> <source>Save As...</source> <translation>Speichern unter...</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="251"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="253"/> <source>Save All</source> <translation>Alle speichern</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="259"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="261"/> <source>Print</source> <translation>Drucken</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="515"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="517"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="257"/> <source>Open 'rejection' file</source> <translation>Öffne „Ablehnungs“-Datei</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="263"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="265"/> <source>Copy Path to Clipboard</source> <translation>Pfad in die Zwischenablage kopieren</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="238"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="240"/> <source>Close Others</source> <translation>Andere schließen</translation> </message> @@ -33005,12 +32953,12 @@ <context> <name>NetworkAccessManager</name> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="216"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="217"/> <source><b>Enter username and password for '{0}'</b></source> <translation><b>Gib Nutzernamen und Kennwort für „{0}“ ein</b></translation> </message> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="213"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="214"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation><b>Gib Nutzernamen und Kennwort für „{0}“ und Realm „{1}“ ein</b></translation> </message> @@ -34065,7 +34013,7 @@ <translation>Kennwort speichern</translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>Re-encoding saved passwords...</source> <translation>Kodiere gespeicherte Kennworte neu...</translation> </message> @@ -34082,12 +34030,12 @@ {2}</translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>%v/%m Passwords</source> <translation>%v/%m Kennworte</translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="636"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="637"/> <source>Passwords</source> <translation>Kennworte</translation> </message> @@ -34683,62 +34631,62 @@ <translation>Pluginarchiv (*.zip)</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="226"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="229"/> <source>Installing {0} ...</source> <translation>Installiere {0} ...</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="231"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="234"/> <source> ok</source> <translation> ok</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="238"/> - <source>The plugins were installed successfully.</source> - <translation>Die Plugins wurden erfolgreich installiert.</translation> - </message> - <message> <location filename="../PluginManager/PluginInstallDialog.py" line="241"/> + <source>The plugins were installed successfully.</source> + <translation>Die Plugins wurden erfolgreich installiert.</translation> + </message> + <message> + <location filename="../PluginManager/PluginInstallDialog.py" line="244"/> <source>Some plugins could not be installed.</source> <translation>Einige Plugins konnten nicht installiert werden.</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="271"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="274"/> <source><p>The archive file <b>{0}</b> does not exist. Aborting...</p></source> <translation><p>Die Archivdatei <b>{0}</b> existiert nicht. Abbruch...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="307"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="310"/> <source><p>The file <b>{0}</b> is not a valid plugin ZIP-archive. Aborting...</p></source> <translation><p>Die Datei <b>{0}</b> ist kein gültiges Plugin-ZIP-Archiv. Abbruch...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="287"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="290"/> <source><p>The destination directory <b>{0}</b> is not writeable. Aborting...</p></source> <translation><p>In das Zielverzeichnis <b>{0}</b> kann nicht geschrieben werden. Abbruch...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="353"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="356"/> <source><p>The plugin module <b>{0}</b> does not contain a 'packageName' attribute. Aborting...</p></source> <translation><p>Das Pluginmodul <b>{0}</b> besitzt kein Attribut „packageName“. Abbruch...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="372"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="375"/> <source><p>The plugin package <b>{0}</b> exists. Aborting...</p></source> <translation><p>Das Pluginpackage <b>{0}</b> existiert bereits. Abbruch...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="381"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="384"/> <source><p>The plugin module <b>{0}</b> exists. Aborting...</p></source> <translation><p>Das Pluginmodul <b>{0}</b> existiert bereits. Abbruch...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="460"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="463"/> <source>Error installing plugin. Reason: {0}</source> <translation>Fehler bei der Plugin-Installation. Ursache: {0}</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="467"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="470"/> <source>Unspecific exception installing plugin.</source> <translation>Unbekannte Ausnahme bei der Plugin-Installation.</translation> </message> @@ -34748,7 +34696,7 @@ <translation>Installieren</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="361"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="364"/> <source><p>The plugin module <b>{0}</b> does not conform with the PyQt v2 API. Aborting...</p></source> <translation><p>Das Pluginmodul <b>{0}</b> verwendet nicht die PyQt-API Version 2. Abbruch...</p></translation> </message> @@ -34756,32 +34704,32 @@ <context> <name>PluginManager</name> <message> - <location filename="../PluginManager/PluginManager.py" line="541"/> + <location filename="../PluginManager/PluginManager.py" line="538"/> <source>Incompatible plugin activation method.</source> <translation>Nicht kompatible Plugin-Aktivierungsmethode.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="342"/> + <location filename="../PluginManager/PluginManager.py" line="339"/> <source>Module is missing the 'autoactivate' attribute.</source> <translation>Dem Modul fehlt das Attribut „autoactivate“.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="367"/> + <location filename="../PluginManager/PluginManager.py" line="364"/> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation>Dem Modul fehlt das Attribut „pluginType“ und/oder „pluginTypename“.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="385"/> + <location filename="../PluginManager/PluginManager.py" line="382"/> <source>Module failed to load. Error: {0}</source> <translation>Modul konnte nicht geladen werden. Fehler: {0}</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <source>Plugin Manager Error</source> <translation>Pluginmanager-Fehler</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <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>Das Downloadverzeichnis für Plugins <b>{0}</b> konnte nicht erzeugt werden. Bitte über den Konfigurationsdialog einstellen.</p><p>Ursache: {1}</p></translation> </message> @@ -34791,37 +34739,37 @@ <translation>Konnte kein Package für {0} erzeugen.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="222"/> + <location filename="../PluginManager/PluginManager.py" line="218"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation>Das interne Pluginverzeichnis <b>{0}</b> existiert nicht.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source>Error downloading file</source> <translation>Fehler beim Herunterladen der Datei</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation><p>Die angefragte Datei konnte nicht von {0} gedownloaded werden.</p><p>Fehler: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source>New plugin versions available</source> <translation>Neue Plugin Versionen verfügbar</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation><p>Es sind neue Plugins oder neue Plugin Versionen verfügbar. Benutze den Plugin-Repository Dialog, um sie zu laden.</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="348"/> + <location filename="../PluginManager/PluginManager.py" line="345"/> <source>Module is missing the Python2 compatibility flag. Please update.</source> <translation>Dem Modul fehlt das Python2 Kompatibilitätsflag. Bitte aktualisieren.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="353"/> + <location filename="../PluginManager/PluginManager.py" line="350"/> <source>Module is not Python2 compatible.</source> <translation>Modul ist nicht mit Python2 kompatibel.</translation> </message> @@ -53111,82 +53059,82 @@ <context> <name>TabWidget</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="252"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="254"/> <source>Close</source> <translation>Schließen</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="258"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="260"/> <source>Close All</source> <translation>Alle schließen</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="261"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="263"/> <source>Save</source> <translation>Speichern</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="264"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="266"/> <source>Save As...</source> <translation>Speichern unter...</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="267"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="269"/> <source>Save All</source> <translation>Alle speichern</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="275"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="277"/> <source>Print</source> <translation>Drucken</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="424"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="426"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="239"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="241"/> <source>Move Left</source> <translation>nack links verschieben</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="244"/> <source>Move Right</source> <translation>nach rechts verschieben</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="207"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="209"/> <source>Close the current editor</source> <translation>Schließt den aktuelle Editor</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="247"/> <source>Move First</source> <translation>zum Anfang verschieben</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="250"/> <source>Move Last</source> <translation>zum Schluss verschieben</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="197"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="199"/> <source>Show a navigation menu</source> <translation>Zeige ein Navigationsmenü an</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="257"/> <source>Close Others</source> <translation>Andere schließen</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="279"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="281"/> <source>Copy Path to Clipboard</source> <translation>Pfad in die Zwischenablage kopieren</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="271"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="273"/> <source>Open 'rejection' file</source> <translation>Öffne „Ablehnungs“-Datei</translation> </message> @@ -53296,12 +53244,12 @@ <context> <name>Tabview</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="912"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="916"/> <source>Untitled {0}</source> <translation>Unbenannt {0}</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1259"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> @@ -56198,7 +56146,7 @@ <translation>Öffnet das Hilfe-Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2593"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>Unittest</source> <translation>Modultests</translation> </message> @@ -56213,17 +56161,17 @@ <translation>Starte den Modultest Dialog</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2468"/> <source>&Window</source> <translation>&Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2438"/> + <location filename="../UI/UserInterface.py" line="3309"/> <source>&Tools</source> <translation>&Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2518"/> <source>&Help</source> <translation>&Hilfe</translation> </message> @@ -56258,22 +56206,22 @@ <translation>Beenden der Entwicklungsumgebung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2592"/> + <location filename="../UI/UserInterface.py" line="2590"/> <source>Tools</source> <translation>Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4301"/> + <location filename="../UI/UserInterface.py" line="4321"/> <source>Help</source> <translation>Hilfe</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>&Toolbars</source> <translation>&Werkzeugleisten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source>Problem</source> <translation>Problem</translation> </message> @@ -56293,7 +56241,7 @@ <translation>&Was ist das?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> @@ -56313,7 +56261,7 @@ <translation>Ausgabefenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2594"/> + <location filename="../UI/UserInterface.py" line="2592"/> <source>Settings</source> <translation>Einstellungen</translation> </message> @@ -56363,7 +56311,7 @@ <translation>E&xtras</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Report Bug</source> <translation>Fehler berichten</translation> </message> @@ -56383,7 +56331,7 @@ <translation><b>Fehler berichten...</b><p>Öffnet einen Dialog zum Senden eines Fehlerberichtes.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5314"/> + <location filename="../UI/UserInterface.py" line="5334"/> <source>Export Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle exportieren</translation> </message> @@ -56403,7 +56351,7 @@ <translation><b>Tastaturkurzbefehle exportieren</b><p>Exportiert die Tastaturkurzbefehle der Applikation.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Import Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle importieren</translation> </message> @@ -56493,7 +56441,7 @@ <translation><b>Modultest (Skript)</b><p>Modultest für aktuelles Skript ausführen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <source>Unittest Project</source> <translation>Modultest (Projekt)</translation> </message> @@ -56513,7 +56461,7 @@ <translation>&Modultests</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> </message> @@ -56563,7 +56511,7 @@ <translation><b>Dateien Seite an Seite vergleichen</b><p>Öffnet einen Dialog zum Vergleich zweier Dateien und zur Anzeige des Ergebnisse Seite an Seite.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source>Drop Error</source> <translation>Drop-Fehler</translation> </message> @@ -56633,32 +56581,32 @@ <translation><b>Ansichtenprofile</b><p>Ansichtenprofile konfigurieren. Mit diesem Dialog kann die Sichtbarkeit der verschiedenen Fenster für die vorbestimmten Ansichtenprofile eingestellt werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Die Datei <b>{0}</b> existiert nicht oder hat die Größe Null.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4155"/> + <location filename="../UI/UserInterface.py" line="4175"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Qt-Designer konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4222"/> + <location filename="../UI/UserInterface.py" line="4242"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Qt-Linguist konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4273"/> + <location filename="../UI/UserInterface.py" line="4293"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Qt-Assistant konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Der Werkzeugeeintrag <b>{0}</b> konnte nicht gestartet werden.<br>Stellen Sie sicher, dass er als <b>{1}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> ist keine Datei.</p></translation> </message> @@ -56683,7 +56631,7 @@ <translation><b>UI-Vorschau</b><p>Starte die UI-Vorschau.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4383"/> + <location filename="../UI/UserInterface.py" line="4403"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Die UI-Vorschau konnte nicht gestartet werden.<br>Stellen Sie sicher, dass sie als <b>{0}</b> verfügbar ist.</p></translation> </message> @@ -56708,7 +56656,7 @@ <translation><b>Übersetzungsvorschau</b><p>Dies startet das Programm zur Vorschau von Übersetzungen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4438"/> + <location filename="../UI/UserInterface.py" line="4458"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Die Übersetzungsvorschau konnte nicht gestartet werden.<br>Stellen Sie sicher, dass sie als <b>{0}</b> verfügbar ist.</p></translation> </message> @@ -56748,47 +56696,47 @@ <translation>Aufgabenanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source>Save tasks</source> <translation>Aufgaben speichern</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source>Read tasks</source> <translation>Aufgaben lesen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4301"/> + <location filename="../UI/UserInterface.py" line="4321"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Momentan ist kein Betrachter angegeben. Bitte benutzen Sie den Einstellungsdialog, um einen festzulegen.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4315"/> + <location filename="../UI/UserInterface.py" line="4335"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Der Betrachter konnte nicht gestartet werden.<br>Stellen Sie sicher, dass er als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source>Documentation Missing</source> <translation>Dokumentation fehlt</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>Der Dokumentationsstartpunkt „<b>{0}</b>“ konnte nicht gefunden werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>E-Mail-Adresse oder Mailserver-Adresse sind leer. Bitte konfiguriere die E-Mail-Einstellungen im Einstellungsdialog.</translation> </message> @@ -56883,7 +56831,7 @@ <translation>Öffne die Eric-API-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4335"/> + <location filename="../UI/UserInterface.py" line="4355"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Die Hilfeanzeige konnte nicht gestartet werden.<br>Stellen Sie sicher, dass sie als <b>hh</b> verfügbar ist.</p></translation> </message> @@ -56944,76 +56892,76 @@ <translation>Öffne die PyQt4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2441"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Select Tool Group</source> <translation>Werkzeuggruppe wählen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Se&ttings</source> <translation>&Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2596"/> + <location filename="../UI/UserInterface.py" line="2594"/> <source>Profiles</source> <translation>Profile</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3365"/> + <location filename="../UI/UserInterface.py" line="3311"/> <source>&Builtin Tools</source> <translation>&Eingebaute Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4586"/> + <location filename="../UI/UserInterface.py" line="4606"/> <source>Starting process '{0} {1}'. </source> <translation>Starte Prozess „{0} {1}“. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4678"/> + <location filename="../UI/UserInterface.py" line="4698"/> <source>Process '{0}' has exited. </source> <translation>Prozess „{0}“ ist beendet. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source>Documentation</source> <translation>Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4871"/> + <location filename="../UI/UserInterface.py" line="4891"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>Der PyQt4-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="6082"/> + <source>Error during updates check</source> + <translation>Fehler während der Aktualisierungsprüfung</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="6062"/> - <source>Error during updates check</source> - <translation>Fehler während der Aktualisierungsprüfung</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6042"/> <source>Update available</source> <translation>Aktualisierung verfügbar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2946"/> + <location filename="../UI/UserInterface.py" line="2944"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Versionsnummern</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6100"/> + <location filename="../UI/UserInterface.py" line="6120"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3311"/> + <location filename="../UI/UserInterface.py" line="3360"/> <source>Configure Tool Groups ...</source> <translation>Konfiguriere Werkzeuggruppen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3315"/> + <location filename="../UI/UserInterface.py" line="3364"/> <source>Configure current Tool Group ...</source> <translation>Konfiguriere aktuelle Werkzeuggruppe...</translation> </message> @@ -57028,22 +56976,22 @@ <translation>Zeige externe &Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6062"/> + <location filename="../UI/UserInterface.py" line="6082"/> <source>Could not perform updates check.</source> <translation>Konnte keine Aktualisierungsprüfung durchführen.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5882"/> + <location filename="../UI/UserInterface.py" line="5902"/> <source>&Cancel</source> <translation>&Abbrechen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5891"/> + <location filename="../UI/UserInterface.py" line="5911"/> <source>Trying host {0}</source> <translation>Prüfe Host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6147"/> <source>First time usage</source> <translation>Erstmalige Nutzung</translation> </message> @@ -57053,12 +57001,12 @@ <translation>Initialisiere Plugin-Manager...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2506"/> + <location filename="../UI/UserInterface.py" line="2504"/> <source>P&lugins</source> <translation>Plugi&ns</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2597"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Plugins</source> <translation>Plugins</translation> </message> @@ -57083,7 +57031,7 @@ <translation>&Plugininformationen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3373"/> + <location filename="../UI/UserInterface.py" line="3326"/> <source>&Plugin Tools</source> <translation>&Pluginwerkzeuge</translation> </message> @@ -57103,12 +57051,12 @@ <translation><b>Plugin deinstallieren...</b><p>Dies öffnet einen Dialog zur Deinstallation eines Plugins.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3463"/> + <location filename="../UI/UserInterface.py" line="3483"/> <source>&Show all</source> <translation>Alle an&zeigen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3465"/> + <location filename="../UI/UserInterface.py" line="3485"/> <source>&Hide all</source> <translation>Alle &ausblenden</translation> </message> @@ -57138,7 +57086,7 @@ <translation>Zeige die verfügbaren eric-Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6086"/> + <location filename="../UI/UserInterface.py" line="6106"/> <source><h3>Available versions</h3><table></source> <translation><h3>Verfügbare Versionen</h3><table></translation> </message> @@ -57218,22 +57166,22 @@ <translation>Lade Toolbarmanager...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2849"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>External Tools/{0}</source> <translation>Externe Werkzeuge/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>External Tools</source> <translation>Externe Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4538"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>Kein Eintrag für das externe Werkzeug „{0}“ in der Gruppe „{1}“ gefunden.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>No toolgroup entry '{0}' found.</source> <translation>Kein Werkzeuggruppeneintrag „{0}“ gefunden.</translation> </message> @@ -57248,32 +57196,32 @@ <translation>&Mehrfachprojektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source>Save session</source> <translation>Session speichern</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Die Sessiondatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source>Read session</source> <translation>Session lesen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Die Sessiondatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2751"/> + <location filename="../UI/UserInterface.py" line="2749"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Zeichenkodierung des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2765"/> + <location filename="../UI/UserInterface.py" line="2763"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt an, ob die aktuelle Datei geschrieben werden kann.</p></translation> </message> @@ -57298,17 +57246,17 @@ <translation><b>Neue Funktion anfragen...</b><p>Öffnet einen Dialog, um eine Anfrage für eine neue Funktion zu senden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2744"/> + <location filename="../UI/UserInterface.py" line="2742"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Sprache des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2772"/> + <location filename="../UI/UserInterface.py" line="2770"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Zeilennummer des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2779"/> + <location filename="../UI/UserInterface.py" line="2777"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Cursorposition des aktuellen Editors an.</p></translation> </message> @@ -57333,12 +57281,12 @@ <translation><b>Schalte das Fenster der Horizontalen Werkzeugbox um</b><p>Falls das Fenster der Horizontalen Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <source>Restart application</source> <translation>Anwendung neu starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <source>The application needs to be restarted. Do it now?</source> <translation>Die Anwendung muss neu gestartet werden. Jetzt durchführen?</translation> </message> @@ -57348,12 +57296,12 @@ <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2515"/> + <location filename="../UI/UserInterface.py" line="2513"/> <source>Configure...</source> <translation>Einstellungen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2758"/> + <location filename="../UI/UserInterface.py" line="2756"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Zeilenendekodierung des aktuellen Editors an.</p></translation> </message> @@ -57483,7 +57431,7 @@ <translation><b>SQL-Browser</b><p>Erforsche eine SQL-Datenbank.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4459"/> + <location filename="../UI/UserInterface.py" line="4479"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Der SQL-Browser konnte nicht gestartet werden.<br>Stellen Sie sicher, dass er als <b>{0}</b> verfügbar ist.</p></translation> </message> @@ -57498,12 +57446,12 @@ <translation>&Icon-Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt 3 support</source> <translation>Qt3-Unterstützung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><p>Der PySide-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> </message> @@ -57553,7 +57501,7 @@ <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Tastaturkurzbefehlsdatei (*.e4k)</translation> </message> @@ -57593,27 +57541,27 @@ <translation><b>Python 2-Dokumentation</b><p>Zeigt die Python 2-Dokumentation an. Ist kein Dokumentationsverzeichnis konfiguriert, so ist der Ort, an dem die Python 2-Dokumentation gesucht wird, unter Windows das Verzeichnis <i>doc</i> unter dem Verzeichnis, in dem der konfigurierte Python 2-Interpreter installiert ist, und unter Unix das Verzeichnis <i>/usr/share/doc/packages/python/html/python-docs-html</i>. Um dies zu überschreiben, können Sie die Umgebungsvariable PYTHON2DOCDIR setzen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>Error getting versions information</source> <translation>Fehler beim Herunterladen der Versionsinformationen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5945"/> + <location filename="../UI/UserInterface.py" line="5965"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>Die Versionsinformationen konnten nicht heruntergeladen werden. Bitte gehen Sie online und versuchen Sie es erneut.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Open Browser</source> <translation>Browser starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Could not start a web browser</source> <translation>Der Systemwebbrowser konnte nicht gestartet werden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>Die Versionsinformationen konnten seit 7 Tagen nicht heruntergeladen werden. Bitte gehen Sie online und versuchen Sie es erneut.</translation> </message> @@ -57699,12 +57647,12 @@ <translation><b>Bildschirmfoto</b><p>Dies öffnet einen Dialog, um ein Bildschirmfoto aufzunehmen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4517"/> + <location filename="../UI/UserInterface.py" line="4537"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Die Bildschirmfotoanwendung konnte nicht gestartet werden.<br>Stellen Sie sicher, dass sie als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6146"/> + <location filename="../UI/UserInterface.py" line="6166"/> <source>Select Workspace Directory</source> <translation>Wähle Arbeitsverzeichnis</translation> </message> @@ -57924,7 +57872,7 @@ <translation><b>Zahlenanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Zahlenanzeigerfenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2475"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>&Windows</source> <translation>&Fenster</translation> </message> @@ -58014,7 +57962,7 @@ <translation>Öffne die Qt5 Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> + <location filename="../UI/UserInterface.py" line="2788"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation><p>Dieser Teil der Statusleiste ermöglicht das Zoomen des aktuellen Editors, der Shell oder des Terminals.</p></translation> </message> @@ -58079,7 +58027,7 @@ <translation>Öffne die PyQt5-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4932"/> + <location filename="../UI/UserInterface.py" line="4952"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation><p>Der PyQt5-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> </message> @@ -58114,7 +58062,7 @@ <translation><b>PySide-Dokumentation</b><p>Zeige die PySide-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger, ein Webbrowser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5882"/> + <location filename="../UI/UserInterface.py" line="5902"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> @@ -58134,7 +58082,7 @@ <translation><b>Zeige Fehlerbericht...</b><p>Dies öffnet einen Dialog zur Anzeige des aktuellsten Fehlerberichtes.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5886"/> + <location filename="../UI/UserInterface.py" line="5906"/> <source>Version Check</source> <translation>Versionsprüfung</translation> </message> @@ -58205,30 +58153,40 @@ <translation><b>Eric-API-Dokumentation</b><p>Zeige die Eric-API-Dokumentation an. Der Pfad für die Dokumentation ist das Unterverzeichnis Documentation/Source im eric6-Installationverzeichnis.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt v.3 is not supported by eric6.</source> <translation>Qt v.3 wird von eric6 nicht unterstützt.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6042"/> + <location filename="../UI/UserInterface.py" line="6062"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>Eine Aktualisierung auf <b>{0}</b> von Eric6 ist unter <b>{1}</b> verfügbar. Wollen Sie sie laden?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>Eric6 is up to date</source> <translation>Eric6 ist aktuell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>You are using the latest version of eric6</source> <translation>Sie verwenden die aktuellste Version von eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6147"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>eric6 wurde noch nicht konfiguriert. Der Konfigurationsdialog wird nun gestartet.</translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="3329"/> + <source>&User Tools</source> + <translation>&Benutzerwerkzeuge</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3407"/> + <source>No User Tools Configured</source> + <translation>Keine Benutzerwerkzeuge konfiguriert</translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/i18n/eric6_en.ts Thu Aug 27 17:17:01 2015 +0200 +++ b/i18n/eric6_en.ts Fri Aug 28 12:26:10 2015 +0200 @@ -79,12 +79,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source>Subscribe?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -289,47 +289,47 @@ <context> <name>AdBlockSubscription</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>Load subscription rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="304"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="309"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source>Downloading subscription rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="412"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="417"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="425"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="430"/> <source>Got empty subscription rules.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Saving subscription rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>AdBlock file '{0}' does not start with [Adblock.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source><p>AdBlock subscription <b>{0}</b> has a wrong checksum.<br/>Found: {1}<br/>Calculated: {2}<br/>Use it anyway?</p></source> <translation type="unfinished"></translation> </message> @@ -4128,11 +4128,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="346"/> - <source>VirusTotal Interface</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationDialog.py" line="332"/> <source>Security</source> <translation type="unfinished"></translation> @@ -4176,22 +4171,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="207"/> + <location filename="../Cooperation/Connection.py" line="208"/> <source>* Connection attempted by banned user '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source>New Connection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source><p>Accept connection from <strong>{0}@{1}</strong>?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="454"/> + <location filename="../Cooperation/Connection.py" line="457"/> <source>* Connection to {0}:{1} refused.</source> <translation type="unfinished"></translation> </message> @@ -4727,32 +4722,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source>uic error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source><p>There was an error loading the form <b>{0}</b>.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source>Code Generation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="410"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="411"/> <source><p>Could not open the code template file "{0}".</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="446"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="447"/> <source><p>Could not open the source file "{0}".</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source><p>Could not write the source file "{0}".</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -6970,11 +6965,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadItem.py" line="208"/> - <source>VirusTotal scan scheduled: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/Download/DownloadItem.ui" line="88"/> <source>Press to pause the download</source> <translation type="unfinished"></translation> @@ -8453,7 +8443,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source>Open File</source> <translation type="unfinished"></translation> </message> @@ -8898,72 +8888,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <source>Modification of Read Only file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2416"/> + <location filename="../QScintilla/Editor.py" line="2414"/> <source>Printing...</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="2431"/> + <source>Printing completed</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="2433"/> - <source>Printing completed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2435"/> <source>Error while printing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2438"/> + <location filename="../QScintilla/Editor.py" line="2436"/> <source>Printing aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source>File Modified</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2954"/> + <location filename="../QScintilla/Editor.py" line="2952"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <source>Autocompletion</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation type="unfinished"></translation> </message> @@ -9223,22 +9213,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Activating Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Activating Calltip Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> @@ -15450,332 +15440,322 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="839"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="840"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="884"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="885"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="864"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="865"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1097"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1101"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1105"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1126"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1127"/> <source>Open Image in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1131"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> <source>Save Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1135"/> <source>Copy Image to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1137"/> <source>Copy Image Location to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1145"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Block Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1274"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1275"/> <source>Bookmark this Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1303"/> <source>Search with...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1351"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1352"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> <source>Web Inspector...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1981"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1982"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2000"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2003"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2011"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2012"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2017"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2018"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2085"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2086"/> <source>bytes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2089"/> <source>kB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2092"/> <source>MB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> - <source>Scan Link with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> - <source>Scan Image with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1113"/> <source>Send Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1141"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1237"/> <source>This Frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1240"/> <source>Show &only this frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1243"/> <source>Show in new &tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>&Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1251"/> <source>Print Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1254"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1258"/> <source>Zoom &in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1261"/> <source>Zoom &reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> <source>Zoom &out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1278"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1296"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1328"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1335"/> <source>Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1343"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1282"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2023"/> <source>Try Again</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1170"/> <source>Play</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1174"/> <source>Pause</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1178"/> <source>Unmute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1182"/> <source>Mute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1186"/> <source>Copy Media Address to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1190"/> <source>Send Media Address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1194"/> <source>Save Media</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2415"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation type="unfinished"></translation> </message> @@ -18484,37 +18464,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1829"/> - <source>VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1835"/> - <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1883"/> - <source>Search VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1889"/> - <source>Scan current site</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3637"/> - <source>VirusTotal Scan</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3637"/> - <source><p>The VirusTotal scan could not be scheduled.<p> -<p>Reason: {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1451"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> @@ -31212,57 +31161,57 @@ <context> <name>Listspace</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="235"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="237"/> <source>Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="244"/> <source>Close All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="247"/> <source>Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="250"/> <source>Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="251"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="253"/> <source>Save All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="259"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="261"/> <source>Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="394"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="396"/> <source>Untitled {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="515"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="517"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="257"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="263"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="265"/> <source>Copy Path to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="238"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="240"/> <source>Close Others</source> <translation type="unfinished"></translation> </message> @@ -32845,12 +32794,12 @@ <context> <name>NetworkAccessManager</name> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="216"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="217"/> <source><b>Enter username and password for '{0}'</b></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="213"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="214"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation type="unfinished"></translation> </message> @@ -33903,7 +33852,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>Re-encoding saved passwords...</source> <translation type="unfinished"></translation> </message> @@ -33919,12 +33868,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>%v/%m Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="636"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="637"/> <source>Passwords</source> <translation type="unfinished"></translation> </message> @@ -34521,67 +34470,67 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="226"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="229"/> <source>Installing {0} ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="231"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="234"/> <source> ok</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="238"/> - <source>The plugins were installed successfully.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../PluginManager/PluginInstallDialog.py" line="241"/> + <source>The plugins were installed successfully.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../PluginManager/PluginInstallDialog.py" line="244"/> <source>Some plugins could not be installed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="271"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="274"/> <source><p>The archive file <b>{0}</b> does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="307"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="310"/> <source><p>The file <b>{0}</b> is not a valid plugin ZIP-archive. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="287"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="290"/> <source><p>The destination directory <b>{0}</b> is not writeable. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="353"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="356"/> <source><p>The plugin module <b>{0}</b> does not contain a 'packageName' attribute. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="361"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="364"/> <source><p>The plugin module <b>{0}</b> does not conform with the PyQt v2 API. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="372"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="375"/> <source><p>The plugin package <b>{0}</b> exists. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="381"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="384"/> <source><p>The plugin module <b>{0}</b> exists. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="460"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="463"/> <source>Error installing plugin. Reason: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="467"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="470"/> <source>Unspecific exception installing plugin.</source> <translation type="unfinished"></translation> </message> @@ -34594,67 +34543,67 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="222"/> + <location filename="../PluginManager/PluginManager.py" line="218"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="342"/> + <location filename="../PluginManager/PluginManager.py" line="339"/> <source>Module is missing the 'autoactivate' attribute.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="367"/> + <location filename="../PluginManager/PluginManager.py" line="364"/> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="385"/> + <location filename="../PluginManager/PluginManager.py" line="382"/> <source>Module failed to load. Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="541"/> + <location filename="../PluginManager/PluginManager.py" line="538"/> <source>Incompatible plugin activation method.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <source>Plugin Manager Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source>Error downloading file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source>New plugin versions available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="348"/> + <location filename="../PluginManager/PluginManager.py" line="345"/> <source>Module is missing the Python2 compatibility flag. Please update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="353"/> + <location filename="../PluginManager/PluginManager.py" line="350"/> <source>Module is not Python2 compatible.</source> <translation type="unfinished"></translation> </message> @@ -52613,82 +52562,82 @@ <context> <name>TabWidget</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="197"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="199"/> <source>Show a navigation menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="207"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="209"/> <source>Close the current editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="239"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="241"/> <source>Move Left</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="244"/> <source>Move Right</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="247"/> <source>Move First</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="250"/> <source>Move Last</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="252"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="254"/> <source>Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="257"/> <source>Close Others</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="258"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="260"/> <source>Close All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="261"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="263"/> <source>Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="264"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="266"/> <source>Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="267"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="269"/> <source>Save All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="275"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="277"/> <source>Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="279"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="281"/> <source>Copy Path to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="424"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="426"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="271"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="273"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> @@ -52792,12 +52741,12 @@ <context> <name>Tabview</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="912"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="916"/> <source>Untitled {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1259"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> @@ -56040,7 +55989,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Report Bug</source> <translation type="unfinished"></translation> </message> @@ -56080,7 +56029,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2593"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>Unittest</source> <translation type="unfinished"></translation> </message> @@ -56140,7 +56089,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <source>Unittest Project</source> <translation type="unfinished"></translation> </message> @@ -56425,7 +56374,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5314"/> + <location filename="../UI/UserInterface.py" line="5334"/> <source>Export Keyboard Shortcuts</source> <translation type="unfinished"></translation> </message> @@ -56445,7 +56394,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Import Keyboard Shortcuts</source> <translation type="unfinished"></translation> </message> @@ -56645,374 +56594,374 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2438"/> + <location filename="../UI/UserInterface.py" line="3309"/> <source>&Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2441"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Select Tool Group</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Se&ttings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2468"/> <source>&Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>&Toolbars</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2506"/> + <location filename="../UI/UserInterface.py" line="2504"/> <source>P&lugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2515"/> + <location filename="../UI/UserInterface.py" line="2513"/> <source>Configure...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2518"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2590"/> + <source>Tools</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2592"/> - <source>Tools</source> + <source>Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4321"/> + <source>Help</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="2594"/> - <source>Settings</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4301"/> - <source>Help</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2596"/> <source>Profiles</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2597"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Plugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2744"/> + <location filename="../UI/UserInterface.py" line="2742"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2751"/> + <location filename="../UI/UserInterface.py" line="2749"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2758"/> + <location filename="../UI/UserInterface.py" line="2756"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2765"/> + <location filename="../UI/UserInterface.py" line="2763"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2772"/> + <location filename="../UI/UserInterface.py" line="2770"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2779"/> + <location filename="../UI/UserInterface.py" line="2777"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2849"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>External Tools/{0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2946"/> + <location filename="../UI/UserInterface.py" line="2944"/> <source><h3>Version Numbers</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6100"/> + <location filename="../UI/UserInterface.py" line="6120"/> <source></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <source>Restart application</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <source>The application needs to be restarted. Do it now?</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3360"/> + <source>Configure Tool Groups ...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3364"/> + <source>Configure current Tool Group ...</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3311"/> - <source>Configure Tool Groups ...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3315"/> - <source>Configure current Tool Group ...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3365"/> <source>&Builtin Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3373"/> + <location filename="../UI/UserInterface.py" line="3326"/> <source>&Plugin Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3463"/> + <location filename="../UI/UserInterface.py" line="3483"/> <source>&Show all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3465"/> + <location filename="../UI/UserInterface.py" line="3485"/> <source>&Hide all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt 3 support</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source>Problem</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4155"/> + <location filename="../UI/UserInterface.py" line="4175"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4222"/> + <location filename="../UI/UserInterface.py" line="4242"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4273"/> + <location filename="../UI/UserInterface.py" line="4293"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4301"/> + <location filename="../UI/UserInterface.py" line="4321"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4315"/> - <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="4335"/> + <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4355"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4383"/> + <location filename="../UI/UserInterface.py" line="4403"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4438"/> + <location filename="../UI/UserInterface.py" line="4458"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4459"/> + <location filename="../UI/UserInterface.py" line="4479"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>External Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4538"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4586"/> + <location filename="../UI/UserInterface.py" line="4606"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <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"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4678"/> + <location filename="../UI/UserInterface.py" line="4698"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source>Documentation Missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source>Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4871"/> + <location filename="../UI/UserInterface.py" line="4891"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source>Save tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source>Read tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source>Save session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source>Read session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5882"/> + <location filename="../UI/UserInterface.py" line="5902"/> <source>&Cancel</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5891"/> + <location filename="../UI/UserInterface.py" line="5911"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6042"/> - <source>Update available</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="6062"/> + <source>Update available</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6082"/> <source>Error during updates check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6062"/> + <location filename="../UI/UserInterface.py" line="6082"/> <source>Could not perform updates check.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6086"/> + <location filename="../UI/UserInterface.py" line="6106"/> <source><h3>Available versions</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6147"/> <source>First time usage</source> <translation type="unfinished"></translation> </message> @@ -57052,27 +57001,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5945"/> + <location filename="../UI/UserInterface.py" line="5965"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -57158,12 +57107,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4517"/> + <location filename="../UI/UserInterface.py" line="4537"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6146"/> + <location filename="../UI/UserInterface.py" line="6166"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -57383,7 +57332,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2475"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>&Windows</source> <translation type="unfinished"></translation> </message> @@ -57473,7 +57422,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> + <location filename="../UI/UserInterface.py" line="2788"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> @@ -57538,7 +57487,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4932"/> + <location filename="../UI/UserInterface.py" line="4952"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> @@ -57573,7 +57522,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5882"/> + <location filename="../UI/UserInterface.py" line="5902"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -57593,7 +57542,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5886"/> + <location filename="../UI/UserInterface.py" line="5906"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -57663,30 +57612,40 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6042"/> + <location filename="../UI/UserInterface.py" line="6062"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>Eric6 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6147"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="3329"/> + <source>&User Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3407"/> + <source>No User Tools Configured</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/i18n/eric6_es.ts Thu Aug 27 17:17:01 2015 +0200 +++ b/i18n/eric6_es.ts Fri Aug 28 12:26:10 2015 +0200 @@ -79,12 +79,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source>Subscribe?</source> <translation>¿Suscribir?</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation><p>¿Suscribirse a esta suscripción de AdBlock?</p><p>{0}</p></translation> </message> @@ -289,47 +289,47 @@ <context> <name>AdBlockSubscription</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>Load subscription rules</source> <translation>Cargar reglas de la suscripción</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source>Downloading subscription rules</source> <translation>Descargando reglas de la suscripción</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="425"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="430"/> <source>Got empty subscription rules.</source> <translation>El conjunto de reglas de suscripción está vacío.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Saving subscription rules</source> <translation>Guardando reglas de la suscripción</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="304"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="309"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation>No ha sido posible abrir el archivo de AdBlock '{0}' en modo lectura.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="412"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="417"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation><p>Las reglas de la subscrición no han podido ser descargadas.</p><p>Error: {0}</p></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation>No ha sido posible abrir el archivo de AdBlock '{0}' en modo escritura.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>AdBlock file '{0}' does not start with [Adblock.</source> <translation>El archivo de AdBlock '{0}' no comienza con [Adblock.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source><p>AdBlock subscription <b>{0}</b> has a wrong checksum.<br/>Found: {1}<br/>Calculated: {2}<br/>Use it anyway?</p></source> <translation><p>La suscripción de AdBlock<b>{0}</b> tiene un checksum erróneo.<br/>Hallado: {1}<br/>Calculatado: {2}<br/>¿Usarlo de todos modos?</p></translation> </message> @@ -4173,7 +4173,7 @@ <message> <location filename="../Preferences/ConfigurationDialog.py" line="346"/> <source>VirusTotal Interface</source> - <translation>Interfaz de VirusTotal</translation> + <translation type="obsolete">Interfaz de VirusTotal</translation> </message> <message> <location filename="../Preferences/ConfigurationDialog.py" line="332"/> @@ -4219,22 +4219,22 @@ <translation>desconocido</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source>New Connection</source> <translation>Nueva Conexión</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source><p>Accept connection from <strong>{0}@{1}</strong>?</p></source> <translation><p>Aceptar conexión de <strong>{0}@{1}</strong>?</p></translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="454"/> + <location filename="../Cooperation/Connection.py" line="457"/> <source>* Connection to {0}:{1} refused.</source> <translation>* Conexión de {0}:{1} rechazada.</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="207"/> + <location filename="../Cooperation/Connection.py" line="208"/> <source>* Connection attempted by banned user '{0}'.</source> <translation>* Conexión intentada por un usuario baneado '{0}'.</translation> </message> @@ -4761,12 +4761,12 @@ <translation>Filtrar c&on:</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source>uic error</source> <translation>error de uic</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source>Code Generation</source> <translation>Generación de Código</translation> </message> @@ -4781,22 +4781,22 @@ <translation>El archivo <b>{0}</b> existe pero no contiene ninguna clase.</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source><p>There was an error loading the form <b>{0}</b>.</p><p>{1}</p></source> <translation><p>Ha ocurrido un error al cargar el formulario <b>{0}</b>.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="410"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="411"/> <source><p>Could not open the code template file "{0}".</p><p>Reason: {1}</p></source> <translation><p>No se ha podido cargar el archivo con la plantilla de código "{0}".</p><p>Razón: {1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="446"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="447"/> <source><p>Could not open the source file "{0}".</p><p>Reason: {1}</p></source> <translation><p>No se ha podido abrir el archivo de codigo fuente "{0}".</p><p>Razón: {1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source><p>Could not write the source file "{0}".</p><p>Reason: {1}</p></source> <translation><p>No se ha podido escribir en el archivo de codigo fuente "{0}".</p><p>Razón: {1}</p></translation> </message> @@ -7035,7 +7035,7 @@ <message> <location filename="../Helpviewer/Download/DownloadItem.py" line="208"/> <source>VirusTotal scan scheduled: {0}</source> - <translation>Scan de VirusTotal programado: {0}</translation> + <translation type="obsolete">Scan de VirusTotal programado: {0}</translation> </message> <message> <location filename="../Helpviewer/Download/DownloadItem.ui" line="88"/> @@ -8536,7 +8536,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source>Open File</source> <translation>Abrir archivo</translation> </message> @@ -8861,52 +8861,52 @@ <translation>No se ha proporcionado un formato de exportación. Abortando...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <source>Modification of Read Only file</source> <translation>Modificación de un archivo de solo lectura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Usted está intentando modificar un archivo solo lectura. Por favor guarde en otro archivo primero.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2416"/> + <location filename="../QScintilla/Editor.py" line="2414"/> <source>Printing...</source> <translation>Imprimiendo...</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="2431"/> + <source>Printing completed</source> + <translation>Impresión completa</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="2433"/> - <source>Printing completed</source> - <translation>Impresión completa</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2435"/> <source>Error while printing</source> <translation>Error al imprimir</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2438"/> + <location filename="../QScintilla/Editor.py" line="2436"/> <source>Printing aborted</source> <translation>Impresión cancelada</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source>File Modified</source> <translation>Archivo modificado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <source>Save File</source> <translation>Guardar archivo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <source>Autocompletion</source> <translation>Autocompletar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Autocompletar no está disponible porque no hay origen de datos para autocompletar.</translation> </message> @@ -9216,17 +9216,17 @@ <translation>Alternativas ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>El archivo <b>{0}</b> tiene cambios sin guardar.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>El archivo<b>{0}</b> no puede ser abierto.<br />Causa: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2954"/> + <location filename="../QScintilla/Editor.py" line="2952"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>El archivo <b>{0}</b> no puede ser guardado.<br>Causa: {1}</p></translation> </message> @@ -9281,7 +9281,7 @@ <translation>Limpiar advertencias</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> @@ -9306,22 +9306,22 @@ <translation><br><b>Advertencia:</b> Perderá los cambios si lo reabre.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Activating Auto-Completion Provider</source> <translation>Activando el Proveedor de Autocompletado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation>El proveedor de autocompletado no puede ser conectado porque ya hay uno activo. Por favor revise la configuración.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Activating Calltip Provider</source> <translation>Activando Proveedor de Calltip</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation>El proveedor de calltip no puede ser conectado porque ya hay uno activo. Por favor revise la configuración.</translation> </message> @@ -15547,7 +15547,7 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1097"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Abrir enlace en Nueva Pestaña Ctrl+LMB (botón izquierdo del ratón)</translation> </message> @@ -15557,327 +15557,327 @@ <translation><b>Ventana de Ayuda</b><p>Esta ventana muestra la información de ayuda seleccionada.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> <source>Web Inspector...</source> <translation>Inspector Web...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2003"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Compruebe que la dirección no tenga errores como <b>ww</b>.ejemplo.org en lugar de <b>www</b>.ejemplo.org</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <source>If the address is correct, try checking the network connection.</source> <translation>Si la dirección es correcta, intente comprobar la conexión de red.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2011"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2012"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Si el ordenador o la red están protegidos por un firewall o un proxy, asegúrese de que al navegador se le permite acceder a la red.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1274"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1275"/> <source>Bookmark this Page</source> <translation>Marcador a esta Página</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1101"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <source>Save Lin&k</source> <translation>Guardar &Enlace</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1105"/> <source>Bookmark this Link</source> <translation>Marcador a este Enlace</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> <source>Copy Link to Clipboard</source> <translation>Copiar Enlace al Portapapeles</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1126"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1127"/> <source>Open Image in New Tab</source> <translation>Abrir Imagen en Nueva Pestaña</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1131"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> <source>Save Image</source> <translation>Guardar imagen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1135"/> <source>Copy Image to Clipboard</source> <translation>Copiar Imagen al Portapapeles</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1137"/> <source>Copy Image Location to Clipboard</source> <translation>Copiar Ubicación de la Imagen al Portapapeles</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1145"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Block Image</source> <translation>Bloquear Imagen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1303"/> <source>Search with...</source> <translation>Buscar con...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="839"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="840"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>El archivo <b>{0}</b> no existe.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="884"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="885"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar un visor para el archivo <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="864"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="865"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p>No se pudo ejecutar una aplicación para la URL <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1981"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1982"/> <source>Error loading page: {0}</source> <translation>Error al cargar la página: {0}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2000"/> <source>When connecting to: {0}.</source> <translation>Al conectar con: {0}.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source>Web Database Quota</source> <translation>Cuota de base de datos web</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation><p>La cuota de base de datos de <strong>{0}</strong> se ha superado mientras se accedía a la base de datos <strong>{1}</strong>.</p><p>¿Debe ser cambiada?</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>New Web Database Quota</source> <translation>Nueva cuota de base de datos web</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2085"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2086"/> <source>bytes</source> <translation>bytes</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2089"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2092"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation>Introducir la nueva cuota en MB (actual = {0}, usados = {1}; tamaño de paso = 5MB):</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1351"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1352"/> <source>Add to web search toolbar</source> <translation>Añadir a la barra de búsqueda web</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>Method not supported</source> <translation>Método no soportado</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>{0} method is not supported.</source> <translation>El método {0} no está soportado.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Search engine</source> <translation>Motor de búsqueda</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Choose the desired search engine</source> <translation>Elegir el motor de búsqueda deseado</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Engine name</source> <translation>Nombre de motor</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Enter a name for the engine</source> <translation>Introducir el nombre para el motor</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2017"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2018"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Si la política de caché está establecida a navegación offline, solamente estarán disponibles las páginas en caché local.</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> <source>Scan Link with VirusTotal</source> - <translation>Analizar enlace con VirusTotal</translation> + <translation type="obsolete">Analizar enlace con VirusTotal</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> <source>Scan Image with VirusTotal</source> - <translation>Analizar Imagen con VirusTotal</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> + <translation type="obsolete">Analizar Imagen con VirusTotal</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1113"/> <source>Send Link</source> <translation>Enviar Enlace</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1141"/> <source>Send Image Link</source> <translation>Enviar Enlace de Imagen</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1237"/> <source>This Frame</source> <translation>Este Marco</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1240"/> <source>Show &only this frame</source> <translation>Mostrar s&olo este marco</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1243"/> <source>Show in new &tab</source> <translation>Mostrar en nueva pes&taña</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>&Print</source> <translation>Im&primir</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1251"/> <source>Print Preview</source> <translation>Presentación preliminar</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1254"/> <source>Print as PDF</source> <translation>Imprimir como PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1258"/> <source>Zoom &in</source> <translation>A&umentar Zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1261"/> <source>Zoom &reset</source> <translation>&Restablecer zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> <source>Zoom &out</source> <translation>Dismi&nuir Zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> <source>Show frame so&urce</source> <translation>Mostrar f&uentes del marco</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1278"/> <source>Send Page Link</source> <translation>Enviar Enlace de Página</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1296"/> <source>Send Text</source> <translation>Enviar Texto</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1328"/> <source>Google Translate</source> <translation>Google Translate</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1335"/> <source>Dictionary</source> <translation>Diccionario</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1343"/> <source>Go to web address</source> <translation>Ir a la dirección web</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1282"/> <source>User Agent</source> <translation>Agente de Usuario</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2023"/> <source>Try Again</source> <translation>Intentar de nuevo</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1170"/> <source>Play</source> <translation>Reproducir</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1174"/> <source>Pause</source> <translation>Pausa</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1178"/> <source>Unmute</source> <translation>Con sonido</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1182"/> <source>Mute</source> <translation>Sin sonido</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1186"/> <source>Copy Media Address to Clipboard</source> <translation>Copiar Dirección del Medio al Portapapeles</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1190"/> <source>Send Media Address</source> <translation>Enviar Dirección del Medio</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1194"/> <source>Save Media</source> <translation>Guardar Medio</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source>eric6 Web Browser</source> <translation>Navegador Web de eric6</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation><p>Imprimir no esta disponible debido a un bug en PyQt5. Por favor, actualice su versión.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2415"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation><p>Imprimir no esta disponible debido a un bug en PyQt5. Por favor, actualice su versión.</p></translation> </message> @@ -18591,33 +18591,33 @@ <message> <location filename="../Helpviewer/HelpWindow.py" line="1829"/> <source>VirusTotal</source> - <translation>VirusTotal</translation> + <translation type="obsolete">VirusTotal</translation> </message> <message> <location filename="../Helpviewer/HelpWindow.py" line="1835"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> - <translation><h2>Búsqueda de archivo</h2><p>Para buscar el último informe de VirusTotal en un archivo dado, solamente introduzca su hash. Los hashes permitidos actualmente son MD5, SHA1 y SHA256. Tambien puede buscar un informe para un archivo concreto introduciendo su permalink id.</p><h2>Búsqueda de URL</h2><p>Las búsquedas de URL son sencillas, simplemente introduzca la URL concreta, la aplicación la normalizará y comparará contra las entradas en la base de datos de VirusTotal. Alternativamente se puede introducir el hash MD5 de una URL precedido por "url:", por ejemplo url:7f911bbcf618f052ac6b9928600d2820.</p><h2>Búsqueda de Usuario</h2><p>¿Desea saber si un amigo tiene cuenta Community de VT? Simplemente teclee su nick precedido por el símbolo "@",por ejemplo. @EmilianoMartinez.</p><h2>Búsqueda a través de comentarios</h2><p>Los comentarios en la Comunidad de VT pueden a menudo ser útiles en la desinfección de su PC, o bien pueden demostrar su utilidad al analizar una muestra en particular de malware, las etiquetas de comentario habilitan a los usuarios a través de las revisiones de la Comunidad de VT. Las etiquetas estándar de archivo son: {0} Las etiquetas estándar de URL son: {1} Las etiquetas generadas por los usuarios se preceden del símbolo "#", por ejemplo. #disinfect.</p></translation> + <translation type="obsolete"><h2>Búsqueda de archivo</h2><p>Para buscar el último informe de VirusTotal en un archivo dado, solamente introduzca su hash. Los hashes permitidos actualmente son MD5, SHA1 y SHA256. Tambien puede buscar un informe para un archivo concreto introduciendo su permalink id.</p><h2>Búsqueda de URL</h2><p>Las búsquedas de URL son sencillas, simplemente introduzca la URL concreta, la aplicación la normalizará y comparará contra las entradas en la base de datos de VirusTotal. Alternativamente se puede introducir el hash MD5 de una URL precedido por "url:", por ejemplo url:7f911bbcf618f052ac6b9928600d2820.</p><h2>Búsqueda de Usuario</h2><p>¿Desea saber si un amigo tiene cuenta Community de VT? Simplemente teclee su nick precedido por el símbolo "@",por ejemplo. @EmilianoMartinez.</p><h2>Búsqueda a través de comentarios</h2><p>Los comentarios en la Comunidad de VT pueden a menudo ser útiles en la desinfección de su PC, o bien pueden demostrar su utilidad al analizar una muestra en particular de malware, las etiquetas de comentario habilitan a los usuarios a través de las revisiones de la Comunidad de VT. Las etiquetas estándar de archivo son: {0} Las etiquetas estándar de URL son: {1} Las etiquetas generadas por los usuarios se preceden del símbolo "#", por ejemplo. #disinfect.</p></translation> </message> <message> <location filename="../Helpviewer/HelpWindow.py" line="1883"/> <source>Search VirusTotal</source> - <translation>Buscar VirusTotal</translation> + <translation type="obsolete">Buscar VirusTotal</translation> </message> <message> <location filename="../Helpviewer/HelpWindow.py" line="1889"/> <source>Scan current site</source> - <translation>Analizar sitio actual</translation> + <translation type="obsolete">Analizar sitio actual</translation> </message> <message> <location filename="../Helpviewer/HelpWindow.py" line="3637"/> <source>VirusTotal Scan</source> - <translation>Análisis con VirusTotal</translation> + <translation type="obsolete">Análisis con VirusTotal</translation> </message> <message> <location filename="../Helpviewer/HelpWindow.py" line="3637"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> - <translation><p>El análisis con VirusTotal no se ha podido programar.<p> + <translation type="obsolete"><p>El análisis con VirusTotal no se ha podido programar.<p> <p>Razón: {0}</p></translation> </message> <message> @@ -31371,57 +31371,57 @@ <context> <name>Listspace</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="235"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="237"/> <source>Close</source> <translation>Cerrar</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="244"/> <source>Close All</source> <translation>Cerrar todo</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="247"/> <source>Save</source> <translation>Guardar</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="250"/> <source>Save As...</source> <translation>Guardar como...</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="251"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="253"/> <source>Save All</source> <translation>Guardar todo</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="259"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="261"/> <source>Print</source> <translation>Imprimir</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="394"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="396"/> <source>Untitled {0}</source> <translation>Sin título {0}</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="515"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="517"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="257"/> <source>Open 'rejection' file</source> <translation>Abrir archivo 'de rechazo'</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="263"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="265"/> <source>Copy Path to Clipboard</source> <translation>Copiar Ruta al Portapapeles</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="238"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="240"/> <source>Close Others</source> <translation>Cerrar Otras</translation> </message> @@ -33007,12 +33007,12 @@ <context> <name>NetworkAccessManager</name> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="216"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="217"/> <source><b>Enter username and password for '{0}'</b></source> <translation><b>Introduzca nombre de usuario y contraseña para '{0}'</b></translation> </message> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="213"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="214"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation><b>Introduzca nombre de usuario y contraseña para '{0}', reino {1}'</b></translation> </message> @@ -34067,7 +34067,7 @@ <translation>Almacenar contraseña</translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>Re-encoding saved passwords...</source> <translation>Recodificando contraseñas almacenadas...</translation> </message> @@ -34084,12 +34084,12 @@ {2}</translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>%v/%m Passwords</source> <translation>%v/%m Contraseñas</translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="636"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="637"/> <source>Passwords</source> <translation>Contraseñas</translation> </message> @@ -34672,22 +34672,22 @@ <translation>Archivo de plugin (*.zip)</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="231"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="234"/> <source> ok</source> <translation>Aceptar</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="238"/> - <source>The plugins were installed successfully.</source> - <translation>Los plugins se instalaron satisfactoriamente.</translation> - </message> - <message> <location filename="../PluginManager/PluginInstallDialog.py" line="241"/> + <source>The plugins were installed successfully.</source> + <translation>Los plugins se instalaron satisfactoriamente.</translation> + </message> + <message> + <location filename="../PluginManager/PluginInstallDialog.py" line="244"/> <source>Some plugins could not be installed.</source> <translation>Algunos plugins no se han podido instalar.</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="467"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="470"/> <source>Unspecific exception installing plugin.</source> <translation>Excepción no especificada durante la instalación del plugin.</translation> </message> @@ -34709,47 +34709,47 @@ {1} ({2})</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="226"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="229"/> <source>Installing {0} ...</source> <translation>Instalando {0}...</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="271"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="274"/> <source><p>The archive file <b>{0}</b> does not exist. Aborting...</p></source> <translation><p>El archivo <b>{0}</b> no existe. Abortando...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="307"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="310"/> <source><p>The file <b>{0}</b> is not a valid plugin ZIP-archive. Aborting...</p></source> <translation><p>El archivo <b>{0}</b> no es un ZIP de plugin válido. Abortando...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="287"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="290"/> <source><p>The destination directory <b>{0}</b> is not writeable. Aborting...</p></source> <translation><p>El directorio de destino <b>{0}</b> no es escribible. Abortando...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="353"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="356"/> <source><p>The plugin module <b>{0}</b> does not contain a 'packageName' attribute. Aborting...</p></source> <translation><p>El módulo de plugin <b>{0}</b> no contiene un atributo 'packageName'. Abortando...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="361"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="364"/> <source><p>The plugin module <b>{0}</b> does not conform with the PyQt v2 API. Aborting...</p></source> <translation><p>El módulo de plugin <b>{0}</b> no está conforme a PyQt v2 API. Abortando...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="372"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="375"/> <source><p>The plugin package <b>{0}</b> exists. Aborting...</p></source> <translation><p>El paquete de plugin <b>{0}</b> ya existe. Abortando...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="381"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="384"/> <source><p>The plugin module <b>{0}</b> exists. Aborting...</p></source> <translation><p>El módulo de plugin <b>{0}</b> ya existe. Abortando...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="460"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="463"/> <source>Error installing plugin. Reason: {0}</source> <translation>Error al instalar el plugin. Razón: {0}</translation> </message> @@ -34757,22 +34757,22 @@ <context> <name>PluginManager</name> <message> - <location filename="../PluginManager/PluginManager.py" line="342"/> + <location filename="../PluginManager/PluginManager.py" line="339"/> <source>Module is missing the 'autoactivate' attribute.</source> <translation>El módulo no tiene el atributo 'autoactivate'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="367"/> + <location filename="../PluginManager/PluginManager.py" line="364"/> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation>El módulo no tiene el atributo 'pluginType' y/o el atributo 'pluginTypename'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="541"/> + <location filename="../PluginManager/PluginManager.py" line="538"/> <source>Incompatible plugin activation method.</source> <translation>Metodo de activación del plugin incompatible.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <source>Plugin Manager Error</source> <translation>Error del Gestor de Plugins</translation> </message> @@ -34782,47 +34782,47 @@ <translation>No se ha podido crear un paquete para {0}.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="222"/> + <location filename="../PluginManager/PluginManager.py" line="218"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation>El directorio interno de plugin <b>{0}</b> no existe.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="385"/> + <location filename="../PluginManager/PluginManager.py" line="382"/> <source>Module failed to load. Error: {0}</source> <translation>Ha fallado la carga del módulo. Error: {0}</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <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>El directorio de descaga del plugin <b>{0}</b> no ha podido ser creado. Por favor, configúrelo a través del diálogo de configuración.</p><p>Razón: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source>Error downloading file</source> <translation>Error al descargar el fichero</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation><p>No se pudo descargar el archivo solicitado desde {0}.</p><p>Error: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source>New plugin versions available</source> <translation>Existen nuevas versiones de plugins</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation><p>Existen nuevos plug-ins o existen bien actualizaciones para plug-in. Utilice el repositorio de plug-ins para su obtención.</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="348"/> + <location filename="../PluginManager/PluginManager.py" line="345"/> <source>Module is missing the Python2 compatibility flag. Please update.</source> <translation>El módulo no tiene el flag de compatibilidad con Python2. Por favor, actualize.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="353"/> + <location filename="../PluginManager/PluginManager.py" line="350"/> <source>Module is not Python2 compatible.</source> <translation>El módulo no es compatible con Python2.</translation> </message> @@ -53064,82 +53064,82 @@ <context> <name>TabWidget</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="207"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="209"/> <source>Close the current editor</source> <translation>Cierra la ventana actual</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="239"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="241"/> <source>Move Left</source> <translation>Mover a la Izquierda</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="244"/> <source>Move Right</source> <translation>Mover a la Derecha</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="252"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="254"/> <source>Close</source> <translation>Cerrar</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="258"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="260"/> <source>Close All</source> <translation>Cerrar todo</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="261"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="263"/> <source>Save</source> <translation>Guardar</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="264"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="266"/> <source>Save As...</source> <translation>Guardar como...</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="267"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="269"/> <source>Save All</source> <translation>Guardar todo</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="275"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="277"/> <source>Print</source> <translation>Imprimir</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="247"/> <source>Move First</source> <translation>Mover al Primero</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="250"/> <source>Move Last</source> <translation>Mover al Último</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="197"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="199"/> <source>Show a navigation menu</source> <translation>Mostrar un menú de navegación</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="257"/> <source>Close Others</source> <translation>Cerrar Otras</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="424"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="426"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="279"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="281"/> <source>Copy Path to Clipboard</source> <translation>Copiar Ruta al Portapapeles</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="271"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="273"/> <source>Open 'rejection' file</source> <translation>Abrir archivo 'de rechazo'</translation> </message> @@ -53247,12 +53247,12 @@ <context> <name>Tabview</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="912"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="916"/> <source>Untitled {0}</source> <translation>Sin título {0}</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1259"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> @@ -56399,7 +56399,7 @@ <translation>Mostrar las versiones disponibles para descarga</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Report Bug</source> <translation>Enviar informe de bugs</translation> </message> @@ -56419,7 +56419,7 @@ <translation><b>Enviar informe de Bugs...</b><p>Abre un diálogo para enviar un informe de un error (bug).</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2593"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>Unittest</source> <translation>Test Unitario</translation> </message> @@ -56479,7 +56479,7 @@ <translation><b>Test Unitario de Script</b><p>Ejecuta un test unitario con el script actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <source>Unittest Project</source> <translation>Test Unitario de Proyecto</translation> </message> @@ -56659,7 +56659,7 @@ <translation><b>Atajos de Teclado</b><p>Establezca los atajos de teclado para la aplicación con sus valores preferidos.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5314"/> + <location filename="../UI/UserInterface.py" line="5334"/> <source>Export Keyboard Shortcuts</source> <translation>Exportar Atajos de Teclado</translation> </message> @@ -56679,7 +56679,7 @@ <translation><b>Exportar Atajos de Teclado</b><p>Exporte los atajos de teclado de la aplicación.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Import Keyboard Shortcuts</source> <translation>Importar Atajos de Teclado</translation> </message> @@ -56829,192 +56829,192 @@ <translation>Asis&tentes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2438"/> + <location filename="../UI/UserInterface.py" line="3309"/> <source>&Tools</source> <translation>&Herramientas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2441"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Select Tool Group</source> <translation>Seleccionar Grupo de Herramientas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Se&ttings</source> <translation>Con&figuración</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2468"/> <source>&Window</source> <translation>Ven&tana</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>&Toolbars</source> <translation>&Barra de Herramientas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2506"/> + <location filename="../UI/UserInterface.py" line="2504"/> <source>P&lugins</source> <translation>P&lugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2518"/> <source>&Help</source> <translation>Ay&uda</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2590"/> + <source>Tools</source> + <translation>Herramientas</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2592"/> - <source>Tools</source> - <translation>Herramientas</translation> + <source>Settings</source> + <translation>Ajustes</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4321"/> + <source>Help</source> + <translation>Ayuda</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2594"/> - <source>Settings</source> - <translation>Ajustes</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4301"/> - <source>Help</source> - <translation>Ayuda</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2596"/> <source>Profiles</source> <translation>Perfiles</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2597"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Plugins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2946"/> + <location filename="../UI/UserInterface.py" line="2944"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Números de Versiones</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6100"/> + <location filename="../UI/UserInterface.py" line="6120"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>La dirección de correo electrónico o la dirección del servidor de correo están en blanco. Por favor configure las opciones de Correo Electrónico en el diálogo de Preferencias.</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3360"/> + <source>Configure Tool Groups ...</source> + <translation>Configurar Grupos de Herramientas ...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3364"/> + <source>Configure current Tool Group ...</source> + <translation>Configurar Grupo de Herramientas actual ...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3311"/> - <source>Configure Tool Groups ...</source> - <translation>Configurar Grupos de Herramientas ...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3315"/> - <source>Configure current Tool Group ...</source> - <translation>Configurar Grupo de Herramientas actual ...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3365"/> <source>&Builtin Tools</source> <translation>Herramientas de serie (&builtin)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3373"/> + <location filename="../UI/UserInterface.py" line="3326"/> <source>&Plugin Tools</source> <translation>Herramientas de Extensión (&Plugin)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3463"/> + <location filename="../UI/UserInterface.py" line="3483"/> <source>&Show all</source> <translation>&Ver todo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3465"/> + <location filename="../UI/UserInterface.py" line="3485"/> <source>&Hide all</source> <translation>&Ocultar todo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <source>There is no main script defined for the current project. Aborting</source> <translation>No hay script principal definido para el proyecto actual. Abortando</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4301"/> + <location filename="../UI/UserInterface.py" line="4321"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>No hay visor personalizado seleccionado actualmente. Por favor, especifique uno en el diálogo de preferencias.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4335"/> + <location filename="../UI/UserInterface.py" line="4355"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>No se ha podido ejecutar el visor de ayuda.<br>Asegúrese de que esta disponible como <b>hh</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source>Documentation Missing</source> <translation>Falta documentación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source>Documentation</source> <translation>Documentación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4871"/> + <location filename="../UI/UserInterface.py" line="4891"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><P>El punto de entrada de documentación de PyQt4 no ha sido configurado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source>Save tasks</source> <translation>Guardar tareas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source>Read tasks</source> <translation>Leer tareas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source>Drop Error</source> <translation>Error de volcado</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="6082"/> + <source>Error during updates check</source> + <translation>Error durante la verificación de actualización</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5902"/> + <source>&Cancel</source> + <translation>&Cancelar</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="6062"/> - <source>Error during updates check</source> - <translation>Error durante la verificación de actualización</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5882"/> - <source>&Cancel</source> - <translation>&Cancelar</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6042"/> <source>Update available</source> <translation>Actualizaciones disponibles</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6062"/> + <location filename="../UI/UserInterface.py" line="6082"/> <source>Could not perform updates check.</source> <translation>No se puede llevar a cabo la verificación de actualizaciones.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6086"/> + <location filename="../UI/UserInterface.py" line="6106"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versiones disponibles</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6147"/> <source>First time usage</source> <translation>Usado por primera vez</translation> </message> @@ -57074,7 +57074,7 @@ <translation>Restaurando Gestor de Barras de Herramientas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>External Tools</source> <translation>Herramientas Externas</translation> </message> @@ -57089,22 +57089,22 @@ <translation>Visor de &Multiproyecto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source>Save session</source> <translation>Guardar sesión</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source>Read session</source> <translation>Cargar sesión</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2751"/> + <location filename="../UI/UserInterface.py" line="2749"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Esta zona de la barra de estado muestra la codificación del editor actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2765"/> + <location filename="../UI/UserInterface.py" line="2763"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Esta zona de la barra de estado muestra una indicación de las propiedades de escritura de los archivos del editor.</p></translation> </message> @@ -57129,17 +57129,17 @@ <translation><b>Solicitar nueva Característica...</b><p>Abre un diálogo para enviar una solicitud de nueva característica.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2744"/> + <location filename="../UI/UserInterface.py" line="2742"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Esta zona de la barra de estado muestra el lenguaje del editor actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2772"/> + <location filename="../UI/UserInterface.py" line="2770"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Esta zona de la barra de estado muestra el número de línea en el editor actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2779"/> + <location filename="../UI/UserInterface.py" line="2777"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Esta zona de la barra de estado muestra la posición del cursor en el editor actual.</p></translation> </message> @@ -57169,22 +57169,22 @@ <translation><b>Conmutar la ventana de Caja de Herramientas Horizontal</b><p>Si la ventana de Caja de Herramientas Horizontal está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <source>Restart application</source> <translation>Reiniciar aplicación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <source>The application needs to be restarted. Do it now?</source> <translation>La aplicación necesita ser reiniciada. ¿Desea hacerlo ahora?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2515"/> + <location filename="../UI/UserInterface.py" line="2513"/> <source>Configure...</source> <translation>Configurar...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2758"/> + <location filename="../UI/UserInterface.py" line="2756"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Esta zona de la barra de estado muestra la configuración actual de fin de línea (eol) para los editores.</p></translation> </message> @@ -57324,12 +57324,12 @@ <translation>Editor de &Iconos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt 3 support</source> <translation>Soporte para Qt 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><P>El punto de entrada de documentación de PySide no ha sido configurado.</p></translation> </message> @@ -57364,110 +57364,110 @@ <translation>{0} - {1} - {2} - Modo Pasivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2849"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>External Tools/{0}</source> <translation>Herramientas Externas/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>El archivo <b>{0}</b> no existe o tiene longitud nula. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4155"/> + <location filename="../UI/UserInterface.py" line="4175"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar Qt-Designer.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4222"/> + <location filename="../UI/UserInterface.py" line="4242"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar Qt-Linguist.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4273"/> + <location filename="../UI/UserInterface.py" line="4293"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar Qt-Assistant.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4315"/> + <location filename="../UI/UserInterface.py" line="4335"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar el visor personalizado.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4383"/> + <location filename="../UI/UserInterface.py" line="4403"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar el Previsualizador de UI.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4438"/> + <location filename="../UI/UserInterface.py" line="4458"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar el Previsualizador de Traducciones.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4459"/> + <location filename="../UI/UserInterface.py" line="4479"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido iniciar el navegador SQL.<br>Asegúrese de que está disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4538"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>No se ha encontrado la entrada para la herramienta externa '{0}' en el grupo de herramientas '{1}'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>No toolgroup entry '{0}' found.</source> <translation>No se ha encontrado la entrada para el grupo de herramientas '{0}'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4586"/> + <location filename="../UI/UserInterface.py" line="4606"/> <source>Starting process '{0} {1}'. </source> <translation>Comenzando proceso '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>No se ha podido ejecutar la entrada de herramienta <b>{0}</b>.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4678"/> + <location filename="../UI/UserInterface.py" line="4698"/> <source>Process '{0}' has exited. </source> <translation>El proceso '{0}' ha finalizado.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><P>El punto de entrada de documentación "<b>{0}</b>" no ha podido encontrarse.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de tareas <b>{0}</b> no pudo ser guardado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de tareas <b>{0}</b> no puede leerse.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de sesión <b>{0}</b> no ha podido guardarse.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de sesión <b></b> no ha podido ser leído.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> no es un archivo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5891"/> + <location filename="../UI/UserInterface.py" line="5911"/> <source>Trying host {0}</source> <translation>Probando host {0}</translation> </message> @@ -57502,7 +57502,7 @@ <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Archivo de atajos de teclado (*.e4k)</translation> </message> @@ -57542,27 +57542,27 @@ <translation><b>Documentación de Python 2</b><p>Mostrar la documentación de Python 2. Si no se ha configurado un directorio con esta documentación, la ubicación de la documentación de Python 2 se asumirá en el directorio de documentación bajo la ubicación del ejecutable configurado de Python 2 en Windows, y en <i>/usr/share/doc/packages/python/html/python-docs-html</i> para Unix. Establezca el valor de la variable de entorno PYTHON2DOCDIR para sobreescribir estas opciones. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>Error getting versions information</source> <translation>Error al obtener información de versiones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5945"/> + <location filename="../UI/UserInterface.py" line="5965"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>La información de versiones no se ha podido descargar. Póngase online por favor e inténtelo de nuevo.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Open Browser</source> <translation>Abrir Navegador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Could not start a web browser</source> <translation>No se ha podido iniciar el navegador web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>La información de versiones no se ha podido descargar en los últimos 7 días. Póngase por favor online e inténtelo de nuevo.</translation> </message> @@ -57648,12 +57648,12 @@ <translation><b>Captura de Pantalla</b><p>Abre un diálogo para tomar capturas de pantalla de una región de la pantalla.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4517"/> + <location filename="../UI/UserInterface.py" line="4537"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar la herramienta de Captura de Pantalla.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6146"/> + <location filename="../UI/UserInterface.py" line="6166"/> <source>Select Workspace Directory</source> <translation>Seleccionar Directorio para el Espacio de Trabajo</translation> </message> @@ -57873,7 +57873,7 @@ <translation><b>Activar Visor de Números</b><p>Cambia el foco de input a la ventana de Visor de Números.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2475"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>&Windows</source> <translation>&Ventanas</translation> </message> @@ -57963,7 +57963,7 @@ <translation>Abrir Documentación de Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> + <location filename="../UI/UserInterface.py" line="2788"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation><p>Esta zona de la barra de estado permite hacer zoom sobre el editor, shell o terminal actual.</p></translation> </message> @@ -58028,7 +58028,7 @@ <translation>Abrir Documentación de PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4932"/> + <location filename="../UI/UserInterface.py" line="4952"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation><P>El punto de entrada de documentación de PyQt5 no ha sido configurado.</p></translation> </message> @@ -58063,7 +58063,7 @@ <translation><b>Documentación de PySide</b><p>Muestra la Documentación de PySide. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5882"/> + <location filename="../UI/UserInterface.py" line="5902"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> @@ -58083,7 +58083,7 @@ <translation><b>Mostrar registro de errores...</b><p>Abre un diálogo mostrando el registro más reciente de errores.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5886"/> + <location filename="../UI/UserInterface.py" line="5906"/> <source>Version Check</source> <translation>Verificación de Versión</translation> </message> @@ -58153,30 +58153,40 @@ <translation><b>Documentación de API de Eric</b><p>Muestra la documentación de API de Eric. La ubicación de la documentación es el subdirectorio Documentation/Source del directorio de instalación de eric6.</p> </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt v.3 is not supported by eric6.</source> <translation>Qt v.3 no está soportado por eric6.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6042"/> + <location filename="../UI/UserInterface.py" line="6062"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>La actualización para <b>{0}</b> de eric6 está disponible en <b>{1}</b>. ¿Le gustaría obtenerla?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>Eric6 is up to date</source> <translation>Eric6 está actualizado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>You are using the latest version of eric6</source> <translation>Está utilizando la última versión de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6147"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>Eric6 todavía no está configurado. El diálogo de configuración va a ser iniciado.</translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="3329"/> + <source>&User Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3407"/> + <source>No User Tools Configured</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/i18n/eric6_fr.ts Thu Aug 27 17:17:01 2015 +0200 +++ b/i18n/eric6_fr.ts Fri Aug 28 12:26:10 2015 +0200 @@ -79,12 +79,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source>Subscribe?</source> <translation>Souscrire?</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation><p>Souscrire à cette subscription AdBlock?</p><p>{0}</p></translation> </message> @@ -289,47 +289,47 @@ <context> <name>AdBlockSubscription</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>Load subscription rules</source> <translation>Charger règles de subscriptions</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source>Downloading subscription rules</source> <translation>En train de telecharger les règles de subscriptions</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="425"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="430"/> <source>Got empty subscription rules.</source> <translation>Reçu des règles de subscriptions vides.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Saving subscription rules</source> <translation>En train d'enregistrer les règles de subscription</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="304"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="309"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation>Impossible d'ouvrir en lecture le fichier AdBlock '{0}'.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="412"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="417"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation><p> Les règles de subscription n'ont pas pu être téléchargées. </p><p>Erreur: {0}</p></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation>Impossible d'ouvrir en écriture le fichier AdBlock '{0}'.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>AdBlock file '{0}' does not start with [Adblock.</source> <translation>Le fichier AdBlock '{0}' ne commence pas par [Adblock.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source><p>AdBlock subscription <b>{0}</b> has a wrong checksum.<br/>Found: {1}<br/>Calculated: {2}<br/>Use it anyway?</p></source> <translation><p> Subscription AdBlock <b>{0}</b> a un checksum faux.<br/>Trouvé: {1}<br/>Calculé: {2}<br/>L'utiliser quand même?</p></translation> </message> @@ -4159,11 +4159,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="346"/> - <source>VirusTotal Interface</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationDialog.py" line="332"/> <source>Security</source> <translation type="unfinished"></translation> @@ -4207,22 +4202,22 @@ <translation type="unfinished">inconnu</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source>New Connection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source><p>Accept connection from <strong>{0}@{1}</strong>?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="454"/> + <location filename="../Cooperation/Connection.py" line="457"/> <source>* Connection to {0}:{1} refused.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="207"/> + <location filename="../Cooperation/Connection.py" line="208"/> <source>* Connection attempted by banned user '{0}'.</source> <translation type="unfinished"></translation> </message> @@ -4748,12 +4743,12 @@ <translation>Filtrer &avec:</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source>Code Generation</source> <translation>Génération de code</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source>uic error</source> <translation>erreur uic</translation> </message> @@ -4768,22 +4763,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source><p>There was an error loading the form <b>{0}</b>.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="410"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="411"/> <source><p>Could not open the code template file "{0}".</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="446"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="447"/> <source><p>Could not open the source file "{0}".</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source><p>Could not write the source file "{0}".</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -7014,11 +7009,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadItem.py" line="208"/> - <source>VirusTotal scan scheduled: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/Download/DownloadItem.ui" line="88"/> <source>Press to pause the download</source> <translation type="unfinished"></translation> @@ -8703,57 +8693,57 @@ <translation>Le click principal place les points d'arrêts</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <source>Modification of Read Only file</source> <translation>Modification de la lecture seule</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <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="2416"/> + <location filename="../QScintilla/Editor.py" line="2414"/> <source>Printing...</source> <translation>Impression....</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="2431"/> + <source>Printing completed</source> + <translation>Impression terminée</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="2433"/> - <source>Printing completed</source> - <translation>Impression terminée</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2435"/> <source>Error while printing</source> <translation>Erreur durant l'impression</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2438"/> + <location filename="../QScintilla/Editor.py" line="2436"/> <source>Printing aborted</source> <translation>Impression abandonnée</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source>Open File</source> <translation>Ouvrir Fichier</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <source>Save File</source> <translation>Enregistrer Fichier</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source>File Modified</source> <translation>Fichier Modifié</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <source>Autocompletion</source> <translation>Autocompletion</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <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> @@ -9183,17 +9173,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"><p>Le fichier <b>{0}</b> a des modifications non enregistrées. </p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2954"/> + <location filename="../QScintilla/Editor.py" line="2952"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -9248,7 +9238,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <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> @@ -9273,22 +9263,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Activating Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Activating Calltip Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> @@ -15525,7 +15515,7 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1097"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Ouvrir le lien dans un nouvel onglet<byte value="x9"/>Ctrl+LMB</translation> </message> @@ -15535,327 +15525,317 @@ <translation><b>Fenêtre d'aide</b><p>Cette fenêtre affiche l'aide sélectionnée</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> <source>Web Inspector...</source> <translation>Inspecteur Web...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2003"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2011"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2012"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1274"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1275"/> <source>Bookmark this Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1101"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1105"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1126"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1127"/> <source>Open Image in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1131"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> <source>Save Image</source> <translation type="unfinished">Enregistrer l'image</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1135"/> <source>Copy Image to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1137"/> <source>Copy Image Location to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1145"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Block Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1303"/> <source>Search with...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="839"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="840"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="884"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="885"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="864"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="865"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1981"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1982"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2000"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2085"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2086"/> <source>bytes</source> <translation type="unfinished">octets</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2089"/> <source>kB</source> <translation type="unfinished">kB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2092"/> <source>MB</source> <translation type="unfinished">MB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1351"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1352"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2017"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2018"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> - <source>Scan Link with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> - <source>Scan Image with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1113"/> <source>Send Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1141"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1237"/> <source>This Frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1240"/> <source>Show &only this frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1243"/> <source>Show in new &tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>&Print</source> <translation type="unfinished">&Imprimer</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1251"/> <source>Print Preview</source> <translation type="unfinished">Aperçu avant impression</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1254"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1258"/> <source>Zoom &in</source> <translation type="unfinished">Zoom a&vant</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1261"/> <source>Zoom &reset</source> <translation type="unfinished">Annulation du &zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> <source>Zoom &out</source> <translation type="unfinished">Zoom a&rrière</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1278"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1296"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1328"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1335"/> <source>Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1343"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1282"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2023"/> <source>Try Again</source> <translation type="unfinished">Essayer à nouveau</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1170"/> <source>Play</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1174"/> <source>Pause</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1178"/> <source>Unmute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1182"/> <source>Mute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1186"/> <source>Copy Media Address to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1190"/> <source>Send Media Address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1194"/> <source>Save Media</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2415"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation type="unfinished"><p>L'impression n'est pas disponible à cause d'un bug de PyQt4. Merci de mettre à jour PyQt.</p> {5.?}</translation> </message> @@ -18562,37 +18542,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1829"/> - <source>VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1835"/> - <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1883"/> - <source>Search VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1889"/> - <source>Scan current site</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3637"/> - <source>VirusTotal Scan</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3637"/> - <source><p>The VirusTotal scan could not be scheduled.<p> -<p>Reason: {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1451"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> @@ -31310,57 +31259,57 @@ <context> <name>Listspace</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="235"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="237"/> <source>Close</source> <translation>Fermer</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="244"/> <source>Close All</source> <translation>Tout fermer</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="247"/> <source>Save</source> <translation>Enregistrer</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="250"/> <source>Save As...</source> <translation>Enregistrer sous...</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="251"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="253"/> <source>Save All</source> <translation>Tout enregistrer</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="259"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="261"/> <source>Print</source> <translation>Imprimer</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="394"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="396"/> <source>Untitled {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="515"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="517"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="257"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="263"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="265"/> <source>Copy Path to Clipboard</source> <translation type="unfinished">Copier chemin dans le Presse-Papiers</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="238"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="240"/> <source>Close Others</source> <translation type="unfinished"></translation> </message> @@ -32943,12 +32892,12 @@ <context> <name>NetworkAccessManager</name> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="216"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="217"/> <source><b>Enter username and password for '{0}'</b></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="213"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="214"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation type="unfinished"></translation> </message> @@ -34001,7 +33950,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>Re-encoding saved passwords...</source> <translation type="unfinished"></translation> </message> @@ -34017,12 +33966,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>%v/%m Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="636"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="637"/> <source>Passwords</source> <translation type="unfinished"></translation> </message> @@ -34605,22 +34554,22 @@ <translation>Plugin ZIP (*.zip)</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="231"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="234"/> <source> ok</source> <translation> ok</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="238"/> - <source>The plugins were installed successfully.</source> - <translation>Les plugins ont été installés avec succès.</translation> - </message> - <message> <location filename="../PluginManager/PluginInstallDialog.py" line="241"/> + <source>The plugins were installed successfully.</source> + <translation>Les plugins ont été installés avec succès.</translation> + </message> + <message> + <location filename="../PluginManager/PluginInstallDialog.py" line="244"/> <source>Some plugins could not be installed.</source> <translation>Certains plugins n'ont pu être installés.</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="467"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="470"/> <source>Unspecific exception installing plugin.</source> <translation>Erreur inexpliquée lors de l'installation du plugin.</translation> </message> @@ -34639,47 +34588,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="226"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="229"/> <source>Installing {0} ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="271"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="274"/> <source><p>The archive file <b>{0}</b> does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="307"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="310"/> <source><p>The file <b>{0}</b> is not a valid plugin ZIP-archive. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="287"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="290"/> <source><p>The destination directory <b>{0}</b> is not writeable. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="353"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="356"/> <source><p>The plugin module <b>{0}</b> does not contain a 'packageName' attribute. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="361"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="364"/> <source><p>The plugin module <b>{0}</b> does not conform with the PyQt v2 API. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="372"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="375"/> <source><p>The plugin package <b>{0}</b> exists. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="381"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="384"/> <source><p>The plugin module <b>{0}</b> exists. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="460"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="463"/> <source>Error installing plugin. Reason: {0}</source> <translation type="unfinished"></translation> </message> @@ -34687,22 +34636,22 @@ <context> <name>PluginManager</name> <message> - <location filename="../PluginManager/PluginManager.py" line="541"/> + <location filename="../PluginManager/PluginManager.py" line="538"/> <source>Incompatible plugin activation method.</source> <translation>Méthode d'activation du plugin incompatible.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="342"/> + <location filename="../PluginManager/PluginManager.py" line="339"/> <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="367"/> + <location filename="../PluginManager/PluginManager.py" line="364"/> <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="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <source>Plugin Manager Error</source> <translation>Erreur du gestionnaire de plugins</translation> </message> @@ -34712,47 +34661,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="222"/> + <location filename="../PluginManager/PluginManager.py" line="218"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="385"/> + <location filename="../PluginManager/PluginManager.py" line="382"/> <source>Module failed to load. Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source>Error downloading file</source> <translation type="unfinished">Erreur de téléchargement</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source>New plugin versions available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="348"/> + <location filename="../PluginManager/PluginManager.py" line="345"/> <source>Module is missing the Python2 compatibility flag. Please update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="353"/> + <location filename="../PluginManager/PluginManager.py" line="350"/> <source>Module is not Python2 compatible.</source> <translation type="unfinished"></translation> </message> @@ -52934,82 +52883,82 @@ <context> <name>TabWidget</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="252"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="254"/> <source>Close</source> <translation>Fermer</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="258"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="260"/> <source>Close All</source> <translation>Tout fermer</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="261"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="263"/> <source>Save</source> <translation>Enregistrer</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="264"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="266"/> <source>Save As...</source> <translation>Enregistrer sous...</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="267"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="269"/> <source>Save All</source> <translation>Tout enregistrer</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="275"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="277"/> <source>Print</source> <translation>Imprimer</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="239"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="241"/> <source>Move Left</source> <translation>Déplacer vers la gauche</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="244"/> <source>Move Right</source> <translation>Déplacer vers la droite</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="207"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="209"/> <source>Close the current editor</source> <translation>Ferme l'éditeur courant</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="247"/> <source>Move First</source> <translation>Déplacer en premier</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="250"/> <source>Move Last</source> <translation>Déplacer en dernier</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="197"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="199"/> <source>Show a navigation menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="257"/> <source>Close Others</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="424"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="426"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="279"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="281"/> <source>Copy Path to Clipboard</source> <translation type="unfinished">Copier chemin dans le Presse-Papiers</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="271"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="273"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> @@ -53119,12 +53068,12 @@ <context> <name>Tabview</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="912"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="916"/> <source>Untitled {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1259"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> @@ -56097,7 +56046,7 @@ <translation><b>Afficher les versions</b><p>Affiche les informations sur les versions.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Report Bug</source> <translation>Rapport de bogue</translation> </message> @@ -56117,7 +56066,7 @@ <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="2593"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>Unittest</source> <translation>Tests unitaires</translation> </message> @@ -56172,7 +56121,7 @@ <translation><b>Raccourcis claviers</b><p>Edite les raccourcis claviers pour l'application.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5314"/> + <location filename="../UI/UserInterface.py" line="5334"/> <source>Export Keyboard Shortcuts</source> <translation>Exporter les raccourcis clavier</translation> </message> @@ -56192,7 +56141,7 @@ <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="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Import Keyboard Shortcuts</source> <translation>Importer des raccourcis clavier</translation> </message> @@ -56217,47 +56166,47 @@ <translation>E&xtras</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2438"/> + <location filename="../UI/UserInterface.py" line="3309"/> <source>&Tools</source> <translation>&Outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2468"/> <source>&Window</source> <translation>&Fenêtre</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2518"/> <source>&Help</source> <translation>A&ide</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2590"/> + <source>Tools</source> + <translation>Outils</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4321"/> + <source>Help</source> + <translation>Aide</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2592"/> - <source>Tools</source> - <translation>Outils</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4301"/> - <source>Help</source> - <translation>Aide</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2594"/> <source>Settings</source> <translation>Configuration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>&Toolbars</source> <translation>&Barres d'Outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source>Problem</source> <translation>Problème</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> @@ -56313,7 +56262,7 @@ <translation><b>Script de tests unitaires</b><p>Lance les tests unitaires sur le script en cours.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <source>Unittest Project</source> <translation>Projet de tests unitaires</translation> </message> @@ -56368,12 +56317,12 @@ <translation>Tests &unitaires</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <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="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source>Drop Error</source> <translation>Erreur de suppression</translation> </message> @@ -56508,27 +56457,27 @@ <translation>Visualisueur de tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source>Save tasks</source> <translation>Enregistrement des tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source>Read tasks</source> <translation>Lecture des tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4301"/> + <location filename="../UI/UserInterface.py" line="4321"/> <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="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source>Documentation Missing</source> <translation>Documentation Manquante</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <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> @@ -56623,7 +56572,7 @@ <translation>Ouvre la documentation sur les APIs Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4335"/> + <location filename="../UI/UserInterface.py" line="4355"/> <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> @@ -56684,72 +56633,72 @@ <translation>Lance la documentation PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2441"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Select Tool Group</source> <translation>Sélection d'un groupe d'outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Se&ttings</source> <translation>&Configuration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2596"/> + <location filename="../UI/UserInterface.py" line="2594"/> <source>Profiles</source> <translation>Profils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3365"/> + <location filename="../UI/UserInterface.py" line="3311"/> <source>&Builtin Tools</source> <translation>Outils &internes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source>Documentation</source> <translation>Documentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4871"/> + <location filename="../UI/UserInterface.py" line="4891"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>L'emplacement de la documentation PyQt4 n'a pas été configuré.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="6082"/> + <source>Error during updates check</source> + <translation>Erreur durant la recherche de mises à jour</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="6062"/> - <source>Error during updates check</source> - <translation>Erreur durant la recherche de mises à jour</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6042"/> <source>Update available</source> <translation>Mise à jour disponible</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2946"/> + <location filename="../UI/UserInterface.py" line="2944"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Numéros de version</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6100"/> + <location filename="../UI/UserInterface.py" line="6120"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Open Browser</source> <translation type="unfinished">Ouverture du navigateur</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Could not start a web browser</source> <translation type="unfinished">Impossible de lancer le navigateur web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3311"/> + <location filename="../UI/UserInterface.py" line="3360"/> <source>Configure Tool Groups ...</source> <translation>Configuration des groupes d'outils...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3315"/> + <location filename="../UI/UserInterface.py" line="3364"/> <source>Configure current Tool Group ...</source> <translation>Configuration du groupe d'outils courant...</translation> </message> @@ -56764,17 +56713,17 @@ <translation>Afficher les &outils externes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5882"/> + <location filename="../UI/UserInterface.py" line="5902"/> <source>&Cancel</source> <translation>&Annuler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6062"/> + <location filename="../UI/UserInterface.py" line="6082"/> <source>Could not perform updates check.</source> <translation>Impossible de vérifier les mises à jour.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6147"/> <source>First time usage</source> <translation>Première utilisation</translation> </message> @@ -56784,12 +56733,12 @@ <translation>Initialisation du gestionnaire de plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2506"/> + <location filename="../UI/UserInterface.py" line="2504"/> <source>P&lugins</source> <translation>P&lugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2597"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Plugins</source> <translation>Plugins</translation> </message> @@ -56814,7 +56763,7 @@ <translation>Infos &Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3373"/> + <location filename="../UI/UserInterface.py" line="3326"/> <source>&Plugin Tools</source> <translation>Outils &plugins</translation> </message> @@ -56844,12 +56793,12 @@ <translation>As&sistants</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3463"/> + <location filename="../UI/UserInterface.py" line="3483"/> <source>&Show all</source> <translation>Tout &afficher</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3465"/> + <location filename="../UI/UserInterface.py" line="3485"/> <source>&Hide all</source> <translation>Tout &masquer</translation> </message> @@ -56869,7 +56818,7 @@ <translation>Affiche les versions disponibles pour le téléchargement</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6086"/> + <location filename="../UI/UserInterface.py" line="6106"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versions disponibles</h3><table></translation> </message> @@ -56959,27 +56908,27 @@ <translation>Gestionnaire de &multi-projet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>External Tools</source> <translation>Outils externes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source>Save session</source> <translation>Enregistrer la session</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source>Read session</source> <translation>Chargement de session</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2751"/> + <location filename="../UI/UserInterface.py" line="2749"/> <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="2765"/> + <location filename="../UI/UserInterface.py" line="2763"/> <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> @@ -57004,17 +56953,17 @@ <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="2744"/> + <location filename="../UI/UserInterface.py" line="2742"/> <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="2772"/> + <location filename="../UI/UserInterface.py" line="2770"/> <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="2779"/> + <location filename="../UI/UserInterface.py" line="2777"/> <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> @@ -57044,22 +56993,22 @@ <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="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <source>Restart application</source> <translation>Redémarrage de l'application</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <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="2515"/> + <location filename="../UI/UserInterface.py" line="2513"/> <source>Configure...</source> <translation>Configuration...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2758"/> + <location filename="../UI/UserInterface.py" line="2756"/> <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> @@ -57199,12 +57148,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt 3 support</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> @@ -57239,109 +57188,109 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2849"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>External Tools/{0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4155"/> + <location filename="../UI/UserInterface.py" line="4175"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4222"/> + <location filename="../UI/UserInterface.py" line="4242"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4273"/> + <location filename="../UI/UserInterface.py" line="4293"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4315"/> + <location filename="../UI/UserInterface.py" line="4335"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4383"/> + <location filename="../UI/UserInterface.py" line="4403"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4438"/> + <location filename="../UI/UserInterface.py" line="4458"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4459"/> + <location filename="../UI/UserInterface.py" line="4479"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4538"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4586"/> + <location filename="../UI/UserInterface.py" line="4606"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <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"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4678"/> + <location filename="../UI/UserInterface.py" line="4698"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5891"/> + <location filename="../UI/UserInterface.py" line="5911"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> @@ -57376,7 +57325,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> @@ -57416,17 +57365,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5945"/> + <location filename="../UI/UserInterface.py" line="5965"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -57512,12 +57461,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4517"/> + <location filename="../UI/UserInterface.py" line="4537"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6146"/> + <location filename="../UI/UserInterface.py" line="6166"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -57822,12 +57771,12 @@ <translation type="unfinished">Lance la Documentation Qt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2475"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>&Windows</source> <translation type="unfinished">&Fenêtres</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> + <location filename="../UI/UserInterface.py" line="2788"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> @@ -57892,7 +57841,7 @@ <translation type="unfinished">Lance la documentation PyQt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4932"/> + <location filename="../UI/UserInterface.py" line="4952"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>L'emplacement de la documentation PyQt4 n'a pas été configuré.</p> {5 ?}</translation> </message> @@ -57927,7 +57876,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5882"/> + <location filename="../UI/UserInterface.py" line="5902"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -57947,7 +57896,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5886"/> + <location filename="../UI/UserInterface.py" line="5906"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -58017,30 +57966,40 @@ <translation type="unfinished"><b>Documentation de l'API Eric</b><p>Affiche la do. The location for the documentation is the Documentation/Source subdirectory of the eric4 installation directory.</p> {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6042"/> + <location filename="../UI/UserInterface.py" line="6062"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric4 est à jour {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6147"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">eric4 n'a pas encore été configuré. La fenêtre de configuration va être ouverte. {5 ?} {6 ?}</translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="3329"/> + <source>&User Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3407"/> + <source>No User Tools Configured</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/i18n/eric6_it.ts Thu Aug 27 17:17:01 2015 +0200 +++ b/i18n/eric6_it.ts Fri Aug 28 12:26:10 2015 +0200 @@ -79,12 +79,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source>Subscribe?</source> <translation>Iscriversi ?</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation><p>Iscriversi a questa lista AdBlock?</p><p>{0}</p></translation> </message> @@ -289,47 +289,47 @@ <context> <name>AdBlockSubscription</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>Load subscription rules</source> <translation>Carica regole di sottoscrizione</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source>Downloading subscription rules</source> <translation>Scarica regole di sottoscrizione</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="425"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="430"/> <source>Got empty subscription rules.</source> <translation>Ricevuto regole di sottoscrizione vuote.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Saving subscription rules</source> <translation>Salvataggio regole di sottoscrizione</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="304"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="309"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation>Non è possibile aprire il file adblock '{0}' in lettura.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="412"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="417"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation><p>Le regole di sottoscrizione non possono essere scaricate.</p><p>Errore {0}</p></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation>Non è possibile aprire il file adblock '{0}' in scrittura.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>AdBlock file '{0}' does not start with [Adblock.</source> <translation>Il file adblock '{0}' non inizia con [Adblock.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source><p>AdBlock subscription <b>{0}</b> has a wrong checksum.<br/>Found: {1}<br/>Calculated: {2}<br/>Use it anyway?</p></source> <translation><p>la Sottoscrizione AdBlock <b>{0}</b> ha un codice di controllo errato.<br/>Trovato: {1}<br/>Calcolato: {2}<br/>Usarlo comunque?</p></translation> </message> @@ -4173,7 +4173,7 @@ <message> <location filename="../Preferences/ConfigurationDialog.py" line="346"/> <source>VirusTotal Interface</source> - <translation>Interfaccia VirusTotal</translation> + <translation type="obsolete">Interfaccia VirusTotal</translation> </message> <message> <location filename="../Preferences/ConfigurationDialog.py" line="332"/> @@ -4219,22 +4219,22 @@ <translation>sconosciuto</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source>New Connection</source> <translation>Nuova connessione</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source><p>Accept connection from <strong>{0}@{1}</strong>?</p></source> <translation><p>Accetta connessione da <strong>{0}@{1}</strong>?</p></translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="454"/> + <location filename="../Cooperation/Connection.py" line="457"/> <source>* Connection to {0}:{1} refused.</source> <translation>* Connessiione a {0}:{1} rifiutata.</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="207"/> + <location filename="../Cooperation/Connection.py" line="208"/> <source>* Connection attempted by banned user '{0}'.</source> <translation>* Connessione tentata da un utente bannato '{0}'.</translation> </message> @@ -4761,12 +4761,12 @@ <translation>&Filtra con:</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source>Code Generation</source> <translation>Generazione del codice</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source>uic error</source> <translation>errore uic</translation> </message> @@ -4781,22 +4781,22 @@ <translation>Il file <b>{0}</b> esiste ma non contiene nessuna classe.</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source><p>There was an error loading the form <b>{0}</b>.</p><p>{1}</p></source> <translation><p>C'è un errore nel caricamento del form<b>{0}</b>.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="410"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="411"/> <source><p>Could not open the code template file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Non posso aprire il file del modello del codice "{0}".<p><p>Ragione: {1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="446"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="447"/> <source><p>Could not open the source file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Non posso aprire il file sorgente "{0}".</p><p>Ragione: {1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source><p>Could not write the source file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Non posso scrivere il file sorgente "{0}".</p><p>Ragione: {1}</p></translation> </message> @@ -7029,7 +7029,7 @@ <message> <location filename="../Helpviewer/Download/DownloadItem.py" line="208"/> <source>VirusTotal scan scheduled: {0}</source> - <translation>Scansione VirusTotal schedulata: {0}</translation> + <translation type="obsolete">Scansione VirusTotal schedulata: {0}</translation> </message> <message> <location filename="../Helpviewer/Download/DownloadItem.ui" line="88"/> @@ -8729,57 +8729,57 @@ <translation>Toggle Breakpoint LMB</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <source>Modification of Read Only file</source> <translation>Modifica di un file di sola lettura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Stai tentando di modificare un file in sola lettura. Per favore prima salva come un file diverso.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2416"/> + <location filename="../QScintilla/Editor.py" line="2414"/> <source>Printing...</source> <translation>In stampa...</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="2431"/> + <source>Printing completed</source> + <translation>Stampa completata</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="2433"/> - <source>Printing completed</source> - <translation>Stampa completata</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2435"/> <source>Error while printing</source> <translation>Errore durante la stampa</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2438"/> + <location filename="../QScintilla/Editor.py" line="2436"/> <source>Printing aborted</source> <translation>Stampa annullata</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source>Open File</source> <translation>Apri File</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <source>Save File</source> <translation>Salva file</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source>File Modified</source> <translation>File modificato</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <source>Autocompletion</source> <translation>Autocompletamento</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>L'autocomplentamento non è disponibile perchè non ci sono fonti impostate.</translation> </message> @@ -9209,17 +9209,17 @@ <translation>Alternative ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Il file <b>{0}</b> contiene modifiche non salvate.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere aperto.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2954"/> + <location filename="../QScintilla/Editor.py" line="2952"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere salvato.<br />Motivo: {1}</p></translation> </message> @@ -9274,7 +9274,7 @@ <translation>Pulisci warning</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Il file <b>{0}</b> esiste già. Sovrascriverlo ?</p></translation> </message> @@ -9299,22 +9299,22 @@ <translation><br><b>Attenzione:</b> con la riapertura le modifiche andranno perse.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Activating Auto-Completion Provider</source> <translation>Fornitore Autocompletamento in attivazione</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation>Il fornitore di autocompletamento non può essere connesso perchè è gia attivo un altro. Per cortesia controlla la configurazione.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Activating Calltip Provider</source> <translation>Fornitore CallTip in attivazione</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation>Il fornitore di autocompletamento non può essere connesso perchè è gia attivo un altro. Per cortesia controlla la configurazione.</translation> </message> @@ -15548,7 +15548,7 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1097"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Apri link in una Nuova Scheda<byte value="x9"/>Ctrl+LMB</translation> </message> @@ -15558,327 +15558,327 @@ <translation><b>Finestra di help</b><p>Questa finestra mostra le informazioni di aiuto selezionate.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> <source>Web Inspector...</source> <translation>Web Inspector...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2003"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Controlla l'indirizzo per errori tipo <b>ww</b>.example.org invece di <b>www</b>.example.org</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <source>If the address is correct, try checking the network connection.</source> <translation>Se l'indirizzo è corretto, prova a controllare la connessione di rete.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2011"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2012"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Se il tuo computer o la rete sono protetti da un firewall o un proxy, assicurati che il browser possa accedere alla rete.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1274"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1275"/> <source>Bookmark this Page</source> <translation>Inserisci nei segnalibri questa pagina</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1101"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <source>Save Lin&k</source> <translation>Salva lin&k</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1105"/> <source>Bookmark this Link</source> <translation>Insersci nei bookmark questo link</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> <source>Copy Link to Clipboard</source> <translation>Copia il link nella Clipboard</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1126"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1127"/> <source>Open Image in New Tab</source> <translation>Apri immagine in una nuova linguetta</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1131"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> <source>Save Image</source> <translation>Salva immagine</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1135"/> <source>Copy Image to Clipboard</source> <translation>Copia immagine nella Clipboard</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1137"/> <source>Copy Image Location to Clipboard</source> <translation>Copia la posizione dell'immagine nella Clipboard</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1145"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Block Image</source> <translation>Blocca immagine</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1303"/> <source>Search with...</source> <translation>Cerca con...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="839"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="840"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Il file <b>{0}</b> non esiste.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="884"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="885"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p>Non posso avviare un visualizzatore per il file <b>{0}</b>.<p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="864"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="865"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p>Non posso lanciare un'applicazione per l'URL <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1981"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1982"/> <source>Error loading page: {0}</source> <translation>Errore nel caricamento della pagina: {0}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2000"/> <source>When connecting to: {0}.</source> <translation>Nella connessione a: {0}.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source>Web Database Quota</source> <translation>Quota Web Database</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation><p>La quota per il database <strong>{0}</strong> è stata superata durante l'accesso al database <strong>{1}</strong>.</p><p>Deve essere cambiata?</P></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>New Web Database Quota</source> <translation>Nuova quota Web Database</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation>Inserisci la nuova quota in MB (corrente = {0}, usata = {1}; incremento = 5MB):</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2085"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2086"/> <source>bytes</source> <translation>bytes</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2089"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2092"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1351"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1352"/> <source>Add to web search toolbar</source> <translation>Aggiungi alla toolbar delle ricerche web</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>Method not supported</source> <translation>Metodo non supportato</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>{0} method is not supported.</source> <translation>il metodo {0} non è supportato.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Search engine</source> <translation>Motore di ricerca</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Choose the desired search engine</source> <translation>Scegli il motore di ricerca</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Engine name</source> <translation>Nome motore</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Enter a name for the engine</source> <translation>Inserisci un nome per il motore</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2017"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2018"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Se la tua politica di chaching è impostata su navigazione offline, saranno disponibili solo le pagine nella cache locale.</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> <source>Scan Link with VirusTotal</source> - <translation>Scansiona il collegamento con VirusTotal</translation> + <translation type="obsolete">Scansiona il collegamento con VirusTotal</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> <source>Scan Image with VirusTotal</source> - <translation>Scansiona l'immagine con VirusTotal</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> + <translation type="obsolete">Scansiona l'immagine con VirusTotal</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1113"/> <source>Send Link</source> <translation>Invia il collegamento</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1141"/> <source>Send Image Link</source> <translation>Invia il collegamento dell'immagine</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1237"/> <source>This Frame</source> <translation>Questa cornice</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1240"/> <source>Show &only this frame</source> <translation>Visualizza s&olo questa cornice</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1243"/> <source>Show in new &tab</source> <translation>Visualizza in una nuova &Scheda</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>&Print</source> <translation>Stam&pa</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1251"/> <source>Print Preview</source> <translation>Anteprima Stampa</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1254"/> <source>Print as PDF</source> <translation>Stampa come PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1258"/> <source>Zoom &in</source> <translation>&Ingrandisci</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1261"/> <source>Zoom &reset</source> <translation>&Resetta zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> <source>Zoom &out</source> <translation>Rimpicci&olisci</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> <source>Show frame so&urce</source> <translation>Visualizza cornice sorge&nte</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1278"/> <source>Send Page Link</source> <translation>Invia collegamento pagina</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1296"/> <source>Send Text</source> <translation>Invia testo</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1328"/> <source>Google Translate</source> <translation>Traduttore Google</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1335"/> <source>Dictionary</source> <translation>Dizionario</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1343"/> <source>Go to web address</source> <translation>Vai all'indirizzo di rete</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1282"/> <source>User Agent</source> <translation>User Agent</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2023"/> <source>Try Again</source> <translation>Ritenta</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1170"/> <source>Play</source> <translation>Riproduci</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1174"/> <source>Pause</source> <translation>Pausa</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1178"/> <source>Unmute</source> <translation>Parlante</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1182"/> <source>Mute</source> <translation>Muto</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1186"/> <source>Copy Media Address to Clipboard</source> <translation>Copia l'indirizzo del Media nella Clipboard</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1190"/> <source>Send Media Address</source> <translation>Invia indirizzo del Media</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1194"/> <source>Save Media</source> <translation>Salva Media</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source>eric6 Web Browser</source> <translation type="unfinished">Web Browser di eric5 {6 ?}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation type="unfinished"><p>La stampa non è disponibile a causa di un bug in PyQt4. Si consiglia di aggiornare la versione installata.</p> {5.?}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2415"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation type="unfinished"><p>La stampa non è disponibile a causa di un bug in PyQt4. Si consiglia di aggiornare la versione installata.</p> {5.?}</translation> </message> @@ -18588,37 +18588,6 @@ <translation><b>Download</b><p>Mostra la finestra dei download.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1829"/> - <source>VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1835"/> - <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1883"/> - <source>Search VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1889"/> - <source>Scan current site</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3637"/> - <source>VirusTotal Scan</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3637"/> - <source><p>The VirusTotal scan could not be scheduled.<p> -<p>Reason: {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1451"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> @@ -31344,57 +31313,57 @@ <context> <name>Listspace</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="235"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="237"/> <source>Close</source> <translation>Chiudi</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="244"/> <source>Close All</source> <translation>Chiudi tutto</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="247"/> <source>Save</source> <translation>Salva</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="250"/> <source>Save As...</source> <translation>Salva come...</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="251"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="253"/> <source>Save All</source> <translation>Salva tutto</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="259"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="261"/> <source>Print</source> <translation>Stampa</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="394"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="396"/> <source>Untitled {0}</source> <translation>Senza titolo {0}</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="515"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="517"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="257"/> <source>Open 'rejection' file</source> <translation>Apri file 'scarto'</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="263"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="265"/> <source>Copy Path to Clipboard</source> <translation>Copia il percorso nella Clipboard</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="238"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="240"/> <source>Close Others</source> <translation>Chiudi altri</translation> </message> @@ -32978,12 +32947,12 @@ <context> <name>NetworkAccessManager</name> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="216"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="217"/> <source><b>Enter username and password for '{0}'</b></source> <translation><b>Inserisci utente e password per '{0}'</b></translation> </message> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="213"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="214"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation><b>Inserisci utente e password per '{0}', dominio '{1}'</b></translation> </message> @@ -34038,7 +34007,7 @@ <translation>Salva password</translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>Re-encoding saved passwords...</source> <translation type="unfinished"></translation> </message> @@ -34054,12 +34023,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>%v/%m Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="636"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="637"/> <source>Passwords</source> <translation type="unfinished"></translation> </message> @@ -34642,22 +34611,22 @@ <translation>Archivi Plugin (*.zip)</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="231"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="234"/> <source> ok</source> <translation>ok</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="238"/> - <source>The plugins were installed successfully.</source> - <translation>Il plugin è stato installato con successo.</translation> - </message> - <message> <location filename="../PluginManager/PluginInstallDialog.py" line="241"/> + <source>The plugins were installed successfully.</source> + <translation>Il plugin è stato installato con successo.</translation> + </message> + <message> + <location filename="../PluginManager/PluginInstallDialog.py" line="244"/> <source>Some plugins could not be installed.</source> <translation>Alcuni plugin non possono essere installati.</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="467"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="470"/> <source>Unspecific exception installing plugin.</source> <translation>Eccezione non specificata nell'installazione del plugin.</translation> </message> @@ -34680,47 +34649,47 @@ {1} ({2})</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="226"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="229"/> <source>Installing {0} ...</source> <translation>Installazione di {0} in corso...</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="271"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="274"/> <source><p>The archive file <b>{0}</b> does not exist. Aborting...</p></source> <translation><p>L'archivio <b>{0}</b> non esiste. Uscita...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="307"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="310"/> <source><p>The file <b>{0}</b> is not a valid plugin ZIP-archive. Aborting...</p></source> <translation><p>Il File <b>{0}</b> non è un archivio di plugin in formato ZIP valido. Uscita...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="287"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="290"/> <source><p>The destination directory <b>{0}</b> is not writeable. Aborting...</p></source> <translation><p>La directory di destinazione<b>{0}</b> non è scrivibile. Uscita...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="353"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="356"/> <source><p>The plugin module <b>{0}</b> does not contain a 'packageName' attribute. Aborting...</p></source> <translation><p>Il modulo del plugin <b>{0}</b> non contiene un attributo 'packageName' valido. Uscita...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="361"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="364"/> <source><p>The plugin module <b>{0}</b> does not conform with the PyQt v2 API. Aborting...</p></source> <translation><p>Il modulo del plugin <b>{0}</b> non è conforme con le API PyQt v2. Uscita...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="372"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="375"/> <source><p>The plugin package <b>{0}</b> exists. Aborting...</p></source> <translation><p>Il pacchetto del plugin <b>{0}</b> esiste. Uscita...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="381"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="384"/> <source><p>The plugin module <b>{0}</b> exists. Aborting...</p></source> <translation><p>Il modulo plugin <b>{0}</b> esiste. Uscita...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="460"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="463"/> <source>Error installing plugin. Reason: {0}</source> <translation>Errore nell'installazione del plugin, Motivo: {0}</translation> </message> @@ -34728,22 +34697,22 @@ <context> <name>PluginManager</name> <message> - <location filename="../PluginManager/PluginManager.py" line="541"/> + <location filename="../PluginManager/PluginManager.py" line="538"/> <source>Incompatible plugin activation method.</source> <translation>Metodo di attivazione del plugin incompatibile.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="342"/> + <location filename="../PluginManager/PluginManager.py" line="339"/> <source>Module is missing the 'autoactivate' attribute.</source> <translation>Il modulo manca dell'attributo 'autoactivate'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="367"/> + <location filename="../PluginManager/PluginManager.py" line="364"/> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation>Il modulo manca dell'attributo 'pluginType' e/oppure 'pluginTypename'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <source>Plugin Manager Error</source> <translation>Errore del gestore dei Plugin</translation> </message> @@ -34753,47 +34722,47 @@ <translation>Non posso creare un package per {0}.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="222"/> + <location filename="../PluginManager/PluginManager.py" line="218"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation>La directory dei plugin interni <b>{0}</b> non esiste.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="385"/> + <location filename="../PluginManager/PluginManager.py" line="382"/> <source>Module failed to load. Error: {0}</source> <translation>Il modulo ha fallito il caricamento. Errore: {0}</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <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>La directory di download dei plugin <b>{0}</b> non può essere creata. Per favore configurarla con il dialogo di configurazione.</p><p>Motivo: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source>Error downloading file</source> <translation>Errone nello scaricamento del file</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation><p>Non posso scaricare il file richiesto da {0}</p><p>Errore: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source>New plugin versions available</source> <translation>E' disponibile una nuova versione del plug-in</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation type="unfinished"><p>Sono disponibili nuovi plug-in o aggiornamenti di plug-in. Usa la finestra di dialogo del repository di plug-in per ottenerli.</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="348"/> + <location filename="../PluginManager/PluginManager.py" line="345"/> <source>Module is missing the Python2 compatibility flag. Please update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="353"/> + <location filename="../PluginManager/PluginManager.py" line="350"/> <source>Module is not Python2 compatible.</source> <translation type="unfinished"></translation> </message> @@ -52977,82 +52946,82 @@ <context> <name>TabWidget</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="252"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="254"/> <source>Close</source> <translation>Chiudi</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="258"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="260"/> <source>Close All</source> <translation>Chiudi tutti</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="261"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="263"/> <source>Save</source> <translation>Salva</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="264"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="266"/> <source>Save As...</source> <translation>Salva come...</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="267"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="269"/> <source>Save All</source> <translation>Salva Tutti</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="275"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="277"/> <source>Print</source> <translation>Stampa</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="239"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="241"/> <source>Move Left</source> <translation>Muovi a sinistra</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="244"/> <source>Move Right</source> <translation>Muovi a destra</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="207"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="209"/> <source>Close the current editor</source> <translation>Chiudi la finestra attuale</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="247"/> <source>Move First</source> <translation>Muovi al primo</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="250"/> <source>Move Last</source> <translation>Muovi all'ultima</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="197"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="199"/> <source>Show a navigation menu</source> <translation>Mostra un menù di navigazione</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="257"/> <source>Close Others</source> <translation>Chiudi altri</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="424"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="426"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="279"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="281"/> <source>Copy Path to Clipboard</source> <translation>Copia il path nella Clipboard</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="271"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="273"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> @@ -53160,12 +53129,12 @@ <context> <name>Tabview</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="912"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="916"/> <source>Untitled {0}</source> <translation>Senza titolo {0}</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1259"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> @@ -56146,7 +56115,7 @@ <translation><b>Mostra versioni</b><p>Mostra delle informazioni sulla versione.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Report Bug</source> <translation>Segnala Bug</translation> </message> @@ -56166,7 +56135,7 @@ <translation><b>>Segnala Bug...</b><p>Apre un dialogo per segnalare un bug.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2593"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>Unittest</source> <translation>Unittest</translation> </message> @@ -56221,7 +56190,7 @@ <translation><b>Scorciatoie da tastiera</b><p>Imposta le scorciatoie da tastiera dell'applicazione con i valori personalizzati.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5314"/> + <location filename="../UI/UserInterface.py" line="5334"/> <source>Export Keyboard Shortcuts</source> <translation>Esporta scorciatoie da tastiera</translation> </message> @@ -56241,7 +56210,7 @@ <translation><b>Esporta scorciatoie da tastiera</b><p>Esporta le scorciatoie da tastiera dell'applicazione.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Import Keyboard Shortcuts</source> <translation>Importa scorciatoie da tastiera</translation> </message> @@ -56266,47 +56235,47 @@ <translation>E&xtra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2438"/> + <location filename="../UI/UserInterface.py" line="3309"/> <source>&Tools</source> <translation>S&trumenti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2468"/> <source>&Window</source> <translation>&Finestre</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2518"/> <source>&Help</source> <translation>&Help</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2590"/> + <source>Tools</source> + <translation>Strumenti</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4321"/> + <source>Help</source> + <translation>Aiuto</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2592"/> - <source>Tools</source> - <translation>Strumenti</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4301"/> - <source>Help</source> - <translation>Aiuto</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2594"/> <source>Settings</source> <translation>Impostazioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>&Toolbars</source> <translation>&Toolbar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> @@ -56361,7 +56330,7 @@ <translation><b>Script Unittest</b><p>Esegui unittest con lo script corrente.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <source>Unittest Project</source> <translation>Progetto Unittest</translation> </message> @@ -56416,12 +56385,12 @@ <translation>&Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Non c'è uno script principale definito per il progetto. Esco</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source>Drop Error</source> <translation>Errore Drop</translation> </message> @@ -56556,27 +56525,27 @@ <translation>Task-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source>Save tasks</source> <translation>Salva task</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source>Read tasks</source> <translation>Leggi task</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4301"/> + <location filename="../UI/UserInterface.py" line="4321"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Attualmente nessun visualizzatore personalizzato è selezionato. Per favore usa il dialogo delle preferenze per specificarne uno.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source>Documentation Missing</source> <translation>Documentazione mancante</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>L'indirizzo di posta o il server si posta sono vuoti. Per cortesia configura le opzioni per l'Email nel dialogo delle preferenze.</translation> </message> @@ -56671,7 +56640,7 @@ <translation>Apri documentazione API di Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4335"/> + <location filename="../UI/UserInterface.py" line="4355"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Non posso avviare il visualizzatore di help.<br>Assicurarsi che sia disponibile come <b>hh</b>.</p></translation> </message> @@ -56732,62 +56701,62 @@ <translation>Apri documentazione su PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2441"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Select Tool Group</source> <translation>Seleziona Tool Group</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Se&ttings</source> <translation>Impos&tazioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2596"/> + <location filename="../UI/UserInterface.py" line="2594"/> <source>Profiles</source> <translation>Profili</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3365"/> + <location filename="../UI/UserInterface.py" line="3311"/> <source>&Builtin Tools</source> <translation>Tool &Builtin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source>Documentation</source> <translation>Documentazione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4871"/> + <location filename="../UI/UserInterface.py" line="4891"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>L'inizio della documentazione di PyQt4 non è stato configurato.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="6082"/> + <source>Error during updates check</source> + <translation>Errore nel controllo per gli update</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="6062"/> - <source>Error during updates check</source> - <translation>Errore nel controllo per gli update</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6042"/> <source>Update available</source> <translation>Aggiornamento disponibile</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2946"/> + <location filename="../UI/UserInterface.py" line="2944"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Numeri di versione</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6100"/> + <location filename="../UI/UserInterface.py" line="6120"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3311"/> + <location filename="../UI/UserInterface.py" line="3360"/> <source>Configure Tool Groups ...</source> <translation>Configura Tools Groups...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3315"/> + <location filename="../UI/UserInterface.py" line="3364"/> <source>Configure current Tool Group ...</source> <translation>Configura Tools Groups correnti...</translation> </message> @@ -56802,17 +56771,17 @@ <translation>Mostra toll &esterni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5882"/> + <location filename="../UI/UserInterface.py" line="5902"/> <source>&Cancel</source> <translation>&Cancella</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6062"/> + <location filename="../UI/UserInterface.py" line="6082"/> <source>Could not perform updates check.</source> <translation>Non posso controllare per gli update.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6147"/> <source>First time usage</source> <translation>Primo avvio</translation> </message> @@ -56822,12 +56791,12 @@ <translation>Inizializzazione Gestore Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2506"/> + <location filename="../UI/UserInterface.py" line="2504"/> <source>P&lugins</source> <translation>P&lugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2597"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Plugins</source> <translation>Plugins</translation> </message> @@ -56852,7 +56821,7 @@ <translation>Informazioni su &Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3373"/> + <location filename="../UI/UserInterface.py" line="3326"/> <source>&Plugin Tools</source> <translation>Informazioni sui &Plugin Tools</translation> </message> @@ -56882,12 +56851,12 @@ <translation>Wi&zards</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3463"/> + <location filename="../UI/UserInterface.py" line="3483"/> <source>&Show all</source> <translation>Mo&stra tutti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3465"/> + <location filename="../UI/UserInterface.py" line="3485"/> <source>&Hide all</source> <translation>Nascondi &tutti</translation> </message> @@ -56907,7 +56876,7 @@ <translation>Mostra le versioni disponibili per il download</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6086"/> + <location filename="../UI/UserInterface.py" line="6106"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versioni disponibili</h3><table></translation> </message> @@ -56997,27 +56966,27 @@ <translation>&Multiproject-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>External Tools</source> <translation>Tool esterni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source>Save session</source> <translation>Salva sessione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source>Read session</source> <translation>Leggi sessione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2751"/> + <location filename="../UI/UserInterface.py" line="2749"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Questa zona della barra di stato mostra l'encoding usato dall'editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2765"/> + <location filename="../UI/UserInterface.py" line="2763"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Questa zona della barra di stato mostra la possibilità di scrittura del file.</p></translation> </message> @@ -57042,17 +57011,17 @@ <translation><b>Richiedi funzionalità...</b><p>Apre un dialogo per mandare una richiesta di funzionalità.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2744"/> + <location filename="../UI/UserInterface.py" line="2742"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Questa zona della barra di stato mostra il linguaggio usato dall'editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2772"/> + <location filename="../UI/UserInterface.py" line="2770"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Questa parte della barra di stato mostra il numero di linea.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2779"/> + <location filename="../UI/UserInterface.py" line="2777"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Questa parte della barra di stato mostra la posizione del cursore.</p></translation> </message> @@ -57082,22 +57051,22 @@ <translation><b>Abilita/Disabilita la finestra della toolbox orizzontale</b><p>Se la finestra della toolbox orizzontale è nascosta verrà mostrata. Se è mostrata verrà chiusa.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <source>Restart application</source> <translation>Riavvia applicazione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <source>The application needs to be restarted. Do it now?</source> <translation>L'applicazione necessita di un riavvio. Farlo ora ?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2515"/> + <location filename="../UI/UserInterface.py" line="2513"/> <source>Configure...</source> <translation>Configura...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2758"/> + <location filename="../UI/UserInterface.py" line="2756"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Questa zona della barra di stato mostra l'eol usato dall'editor.</p></translation> </message> @@ -57237,7 +57206,7 @@ <translation>Editor di &icone...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt 3 support</source> <translation>Supporto Qt3</translation> </message> @@ -57257,7 +57226,7 @@ <translation>Apri documentazione PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><p>L'inizio della documentazione di PySide non è stato configurato.</p></translation> </message> @@ -57277,110 +57246,110 @@ <translation>{0} -{1} - {2} - Passive Debug Mode</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2849"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>External Tools/{0}</source> <translation>Tool Esterni/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Il file <b>{0}</b> non esiste o ha lunghezza zero.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4155"/> + <location filename="../UI/UserInterface.py" line="4175"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare Qt-Designer.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4222"/> + <location filename="../UI/UserInterface.py" line="4242"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare Qt-Linguist.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4273"/> + <location filename="../UI/UserInterface.py" line="4293"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare Qt-Assistant.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4315"/> + <location filename="../UI/UserInterface.py" line="4335"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare il visualizzatore personalizzato.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4383"/> + <location filename="../UI/UserInterface.py" line="4403"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare UI Previewer.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4438"/> + <location filename="../UI/UserInterface.py" line="4458"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare l'anteprima delle traduzioni.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4459"/> + <location filename="../UI/UserInterface.py" line="4479"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare SQL Browser.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4538"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>Nessun elemento per il tool esterno '{0}' trovato nel gruppo '{1}'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>No toolgroup entry '{0}' found.</source> <translation>Nessun gruppo '{0}' trovato.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4586"/> + <location filename="../UI/UserInterface.py" line="4606"/> <source>Starting process '{0} {1}'. </source> <translation>Avvio processo '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Non posso avviare l'elemento degli strumenti <b>{0}</b>.<br>Assicurarsi che sia disponibile come <b>{1}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4678"/> + <location filename="../UI/UserInterface.py" line="4698"/> <source>Process '{0}' has exited. </source> <translation>Il processo '{0}' è terminato.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>L'inizio della documentazione "<b>{0}</b>" non viene trovato.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Il file task <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Il file task <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Il file sessione <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Il file sessione <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> non è un file.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5891"/> + <location filename="../UI/UserInterface.py" line="5911"/> <source>Trying host {0}</source> <translation>Tento su host {0}</translation> </message> @@ -57415,7 +57384,7 @@ <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>File scorciatoi tastiera (*.e4k)</translation> </message> @@ -57455,27 +57424,27 @@ <translation><b>Documentazione Python 2</b><p>Mostra la documentazione Python 2. Se non è configurata una directory per la documentazione, viene assunto che la posizione della documentazione sia nella directory doc nella locazione dell'eseguibile Python 2 su Windows e <i>/usr/share/doc/packages/python/html</i> su Unix. Imposta PYTHONDOCDIR2 nel tuo ambiente per sovrascrivere questi valori.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5945"/> + <location filename="../UI/UserInterface.py" line="5965"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -57561,12 +57530,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4517"/> + <location filename="../UI/UserInterface.py" line="4537"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6146"/> + <location filename="../UI/UserInterface.py" line="6166"/> <source>Select Workspace Directory</source> <translation type="unfinished">Seleziona cartella di lavoro</translation> </message> @@ -57786,7 +57755,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2475"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>&Windows</source> <translation type="unfinished">&Finestre</translation> </message> @@ -57876,7 +57845,7 @@ <translation type="unfinished">Apri documentazione su Qt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> + <location filename="../UI/UserInterface.py" line="2788"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> @@ -57941,7 +57910,7 @@ <translation type="unfinished">Apri documentazione su PyQt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4932"/> + <location filename="../UI/UserInterface.py" line="4952"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>L'inizio della documentazione di PyQt4 non è stato configurato.</p> {5 ?}</translation> </message> @@ -57976,7 +57945,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5882"/> + <location filename="../UI/UserInterface.py" line="5902"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -57996,7 +57965,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5886"/> + <location filename="../UI/UserInterface.py" line="5906"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -58066,30 +58035,40 @@ <translation type="unfinished"><b>Documentazione API Eric</b><p>Mostra la documentazione delle API di Eric. La posizione della documentazione è la subdirectory Documentation/Source della directory in cui è installato eric5.</p> {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished">Le Qt v.3 non sono supportate da eric5. {3 ?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6042"/> + <location filename="../UI/UserInterface.py" line="6062"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished">L'update alla versione <b>{0}</b> di eric5 è disponibile presso <b>{1}</b>. Vuoi prenderlo ? {0}?} {6 ?} {1}?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric5 è aggiornato {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>You are using the latest version of eric6</source> <translation type="unfinished">Stai usando l'ultima versione di eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6147"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">eric5 non è ancora stato configurato. Il dialogo di configurazione verrà avviato. {6 ?}</translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="3329"/> + <source>&User Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3407"/> + <source>No User Tools Configured</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/i18n/eric6_pt.ts Thu Aug 27 17:17:01 2015 +0200 +++ b/i18n/eric6_pt.ts Fri Aug 28 12:26:10 2015 +0200 @@ -79,12 +79,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source>Subscribe?</source> <translation>Assinar?</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation><p>Assinar a esta subscrição AdBlock?</p><p>{0}</p></translation> </message> @@ -289,47 +289,47 @@ <context> <name>AdBlockSubscription</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>Load subscription rules</source> <translation>Carregar regras de subscrição</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="304"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="309"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation>Incapaz de abrir o ficheiro adblock '{0}' para leitura.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source>Downloading subscription rules</source> <translation>Descarregando regras de subscrição</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="412"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="417"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation><p>Não se pôde descarregar as regras de subscrição.</p><p>Erro: {0}</p></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="425"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="430"/> <source>Got empty subscription rules.</source> <translation>Obtidas regras de subscrição vazias.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation>Impossível abrir o ficheiro adblock '{0}' para escritura.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Saving subscription rules</source> <translation>Guardando regras de subscrição</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>AdBlock file '{0}' does not start with [Adblock.</source> <translation>O ficheiro AdBlock '{0}' não começa com [Adblock.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source><p>AdBlock subscription <b>{0}</b> has a wrong checksum.<br/>Found: {1}<br/>Calculated: {2}<br/>Use it anyway?</p></source> <translation><p>A subscrição de AdBlock <b>{0}</b> tem uma soma de verificação errada. <br/>Encontrado: {1}<br/>Calculado: {2}<br/>Usar de qualquer modo?</p></translation> </message> @@ -4424,7 +4424,7 @@ <message> <location filename="../Preferences/ConfigurationDialog.py" line="346"/> <source>VirusTotal Interface</source> - <translation>Interface de VirusTotal</translation> + <translation type="obsolete">Interface de VirusTotal</translation> </message> <message> <location filename="../Preferences/ConfigurationDialog.py" line="332"/> @@ -4475,22 +4475,22 @@ <translation>desconhecido</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="207"/> + <location filename="../Cooperation/Connection.py" line="208"/> <source>* Connection attempted by banned user '{0}'.</source> <translation>* Tentativa de conexão por usuário banido '{0}'.</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source>New Connection</source> <translation>Conexão Nova</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source><p>Accept connection from <strong>{0}@{1}</strong>?</p></source> <translation><p>Aceitar a conexão desde <strong>{0}@{1}</strong>?</p></translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="454"/> + <location filename="../Cooperation/Connection.py" line="457"/> <source>* Connection to {0}:{1} refused.</source> <translation>* Recusada a conexão a {0}:{1}.</translation> </message> @@ -5027,32 +5027,32 @@ <translation>O ficheiro <b>{0}</b> existe mas não tem classes.</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source>uic error</source> <translation>erro uic</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source><p>There was an error loading the form <b>{0}</b>.</p><p>{1}</p></source> <translation><p>Houve um erro ao carregar o form <b>{0}</b>.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source>Code Generation</source> <translation>Geração de Código</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="410"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="411"/> <source><p>Could not open the code template file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Não se pode abrir o ficheiro modelo de código "{0}"</p><p>Motivo: {1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="446"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="447"/> <source><p>Could not open the source file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Não se pode abrir o ficheiro fonte "{0}".</p><p>Motivo: {1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source><p>Could not write the source file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Não se pode escrever o ficheiro fonte "{0}".</p><p>Motivo: {1}</p></translation> </message> @@ -7363,7 +7363,7 @@ <message> <location filename="../Helpviewer/Download/DownloadItem.py" line="208"/> <source>VirusTotal scan scheduled: {0}</source> - <translation>Escaneio de VirusTotal programado: {0}</translation> + <translation type="obsolete">Escaneio de VirusTotal programado: {0}</translation> </message> <message> <location filename="../Helpviewer/Download/DownloadItem.ui" line="88"/> @@ -8862,7 +8862,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source>Open File</source> <translation>Abrir Ficheiro</translation> </message> @@ -9307,72 +9307,72 @@ <translation>Selecionar o analizador léxico Pygments a aplicar.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <source>Modification of Read Only file</source> <translation>Modificação do ficheiro de Apenas Leitura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Tenta alterar um ficheiro de Apenas Leitura. Por favor guarde-o primeiro num ficheiro diferente. </translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2416"/> + <location filename="../QScintilla/Editor.py" line="2414"/> <source>Printing...</source> <translation>Imprimindo...</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="2431"/> + <source>Printing completed</source> + <translation>Impressão completa</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="2433"/> - <source>Printing completed</source> - <translation>Impressão completa</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2435"/> <source>Error while printing</source> <translation>Erro durante a impressão</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2438"/> + <location filename="../QScintilla/Editor.py" line="2436"/> <source>Printing aborted</source> <translation>Impressão cancelada</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source>File Modified</source> <translation>Ficheiro Modificado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>O ficheiro <b>{0}</b> tem alterações por gravar.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Não se pôde abrir o ficheiro <b>{0}</b>.</p><p> Motivo: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <source>Save File</source> <translation>Gravar Ficheiro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2954"/> + <location filename="../QScintilla/Editor.py" line="2952"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>O ficheiro <b>{0}</b> não se pôde gravar. <br/>Motivo: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>O ficheiro <b>{0}</b> já existe. Sobreescrever?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <source>Autocompletion</source> <translation>Autocompletar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Autocompletar não está disponivel porque a fonte de autocompletar não está definida.</translation> </message> @@ -9637,22 +9637,22 @@ <translation><br><b>Aviso:</b> Perderá todas as alterações uma vez que o volte a abrir.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Activating Auto-Completion Provider</source> <translation>Ativando o Fornecedor de Preenchimento Automático</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation>Não se pode conetar o fornecedor de autocompletar porque já há outro ativo. Por favor verifique a sua configuração.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Activating Calltip Provider</source> <translation>Ativando Fornecedor de Dicas</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> @@ -15917,189 +15917,189 @@ <translation><b>Janela de Ajuda</b><p>Esta janela mostra a informação da ajuda selecionada.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="839"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="840"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Não existe o ficheiro <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="884"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="885"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="864"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="865"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1097"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1101"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <source>Save Lin&k</source> <translation>Gravar Enla&ce</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1105"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> <source>Copy Link to Clipboard</source> <translation>Copiar Vínculo para a Área de Transferência</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1126"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1127"/> <source>Open Image in New Tab</source> <translation>Abrir imagem num Separador Novo</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1131"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> <source>Save Image</source> <translation>Gravar Imagem</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1135"/> <source>Copy Image to Clipboard</source> <translation>Copiar Imagem para a Área de Transferência</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1137"/> <source>Copy Image Location to Clipboard</source> <translation>Copiar Localização da Imagem para a Área de Transferência</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1145"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Block Image</source> <translation>Bloquear Imagem</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1274"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1275"/> <source>Bookmark this Page</source> <translation>Marcar esta Página</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1303"/> <source>Search with...</source> <translation>Procurar com...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1351"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1352"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> <source>Web Inspector...</source> <translation>Inspetor Web...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Search engine</source> <translation>Motor de busca</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Engine name</source> <translation>Nome do Motor</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Enter a name for the engine</source> <translation>Introduzir um nome para o motor</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1981"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1982"/> <source>Error loading page: {0}</source> <translation>Erro ao carregar a página: {0}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2000"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2003"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2011"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2012"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2017"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2018"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2085"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2086"/> <source>bytes</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2089"/> <source>kB</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2092"/> <source>MB</source> <translation></translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> <source>Scan Link with VirusTotal</source> - <translation>Escanear Vínculo com VirusTotal</translation> + <translation type="obsolete">Escanear Vínculo com VirusTotal</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> <source>Scan Image with VirusTotal</source> - <translation>Escanear Imagem com VirusTotal</translation> + <translation type="obsolete">Escanear Imagem com VirusTotal</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="2398"/> @@ -16107,147 +16107,147 @@ <translation type="obsolete">Navegador Web de eric5</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1113"/> <source>Send Link</source> <translation>Enviar Link</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1141"/> <source>Send Image Link</source> <translation>Enviar Vínculo da Imagem</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1237"/> <source>This Frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1240"/> <source>Show &only this frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1243"/> <source>Show in new &tab</source> <translation>Mostrar num &separador novo</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>&Print</source> <translation>Im&primir</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1251"/> <source>Print Preview</source> <translation>Antevisão da Impressão</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1254"/> <source>Print as PDF</source> <translation>Imprimir como PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1258"/> <source>Zoom &in</source> <translation>Apro&ximar</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1261"/> <source>Zoom &reset</source> <translation>&Repor Zoom</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> <source>Zoom &out</source> <translation>A&fastar</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1278"/> <source>Send Page Link</source> <translation>Enviar o Vínculo da Página</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1296"/> <source>Send Text</source> <translation>Enviar Texto</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1328"/> <source>Google Translate</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1335"/> <source>Dictionary</source> <translation>Dicionário</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1343"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1282"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2023"/> <source>Try Again</source> <translation>Tentar de Novo</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1170"/> <source>Play</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1174"/> <source>Pause</source> <translation>Pausa</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1178"/> <source>Unmute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1182"/> <source>Mute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1186"/> <source>Copy Media Address to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1190"/> <source>Send Media Address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1194"/> <source>Save Media</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source>eric6 Web Browser</source> <translation type="unfinished">Navegador Web de eric5 {6 ?}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation type="unfinished"><p>Imprimir não está disponível devido a um falho em PyQt4. Por favor atualize.</p> {5.?}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2415"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation type="unfinished"><p>Imprimir não está disponível devido a um falho em PyQt4.Por favor atualize.</p> {5.?}</translation> </message> @@ -18981,35 +18981,9 @@ <translation type="unfinished"><b>Descargas</b><p>Mostra a janela das descargas.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1829"/> - <source>VirusTotal</source> - <translation></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1835"/> - <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1883"/> <source>Search VirusTotal</source> - <translation type="unfinished">Buscar VirusTotal</translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1889"/> - <source>Scan current site</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3637"/> - <source>VirusTotal Scan</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3637"/> - <source><p>The VirusTotal scan could not be scheduled.<p> -<p>Reason: {0}</p></source> - <translation type="unfinished"></translation> + <translation type="obsolete">Buscar VirusTotal</translation> </message> <message> <location filename="../Helpviewer/HelpWindow.py" line="1451"/> @@ -31729,57 +31703,57 @@ <context> <name>Listspace</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="235"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="237"/> <source>Close</source> <translation>Fechar</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="244"/> <source>Close All</source> <translation>Fechar Tudo</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="247"/> <source>Save</source> <translation>Gravar</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="250"/> <source>Save As...</source> <translation>Gravar Como...</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="251"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="253"/> <source>Save All</source> <translation>Gravar Tudo</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="259"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="261"/> <source>Print</source> <translation>Imprimir</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="394"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="396"/> <source>Untitled {0}</source> <translation>Sem título {0}</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="515"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="517"/> <source>{0} (ro)</source> <translation></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="257"/> <source>Open 'rejection' file</source> <translation>Abrir ficheiro de 'rejeição'</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="263"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="265"/> <source>Copy Path to Clipboard</source> <translation>Copiar Caminho para a Área de Transferência</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="238"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="240"/> <source>Close Others</source> <translation>Fechar Outros</translation> </message> @@ -33377,12 +33351,12 @@ <context> <name>NetworkAccessManager</name> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="216"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="217"/> <source><b>Enter username and password for '{0}'</b></source> <translation><b>Introduzir nome de usuário e senha para '{0}'</b></translation> </message> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="213"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="214"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation><b>Introduzir nome de usuário e senha para '{0}, domínio '{1}'</b></translation> </message> @@ -34435,7 +34409,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>Re-encoding saved passwords...</source> <translation type="unfinished"></translation> </message> @@ -34451,12 +34425,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>%v/%m Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="636"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="637"/> <source>Passwords</source> <translation type="unfinished">Senhas</translation> </message> @@ -35057,67 +35031,67 @@ <translation>Ficheiro Complemento (*.zip)</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="226"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="229"/> <source>Installing {0} ...</source> <translation>Instalando {0} ...</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="231"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="234"/> <source> ok</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="238"/> - <source>The plugins were installed successfully.</source> - <translation>Os complementos foram instalados com êxito.</translation> - </message> - <message> <location filename="../PluginManager/PluginInstallDialog.py" line="241"/> + <source>The plugins were installed successfully.</source> + <translation>Os complementos foram instalados com êxito.</translation> + </message> + <message> + <location filename="../PluginManager/PluginInstallDialog.py" line="244"/> <source>Some plugins could not be installed.</source> <translation>Não se puderam instalar alguns complementos.</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="271"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="274"/> <source><p>The archive file <b>{0}</b> does not exist. Aborting...</p></source> <translation type="unfinished"><p>O ficheiro <b>{0}</b> não existe. Abortando...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="307"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="310"/> <source><p>The file <b>{0}</b> is not a valid plugin ZIP-archive. Aborting...</p></source> <translation type="unfinished"><p>O ficheiro <b>{0}</b> não é um ficheiro ZIP de complemento válido. Abortando...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="287"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="290"/> <source><p>The destination directory <b>{0}</b> is not writeable. Aborting...</p></source> <translation type="unfinished"><p>Não se pode escrever no diretório de destino <b>{0}</b>. Abortando...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="353"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="356"/> <source><p>The plugin module <b>{0}</b> does not contain a 'packageName' attribute. Aborting...</p></source> <translation><p>O módulo do complemento <b>{0}</b> não contém o atributo 'packageName'. Abortando...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="361"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="364"/> <source><p>The plugin module <b>{0}</b> does not conform with the PyQt v2 API. Aborting...</p></source> <translation><p>O módulo do complemento <b>{0}</b> não está conforme com a API de PyQt v2. Abortando...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="372"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="375"/> <source><p>The plugin package <b>{0}</b> exists. Aborting...</p></source> <translation><p>Existe o pacote de complementos <b>{0}</b>. Abortando...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="381"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="384"/> <source><p>The plugin module <b>{0}</b> exists. Aborting...</p></source> <translation><p>Existe o módulo de complemento <b>{0}</b>. Abortando...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="460"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="463"/> <source>Error installing plugin. Reason: {0}</source> <translation>Erro ao instalar complemento. Motivo: {0}</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="467"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="470"/> <source>Unspecific exception installing plugin.</source> <translation>Exceção não especificada ao instalar complemento.</translation> </message> @@ -35130,67 +35104,67 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="222"/> + <location filename="../PluginManager/PluginManager.py" line="218"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="342"/> + <location filename="../PluginManager/PluginManager.py" line="339"/> <source>Module is missing the 'autoactivate' attribute.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="367"/> + <location filename="../PluginManager/PluginManager.py" line="364"/> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="385"/> + <location filename="../PluginManager/PluginManager.py" line="382"/> <source>Module failed to load. Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="541"/> + <location filename="../PluginManager/PluginManager.py" line="538"/> <source>Incompatible plugin activation method.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <source>Plugin Manager Error</source> <translation type="unfinished">Erro do Gestor de Complementos</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source>Error downloading file</source> <translation type="unfinished">Erro ao descarregar ficheiro</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source>New plugin versions available</source> <translation type="unfinished">Disponível novas versões de complementos</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="348"/> + <location filename="../PluginManager/PluginManager.py" line="345"/> <source>Module is missing the Python2 compatibility flag. Please update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="353"/> + <location filename="../PluginManager/PluginManager.py" line="350"/> <source>Module is not Python2 compatible.</source> <translation type="unfinished"></translation> </message> @@ -53216,82 +53190,82 @@ <context> <name>TabWidget</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="197"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="199"/> <source>Show a navigation menu</source> <translation type="unfinished">Mostrar um menú de navegação</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="207"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="209"/> <source>Close the current editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="239"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="241"/> <source>Move Left</source> <translation type="unfinished">Mover à esquerda</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="244"/> <source>Move Right</source> <translation type="unfinished">Mover à direita</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="247"/> <source>Move First</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="250"/> <source>Move Last</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="252"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="254"/> <source>Close</source> <translation>Fechar</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="257"/> <source>Close Others</source> <translation type="unfinished">Fechar Outros</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="258"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="260"/> <source>Close All</source> <translation>Fechar Tudo</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="261"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="263"/> <source>Save</source> <translation>Gravar</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="264"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="266"/> <source>Save As...</source> <translation>Gravar Como...</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="267"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="269"/> <source>Save All</source> <translation type="unfinished">Gravar Tudo</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="275"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="277"/> <source>Print</source> <translation>Imprimir</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="279"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="281"/> <source>Copy Path to Clipboard</source> <translation type="unfinished">Copiar Caminho para a Área de Transferência</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="424"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="426"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="271"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="273"/> <source>Open 'rejection' file</source> <translation type="unfinished">Abrir ficheiro de 'rejeição'</translation> </message> @@ -53395,12 +53369,12 @@ <context> <name>Tabview</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="912"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="916"/> <source>Untitled {0}</source> <translation>Sem título {0}</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1259"/> <source>{0} (ro)</source> <translation></translation> </message> @@ -56659,7 +56633,7 @@ <translation>Mostrar as versões disponíveis para descarregar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Report Bug</source> <translation>Reportar Falho</translation> </message> @@ -56699,7 +56673,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2593"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>Unittest</source> <translation>Teste Unitário</translation> </message> @@ -56759,7 +56733,7 @@ <translation><b>Teste Unitário ao Script</b><p>Executar teste unitário com o script atual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <source>Unittest Project</source> <translation>Teste Unitário ao Projeto</translation> </message> @@ -57054,7 +57028,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5314"/> + <location filename="../UI/UserInterface.py" line="5334"/> <source>Export Keyboard Shortcuts</source> <translation>Exportar Atalhos de Teclado</translation> </message> @@ -57074,7 +57048,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Import Keyboard Shortcuts</source> <translation>Importar Atalhos de Teclado</translation> </message> @@ -57274,167 +57248,167 @@ <translation>A&ssistentes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2438"/> + <location filename="../UI/UserInterface.py" line="3309"/> <source>&Tools</source> <translation>&Ferramentas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2441"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Select Tool Group</source> <translation>Selecionar Grupo de Ferramentas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Se&ttings</source> <translation>Definiçõe&s</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2468"/> <source>&Window</source> <translation>&Janela</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>&Toolbars</source> <translation>Barras de Ferramen&tas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2506"/> + <location filename="../UI/UserInterface.py" line="2504"/> <source>P&lugins</source> <translation>Comp&lementos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2515"/> + <location filename="../UI/UserInterface.py" line="2513"/> <source>Configure...</source> <translation>Configurar...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2518"/> <source>&Help</source> <translation>&Ajuda</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2590"/> + <source>Tools</source> + <translation>Ferramentas</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2592"/> - <source>Tools</source> - <translation>Ferramentas</translation> + <source>Settings</source> + <translation>Definições</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4321"/> + <source>Help</source> + <translation>Ajuda</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2594"/> - <source>Settings</source> - <translation>Definições</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4301"/> - <source>Help</source> - <translation>Ajuda</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2596"/> <source>Profiles</source> <translation>Perfiles</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2597"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Plugins</source> <translation>Complementos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2744"/> + <location filename="../UI/UserInterface.py" line="2742"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2751"/> + <location filename="../UI/UserInterface.py" line="2749"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2758"/> + <location filename="../UI/UserInterface.py" line="2756"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2765"/> + <location filename="../UI/UserInterface.py" line="2763"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2772"/> + <location filename="../UI/UserInterface.py" line="2770"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2779"/> + <location filename="../UI/UserInterface.py" line="2777"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2849"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>External Tools/{0}</source> <translation>Ferramentas Externas/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2946"/> + <location filename="../UI/UserInterface.py" line="2944"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Números de Versão</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6100"/> + <location filename="../UI/UserInterface.py" line="6120"/> <source></table></source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>A direção do correio eletrónico ou a direção do servidor de correio está vazia. Por favor configure as Definiçães de Correio Eletrónico na Caixa de Diálogo de Preferências.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <source>Restart application</source> <translation>Reiniciar a aplicação</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <source>The application needs to be restarted. Do it now?</source> <translation>A aplicação necessita ser reiniciada. Reiniciar agora?</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3360"/> + <source>Configure Tool Groups ...</source> + <translation>Configurar Grupos de Ferramentas...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3364"/> + <source>Configure current Tool Group ...</source> + <translation>Configurar o atual Grupo de Ferramentas ...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3311"/> - <source>Configure Tool Groups ...</source> - <translation>Configurar Grupos de Ferramentas...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3315"/> - <source>Configure current Tool Group ...</source> - <translation>Configurar o atual Grupo de Ferramentas ...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3365"/> <source>&Builtin Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3373"/> + <location filename="../UI/UserInterface.py" line="3326"/> <source>&Plugin Tools</source> <translation>Ferramentas dos &Complementos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3463"/> + <location filename="../UI/UserInterface.py" line="3483"/> <source>&Show all</source> <translation>&Mostrar tudo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3465"/> + <location filename="../UI/UserInterface.py" line="3485"/> <source>&Hide all</source> <translation>&Esconder tudo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <source>There is no main script defined for the current project. Aborting</source> <translation>O projeto atual não tem um script principal definido. Abortando</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt 3 support</source> <translation>Suporte Qt3</translation> </message> @@ -57444,189 +57418,189 @@ <translation type="obsolete">Qt v.3 não está suportado por eric5.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <source>Process Generation Error</source> <translation>Erro no Gerador do Processo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4155"/> + <location filename="../UI/UserInterface.py" line="4175"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4222"/> + <location filename="../UI/UserInterface.py" line="4242"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4273"/> + <location filename="../UI/UserInterface.py" line="4293"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4301"/> + <location filename="../UI/UserInterface.py" line="4321"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Não há nenhum visualizador personalizado selecionado. Por favor use a caixa de diálogo das preferências para escolher um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4315"/> - <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="4335"/> + <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4355"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4383"/> + <location filename="../UI/UserInterface.py" line="4403"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4438"/> + <location filename="../UI/UserInterface.py" line="4458"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4459"/> + <location filename="../UI/UserInterface.py" line="4479"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>External Tools</source> <translation>Ferramentas Externas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4538"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4586"/> + <location filename="../UI/UserInterface.py" line="4606"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <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"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4678"/> + <location filename="../UI/UserInterface.py" line="4698"/> <source>Process '{0}' has exited. </source> <translation>Processo '{0}' saiu.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source>Documentation Missing</source> <translation>Falta a Documentação</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source>Documentation</source> <translation>Documentação</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4871"/> + <location filename="../UI/UserInterface.py" line="4891"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Ficheiro de atalhos de teclado (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source>Save tasks</source> <translation>Gravar tarefas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source>Read tasks</source> <translation>Ler tarefas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source>Save session</source> <translation>Guargar sessão</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source>Read session</source> <translation>Sessão de leitura</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> não é um ficheiro.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5882"/> + <location filename="../UI/UserInterface.py" line="5902"/> <source>&Cancel</source> <translation>&Cancelar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5891"/> + <location filename="../UI/UserInterface.py" line="5911"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6042"/> + <location filename="../UI/UserInterface.py" line="6062"/> <source>Update available</source> <translation>Atualização disponível</translation> </message> @@ -57641,27 +57615,27 @@ <translation type="obsolete">Utiliza a última versão do eric5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6062"/> + <location filename="../UI/UserInterface.py" line="6082"/> <source>Error during updates check</source> <translation>Erro na verificação de atualizações</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="6082"/> + <source>Could not perform updates check.</source> + <translation>Não procurar atualizações.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6106"/> + <source><h3>Available versions</h3><table></source> + <translation><h3>Versões Disponíveis</h3><table></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6147"/> + <source>First time usage</source> + <translation>Usado a primeira vez</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="6062"/> - <source>Could not perform updates check.</source> - <translation>Não procurar atualizações.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6086"/> - <source><h3>Available versions</h3><table></source> - <translation><h3>Versões Disponíveis</h3><table></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6127"/> - <source>First time usage</source> - <translation>Usado a primeira vez</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6042"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> @@ -57701,27 +57675,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>Error getting versions information</source> <translation>Erro na obtenção da informação de versões</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5945"/> + <location filename="../UI/UserInterface.py" line="5965"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Open Browser</source> <translation>Abrir Navegador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Could not start a web browser</source> <translation>Não se pôde começar um navegador web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -57817,12 +57791,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4517"/> + <location filename="../UI/UserInterface.py" line="4537"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6146"/> + <location filename="../UI/UserInterface.py" line="6166"/> <source>Select Workspace Directory</source> <translation>Selecionar o Diretório de Trabalho</translation> </message> @@ -58042,7 +58016,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2475"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>&Windows</source> <translation>&Janelas</translation> </message> @@ -58132,7 +58106,7 @@ <translation>Abrir a Documentação de Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> + <location filename="../UI/UserInterface.py" line="2788"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> @@ -58197,7 +58171,7 @@ <translation>Abrir a Documentação de PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4932"/> + <location filename="../UI/UserInterface.py" line="4952"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> @@ -58232,7 +58206,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5882"/> + <location filename="../UI/UserInterface.py" line="5902"/> <source>%v/%m</source> <translation></translation> </message> @@ -58317,30 +58291,40 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished">Qt v.3 não está suportado por eric5. {3 ?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5886"/> + <location filename="../UI/UserInterface.py" line="5906"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric5 está atualizado {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>You are using the latest version of eric6</source> <translation type="unfinished">Utiliza a última versão do eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6147"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">eric5 ainda não foi configurado. A caixa de diálogo de configuração vai iniciar-se. {6 ?}</translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="3329"/> + <source>&User Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3407"/> + <source>No User Tools Configured</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/i18n/eric6_ru.ts Thu Aug 27 17:17:01 2015 +0200 +++ b/i18n/eric6_ru.ts Fri Aug 28 12:26:10 2015 +0200 @@ -79,12 +79,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source>Subscribe?</source> <translation>Подписаться?</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation><p>Подписаться на AdBlock подписку?</p><p>{0}</p></translation> </message> @@ -289,47 +289,47 @@ <context> <name>AdBlockSubscription</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>Load subscription rules</source> <translation>Загрузить правила подписки</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="304"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="309"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation>Невозможно открыть adblock файл '{0}' для чтения.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source>Downloading subscription rules</source> <translation>Загрузка правил подписки</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="412"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="417"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation><p>Не могу загрузить правила подписки.</p><p>Ошибка: {0}</p></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="425"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="430"/> <source>Got empty subscription rules.</source> <translation>Правила подписки пусты.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation>Невозможно открыть adblock файл '{0}' для записи.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Saving subscription rules</source> <translation>Сохранение правил подписки</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>AdBlock file '{0}' does not start with [Adblock.</source> <translation>Adblock файл '{0}' начинается не с [Adblock.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source><p>AdBlock subscription <b>{0}</b> has a wrong checksum.<br/>Found: {1}<br/>Calculated: {2}<br/>Use it anyway?</p></source> <translation><p>Adblock подписка <b>{0}</b> имеет неверную контрольную сумму.<br/>Найдено: {1}<br/>Вычесленно: {2}<br/>Использовать её?</p></translation> </message> @@ -4173,7 +4173,7 @@ <message> <location filename="../Preferences/ConfigurationDialog.py" line="346"/> <source>VirusTotal Interface</source> - <translation>VirusTotal интерфейс</translation> + <translation type="obsolete">VirusTotal интерфейс</translation> </message> <message> <location filename="../Preferences/ConfigurationDialog.py" line="332"/> @@ -4226,22 +4226,22 @@ <translation>неизвестный</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source>New Connection</source> <translation>Новое соединение</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source><p>Accept connection from <strong>{0}@{1}</strong>?</p></source> <translation><p>Разрешить соединение от<strong>{0}@{1}</strong>?</p></translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="454"/> + <location filename="../Cooperation/Connection.py" line="457"/> <source>* Connection to {0}:{1} refused.</source> <translation>* В соединении к {0}:{1} отказано.</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="207"/> + <location filename="../Cooperation/Connection.py" line="208"/> <source>* Connection attempted by banned user '{0}'.</source> <translation>* Попытка соединения от запрещённого пользователя '{0}'.</translation> </message> @@ -4767,32 +4767,32 @@ <translation>Фильтровать &по:</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source>Code Generation</source> <translation>Генерация кода</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="410"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="411"/> <source><p>Could not open the code template file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Невозможно открыть файл с шаблоном кода <b>{0}</b>:<br>Причина: {1}.</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="446"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="447"/> <source><p>Could not open the source file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Невозможно открыть файл с исходными текстами <b>{0}</b>:<br>Причина: {1}.</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source><p>Could not write the source file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Невозможно записать файл с исходными текстами <b>{0}</b>:<br>Причина: {1}.</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source>uic error</source> <translation>ошибка uic</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source><p>There was an error loading the form <b>{0}</b>.</p><p>{1}</p></source> <translation><p>При загрузке формы <b>{0}</b> случилась ошибка:</p><p>{1}</p></translation> </message> @@ -7060,7 +7060,7 @@ <message> <location filename="../Helpviewer/Download/DownloadItem.py" line="208"/> <source>VirusTotal scan scheduled: {0}</source> - <translation>сканирование VirusTotal запланировано: {0}</translation> + <translation type="obsolete">сканирование VirusTotal запланировано: {0}</translation> </message> <message> <location filename="../Helpviewer/Download/DownloadItem.ui" line="88"/> @@ -8682,47 +8682,47 @@ <translation>Печать</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <source>Modification of Read Only file</source> <translation>Редактирование файла, открытого только на чтение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Попытка редактирования файла, открытого только на чтение. Пожалуйста, сначала сохраните изменения в другой файл.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2416"/> + <location filename="../QScintilla/Editor.py" line="2414"/> <source>Printing...</source> <translation>Печать...</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="2431"/> + <source>Printing completed</source> + <translation>Печать завершена</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="2433"/> - <source>Printing completed</source> - <translation>Печать завершена</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2435"/> <source>Error while printing</source> <translation>Ошибка печати</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2438"/> + <location filename="../QScintilla/Editor.py" line="2436"/> <source>Printing aborted</source> <translation>Печать отменена</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source>Open File</source> <translation>Открыть файл</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <source>Save File</source> <translation>Сохранить файл</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source>File Modified</source> <translation>Файл изменён</translation> </message> @@ -8887,12 +8887,12 @@ <translation>Автозавершение разрешено</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <source>Autocompletion</source> <translation>Автозавершение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Автозавершение недоступно, так как не задан источник автозавершения.</translation> </message> @@ -8982,7 +8982,7 @@ <translation>Нет файла с информацией по охвату.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>В файле <b>{0}</b> есть несохранённые изменения.</p></translation> </message> @@ -9282,12 +9282,12 @@ <translation>Удалить из словаря</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Невозможно прочитать файл <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2954"/> + <location filename="../QScintilla/Editor.py" line="2952"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Невозможно сохранить файл <b>{0}</b>:<br>Причина: {1}.</p></translation> </message> @@ -9312,7 +9312,7 @@ <translation>Очистить предупреждения</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл <b>{0}</b> уже сущеструет. Переписать?</p></translation> </message> @@ -9337,22 +9337,22 @@ <translation><br><b>Предупреждение:</b> При переоткрытии все изменения будут потеряны.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Activating Auto-Completion Provider</source> <translation>Активация Автозавершения</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation>Автозавершение не может быть подключено, потому что уже активны. Пожалуйста проверьте конфигурацию.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Activating Calltip Provider</source> <translation>Активация подсказок</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation>Подсказки не могут быть подключены, потому что уже активны. Пожалуйста проверьте конфигурацию.</translation> </message> @@ -15591,17 +15591,17 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="884"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="885"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p>Невозможно запустить просмотрщик для файла <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1097"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Открыть ссылку в новой закладке<byte value="x9"/>Shift+Левая кнопка мыши</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="839"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="840"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Файл <b>{0}</b> не существует.</p></translation> </message> @@ -15611,317 +15611,317 @@ <translation><b>Окно помощи</b><p>В этом окне отображается имеющаяся помощь.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> <source>Web Inspector...</source> <translation>WEB проводник...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1981"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1982"/> <source>Error loading page: {0}</source> <translation>Ошибка при загрузке страницы: {0}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2000"/> <source>When connecting to: {0}.</source> <translation>При соединении с {0}.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2003"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Проверьте адрес на ошибки типа <b>ww</b>.example.org вместо <b>www</b>.example.org</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <source>If the address is correct, try checking the network connection.</source> <translation>Если адрес правильный, проверьте сетевое соединение.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2011"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2012"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Если ваш компьютер или локальная сеть находятся за firewall или proxy, убедитесь что браузеру разрешено подсоединяться к сети.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="864"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="865"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p>Невозможно запустить приложение для URL <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1274"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1275"/> <source>Bookmark this Page</source> <translation>Создать закладку для этой страницы</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1101"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <source>Save Lin&k</source> <translation>Сохранить &ссылку</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1105"/> <source>Bookmark this Link</source> <translation>Сохранить ссылку</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> <source>Copy Link to Clipboard</source> <translation>Скопировать ссылку</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1126"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1127"/> <source>Open Image in New Tab</source> <translation>Открыть изображение в новой закладке</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1131"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> <source>Save Image</source> <translation>Сохранить изображение</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1135"/> <source>Copy Image to Clipboard</source> <translation>Скопировать изображение</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1137"/> <source>Copy Image Location to Clipboard</source> <translation>Скопировать адрес изображения</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1145"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Block Image</source> <translation>Заблокировать изображение</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1303"/> <source>Search with...</source> <translation>Искать с...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source>Web Database Quota</source> <translation>Квота Web базы данных</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation><p>Квота Web базы данных <strong>{0}</strong> была превышена при доступе к базе <strong>{1}</strong>.</p><p>Изменить квоту?</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>New Web Database Quota</source> <translation>Новая квота Web базы данных</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2085"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2086"/> <source>bytes</source> <translation>байт</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2089"/> <source>kB</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2092"/> <source>MB</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation>Введите новую квоту в MB (текущая = {0}, использовано = {1}; шаг изменения = 5 MB):</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1351"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1352"/> <source>Add to web search toolbar</source> <translation>Добавить к панели инструментов Web поиска</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>Method not supported</source> <translation>Метод не поддерживается</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>{0} method is not supported.</source> <translation>{0} метод не поддерживается.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Search engine</source> <translation>Поисковик</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Choose the desired search engine</source> <translation>Выберите поисковик</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Engine name</source> <translation>Имя поисковика</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Enter a name for the engine</source> <translation>Введите имя поисковика</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2017"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2018"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Если режим кэша установлен в offline, то доступны только страницы из локального кзша.</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> <source>Scan Link with VirusTotal</source> - <translation>Сканировать ссылку с VirusTotal</translation> + <translation type="obsolete">Сканировать ссылку с VirusTotal</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> <source>Scan Image with VirusTotal</source> - <translation>Сканировать изображение с VirusTotal</translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> + <translation type="obsolete">Сканировать изображение с VirusTotal</translation> + </message> + <message> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1113"/> <source>Send Link</source> <translation>Послать ссылку</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1141"/> <source>Send Image Link</source> <translation>Послать ссылку на изображение</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1237"/> <source>This Frame</source> <translation>Этот кадр</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1240"/> <source>Show &only this frame</source> <translation>Показать &только этот кадр</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1243"/> <source>Show in new &tab</source> <translation>Показать в новой &закладке</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>&Print</source> <translation>&Печать</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1251"/> <source>Print Preview</source> <translation>Предварительный просмотр печати</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1254"/> <source>Print as PDF</source> <translation>Печать как PDF</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1258"/> <source>Zoom &in</source> <translation>У&величить масштаб</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1261"/> <source>Zoom &reset</source> <translation>&Сбросить масштаб</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> <source>Zoom &out</source> <translation>У&меньшить масштаб</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> <source>Show frame so&urce</source> <translation>Показать код ка&дра</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1278"/> <source>Send Page Link</source> <translation>Отправить ссылку страницы</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1296"/> <source>Send Text</source> <translation>Отправить текст</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1328"/> <source>Google Translate</source> <translation>Переводчик Гугл</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1335"/> <source>Dictionary</source> <translation>Словарь</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1343"/> <source>Go to web address</source> <translation>Перейти на веб адрес</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1282"/> <source>User Agent</source> <translation>Агент пользователя</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2023"/> <source>Try Again</source> <translation>Снова</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1170"/> <source>Play</source> <translation>Воспроизведение</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1174"/> <source>Pause</source> <translation>Пауза</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1178"/> <source>Unmute</source> <translation>Включить звук</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1182"/> <source>Mute</source> <translation>Отключить звук</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1186"/> <source>Copy Media Address to Clipboard</source> <translation>Сопировать адрес медиа файла в буфер обмена</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1190"/> <source>Send Media Address</source> <translation>Сохранить адрес медиа файла</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1194"/> <source>Save Media</source> <translation>Сохранить медиа файл</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source>eric6 Web Browser</source> <translation>WEB просмотрщик встроенный в Eric</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation><p>Печать невозможна из-за ошибки в PyQt5. Пожалуйста установите обновление.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2415"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation><p>Печать невозможна из-за ошибки в PyQt4. Пожалуйста установите обновление.</p></translation> </message> @@ -18644,12 +18644,12 @@ <message> <location filename="../Helpviewer/HelpWindow.py" line="1829"/> <source>VirusTotal</source> - <translation>VirusTotal</translation> + <translation type="obsolete">VirusTotal</translation> </message> <message> <location filename="../Helpviewer/HelpWindow.py" line="1835"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> - <translation><h2>Поиск файлов</h2> + <translation type="obsolete"><h2>Поиск файлов</h2> <p>Чтобы найти последний VirusTotal отчёт о данном файле введите его хэш. Допустимые хэши - MD5, SHA1 и SHA256. Возможно также использовать permalink id.</p> <h2>Поиск URL</h2> <p>Для поиска введите URL. программа нормализует его и сравнит с имеющимися записями в базе данных VirusTotal. Можно также ввести MD5 хэш искомого URL с префиксом "url:", например: url:7f911bbcf618f052ac6b9928600d2820.</p> @@ -18661,23 +18661,23 @@ <message> <location filename="../Helpviewer/HelpWindow.py" line="1883"/> <source>Search VirusTotal</source> - <translation>Поиск в VirusTotal</translation> + <translation type="obsolete">Поиск в VirusTotal</translation> </message> <message> <location filename="../Helpviewer/HelpWindow.py" line="1889"/> <source>Scan current site</source> - <translation>Проверить текущий сервер</translation> + <translation type="obsolete">Проверить текущий сервер</translation> </message> <message> <location filename="../Helpviewer/HelpWindow.py" line="3637"/> <source>VirusTotal Scan</source> - <translation>Проверка VirusTotal</translation> + <translation type="obsolete">Проверка VirusTotal</translation> </message> <message> <location filename="../Helpviewer/HelpWindow.py" line="3637"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> - <translation><p>Невозможно запланировать проверку VirusTotal.<p> + <translation type="obsolete"><p>Невозможно запланировать проверку VirusTotal.<p> <p>Причина: {0}</p></translation> </message> <message> @@ -31450,57 +31450,57 @@ <context> <name>Listspace</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="394"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="396"/> <source>Untitled {0}</source> <translation>Без имени {0}</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="235"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="237"/> <source>Close</source> <translation>Закрыть</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="244"/> <source>Close All</source> <translation>Закрыть всё</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="247"/> <source>Save</source> <translation>Сохранить</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="250"/> <source>Save As...</source> <translation>Сохранить как...</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="251"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="253"/> <source>Save All</source> <translation>Сохранить всё</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="259"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="261"/> <source>Print</source> <translation>Печать</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="515"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="517"/> <source>{0} (ro)</source> <translation>{0} (только чтение)</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="257"/> <source>Open 'rejection' file</source> <translation>Открыть 'отбракованный' файл</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="263"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="265"/> <source>Copy Path to Clipboard</source> <translation>Сопировать путь в буфер обмена</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="238"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="240"/> <source>Close Others</source> <translation>Закрыть остальные</translation> </message> @@ -33099,12 +33099,12 @@ <context> <name>NetworkAccessManager</name> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="216"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="217"/> <source><b>Enter username and password for '{0}'</b></source> <translation><b>Введите имя пользователя и пароль для '{0}'</b></translation> </message> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="213"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="214"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation><b>Введите имя пользователя и пароль для '{0}'; realm '{1}'</b></translation> </message> @@ -34159,7 +34159,7 @@ <translation>Сохранить пароль</translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>Re-encoding saved passwords...</source> <translation>Перекодирование сохранённых паролей...</translation> </message> @@ -34176,12 +34176,12 @@ {2}</translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>%v/%m Passwords</source> <translation>%v/%m Паролей</translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="636"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="637"/> <source>Passwords</source> <translation>Пароли</translation> </message> @@ -34778,62 +34778,62 @@ <translation>Архив подключаемого модуля (*.zip)</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="226"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="229"/> <source>Installing {0} ...</source> <translation>Устанавливается {0} ...</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="231"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="234"/> <source> ok</source> <translation> ок</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="238"/> - <source>The plugins were installed successfully.</source> - <translation>Подключаемые модули успешно установлены.</translation> - </message> - <message> <location filename="../PluginManager/PluginInstallDialog.py" line="241"/> + <source>The plugins were installed successfully.</source> + <translation>Подключаемые модули успешно установлены.</translation> + </message> + <message> + <location filename="../PluginManager/PluginInstallDialog.py" line="244"/> <source>Some plugins could not be installed.</source> <translation>Некоторые плагины не были установлены.</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="271"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="274"/> <source><p>The archive file <b>{0}</b> does not exist. Aborting...</p></source> <translation><p>Файл архива<b>{0}</b> не существует. Отмена...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="307"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="310"/> <source><p>The file <b>{0}</b> is not a valid plugin ZIP-archive. Aborting...</p></source> <translation><p>Файл <b>{0}</b> не является ZIP-архивом. Отмена...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="287"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="290"/> <source><p>The destination directory <b>{0}</b> is not writeable. Aborting...</p></source> <translation><p>Запрещена запись в каталог назначения <b>{0}</b>. Отмена...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="353"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="356"/> <source><p>The plugin module <b>{0}</b> does not contain a 'packageName' attribute. Aborting...</p></source> <translation><p>Подключаемый модуль <b>{0}</b> не содержит атрибута 'packageName'. Отмена...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="372"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="375"/> <source><p>The plugin package <b>{0}</b> exists. Aborting...</p></source> <translation><p>Пакет подключаемого модуля <b>{0}</b> существует. Отмена...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="381"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="384"/> <source><p>The plugin module <b>{0}</b> exists. Aborting...</p></source> <translation><p>Подключаемый модуль <b>{0}</b> существует. Отмена...</p></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="460"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="463"/> <source>Error installing plugin. Reason: {0}</source> <translation>Ошибка установки поагина. Причина: {0}</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="467"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="470"/> <source>Unspecific exception installing plugin.</source> <translation>Неизвестное исключение при установке плагина.</translation> </message> @@ -34843,7 +34843,7 @@ <translation>Установка</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="361"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="364"/> <source><p>The plugin module <b>{0}</b> does not conform with the PyQt v2 API. Aborting...</p></source> <translation><p>Подключаемый модуль <b>{0}</b> не соответствует PyQt v2 API. Отмена...</p></translation> </message> @@ -34851,32 +34851,32 @@ <context> <name>PluginManager</name> <message> - <location filename="../PluginManager/PluginManager.py" line="541"/> + <location filename="../PluginManager/PluginManager.py" line="538"/> <source>Incompatible plugin activation method.</source> <translation>Несовместимый метод активации подключаемого модуля.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="342"/> + <location filename="../PluginManager/PluginManager.py" line="339"/> <source>Module is missing the 'autoactivate' attribute.</source> <translation>Подключаемый модуль не содержит атрибута 'autoactivate'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="367"/> + <location filename="../PluginManager/PluginManager.py" line="364"/> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation>Модуль не содержит атрибутов 'pluginType' и/или 'pluginTypename'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="385"/> + <location filename="../PluginManager/PluginManager.py" line="382"/> <source>Module failed to load. Error: {0}</source> <translation>Невозможно загрузить модуль. Ошибка: {0}</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <source>Plugin Manager Error</source> <translation>Ошибка менеджера плагинов</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <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>Папка для загруски плагинов <b>{0}</b> не может быть создана. Выберите её с помощью диалога.</p><p>Причина:{1}</p></translation> </message> @@ -34886,37 +34886,37 @@ <translation>Невозможно создать пакет для {0}.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="222"/> + <location filename="../PluginManager/PluginManager.py" line="218"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation>Папка плагинов <b>{0}</b> не существует.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source>Error downloading file</source> <translation>Ошибка скачивания файла</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation><p>Ошибка скачивания файла из {0}.</p><p>Ошибка: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source>New plugin versions available</source> <translation>Новые версии доступны для загрузки</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation><p>Имеются новые плагины или обновления. Воспользуйтесь диалогом репозитория плагинов для их загрузки.</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="348"/> + <location filename="../PluginManager/PluginManager.py" line="345"/> <source>Module is missing the Python2 compatibility flag. Please update.</source> <translation>Модуль не совместим с Python2. Пожалуйста загрузите обновление.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="353"/> + <location filename="../PluginManager/PluginManager.py" line="350"/> <source>Module is not Python2 compatible.</source> <translation>Модуль не совместим с Python2.</translation> </message> @@ -53211,82 +53211,82 @@ <context> <name>TabWidget</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="252"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="254"/> <source>Close</source> <translation>Закрыть</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="258"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="260"/> <source>Close All</source> <translation>Закрыть всё</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="261"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="263"/> <source>Save</source> <translation>Сохранить</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="264"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="266"/> <source>Save As...</source> <translation>Сохранить как...</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="267"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="269"/> <source>Save All</source> <translation>Сохранить всё</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="275"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="277"/> <source>Print</source> <translation>Печать</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="424"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="426"/> <source>{0} (ro)</source> <translation>{0} (только чтение)</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="239"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="241"/> <source>Move Left</source> <translation>Сдвинуть влево</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="244"/> <source>Move Right</source> <translation>Сдвинуть вправо</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="207"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="209"/> <source>Close the current editor</source> <translation>Закрыть текущий редактор</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="247"/> <source>Move First</source> <translation>Сделать первым</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="250"/> <source>Move Last</source> <translation>Сделать последним</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="197"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="199"/> <source>Show a navigation menu</source> <translation>Показать меню</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="257"/> <source>Close Others</source> <translation>Закрыть остальные</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="279"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="281"/> <source>Copy Path to Clipboard</source> <translation>Сопировать путь в буфер обмена</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="271"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="273"/> <source>Open 'rejection' file</source> <translation>Открыть 'отбракованный' файл</translation> </message> @@ -53394,12 +53394,12 @@ <context> <name>Tabview</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="912"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="916"/> <source>Untitled {0}</source> <translation>Без имени - {0}</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1259"/> <source>{0} (ro)</source> <translation>{0} (только чтение)</translation> </message> @@ -56361,7 +56361,7 @@ <translation><b>Показать версию</b><p>Информация о версии.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2593"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>Unittest</source> <translation>Unittest</translation> </message> @@ -56397,12 +56397,12 @@ <p>Настройте Eric по своему вкусу.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2468"/> <source>&Window</source> <translation>&Окно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2438"/> + <location filename="../UI/UserInterface.py" line="3309"/> <source>&Tools</source> <translation>&Сервис</translation> </message> @@ -56412,37 +56412,37 @@ <translation>&Мастера</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2518"/> <source>&Help</source> <translation>&Помощь</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2590"/> + <source>Tools</source> + <translation>Сервис</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4321"/> + <source>Help</source> + <translation>Помощь</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2592"/> - <source>Tools</source> - <translation>Сервис</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4301"/> - <source>Help</source> - <translation>Помощь</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2594"/> <source>Settings</source> <translation>Настройка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>&Toolbars</source> <translation>&Панели инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source>Problem</source> <translation>Проблема</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> @@ -56472,7 +56472,7 @@ <translation>До&полнительно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Report Bug</source> <translation>Сообщение об ошибке</translation> </message> @@ -56492,7 +56492,7 @@ <translation><b>Сообщить об ошибке...</b><p>Открывает диалог для сообщения об ошибке.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5314"/> + <location filename="../UI/UserInterface.py" line="5334"/> <source>Export Keyboard Shortcuts</source> <translation>Экспортировать горячие клавиши</translation> </message> @@ -56513,7 +56513,7 @@ <p>Экспортировать горячие клавиши приложения.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Import Keyboard Shortcuts</source> <translation>Импортировать горячие клавиши</translation> </message> @@ -56606,7 +56606,7 @@ <translation><b>Сценарий Unittest</b><p>Выполнить Uniitest с текущим сценарием.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <source>Unittest Project</source> <translation>Uniitest на проекте</translation> </message> @@ -56626,7 +56626,7 @@ <translation>&Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Для текущего проекта не определён главный сценарий. Отмена</translation> </message> @@ -56678,7 +56678,7 @@ <p>Открыть диалог, в котором показаны различия между файлами в две колонки.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source>Drop Error</source> <translation>Ошибка Drag&&Drop</translation> </message> @@ -56748,32 +56748,32 @@ <translation><b>Профили</b><p>Конфигурация профилей. С помощью этого диалога вы можете устанавливать видимость разных окон для заданных профилей.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Файл <b>{0}</b> либо не существует, либо нулевой длины.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4155"/> + <location filename="../UI/UserInterface.py" line="4175"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить Qt-Designer.<br>Убедитесь, что он доступен в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4222"/> + <location filename="../UI/UserInterface.py" line="4242"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить Qt-Linguist.<br>Убедитесь, что он доступен в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4273"/> + <location filename="../UI/UserInterface.py" line="4293"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить Qt-Assistant.<br>Убедитесь, что он доступен в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Невозможно запустить инструмент <b>{0}</b>.<br>Убедитесь, что он доступен в <b>{1}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> не является файлом</p></translation> </message> @@ -56798,7 +56798,7 @@ <translation><b>UI Previewer</b><p>Запустить the UI Previewer.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4383"/> + <location filename="../UI/UserInterface.py" line="4403"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить UI Previewer.<br>Убедитесь, что он находится в <b>{0}</b>.</p></translation> </message> @@ -56823,7 +56823,7 @@ <translation><b>Предпросмотр переводов</b><p>Запустить предпросмотр переводов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4438"/> + <location filename="../UI/UserInterface.py" line="4458"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить предпросмотр переводов.<br>Убедитесь, что он находится в <b>{0}</b>.</p></translation> </message> @@ -56863,48 +56863,48 @@ <translation>Просмотрщик задач</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source>Save tasks</source> <translation>Сохранить задачи</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл с задачами: <b>{0}</b></p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source>Read tasks</source> <translation>Прочитать задачи</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл с задачами: <b>{0}</b></p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4301"/> + <location filename="../UI/UserInterface.py" line="4321"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Специальный просмотрщик не выбран. Используйте диалог с настройками для его выбора.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4315"/> + <location filename="../UI/UserInterface.py" line="4335"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить специальный просмотрщик.<br>Убедитесь, что он находится в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source>Documentation Missing</source> <translation>Документация отсутствует</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>Корень документации "<b>{0}</b>" не найден.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>Почтовый адрес или адрес почтового сервера пуст. Настройте электронную почту в диалоге конфигурации.</translation> </message> @@ -56999,7 +56999,7 @@ <translation>Открыть документацию API Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4335"/> + <location filename="../UI/UserInterface.py" line="4355"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Невозможно запустить просмотрщик помощи.<br>Убедитесь, что он доступен под именем <b>hh</b>.</p></translation> </message> @@ -57060,75 +57060,75 @@ <translation>Открыть документацию Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2441"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Select Tool Group</source> <translation>Выберите группу инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Se&ttings</source> <translation>&Настройка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2596"/> + <location filename="../UI/UserInterface.py" line="2594"/> <source>Profiles</source> <translation>Профили</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3365"/> + <location filename="../UI/UserInterface.py" line="3311"/> <source>&Builtin Tools</source> <translation>&Встроенные инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4586"/> + <location filename="../UI/UserInterface.py" line="4606"/> <source>Starting process '{0} {1}'. </source> <translation>Запускается процесс '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4678"/> + <location filename="../UI/UserInterface.py" line="4698"/> <source>Process '{0}' has exited. </source> <translation>Процесс '{0}' завершился.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source>Documentation</source> <translation>Документация</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4871"/> + <location filename="../UI/UserInterface.py" line="4891"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>Корень документации PyQt4 не найден.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="6082"/> + <source>Error during updates check</source> + <translation>Ошибка при проверке обновлений</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="6062"/> - <source>Error during updates check</source> - <translation>Ошибка при проверке обновлений</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6042"/> <source>Update available</source> <translation>Обновления доступны</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2946"/> + <location filename="../UI/UserInterface.py" line="2944"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Номера версий</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6100"/> + <location filename="../UI/UserInterface.py" line="6120"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3311"/> + <location filename="../UI/UserInterface.py" line="3360"/> <source>Configure Tool Groups ...</source> <translation>Настроить группы Инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3315"/> + <location filename="../UI/UserInterface.py" line="3364"/> <source>Configure current Tool Group ...</source> <translation>Настроить текущую группу Инструментов...</translation> </message> @@ -57143,22 +57143,22 @@ <translation>Показать &внешние инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6062"/> + <location filename="../UI/UserInterface.py" line="6082"/> <source>Could not perform updates check.</source> <translation>Невозможно запустить проверку обновлений.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5882"/> + <location filename="../UI/UserInterface.py" line="5902"/> <source>&Cancel</source> <translation>От&мена</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5891"/> + <location filename="../UI/UserInterface.py" line="5911"/> <source>Trying host {0}</source> <translation>Пробую узел {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6147"/> <source>First time usage</source> <translation>Первое использование</translation> </message> @@ -57168,12 +57168,12 @@ <translation>Инициализируется менеджер расширений...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2506"/> + <location filename="../UI/UserInterface.py" line="2504"/> <source>P&lugins</source> <translation>&Расширения</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2597"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Plugins</source> <translation>Расширения</translation> </message> @@ -57214,17 +57214,17 @@ <translation><b>Убрать подключаемый модуль...</b><p>Открывает диалог деинсталляции нового подключаемого модуля.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3373"/> + <location filename="../UI/UserInterface.py" line="3326"/> <source>&Plugin Tools</source> <translation>Инструменты для &плагинов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3463"/> + <location filename="../UI/UserInterface.py" line="3483"/> <source>&Show all</source> <translation>Показать &всё</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3465"/> + <location filename="../UI/UserInterface.py" line="3485"/> <source>&Hide all</source> <translation>Ск&рыть всё</translation> </message> @@ -57249,7 +57249,7 @@ <translation>Показать версии, доступные для загрузки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6086"/> + <location filename="../UI/UserInterface.py" line="6106"/> <source><h3>Available versions</h3><table></source> <translation><h3>Доступные версии</h3><table></translation> </message> @@ -57329,22 +57329,22 @@ <translation>Восстановление менеджера панелей инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2849"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>External Tools/{0}</source> <translation>Внешние инструменты/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>External Tools</source> <translation>Внешние инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4538"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>Запись для внешней программы '{0}' не найдена в группе '{1}'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>No toolgroup entry '{0}' found.</source> <translation>Запись для группы '{0}' не найдена.</translation> </message> @@ -57359,32 +57359,32 @@ <translation>Просмотрщик &мултипроекта</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source>Save session</source> <translation>Сохранить сессию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Не могу записать файл сессии <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source>Read session</source> <translation>Загрузить сессию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Не могу прочитать файл сессии <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2751"/> + <location filename="../UI/UserInterface.py" line="2749"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Эта часть строки статуса показывает текущую кодировку редактора.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2765"/> + <location filename="../UI/UserInterface.py" line="2763"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Эта часть строки статуса указывает на возможность записи открытого в редакторе файла.</p></translation> </message> @@ -57409,17 +57409,17 @@ <translation><b>Послать запрос...</b><p>Показать диалог создания запроса.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2744"/> + <location filename="../UI/UserInterface.py" line="2742"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Эта часть строки статуса показывает язык текущего окна редактора.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2772"/> + <location filename="../UI/UserInterface.py" line="2770"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Эта часть строки статуса показывает номер текущей строки в редакторе.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2779"/> + <location filename="../UI/UserInterface.py" line="2777"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Эта часть строки статуса показывает текущую позицию курсора в редакторе.</p></translation> </message> @@ -57444,12 +57444,12 @@ <translation><b>Переключить горизонтальную панель инструментов</b><p>Показать/скрыть горизонтальную панель инструментов</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <source>Restart application</source> <translation>Перезапустить приложение</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <source>The application needs to be restarted. Do it now?</source> <translation>Необходимо перезапустить приложение. Сделать это сейчас?</translation> </message> @@ -57459,12 +57459,12 @@ <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2515"/> + <location filename="../UI/UserInterface.py" line="2513"/> <source>Configure...</source> <translation>Настроить...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2758"/> + <location filename="../UI/UserInterface.py" line="2756"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Эта часть строки статуса показывает режим конца строки в текущем редакторе.</p></translation> </message> @@ -57596,7 +57596,7 @@ <translation><b>Просмотрщик SQL</b><p>Просмотреть SQL базу данных.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4459"/> + <location filename="../UI/UserInterface.py" line="4479"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить просмотрщик SQL.<br>Убедитесь, что он доступен как <b>{0}</b>.</p></translation> </message> @@ -57611,12 +57611,12 @@ <translation>Редактор &иконок...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt 3 support</source> <translation>Поддержка Qt3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><p>Корень документации PySide не найден.</p></translation> </message> @@ -57666,7 +57666,7 @@ <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Файл горячих клавиш (*.e4k)</translation> </message> @@ -57706,27 +57706,27 @@ <translation><b>Документация Pyton 2</b><p>Показать Pyton 2 документацию. Если местонахождение документации не было настроено, то искать в подкаталоге <i>doc</i> каталога где находится исполняемый файл Python 2 под Windows и в подкаталоге <i>/usr/share/doc/packages/python/html/python-docs-html</i> под UNIX. Местонахождение документации можно задать с помощью переменной окружения PYTHON2DOCDIR.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>Error getting versions information</source> <translation>Ошибка при получении информации о версии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5945"/> + <location filename="../UI/UserInterface.py" line="5965"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>Невозможно загрузить информацию о версии. Пожалуйста попоробуйте ещё раз.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Open Browser</source> <translation>Запустить просмотрщик</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Could not start a web browser</source> <translation>Невозможно запустить просмотрщик</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>Невозможно загрузить информацию о версии в течении последних 7 дней. Пожалуйста попоробуйте ещё раз.</translation> </message> @@ -57812,12 +57812,12 @@ <translation><b>Снимок</b><p>Сделать снимок области экрана.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4517"/> + <location filename="../UI/UserInterface.py" line="4537"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить программу для создания снимка экрана.<br>Убедитесь что она установлена как <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6146"/> + <location filename="../UI/UserInterface.py" line="6166"/> <source>Select Workspace Directory</source> <translation>Задайте рабочий каталог</translation> </message> @@ -58037,7 +58037,7 @@ <translation><b>Активировать просмотрщик чисел</b><p>Переключить направление ввода на окно просмотрщика чисел.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2475"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>&Windows</source> <translation>&Окна</translation> </message> @@ -58127,7 +58127,7 @@ <translation>Открыть документацию Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> + <location filename="../UI/UserInterface.py" line="2788"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation><p>Эта часть строки статуса позволяет мвсштабировать текущее окно.</p></translation> </message> @@ -58192,7 +58192,7 @@ <translation>Открыть документацию PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4932"/> + <location filename="../UI/UserInterface.py" line="4952"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation><p>Корень документации PyQt5 не задан.</p></translation> </message> @@ -58227,7 +58227,7 @@ <translation><b>Документация PySide</b><p>Показать документацию PySide. В зависимости от выбранных настроек документация будет показана во внутреннем просмотрщике, внешнем просмотрщике интернета или в Qt Помощнике.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5882"/> + <location filename="../UI/UserInterface.py" line="5902"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> @@ -58247,7 +58247,7 @@ <translation><b>Показать журнал ошибок...</b><p>Показать журнал ошибок.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5886"/> + <location filename="../UI/UserInterface.py" line="5906"/> <source>Version Check</source> <translation>Проверить версию</translation> </message> @@ -58317,30 +58317,40 @@ <translation><b>Документация Eric API</b><p>Показать документацию Eric API. Местонахождение документации - каталог Documentation/Source, расположенный в каталоге инсталляции eric.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt v.3 is not supported by eric6.</source> <translation>Qt3 не поддерживается в Eric.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6042"/> + <location filename="../UI/UserInterface.py" line="6062"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>На сайте <b>{1}</b> доступно обновление Eric до версии <b>{0}</b>. Загрузить?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>Eric6 is up to date</source> <translation>Eric не требует обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>You are using the latest version of eric6</source> <translation>Вы используете самую последнюю версию Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6147"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>Eric ещё не сконфигурирован. Будет запущен диалог конфигурации.</translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="3329"/> + <source>&User Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3407"/> + <source>No User Tools Configured</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/i18n/eric6_tr.ts Thu Aug 27 17:17:01 2015 +0200 +++ b/i18n/eric6_tr.ts Fri Aug 28 12:26:10 2015 +0200 @@ -79,12 +79,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source>Subscribe?</source> <translation>Üye olunacak mı?</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation><p>Bu Bloğun üyeliği yahılacak mı?</p><p>{0}</p></translation> </message> @@ -289,47 +289,47 @@ <context> <name>AdBlockSubscription</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>Load subscription rules</source> <translation>Üyelik kuralları yükleniyor</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="304"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="309"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation>'{0}' dosyasına okuma blokesini kaldır.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source>Downloading subscription rules</source> <translation>Üyelik kuralları indiriliyor</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="412"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="417"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation><p>Üyelik kuralları indirilemiyor.</p><p>Hatar: {0}</p></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="425"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="430"/> <source>Got empty subscription rules.</source> <translation>Boş üyelik kuralları alındı.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation>'{0}' dosyasına yazma blokesini kaldır.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Saving subscription rules</source> <translation>Üyelik kurallarını kaydediliyor</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>AdBlock file '{0}' does not start with [Adblock.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source><p>AdBlock subscription <b>{0}</b> has a wrong checksum.<br/>Found: {1}<br/>Calculated: {2}<br/>Use it anyway?</p></source> <translation type="unfinished"></translation> </message> @@ -4156,11 +4156,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="346"/> - <source>VirusTotal Interface</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationDialog.py" line="332"/> <source>Security</source> <translation type="unfinished">Güvenlik</translation> @@ -4204,22 +4199,22 @@ <translation>bilinmeyen</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="207"/> + <location filename="../Cooperation/Connection.py" line="208"/> <source>* Connection attempted by banned user '{0}'.</source> <translation>* yasaklanmış kullanıcır '{0}' tarafından bağlantı teşebbüsü var.</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source>New Connection</source> <translation>Yeni Bağlantı</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source><p>Accept connection from <strong>{0}@{1}</strong>?</p></source> <translation><p><strong>{0}@{1} gelen </strong> bağlantısını kabul ediyor musunuz?</p></translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="454"/> + <location filename="../Cooperation/Connection.py" line="457"/> <source>* Connection to {0}:{1} refused.</source> <translation>* Bağlantı {0}ya:{1} reddedisldi.</translation> </message> @@ -4755,32 +4750,32 @@ <translation><b>{0}</b> dosyası mevcut ama hiçbir sınıf barındırmıyor.</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source>uic error</source> <translation>uic hatası</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source><p>There was an error loading the form <b>{0}</b>.</p><p>{1}</p></source> <translation><p><b>{0}</b>.</p><p>{1} formlarını yüklerken hata meydana geldi</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source>Code Generation</source> <translation>Kod üretici</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="410"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="411"/> <source><p>Could not open the code template file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Kod şablon dosyası "{0}" açılamıyor.</p><p>Sebep: {1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="446"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="447"/> <source><p>Could not open the source file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Kaynak dosyası açılamıyor "{0}".</p><p>.Sebep: {1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source><p>Could not write the source file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Kaynak dosyası "{0}"yazılamıyor.</p><p>Sebep: {1}</p></translation> </message> @@ -7006,11 +7001,6 @@ <translation>{0} nın{1} - Durdu</translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadItem.py" line="208"/> - <source>VirusTotal scan scheduled: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/Download/DownloadItem.ui" line="88"/> <source>Press to pause the download</source> <translation type="unfinished"></translation> @@ -8498,7 +8488,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source>Open File</source> <translation>Dosya Aç</translation> </message> @@ -8943,67 +8933,67 @@ <translation>Kullanmak için Pygment lexer seç.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <source>Modification of Read Only file</source> <translation>Yalnızca okunabilir dosyada değişiklik</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Yalnızca okunabilir bir dosyayı değiştirmeşe çalışıyorsunuz. Lütfen önce farklı bir isimde kaydediniz.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2416"/> + <location filename="../QScintilla/Editor.py" line="2414"/> <source>Printing...</source> <translation>Yazılıyor...</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="2431"/> + <source>Printing completed</source> + <translation>Yazdırma tamalandı</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="2433"/> - <source>Printing completed</source> - <translation>Yazdırma tamalandı</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2435"/> <source>Error while printing</source> <translation>Yazdırılırken hata</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2438"/> + <location filename="../QScintilla/Editor.py" line="2436"/> <source>Printing aborted</source> <translation>Yazdırma iptal edildi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source>File Modified</source> <translation>Dosya Değiştirildi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p><b>{0}</b>dosyasında kaydedilmemiş değişiklikler var.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Dosya <b>{0}</b> açılamıyor.</p><p>Sebep: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <source>Save File</source> <translation>Dosyayı Kaydet</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2954"/> + <location filename="../QScintilla/Editor.py" line="2952"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Dosya <b>{0}</b> kaydedilemiyor.</p><p>Sebep: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <source>Autocompletion</source> <translation>Otomatik tamamlama</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Otomatiktamamlama uygun değil çünkü bu otomatiktamamlama kaynağı değil.</translation> </message> @@ -9243,7 +9233,7 @@ <translation>Hepsini Yoksay</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p><b>{0}</b> dosyası halen mevcut. Üzerine yazılsın mı?</p></translation> </message> @@ -9268,22 +9258,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Activating Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Activating Calltip Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> @@ -15503,332 +15493,322 @@ <translation><b>Yardım Penceresi</b><p>Bu pencere seçilen yardım bilgilerini gösterir.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="839"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="840"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p><b>{0}</b> dosyası yok.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="884"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="885"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p><b>{0}</b>dosyası için görüntüleyici çalışmıyor.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="864"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="865"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p> URL <b>{0}</b>adresindeki uygulama başlatılamıyor.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1097"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Yeni sekmede bir bağlantı açar<byte value="x9"/>Ctrl+LMB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1101"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <source>Save Lin&k</source> <translation>Bağlantıyı &Kaydet</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1105"/> <source>Bookmark this Link</source> <translation>Bu linki yerimine ekle</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> <source>Copy Link to Clipboard</source> <translation>Bağlantıyı Panoya Kopyala</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1126"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1127"/> <source>Open Image in New Tab</source> <translation>Görüntüyü yeni sekmede aç</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1131"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> <source>Save Image</source> <translation>Görüntüyü Kaydet</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1135"/> <source>Copy Image to Clipboard</source> <translation>Görüntüyü Panoya kopyala</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1137"/> <source>Copy Image Location to Clipboard</source> <translation>Görüntünün Yerini Panoya kopyala</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1145"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Block Image</source> <translation>Görüntüleri Engelle</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1274"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1275"/> <source>Bookmark this Page</source> <translation>Bu sayfayı yerimine ekle</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1303"/> <source>Search with...</source> <translation>Bununla Ara...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> <source>Web Inspector...</source> <translation>Web Denetleyicisi...</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1981"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1982"/> <source>Error loading page: {0}</source> <translation>Sayfa yüklenirken hata: {0}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2000"/> <source>When connecting to: {0}.</source> <translation>Bağlantı:{0}.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2003"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Adresi kontrol ediniz Örneğin <b>www</b>.example.org yerine <b>ww</b>.example.org yazmış olabilirsiniz</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <source>If the address is correct, try checking the network connection.</source> <translation>Eğer adres doğru ise, ağ bağlantınızı kontrol ediniz.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2011"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2012"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Eğer bilgisayarınız veya ağınız bir güvenlik duvarı yada proxy ile korunuyorsa, gözatıcınıza ağa giriş izni veriniz.</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1351"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1352"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2017"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2018"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2085"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2086"/> <source>bytes</source> <translation>bitler</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2089"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2092"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> - <source>Scan Link with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> - <source>Scan Image with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1113"/> <source>Send Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1141"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1237"/> <source>This Frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1240"/> <source>Show &only this frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1243"/> <source>Show in new &tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>&Print</source> <translation type="unfinished">&Yazdır</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1251"/> <source>Print Preview</source> <translation type="unfinished">Baskı Öngörünümü</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1254"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1258"/> <source>Zoom &in</source> <translation type="unfinished">Bü&yült</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1261"/> <source>Zoom &reset</source> <translation type="unfinished">Büyütmeyi sıfı&rla</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> <source>Zoom &out</source> <translation type="unfinished">Küçü&lt</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1278"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1296"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1328"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1335"/> <source>Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1343"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1282"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2023"/> <source>Try Again</source> <translation type="unfinished">Tekrar Dene</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1170"/> <source>Play</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1174"/> <source>Pause</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1178"/> <source>Unmute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1182"/> <source>Mute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1186"/> <source>Copy Media Address to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1190"/> <source>Send Media Address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1194"/> <source>Save Media</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source>eric6 Web Browser</source> <translation type="unfinished">Eric5 Web Gözatıcısı {6 ?}</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2415"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation type="unfinished"><p>PyQt4 te hatyı yazdırmak tam olarak mümkün değil. Lütfen güncelleyiniz.</p> {5.?}</translation> </message> @@ -18535,37 +18515,6 @@ <translation>Varsayılan Kodlama</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1829"/> - <source>VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1835"/> - <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1883"/> - <source>Search VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1889"/> - <source>Scan current site</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3637"/> - <source>VirusTotal Scan</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3637"/> - <source><p>The VirusTotal scan could not be scheduled.<p> -<p>Reason: {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1451"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> @@ -31273,57 +31222,57 @@ <context> <name>Listspace</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="235"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="237"/> <source>Close</source> <translation>Kapat</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="244"/> <source>Close All</source> <translation>Hepsini Kapat</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="247"/> <source>Save</source> <translation>Kaydet</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="250"/> <source>Save As...</source> <translation>Farklı Kaydet...</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="251"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="253"/> <source>Save All</source> <translation>Hepsini kaydet</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="259"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="261"/> <source>Print</source> <translation>Yazdır</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="394"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="396"/> <source>Untitled {0}</source> <translation>Başlıksız {0}</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="515"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="517"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="257"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="263"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="265"/> <source>Copy Path to Clipboard</source> <translation type="unfinished">Yolu Panoya kopyala</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="238"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="240"/> <source>Close Others</source> <translation type="unfinished">Diğerlerini Kapat</translation> </message> @@ -32906,12 +32855,12 @@ <context> <name>NetworkAccessManager</name> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="216"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="217"/> <source><b>Enter username and password for '{0}'</b></source> <translation><b> '{0}' için kullanıcı adını ve parolayı giriniz</b></translation> </message> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="213"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="214"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation><b> '{1}' alanı, '{0}' için kullanıcı adı ve parola giriniz</b></translation> </message> @@ -33965,7 +33914,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>Re-encoding saved passwords...</source> <translation type="unfinished"></translation> </message> @@ -33981,12 +33930,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>%v/%m Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="636"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="637"/> <source>Passwords</source> <translation type="unfinished"></translation> </message> @@ -34583,67 +34532,67 @@ <translation>Eklenti arşivi (*.zip)</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="226"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="229"/> <source>Installing {0} ...</source> <translation>Kuruluyor {0} ...</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="231"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="234"/> <source> ok</source> <translation>tamam</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="238"/> - <source>The plugins were installed successfully.</source> - <translation>Eklenti tam olarak kuruldu.</translation> - </message> - <message> <location filename="../PluginManager/PluginInstallDialog.py" line="241"/> + <source>The plugins were installed successfully.</source> + <translation>Eklenti tam olarak kuruldu.</translation> + </message> + <message> + <location filename="../PluginManager/PluginInstallDialog.py" line="244"/> <source>Some plugins could not be installed.</source> <translation>Bazı eklentiler kurulamadı.</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="271"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="274"/> <source><p>The archive file <b>{0}</b> does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="307"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="310"/> <source><p>The file <b>{0}</b> is not a valid plugin ZIP-archive. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="287"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="290"/> <source><p>The destination directory <b>{0}</b> is not writeable. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="353"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="356"/> <source><p>The plugin module <b>{0}</b> does not contain a 'packageName' attribute. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="361"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="364"/> <source><p>The plugin module <b>{0}</b> does not conform with the PyQt v2 API. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="372"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="375"/> <source><p>The plugin package <b>{0}</b> exists. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="381"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="384"/> <source><p>The plugin module <b>{0}</b> exists. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="460"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="463"/> <source>Error installing plugin. Reason: {0}</source> <translation>Eklenti kurulrmrunda hata. Sebep: {0}</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="467"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="470"/> <source>Unspecific exception installing plugin.</source> <translation type="unfinished"></translation> </message> @@ -34656,67 +34605,67 @@ <translation>{0} için paket üretilemiyor.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="222"/> + <location filename="../PluginManager/PluginManager.py" line="218"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation>Dahili eklenti dizini <b>{0}</b> mevcut değil.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="342"/> + <location filename="../PluginManager/PluginManager.py" line="339"/> <source>Module is missing the 'autoactivate' attribute.</source> <translation>Modülün 'otomatikaktileşme' niteliği eksik.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="367"/> + <location filename="../PluginManager/PluginManager.py" line="364"/> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation>Modülün 'eklentitipi' ve/veya 'eklentiTipadı' niteliği eksik.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="385"/> + <location filename="../PluginManager/PluginManager.py" line="382"/> <source>Module failed to load. Error: {0}</source> <translation>Modül yüklemede başarısızlık. Hata: [0}</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="541"/> + <location filename="../PluginManager/PluginManager.py" line="538"/> <source>Incompatible plugin activation method.</source> <translation>Eklenti etkinleştirme yöntemi uyuşmuyor.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <source>Plugin Manager Error</source> <translation>Eklenti Yöneticisi Hatası</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <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>eklenti dizini <b>{0}</b> oluşturulamıyor. Lütfen ayarlama diyaloğu aracılığı ile düzenleyin.</p><p>Sebep: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source>Error downloading file</source> <translation type="unfinished">Dosya yüklenirken hata</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source>New plugin versions available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="348"/> + <location filename="../PluginManager/PluginManager.py" line="345"/> <source>Module is missing the Python2 compatibility flag. Please update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="353"/> + <location filename="../PluginManager/PluginManager.py" line="350"/> <source>Module is not Python2 compatible.</source> <translation type="unfinished"></translation> </message> @@ -52723,82 +52672,82 @@ <context> <name>TabWidget</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="197"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="199"/> <source>Show a navigation menu</source> <translation>Yönlendirme Menüsünü Göster</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="207"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="209"/> <source>Close the current editor</source> <translation>Geçerli düzenleyiciyi kapat</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="239"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="241"/> <source>Move Left</source> <translation>Sola Götür</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="244"/> <source>Move Right</source> <translation>Sağa Götür</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="247"/> <source>Move First</source> <translation>Başa Götür</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="250"/> <source>Move Last</source> <translation>Sona Götür</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="252"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="254"/> <source>Close</source> <translation>Kapat</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="257"/> <source>Close Others</source> <translation>Diğerlerini Kapat</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="258"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="260"/> <source>Close All</source> <translation>Hepsini Kapat</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="261"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="263"/> <source>Save</source> <translation>Kaydet</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="264"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="266"/> <source>Save As...</source> <translation>Farklı Kaydet...</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="267"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="269"/> <source>Save All</source> <translation>Hepsini kaydet</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="275"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="277"/> <source>Print</source> <translation>Yazdır</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="424"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="426"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="279"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="281"/> <source>Copy Path to Clipboard</source> <translation>Yolu Panoya kopyala</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="271"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="273"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> @@ -52902,12 +52851,12 @@ <context> <name>Tabview</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="912"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="916"/> <source>Untitled {0}</source> <translation>Başlıksız {0}</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1259"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> @@ -56145,7 +56094,7 @@ <translation>İndirmek için mümkün olan sürümü göster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Report Bug</source> <translation>Hata Raporu</translation> </message> @@ -56185,7 +56134,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2593"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>Unittest</source> <translation>Birimtest</translation> </message> @@ -56245,7 +56194,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <source>Unittest Project</source> <translation>Proje Birimtesti</translation> </message> @@ -56530,7 +56479,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5314"/> + <location filename="../UI/UserInterface.py" line="5334"/> <source>Export Keyboard Shortcuts</source> <translation>Kılavye Kısa Yollarını Dışa Aktar</translation> </message> @@ -56550,7 +56499,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Import Keyboard Shortcuts</source> <translation>Klavye kısayollarını İçe Aktar</translation> </message> @@ -56750,369 +56699,369 @@ <translation>Sihirba&z</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2438"/> + <location filename="../UI/UserInterface.py" line="3309"/> <source>&Tools</source> <translation>&Araçlar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2441"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Select Tool Group</source> <translation>Araç Grubunu Seç</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Se&ttings</source> <translation>Ayar&lar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2468"/> <source>&Window</source> <translation>&Pencere</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>&Toolbars</source> <translation>&Araççubuğu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2506"/> + <location filename="../UI/UserInterface.py" line="2504"/> <source>P&lugins</source> <translation>Ek&lentiler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2515"/> + <location filename="../UI/UserInterface.py" line="2513"/> <source>Configure...</source> <translation>Ayarlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2518"/> <source>&Help</source> <translation>&Yardım</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2590"/> + <source>Tools</source> + <translation>Araçlar</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2592"/> - <source>Tools</source> - <translation>Araçlar</translation> + <source>Settings</source> + <translation>Ayarlar</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4321"/> + <source>Help</source> + <translation>Yardım</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2594"/> - <source>Settings</source> - <translation>Ayarlar</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4301"/> - <source>Help</source> - <translation>Yardım</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2596"/> <source>Profiles</source> <translation>Kesitler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2597"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Plugins</source> <translation>Eklentiler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2744"/> + <location filename="../UI/UserInterface.py" line="2742"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2751"/> + <location filename="../UI/UserInterface.py" line="2749"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2758"/> + <location filename="../UI/UserInterface.py" line="2756"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2765"/> + <location filename="../UI/UserInterface.py" line="2763"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2772"/> + <location filename="../UI/UserInterface.py" line="2770"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2779"/> + <location filename="../UI/UserInterface.py" line="2777"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2849"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>External Tools/{0}</source> <translation>Harici Araçlar/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2946"/> + <location filename="../UI/UserInterface.py" line="2944"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Sürüm Numaraları</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6100"/> + <location filename="../UI/UserInterface.py" line="6120"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>E-posta adresi veya posta sunucu adresi boş. Lütfen e-posta ayarlarını özellikler diyaloğundan giriniz.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <source>Restart application</source> <translation>Uygulmayı yeniden başlat</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <source>The application needs to be restarted. Do it now?</source> <translation>Uygulama yeniden başlatılmaya ihtiyaç duyuyor. Şimdi yapılsın mı?</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3360"/> + <source>Configure Tool Groups ...</source> + <translation>Alet Grupları Ayarlanıyor...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3364"/> + <source>Configure current Tool Group ...</source> + <translation>Geçerli alet grubunu ayarla...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3311"/> - <source>Configure Tool Groups ...</source> - <translation>Alet Grupları Ayarlanıyor...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3315"/> - <source>Configure current Tool Group ...</source> - <translation>Geçerli alet grubunu ayarla...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3365"/> <source>&Builtin Tools</source> <translation>Ya&pılandırma Araçları</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3373"/> + <location filename="../UI/UserInterface.py" line="3326"/> <source>&Plugin Tools</source> <translation>Eklen&ti Araçları</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3463"/> + <location filename="../UI/UserInterface.py" line="3483"/> <source>&Show all</source> <translation>Hepsini Gö&ster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3465"/> + <location filename="../UI/UserInterface.py" line="3485"/> <source>&Hide all</source> <translation>&Hepsini gizle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Bugeçerli projede tanımlanan ana betik değil. Durduruluyor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt 3 support</source> <translation>Qt3 Desteği</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source>Problem</source> <translation>Problem</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4155"/> + <location filename="../UI/UserInterface.py" line="4175"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4222"/> + <location filename="../UI/UserInterface.py" line="4242"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4273"/> + <location filename="../UI/UserInterface.py" line="4293"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4301"/> + <location filename="../UI/UserInterface.py" line="4321"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Hali hazırda kullanıcı göstericisi seçilmedi. Lütfen .birini belirlemek için özellikler diyaloğunu kullanının.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4315"/> - <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="4335"/> + <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4355"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4383"/> + <location filename="../UI/UserInterface.py" line="4403"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4438"/> + <location filename="../UI/UserInterface.py" line="4458"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4459"/> + <location filename="../UI/UserInterface.py" line="4479"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>External Tools</source> <translation>Harici Araçlar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4538"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4586"/> + <location filename="../UI/UserInterface.py" line="4606"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <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"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4678"/> + <location filename="../UI/UserInterface.py" line="4698"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source>Documentation Missing</source> <translation>Eksik Belgeleme</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source>Documentation</source> <translation>Belgeleme</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4871"/> + <location filename="../UI/UserInterface.py" line="4891"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>PyQt4 Belgelerinin başlama noktası ayarlanmamış.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source>Save tasks</source> <translation>Görevleri kaydet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source>Read tasks</source> <translation>Görevler Okunuyor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source>Save session</source> <translation>Oturumu kaydet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source>Read session</source> <translation>Oturumu oku</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source>Drop Error</source> <translation>Düşme hatası</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> bir dosya değil.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5882"/> + <location filename="../UI/UserInterface.py" line="5902"/> <source>&Cancel</source> <translation>&Vazgeç</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5891"/> + <location filename="../UI/UserInterface.py" line="5911"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6042"/> - <source>Update available</source> - <translation>Güncelleme mümkün değil</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="6062"/> + <source>Update available</source> + <translation>Güncelleme mümkün değil</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6082"/> <source>Error during updates check</source> <translation>Güncellemeleri kontrol esnasında hata</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6062"/> + <location filename="../UI/UserInterface.py" line="6082"/> <source>Could not perform updates check.</source> <translation>Güncellemelere ulaşamıyorum.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6086"/> + <location filename="../UI/UserInterface.py" line="6106"/> <source><h3>Available versions</h3><table></source> <translation><h3>Mümkün sürümler</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6147"/> <source>First time usage</source> <translation>İlk kullanım</translation> </message> @@ -57172,32 +57121,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5945"/> + <location filename="../UI/UserInterface.py" line="5965"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -57283,12 +57232,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4517"/> + <location filename="../UI/UserInterface.py" line="4537"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6146"/> + <location filename="../UI/UserInterface.py" line="6166"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -57508,7 +57457,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2475"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>&Windows</source> <translation type="unfinished">&Pencereler</translation> </message> @@ -57598,7 +57547,7 @@ <translation type="unfinished">QT4 Belgelerini Aç {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> + <location filename="../UI/UserInterface.py" line="2788"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> @@ -57663,7 +57612,7 @@ <translation type="unfinished">PyQt4 Begelerini aç {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4932"/> + <location filename="../UI/UserInterface.py" line="4952"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>PyQt4 Belgelerinin başlama noktası ayarlanmamış.</p> {5 ?}</translation> </message> @@ -57698,7 +57647,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5882"/> + <location filename="../UI/UserInterface.py" line="5902"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -57718,7 +57667,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5886"/> + <location filename="../UI/UserInterface.py" line="5906"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -57788,30 +57737,40 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished">Qt v.3 eric5 tarafından desteklenmiyor. {3 ?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6042"/> + <location filename="../UI/UserInterface.py" line="6062"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>Eric6 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6147"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">Eric5 henüz ayarlanmadı. Ayarlar Diyaloğu başlatılıyor. {6 ?}</translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="3329"/> + <source>&User Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3407"/> + <source>No User Tools Configured</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/i18n/eric6_zh_CN.GB2312.ts Thu Aug 27 17:17:01 2015 +0200 +++ b/i18n/eric6_zh_CN.GB2312.ts Fri Aug 28 12:26:10 2015 +0200 @@ -79,12 +79,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source>Subscribe?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="52"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="53"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -289,47 +289,47 @@ <context> <name>AdBlockSubscription</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>Load subscription rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source>Downloading subscription rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="425"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="430"/> <source>Got empty subscription rules.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Saving subscription rules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="304"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="309"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="412"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="417"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="510"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="516"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="314"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="319"/> <source>AdBlock file '{0}' does not start with [Adblock.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="487"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="493"/> <source><p>AdBlock subscription <b>{0}</b> has a wrong checksum.<br/>Found: {1}<br/>Calculated: {2}<br/>Use it anyway?</p></source> <translation type="unfinished"></translation> </message> @@ -4145,11 +4145,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="346"/> - <source>VirusTotal Interface</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationDialog.py" line="332"/> <source>Security</source> <translation type="unfinished"></translation> @@ -4193,22 +4188,22 @@ <translation type="unfinished">未知</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source>New Connection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="217"/> + <location filename="../Cooperation/Connection.py" line="218"/> <source><p>Accept connection from <strong>{0}@{1}</strong>?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="454"/> + <location filename="../Cooperation/Connection.py" line="457"/> <source>* Connection to {0}:{1} refused.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="207"/> + <location filename="../Cooperation/Connection.py" line="208"/> <source>* Connection attempted by banned user '{0}'.</source> <translation type="unfinished"></translation> </message> @@ -4739,12 +4734,12 @@ <translation>创建对话框代码</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source>uic error</source> <translation>uic 错误</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source>Code Generation</source> <translation>代码生成</translation> </message> @@ -4754,22 +4749,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="340"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="341"/> <source><p>There was an error loading the form <b>{0}</b>.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="410"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="411"/> <source><p>Could not open the code template file "{0}".</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="446"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="447"/> <source><p>Could not open the source file "{0}".</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="525"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="526"/> <source><p>Could not write the source file "{0}".</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -7002,11 +6997,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadItem.py" line="208"/> - <source>VirusTotal scan scheduled: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/Download/DownloadItem.ui" line="88"/> <source>Press to pause the download</source> <translation type="unfinished"></translation> @@ -8479,7 +8469,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source>Open File</source> <translation>打开文件</translation> </message> @@ -8884,52 +8874,52 @@ <translation>选择要应用的 Pygments 词法分析器。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <source>Modification of Read Only file</source> <translation>只读文件的改变</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1724"/> + <location filename="../QScintilla/Editor.py" line="1722"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>试图改变只读文件。请先保存到另一个文件中。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2416"/> + <location filename="../QScintilla/Editor.py" line="2414"/> <source>Printing...</source> <translation>打印中……</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="2431"/> + <source>Printing completed</source> + <translation>打印已完成</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="2433"/> - <source>Printing completed</source> - <translation>打印已完成</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2435"/> <source>Error while printing</source> <translation>打印时出错</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2438"/> + <location filename="../QScintilla/Editor.py" line="2436"/> <source>Printing aborted</source> <translation>打印失败</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source>File Modified</source> <translation>文件已改变</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <source>Save File</source> <translation>保存文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <source>Autocompletion</source> <translation>自动完成</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4340"/> + <location filename="../QScintilla/Editor.py" line="4338"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>自动完成无效,没有设定自动完成源。</translation> </message> @@ -9159,17 +9149,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2796"/> + <location filename="../QScintilla/Editor.py" line="2794"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2851"/> + <location filename="../QScintilla/Editor.py" line="2849"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2954"/> + <location filename="../QScintilla/Editor.py" line="2952"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -9224,7 +9214,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3021"/> + <location filename="../QScintilla/Editor.py" line="3019"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> @@ -9249,22 +9239,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Activating Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4441"/> + <location filename="../QScintilla/Editor.py" line="4439"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Activating Calltip Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4631"/> + <location filename="../QScintilla/Editor.py" line="4629"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> @@ -15485,7 +15475,7 @@ <context> <name>HelpBrowser</name> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1096"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1097"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>在新选项卡中打开链接<byte value="x9"/>Ctrl+LMB</translation> </message> @@ -15495,327 +15485,317 @@ <translation><b>帮助窗口</b><p>该窗口显示已选的帮助信息。</p></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1355"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1356"/> <source>Web Inspector...</source> <translation>网络检查器……</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2002"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2003"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2007"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2008"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2011"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2012"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1274"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1275"/> <source>Bookmark this Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1101"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1102"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1104"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1105"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1109"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1110"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1126"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1127"/> <source>Open Image in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1131"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1132"/> <source>Save Image</source> <translation type="unfinished">保存图像</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1134"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1135"/> <source>Copy Image to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1136"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1137"/> <source>Copy Image Location to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1145"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1146"/> <source>Block Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1302"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1303"/> <source>Search with...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="839"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="840"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="884"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="885"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="864"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="865"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1981"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1982"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1999"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2000"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2050"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2051"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2085"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2086"/> <source>bytes</source> <translation type="unfinished">字节</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2088"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2089"/> <source>kB</source> <translation type="unfinished">千字节</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2091"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2092"/> <source>MB</source> <translation type="unfinished">兆字节</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2061"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2062"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1351"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1352"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1530"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1531"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1590"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1591"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1612"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1613"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2017"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2018"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1118"/> - <source>Scan Link with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1151"/> - <source>Scan Image with VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1112"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1113"/> <source>Send Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1140"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1141"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1236"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1237"/> <source>This Frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1239"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1240"/> <source>Show &only this frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1242"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1243"/> <source>Show in new &tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1247"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1248"/> <source>&Print</source> <translation type="unfinished">打印(&P)</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1250"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1251"/> <source>Print Preview</source> <translation type="unfinished">打印预览</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1253"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1254"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1257"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1258"/> <source>Zoom &in</source> <translation type="unfinished">放大(&i)</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1260"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1261"/> <source>Zoom &reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1263"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1264"/> <source>Zoom &out</source> <translation type="unfinished">缩小(&o)</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1267"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1268"/> <source>Show frame so&urce</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1277"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1278"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1295"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1296"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1327"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1328"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1334"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1335"/> <source>Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1342"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1343"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1281"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1282"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2022"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2023"/> <source>Try Again</source> <translation type="unfinished">再试</translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1169"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1170"/> <source>Play</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1173"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1174"/> <source>Pause</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1177"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1178"/> <source>Unmute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1181"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1182"/> <source>Mute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1185"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1186"/> <source>Copy Media Address to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1189"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1190"/> <source>Send Media Address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="1193"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="1194"/> <source>Save Media</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2446"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2447"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpBrowserWV.py" line="2414"/> + <location filename="../Helpviewer/HelpBrowserWV.py" line="2415"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation type="unfinished"><p>由于 PyQt4 中存在一个错误,导致无法打印。请升级。</p> {5.?}</translation> </message> @@ -18521,37 +18501,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1829"/> - <source>VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1835"/> - <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1883"/> - <source>Search VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="1889"/> - <source>Scan current site</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3637"/> - <source>VirusTotal Scan</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Helpviewer/HelpWindow.py" line="3637"/> - <source><p>The VirusTotal scan could not be scheduled.<p> -<p>Reason: {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1451"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> @@ -31243,57 +31192,57 @@ <context> <name>Listspace</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="235"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="237"/> <source>Close</source> <translation>关闭</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="244"/> <source>Close All</source> <translation>全部关闭</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="247"/> <source>Save</source> <translation>保存</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="250"/> <source>Save As...</source> <translation>另存为……</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="251"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="253"/> <source>Save All</source> <translation>全部保存</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="259"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="261"/> <source>Print</source> <translation>打印</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="394"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="396"/> <source>Untitled {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="515"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="517"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="257"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="263"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="265"/> <source>Copy Path to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="238"/> + <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="240"/> <source>Close Others</source> <translation type="unfinished"></translation> </message> @@ -32876,12 +32825,12 @@ <context> <name>NetworkAccessManager</name> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="216"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="217"/> <source><b>Enter username and password for '{0}'</b></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="213"/> + <location filename="../Helpviewer/Network/NetworkAccessManager.py" line="214"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation type="unfinished"></translation> </message> @@ -33934,7 +33883,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>Re-encoding saved passwords...</source> <translation type="unfinished"></translation> </message> @@ -33950,12 +33899,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="631"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="632"/> <source>%v/%m Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Passwords/PasswordManager.py" line="636"/> + <location filename="../Helpviewer/Passwords/PasswordManager.py" line="637"/> <source>Passwords</source> <translation type="unfinished"></translation> </message> @@ -34538,22 +34487,22 @@ <translation>插件存档 (*.zip)</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="231"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="234"/> <source> ok</source> <translation> 确定</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="238"/> - <source>The plugins were installed successfully.</source> - <translation>插件安装成功。</translation> - </message> - <message> <location filename="../PluginManager/PluginInstallDialog.py" line="241"/> + <source>The plugins were installed successfully.</source> + <translation>插件安装成功。</translation> + </message> + <message> + <location filename="../PluginManager/PluginInstallDialog.py" line="244"/> <source>Some plugins could not be installed.</source> <translation>某些插件无法安装。</translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="467"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="470"/> <source>Unspecific exception installing plugin.</source> <translation>安装插件未指定异常。</translation> </message> @@ -34572,47 +34521,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="226"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="229"/> <source>Installing {0} ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="271"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="274"/> <source><p>The archive file <b>{0}</b> does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="307"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="310"/> <source><p>The file <b>{0}</b> is not a valid plugin ZIP-archive. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="287"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="290"/> <source><p>The destination directory <b>{0}</b> is not writeable. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="353"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="356"/> <source><p>The plugin module <b>{0}</b> does not contain a 'packageName' attribute. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="361"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="364"/> <source><p>The plugin module <b>{0}</b> does not conform with the PyQt v2 API. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="372"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="375"/> <source><p>The plugin package <b>{0}</b> exists. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="381"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="384"/> <source><p>The plugin module <b>{0}</b> exists. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginInstallDialog.py" line="460"/> + <location filename="../PluginManager/PluginInstallDialog.py" line="463"/> <source>Error installing plugin. Reason: {0}</source> <translation type="unfinished"></translation> </message> @@ -34620,22 +34569,22 @@ <context> <name>PluginManager</name> <message> - <location filename="../PluginManager/PluginManager.py" line="342"/> + <location filename="../PluginManager/PluginManager.py" line="339"/> <source>Module is missing the 'autoactivate' attribute.</source> <translation>模块丢失“autoactivate”属性。</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="367"/> + <location filename="../PluginManager/PluginManager.py" line="364"/> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation>模块丢失“pluginType”和/或“pluginTypename”属性。</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="541"/> + <location filename="../PluginManager/PluginManager.py" line="538"/> <source>Incompatible plugin activation method.</source> <translation>插件激活方法不兼容。</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <source>Plugin Manager Error</source> <translation>插件管理错误</translation> </message> @@ -34645,47 +34594,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="222"/> + <location filename="../PluginManager/PluginManager.py" line="218"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="385"/> + <location filename="../PluginManager/PluginManager.py" line="382"/> <source>Module failed to load. Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1047"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source>Error downloading file</source> <translation type="unfinished">下载文件出错</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1113"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source>New plugin versions available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1148"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="348"/> + <location filename="../PluginManager/PluginManager.py" line="345"/> <source>Module is missing the Python2 compatibility flag. Please update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="353"/> + <location filename="../PluginManager/PluginManager.py" line="350"/> <source>Module is not Python2 compatible.</source> <translation type="unfinished"></translation> </message> @@ -52869,82 +52818,82 @@ <context> <name>TabWidget</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="207"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="209"/> <source>Close the current editor</source> <translation>关闭当前编辑器</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="239"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="241"/> <source>Move Left</source> <translation>左移</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="242"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="244"/> <source>Move Right</source> <translation>右移</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="245"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="247"/> <source>Move First</source> <translation>移至最前</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="248"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="250"/> <source>Move Last</source> <translation>移至最后</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="252"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="254"/> <source>Close</source> <translation>关闭</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="258"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="260"/> <source>Close All</source> <translation>全部关闭</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="261"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="263"/> <source>Save</source> <translation>保存</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="264"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="266"/> <source>Save As...</source> <translation>另存为……</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="267"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="269"/> <source>Save All</source> <translation>全部保存</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="275"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="277"/> <source>Print</source> <translation>打印</translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="197"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="199"/> <source>Show a navigation menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="257"/> <source>Close Others</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="424"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="426"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="279"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="281"/> <source>Copy Path to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="271"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="273"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> @@ -53052,12 +53001,12 @@ <context> <name>Tabview</name> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="912"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="916"/> <source>Untitled {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1255"/> + <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1259"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> @@ -56239,7 +56188,7 @@ <translation>显示可以下载的版本</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Report Bug</source> <translation>报告错误</translation> </message> @@ -56279,7 +56228,7 @@ <translation><b>请求功能……</b><p>打开一个对话框并发送一个功能请求。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2593"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>Unittest</source> <translation>单元测试</translation> </message> @@ -56339,7 +56288,7 @@ <translation><b>脚本单元测试</b><p>对当前脚本运动单元测试。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <source>Unittest Project</source> <translation>项目单元测试</translation> </message> @@ -56594,7 +56543,7 @@ <translation><b>键盘快捷键</b><p>将程序的键盘快捷键设置成你喜欢的按键。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5314"/> + <location filename="../UI/UserInterface.py" line="5334"/> <source>Export Keyboard Shortcuts</source> <translation>导出键盘快捷键</translation> </message> @@ -56614,7 +56563,7 @@ <translation><b>导出键盘快捷键</b><p>导出程序的键盘快捷键。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Import Keyboard Shortcuts</source> <translation>导入键盘快捷键</translation> </message> @@ -56799,262 +56748,262 @@ <translation>向导(&z)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2438"/> + <location filename="../UI/UserInterface.py" line="3309"/> <source>&Tools</source> <translation>工具(&T)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2441"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Select Tool Group</source> <translation>选择工具组</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Se&ttings</source> <translation>设置(&t)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2468"/> <source>&Window</source> <translation>窗口(&W)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>&Toolbars</source> <translation>工具栏(&T)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2506"/> + <location filename="../UI/UserInterface.py" line="2504"/> <source>P&lugins</source> <translation>插件(&l)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2515"/> + <location filename="../UI/UserInterface.py" line="2513"/> <source>Configure...</source> <translation>配置……</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2518"/> <source>&Help</source> <translation>帮助(&H)</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2590"/> + <source>Tools</source> + <translation>工具</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2592"/> - <source>Tools</source> - <translation>工具</translation> + <source>Settings</source> + <translation>设置</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4321"/> + <source>Help</source> + <translation>帮助</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2594"/> - <source>Settings</source> - <translation>设置</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4301"/> - <source>Help</source> - <translation>帮助</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2596"/> <source>Profiles</source> <translation>模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2597"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Plugins</source> <translation>插件</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2744"/> + <location filename="../UI/UserInterface.py" line="2742"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>状态栏的这一部分显示当前编辑器语言。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2751"/> + <location filename="../UI/UserInterface.py" line="2749"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>状态栏的这一部分显示当前编辑器编码。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2758"/> + <location filename="../UI/UserInterface.py" line="2756"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>状态栏的这一部分显示当前编辑器行尾设置。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2765"/> + <location filename="../UI/UserInterface.py" line="2763"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>状态栏的这一部分显示当前编辑器文件是否可写。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2772"/> + <location filename="../UI/UserInterface.py" line="2770"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>状态栏的这一部分显示当前编辑的行号。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2779"/> + <location filename="../UI/UserInterface.py" line="2777"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>状态栏的这一部分显示当前编辑器的光标位置。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2946"/> + <location filename="../UI/UserInterface.py" line="2944"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>版本号</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6100"/> + <location filename="../UI/UserInterface.py" line="6120"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2997"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>电子邮件地址或邮件服务器地址为空。请在参数选择对话框中配置你的电子邮件设置。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <source>Restart application</source> <translation>重启程序</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3277"/> + <location filename="../UI/UserInterface.py" line="3275"/> <source>The application needs to be restarted. Do it now?</source> <translation>程序需要重启。现在重启?</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3360"/> + <source>Configure Tool Groups ...</source> + <translation>配置工具组……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3364"/> + <source>Configure current Tool Group ...</source> + <translation>配置当前工具组……</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3311"/> - <source>Configure Tool Groups ...</source> - <translation>配置工具组……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3315"/> - <source>Configure current Tool Group ...</source> - <translation>配置当前工具组……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3365"/> <source>&Builtin Tools</source> <translation>内建工具(&B)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3373"/> + <location filename="../UI/UserInterface.py" line="3326"/> <source>&Plugin Tools</source> <translation>插件工具(&P)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3463"/> + <location filename="../UI/UserInterface.py" line="3483"/> <source>&Show all</source> <translation>全部显示(&S)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3465"/> + <location filename="../UI/UserInterface.py" line="3485"/> <source>&Hide all</source> <translation>全部隐藏(&H)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4049"/> + <location filename="../UI/UserInterface.py" line="4069"/> <source>There is no main script defined for the current project. Aborting</source> <translation>当前项目未定义主脚本。终止</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source>Problem</source> <translation>问题</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <source>Process Generation Error</source> <translation>进程生成错误</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Open Browser</source> <translation type="unfinished">打开浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5138"/> + <location filename="../UI/UserInterface.py" line="5158"/> <source>Could not start a web browser</source> <translation type="unfinished">无法启动网络浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4301"/> + <location filename="../UI/UserInterface.py" line="4321"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>目前没有选择自定义浏览器。请使用参数选择对话框指定一个。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4335"/> + <location filename="../UI/UserInterface.py" line="4355"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>无法开启帮助浏览器。<br>确保其有效如 <b>%1</b>。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>External Tools</source> <translation>外部工具</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source>Documentation Missing</source> <translation>文档丢失</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source>Documentation</source> <translation>文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4871"/> + <location filename="../UI/UserInterface.py" line="4891"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>未配置 PyQt4 文档起点。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source>Save tasks</source> <translation>保存任务</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source>Read tasks</source> <translation>读取任务</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source>Save session</source> <translation>保存会话</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source>Read session</source> <translation>读取会话</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source>Drop Error</source> <translation>降落误差</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="6082"/> + <source>Error during updates check</source> + <translation>检查更新时出错</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5902"/> + <source>&Cancel</source> + <translation>取消(&C)</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="6062"/> - <source>Error during updates check</source> - <translation>检查更新时出错</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5882"/> - <source>&Cancel</source> - <translation>取消(&C)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6042"/> <source>Update available</source> <translation>可用更新</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6062"/> + <location filename="../UI/UserInterface.py" line="6082"/> <source>Could not perform updates check.</source> <translation>无法完成更新检查。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6086"/> + <location filename="../UI/UserInterface.py" line="6106"/> <source><h3>Available versions</h3><table></source> <translation><h3>可用版本</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6147"/> <source>First time usage</source> <translation>第一次使用</translation> </message> @@ -57134,12 +57083,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt 3 support</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5029"/> + <location filename="../UI/UserInterface.py" line="5049"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> @@ -57174,109 +57123,109 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2849"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>External Tools/{0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4427"/> + <location filename="../UI/UserInterface.py" line="4447"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4155"/> + <location filename="../UI/UserInterface.py" line="4175"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4222"/> + <location filename="../UI/UserInterface.py" line="4242"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4273"/> + <location filename="../UI/UserInterface.py" line="4293"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4315"/> + <location filename="../UI/UserInterface.py" line="4335"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4383"/> + <location filename="../UI/UserInterface.py" line="4403"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4438"/> + <location filename="../UI/UserInterface.py" line="4458"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4459"/> + <location filename="../UI/UserInterface.py" line="4479"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4538"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4547"/> + <location filename="../UI/UserInterface.py" line="4567"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4586"/> + <location filename="../UI/UserInterface.py" line="4606"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602"/> + <location filename="../UI/UserInterface.py" line="4622"/> <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"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4678"/> + <location filename="../UI/UserInterface.py" line="4698"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5045"/> + <location filename="../UI/UserInterface.py" line="5065"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5472"/> + <location filename="../UI/UserInterface.py" line="5492"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5498"/> + <location filename="../UI/UserInterface.py" line="5518"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5516"/> + <location filename="../UI/UserInterface.py" line="5536"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5567"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5737"/> + <location filename="../UI/UserInterface.py" line="5757"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5891"/> + <location filename="../UI/UserInterface.py" line="5911"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> @@ -57311,7 +57260,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5338"/> + <location filename="../UI/UserInterface.py" line="5358"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> @@ -57351,17 +57300,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5945"/> + <location filename="../UI/UserInterface.py" line="5965"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5952"/> + <location filename="../UI/UserInterface.py" line="5972"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -57447,12 +57396,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4517"/> + <location filename="../UI/UserInterface.py" line="4537"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6146"/> + <location filename="../UI/UserInterface.py" line="6166"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -57672,7 +57621,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2475"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>&Windows</source> <translation type="unfinished">窗口(&W)</translation> </message> @@ -57762,7 +57711,7 @@ <translation type="unfinished">打开 Qt4 文档 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> + <location filename="../UI/UserInterface.py" line="2788"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> @@ -57827,7 +57776,7 @@ <translation type="unfinished">打开 PyQt4 文档 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4932"/> + <location filename="../UI/UserInterface.py" line="4952"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>未配置 PyQt4 文档起点。</p> {5 ?}</translation> </message> @@ -57862,7 +57811,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5882"/> + <location filename="../UI/UserInterface.py" line="5902"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -57882,7 +57831,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5886"/> + <location filename="../UI/UserInterface.py" line="5906"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -57952,30 +57901,40 @@ <translation type="unfinished"><b>Eric API 文档</b><p>显示 Eric API 文档。文档位置为 Eric4 安装文件夹下的文档或源代码子文件夹。</p> {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4248"/> + <location filename="../UI/UserInterface.py" line="4268"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6042"/> + <location filename="../UI/UserInterface.py" line="6062"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric4 已是最新版本 {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6055"/> + <location filename="../UI/UserInterface.py" line="6075"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6147"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">尚未配置 Eric4。将打开配置对话框。 {5 ?} {6 ?}</translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="3329"/> + <source>&User Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3407"/> + <source>No User Tools Configured</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>UserPropertiesDialog</name>