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"/>