Wed, 18 Jan 2012 19:59:42 +0100
Corrected a menu entry.
Helpviewer/HelpWindow.py | file | annotate | diff | comparison | revisions | |
i18n/eric5_cs.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_de.qm | file | annotate | diff | comparison | revisions | |
i18n/eric5_de.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_en.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_es.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_fr.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_it.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_ru.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_tr.ts | file | annotate | diff | comparison | revisions | |
i18n/eric5_zh_CN.GB2312.ts | file | annotate | diff | comparison | revisions |
--- a/Helpviewer/HelpWindow.py Tue Jan 17 20:21:27 2012 +0100 +++ b/Helpviewer/HelpWindow.py Wed Jan 18 19:59:42 2012 +0100 @@ -1124,13 +1124,13 @@ self.certificatesAct.triggered[()].connect(self.__showCertificatesDialog) self.__actions.append(self.certificatesAct) - self.toolsMonitorAct = E5Action(self.trUtf8('Show Network Monitor'), - self.trUtf8('Show &Network Monitor'), + self.toolsMonitorAct = E5Action(self.trUtf8('Network Monitor'), + self.trUtf8('&Network Monitor...'), 0, 0, self, 'help_tools_network_monitor') self.toolsMonitorAct.setStatusTip(self.trUtf8('Show the network monitor dialog')) self.toolsMonitorAct.setWhatsThis(self.trUtf8( - """<b>Show Network Monitor</b>""" + """<b>Network Monitor...</b>""" """<p>Shows the network monitor dialog.</p>""" )) if not self.initShortcutsOnly:
--- a/i18n/eric5_cs.ts Tue Jan 17 20:21:27 2012 +0100 +++ b/i18n/eric5_cs.ts Wed Jan 18 19:59:42 2012 +0100 @@ -1902,67 +1902,67 @@ <translation>Breakpointy</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="171"/> + <location filename="Debugger/BreakPointViewer.py" line="170"/> <source>Add</source> <translation>Přidat</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="142"/> + <location filename="Debugger/BreakPointViewer.py" line="141"/> <source>Edit...</source> <translation>Editovat...</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="144"/> + <location filename="Debugger/BreakPointViewer.py" line="143"/> <source>Enable</source> <translation>Zapnout</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="175"/> + <location filename="Debugger/BreakPointViewer.py" line="174"/> <source>Enable all</source> <translation>Zapnout vše</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="147"/> + <location filename="Debugger/BreakPointViewer.py" line="146"/> <source>Disable</source> <translation>Vypnout</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="179"/> + <location filename="Debugger/BreakPointViewer.py" line="178"/> <source>Disable all</source> <translation>Vypnout vše</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="150"/> + <location filename="Debugger/BreakPointViewer.py" line="149"/> <source>Delete</source> <translation>Smazat</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="183"/> + <location filename="Debugger/BreakPointViewer.py" line="182"/> <source>Delete all</source> <translation>Smazat vše</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="153"/> + <location filename="Debugger/BreakPointViewer.py" line="152"/> <source>Goto</source> <translation>Jít na</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="173"/> + <location filename="Debugger/BreakPointViewer.py" line="172"/> <source>Enable selected</source> <translation>Zapnout vybrané</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="177"/> + <location filename="Debugger/BreakPointViewer.py" line="176"/> <source>Disable selected</source> <translation>Vypnout vybrané</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="181"/> + <location filename="Debugger/BreakPointViewer.py" line="180"/> <source>Delete selected</source> <translation>Smazat vybrané</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="185"/> + <location filename="Debugger/BreakPointViewer.py" line="184"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> @@ -1980,72 +1980,72 @@ <translation><b>Prohlížeč</b><p>Prohlížeč umožňuje jednoduše procházet strukturu adresářů a souborů ve vašem systému, rozpoznat Python programy a otevřít je do okna Zobrazení zdrojového kódu. Prohlížeč zobrazuje několik samostatných hierarchií.</p><p>První hierarchie zobrazuje pouze otevřenou aplikaci pro debugování a její kořen je adresář obsahující tuto aplikaci. Všechny Python soubory, které tvoří aplikaci, jsou obvykle ve stejném adresáři, takže tato hierarchie umožňuje rychlý přístup ke všemu, co je třeba.</p><p>Další hierarchie se používá k rychlé navigaci v adresářích, které jsou uvedeny v Python proměnné <tt>sys.path</tt>.</p><p>Zbývající hierarchie umožňují procházet operační systém jako celek. Na UNIX systémech bude hierarchie s kořenem <tt>/</tt> a další s user home adresářem. Ve Windows zde bude hierarchie pro každý disk v systému.</p><p>Python programy (mají extenzi <tt>.py</tt>) jsou v hierarchii zobrazeny s Python ikonou. Pravé tlačítko myši otevře popup menu, které umožňuje otevřít soubor do okna Zobrazení zdrojového kódu, otevřít soubor pro debugging nebo jej použít pro spuštění unittestu.</p><p>Kontextové menu s třídami, funkcemi a metodami umožňuje otevřít soubor na pozici vybrané třídy, funkci nebo metody a zajišťuje zobrazení kódu na požadovaném řádku.</p><p>Qt-Designer soubory (mají extenzi <tt>.ui</tt>) jsou zobrazeny s ikonou Designeru. Kontextové menu umožňuje otevřít tyto soubory přímo do Qt-Designeru.</p><p>Qt-Linguist soubory (mají extenzi <tt>.ts</tt>) jsou zobrazeny s Linguist ikonou. Kontextové menu umožňuje otevřít tyto soubory přímo do Qt-Linguistu.</p></translation> </message> <message> - <location filename="UI/Browser.py" line="203"/> + <location filename="UI/Browser.py" line="202"/> <source>Open</source> <translation>Otevřít</translation> </message> <message> - <location filename="UI/Browser.py" line="181"/> + <location filename="UI/Browser.py" line="180"/> <source>Run unittest...</source> <translation>Spustit unittest...</translation> </message> <message> - <location filename="UI/Browser.py" line="259"/> + <location filename="UI/Browser.py" line="258"/> <source>New toplevel directory...</source> <translation>Nový adresář toplevel...</translation> </message> <message> - <location filename="UI/Browser.py" line="215"/> + <location filename="UI/Browser.py" line="214"/> <source>Add as toplevel directory</source> <translation>Přidat jako toplevel adresář</translation> </message> <message> - <location filename="UI/Browser.py" line="218"/> + <location filename="UI/Browser.py" line="217"/> <source>Remove from toplevel</source> <translation>Odebrat z toplevelu</translation> </message> <message> - <location filename="UI/Browser.py" line="226"/> + <location filename="UI/Browser.py" line="225"/> <source>Find in this directory</source> <translation>Hledat v tomto adresáři</translation> </message> <message> - <location filename="UI/Browser.py" line="459"/> + <location filename="UI/Browser.py" line="458"/> <source>New toplevel directory</source> <translation>Nový toplevel adresář</translation> </message> <message> - <location filename="UI/Browser.py" line="229"/> + <location filename="UI/Browser.py" line="228"/> <source>Find&&Replace in this directory</source> <translation>Najít && nahradit v tomto adresáři</translation> </message> <message> - <location filename="UI/Browser.py" line="264"/> + <location filename="UI/Browser.py" line="263"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="UI/Browser.py" line="191"/> + <location filename="UI/Browser.py" line="190"/> <source>Open in Icon Editor</source> <translation>Otevřit v editoru ikon</translation> </message> <message> - <location filename="UI/Browser.py" line="232"/> + <location filename="UI/Browser.py" line="231"/> <source>Copy Path to Clipboard</source> <translation>Kopírovat cestu do schránky</translation> </message> <message> - <location filename="UI/Browser.py" line="222"/> + <location filename="UI/Browser.py" line="221"/> <source>Refresh directory</source> <translation>Obnovit složku</translation> </message> <message> - <location filename="UI/Browser.py" line="241"/> + <location filename="UI/Browser.py" line="240"/> <source>Goto</source> <translation type="unfinished">Jít na</translation> </message> <message> - <location filename="UI/Browser.py" line="343"/> + <location filename="UI/Browser.py" line="342"/> <source>Line {0}</source> <translation type="unfinished"></translation> </message> @@ -2417,37 +2417,37 @@ <translation>Zobrazuje průběh procesu měření metriky kódu</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="187"/> + <location filename="DataViews/CodeMetricsDialog.py" line="186"/> <source>files</source> <translation>soubory</translation> </message> <message> + <location filename="DataViews/CodeMetricsDialog.py" line="187"/> + <source>lines</source> + <translation>řádky</translation> + </message> + <message> <location filename="DataViews/CodeMetricsDialog.py" line="188"/> - <source>lines</source> - <translation>řádky</translation> + <source>bytes</source> + <translation>bajty</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="189"/> - <source>bytes</source> - <translation>bajty</translation> + <source>comments</source> + <translation>komentáře</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="190"/> - <source>comments</source> - <translation>komentáře</translation> - </message> - <message> - <location filename="DataViews/CodeMetricsDialog.py" line="191"/> <source>empty lines</source> <translation>prázdné řádky</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="193"/> + <location filename="DataViews/CodeMetricsDialog.py" line="192"/> <source>non-commentary lines</source> <translation>nekomentované řádky</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="195"/> + <location filename="DataViews/CodeMetricsDialog.py" line="194"/> <source>documentation lines</source> <translation>řádky dokumentace</translation> </message> @@ -13045,72 +13045,72 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="790"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="823"/> <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> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="403"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="436"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <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="869"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="902"/> <source>Web Inspector...</source> <translation>Web inspektor...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="833"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="866"/> <source>Bookmark this Page</source> <translation>Záložka na tuto stranu</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="794"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="827"/> <source>Save Lin&k</source> <translation>Uložit lin&k</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="795"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="828"/> <source>Bookmark this Link</source> <translation>Záložka na tento link</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="798"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="831"/> <source>Copy Link to Clipboard</source> <translation>Kopírovat link do schránky</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> <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="812"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> <source>Save Image</source> <translation>Uložit obrázek</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="846"/> <source>Copy Image to Clipboard</source> <translation>Kopíroavt obrázek do schránky</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="814"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Copy Image Location to Clipboard</source> <translation>Kopírovat cestu obrázku do schránky</translation> </message> @@ -13120,127 +13120,127 @@ <translation type="obsolete">Web prohlížeč</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="818"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="851"/> <source>Block Image</source> <translation>Blokovat obrázek</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="880"/> <source>Search with...</source> <translation>Hledat s...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="585"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> <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="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="655"/> <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="605"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="638"/> <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="1393"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1426"/> <source>Error loading page: {0}</source> <translation>Chyba při načítání strany: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>When connecting to: {0}.</source> <translation>Při připojení na: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1475"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1475"/> <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="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1483"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1483"/> <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="1470"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1503"/> <source>bytes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1506"/> <source>kB</source> <translation type="unfinished">kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1476"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1509"/> <source>MB</source> <translation type="unfinished">MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="864"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="897"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1017"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1017"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1059"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1059"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1076"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1076"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="801"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="834"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="822"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="855"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="655"/> <source>eric5 Web Browser</source> <translation type="unfinished">eric5 web prohlížeč</translation> </message> @@ -13666,27 +13666,27 @@ <translation type="unfinished"><p>Tisk není dostupný kvůli bugu v PyQt4.Please upgrade.</p></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="591"/> + <location filename="Helpviewer/HelpTabWidget.py" line="595"/> <source>Loading...</source> <translation type="unfinished">Načítám...</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="608"/> + <location filename="Helpviewer/HelpTabWidget.py" line="612"/> <source>Finished loading</source> <translation type="unfinished">Načteno</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="610"/> + <location filename="Helpviewer/HelpTabWidget.py" line="614"/> <source>Failed to load</source> <translation type="unfinished">Načtení selhalo</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="646"/> + <location filename="Helpviewer/HelpTabWidget.py" line="650"/> <source>Are you sure you want to close the window?</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="Helpviewer/HelpTabWidget.py" line="646"/> + <location filename="Helpviewer/HelpTabWidget.py" line="650"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation type="unfinished"> @@ -13696,17 +13696,17 @@ </translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="653"/> + <location filename="Helpviewer/HelpTabWidget.py" line="657"/> <source>&Close</source> <translation type="unfinished">&Zavřít</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="656"/> + <location filename="Helpviewer/HelpTabWidget.py" line="660"/> <source>&Quit</source> <translation type="unfinished">&Konec</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="658"/> + <location filename="Helpviewer/HelpTabWidget.py" line="662"/> <source>C&lose Current Tab</source> <translation type="unfinished"></translation> </message> @@ -14327,52 +14327,52 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="260"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="261"/> <source>Error loading page: {0}</source> <translation>Chyba při načítání strany: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>When connecting to: {0}.</source> <translation>Při připojení na: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>If the address is correct, try checking the network connection.</source> <translation>Je-li adresa v pořádku, prověřte síťové spojení.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="373"/> <source>SSL Certificate Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="373"/> <source>There is no SSL Certificate Info available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="196"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="197"/> <source>Resending POST request</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="196"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="197"/> <source>In order to display the site, the request along with all the data must be sent once again, which may lead to some unexpected behaviour of the site e.g. the same action might be performed once again. Do you want to continue anyway?</source> <translation type="unfinished"></translation> </message> @@ -15345,12 +15345,12 @@ <message> <location filename="Helpviewer/HelpWindow.py" line="1127"/> <source>Show Network Monitor</source> - <translation>Zobrazit monitor sítě</translation> + <translation type="obsolete">Zobrazit monitor sítě</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1127"/> <source>Show &Network Monitor</source> - <translation>Zobrazit mo&nitor sítě</translation> + <translation type="obsolete">Zobrazit mo&nitor sítě</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1131"/> @@ -15360,7 +15360,7 @@ <message> <location filename="Helpviewer/HelpWindow.py" line="1132"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> - <translation><b>Zobrazit monitor sítě</b><p>Zobrazit dialog monitoru sítě.</p></translation> + <translation type="obsolete"><b>Zobrazit monitor sítě</b><p>Zobrazit dialog monitoru sítě.</p></translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1284"/> @@ -16024,6 +16024,21 @@ <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <source>Network Monitor</source> + <translation type="unfinished">Monitor sítě</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <source>&Network Monitor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1132"/> + <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -17025,32 +17040,32 @@ <translation type="unfinished">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="134"/> <source>Did not receive the 'hello' message.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="136"/> <source>Received data on unexpected channel.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="141"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="144"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> <source>'capabilities' message did not contain any capability.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="156"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="157"/> <source>'encoding' message did not contain any encoding.</source> <translation type="unfinished"></translation> </message> @@ -17693,7 +17708,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="313"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="312"/> <source>Revision</source> <translation type="unfinished">Revize</translation> </message> @@ -17914,12 +17929,12 @@ <translation>Vybrat pole pro filtrování</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1130"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1129"/> <source>Revision</source> <translation>Revize</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1127"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1126"/> <source>Author</source> <translation>Autor</translation> </message> @@ -20212,7 +20227,7 @@ <translation type="unfinished">chybějící</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="295"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="294"/> <source>unknown</source> <translation type="unfinished">neznámý</translation> </message> @@ -21030,27 +21045,27 @@ <translation>Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="546"/> <source>Commit</source> <translation>Zapsat měny</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="661"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="660"/> <source>There are no uncommitted changes available/selected.</source> <translation>Nezapsné změny nejsou dostupné/vybrané.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="585"/> <source>Add</source> <translation>Přidat</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="585"/> <source>There are no unversioned entries available/selected.</source> <translation>Položky mimo verzi nejsou dostupné/vybrány.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="644"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="643"/> <source>Revert</source> <translation>Vrátit</translation> </message> @@ -21060,12 +21075,12 @@ <translation>Odebrat z repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="607"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="606"/> <source>Remove</source> <translation>Odebrat</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="644"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="643"/> <source>There are no missing entries available/selected.</source> <translation>Chybějící záznamy nejsou dostupné/vybrány.</translation> </message> @@ -21150,7 +21165,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="459"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="458"/> <source>all</source> <translation type="unfinished"></translation> </message> @@ -21160,12 +21175,12 @@ <translation type="obsolete">Odlišnosti</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="661"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="660"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="546"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> @@ -21298,12 +21313,12 @@ <translation>Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="250"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="249"/> <source>active</source> <translation>aktivní</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="255"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="254"/> <source>yes</source> <translation>ano</translation> </message> @@ -23432,7 +23447,7 @@ <translation type="obsolete">Eric web prohlížeč</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="97"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="98"/> <source>Search!</source> <translation>Hledat!</translation> </message> @@ -23442,22 +23457,22 @@ <translation type="obsolete">O Erikovi</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="136"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="137"/> <source>Search results provided by {0}</source> <translation>Výsledek vyhledávání dodaný od {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="95"/> - <source>Welcome to eric5 Web Browser!</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="96"/> + <source>Welcome to eric5 Web Browser!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="97"/> <source>eric5 Web Browser</source> <translation type="unfinished">eric5 web prohlížeč</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="98"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="99"/> <source>About eric5</source> <translation type="unfinished"></translation> </message> @@ -26880,7 +26895,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Passwords/PasswordManager.py" line="586"/> + <location filename="Helpviewer/Passwords/PasswordManager.py" line="589"/> <source>Re-encoding saved passwords...</source> <translation type="unfinished"></translation> </message> @@ -34132,67 +34147,67 @@ <translation>Najít a nahradit</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="42"/> + <location filename="QScintilla/ReplaceWidget.ui" line="33"/> <source>Find:</source> <translation>Hledat:</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="71"/> + <location filename="QScintilla/ReplaceWidget.ui" line="62"/> <source>Press to find the previous occurrence</source> <translation>Stisknout pro vyhledání předchozího výskytu</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="78"/> + <location filename="QScintilla/ReplaceWidget.ui" line="69"/> <source>Press to find the next occurrence</source> <translation>Stisknout pro vyhledání následujícího výskytu</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="85"/> + <location filename="QScintilla/ReplaceWidget.ui" line="76"/> <source>Match case</source> <translation>Rozlišit velké a malé znaky</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="92"/> + <location filename="QScintilla/ReplaceWidget.ui" line="83"/> <source>Whole word</source> <translation>Celé slovo</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="106"/> + <location filename="QScintilla/ReplaceWidget.ui" line="97"/> <source>Replace:</source> <translation>Nahradit:</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="135"/> + <location filename="QScintilla/ReplaceWidget.ui" line="126"/> <source>Press to replace the selection</source> <translation>Stisknout pro nahrazení výběru</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="149"/> + <location filename="QScintilla/ReplaceWidget.ui" line="140"/> <source>Press to replace all occurrences</source> <translation>Stisknout pro nahrazení všech výskytů</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="32"/> + <location filename="QScintilla/ReplaceWidget.ui" line="23"/> <source>Press to close the window</source> <translation>Stisknutím zavřít okno</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="99"/> + <location filename="QScintilla/ReplaceWidget.ui" line="90"/> <source>Regexp</source> <translation>Regexp</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="156"/> + <location filename="QScintilla/ReplaceWidget.ui" line="147"/> <source>Wrap around</source> <translation>Zabalit</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="163"/> + <location filename="QScintilla/ReplaceWidget.ui" line="154"/> <source>Selection only</source> <translation>Jen výběr</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="142"/> + <location filename="QScintilla/ReplaceWidget.ui" line="133"/> <source>Press to replace the selection and search for the next occurence</source> <translation type="unfinished"></translation> </message> @@ -34200,17 +34215,17 @@ <context> <name>SearchReplaceWidget</name> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="506"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="511"/> <source>'{0}' was not found.</source> <translation>'{0}' nebyl nalezen.</translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="582"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="587"/> <source>Replaced {0} occurrences.</source> <translation>Nahrazeno {0} výskytů.</translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="586"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="591"/> <source>Nothing replaced because '{0}' was not found.</source> <translation>Nebylo nic nahrazeno, protože '{0}' nebyl nalezen.</translation> </message> @@ -37770,12 +37785,12 @@ <translation></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="552"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="551"/> <source>Revision</source> <translation>Revize</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="549"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="548"/> <source>Author</source> <translation>Autor</translation> </message> @@ -39725,12 +39740,12 @@ <translation>Komitnout změny do repozitáře...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="702"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="701"/> <source>Lock</source> <translation>Zamknout</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="718"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="717"/> <source>Unlock</source> <translation>Odemknout</translation> </message> @@ -39845,32 +39860,32 @@ <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="585"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="584"/> <source>Commit</source> <translation>Commit</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="683"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="682"/> <source>There are no uncommitted changes available/selected.</source> <translation>Nezapsané změny nejsou dostupné/vybrané.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="702"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="701"/> <source>There are no unlocked files available/selected.</source> <translation>Odemčené soubory nejsou dostupné/vybrané.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="752"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="751"/> <source>There are no locked files available/selected.</source> <translation>Zamčené soubory nejsou dostupné/vybrané.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="735"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="734"/> <source>Break Lock</source> <translation>Prolomit zámek</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="752"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="751"/> <source>Steal Lock</source> <translation>Scizit zámek</translation> </message> @@ -39885,17 +39900,17 @@ <translation>Vrátit změny</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="623"/> <source>Add</source> <translation>Přidat</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="623"/> <source>There are no unversioned entries available/selected.</source> <translation>Položky mimo verzi nejsou dostupné/vybrány.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="665"/> <source>Revert</source> <translation>Vrátit</translation> </message> @@ -39910,17 +39925,17 @@ <translation>Přidat do seznamu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="786"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="785"/> <source>Remove from Changelist</source> <translation>Odebrat ze seznamu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="768"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="767"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation>Nejsou dostupné/vybrány soubory, které nepatří do seznamu změn.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="786"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="785"/> <source>There are no files available/selected belonging to a changelist.</source> <translation>Nejsou dostupné/vybrány soubory, které patří do seznamu změn.</translation> </message> @@ -40000,7 +40015,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="504"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="503"/> <source>all</source> <translation type="unfinished"></translation> </message> @@ -40010,17 +40025,17 @@ <translation type="obsolete">Odlišnosti</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="683"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="682"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="585"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="584"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="665"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished">Chybějící záznamy nejsou dostupné/vybrány.</translation> </message> @@ -50642,77 +50657,77 @@ <translation>Sledovací body</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="167"/> + <location filename="Debugger/WatchPointViewer.py" line="166"/> <source>Add</source> <translation>Přidat</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="137"/> + <location filename="Debugger/WatchPointViewer.py" line="136"/> <source>Edit...</source> <translation>Editovat...</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="139"/> + <location filename="Debugger/WatchPointViewer.py" line="138"/> <source>Enable</source> <translation>Zapnout</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="171"/> + <location filename="Debugger/WatchPointViewer.py" line="170"/> <source>Enable all</source> <translation>Zapnout vše</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="142"/> + <location filename="Debugger/WatchPointViewer.py" line="141"/> <source>Disable</source> <translation>Vypnout</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="175"/> + <location filename="Debugger/WatchPointViewer.py" line="174"/> <source>Disable all</source> <translation>Vypnout vše</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="145"/> + <location filename="Debugger/WatchPointViewer.py" line="144"/> <source>Delete</source> <translation>Smazat</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="179"/> + <location filename="Debugger/WatchPointViewer.py" line="178"/> <source>Delete all</source> <translation>Smazat vše</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="169"/> + <location filename="Debugger/WatchPointViewer.py" line="168"/> <source>Enable selected</source> <translation>Zapnout vybrané</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="173"/> + <location filename="Debugger/WatchPointViewer.py" line="172"/> <source>Disable selected</source> <translation>Vypnout vybrané</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="177"/> + <location filename="Debugger/WatchPointViewer.py" line="176"/> <source>Delete selected</source> <translation>Smazat vybrané</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="232"/> + <location filename="Debugger/WatchPointViewer.py" line="231"/> <source>Watch expression already exists</source> <translation>Sledovací bod již existuje</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="181"/> + <location filename="Debugger/WatchPointViewer.py" line="180"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="225"/> + <location filename="Debugger/WatchPointViewer.py" line="224"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation><p>Sledovací bod '<b>{0}</b>' již existuje.</p></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="229"/> + <location filename="Debugger/WatchPointViewer.py" line="228"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation><p>Sledovací bod '<b>{0}</b>' pro proměnnou <b>{1}</b> již existuje.</p></translation> </message>
--- a/i18n/eric5_de.ts Tue Jan 17 20:21:27 2012 +0100 +++ b/i18n/eric5_de.ts Wed Jan 18 19:59:42 2012 +0100 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="de"> +<!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage=""> <context> <name>AboutDialog</name> <message> @@ -1641,8 +1640,8 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="140"/> - <source>Open in New &Tab Ctrl+LMB</source> - <translation>In neuem &Register öffnen Strg+LMK</translation> + <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>In neuem &Register öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="146"/> @@ -1860,7 +1859,7 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="76"/> - <source>Open in New &Tab Ctrl+LMB</source> + <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> <translation>In neuem &Register öffnen\tStrg+LMK</translation> </message> </context> @@ -1905,67 +1904,67 @@ <translation>Haltepunkte</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="142"/> + <location filename="Debugger/BreakPointViewer.py" line="141"/> <source>Edit...</source> <translation>Bearbeiten...</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="144"/> + <location filename="Debugger/BreakPointViewer.py" line="143"/> <source>Enable</source> <translation>Aktivieren</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="175"/> + <location filename="Debugger/BreakPointViewer.py" line="174"/> <source>Enable all</source> <translation>Alle aktivieren</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="147"/> + <location filename="Debugger/BreakPointViewer.py" line="146"/> <source>Disable</source> <translation>Deaktivieren</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="179"/> + <location filename="Debugger/BreakPointViewer.py" line="178"/> <source>Disable all</source> <translation>Alle deaktivieren</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="150"/> + <location filename="Debugger/BreakPointViewer.py" line="149"/> <source>Delete</source> <translation>Löschen</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="183"/> + <location filename="Debugger/BreakPointViewer.py" line="182"/> <source>Delete all</source> <translation>Alle löschen</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="153"/> + <location filename="Debugger/BreakPointViewer.py" line="152"/> <source>Goto</source> <translation>Gehe zu</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="173"/> + <location filename="Debugger/BreakPointViewer.py" line="172"/> <source>Enable selected</source> <translation>Ausgewählte aktivieren</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="177"/> + <location filename="Debugger/BreakPointViewer.py" line="176"/> <source>Disable selected</source> <translation>Ausgewählte deaktivieren</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="181"/> + <location filename="Debugger/BreakPointViewer.py" line="180"/> <source>Delete selected</source> <translation>Ausgewählte löschen</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="171"/> + <location filename="Debugger/BreakPointViewer.py" line="170"/> <source>Add</source> <translation>Hinzufügen</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="185"/> + <location filename="Debugger/BreakPointViewer.py" line="184"/> <source>Configure...</source> <translation>Einstellungen...</translation> </message> @@ -1978,12 +1977,12 @@ <translation><b>Das Browser Fenster</b><p>Dies erlaubt es ihnen, sich leicht in der Verzeichnishierarchie ihres Systems zu bewegen, Python Programme zu identifizieren und diese in einem Quelltextfenster zu öffnen. Das Fenster stellt verschiedene Hierarchien dar.</p><p>Die erste wird nur angezeigt, wenn ein Programm zum debuggen geöffnet ist. Gewöhnlich werden alle zum Programm zugehörigen Python Dateien im selben Verzeichnis gespeichert, so dass sie über diese Hierarchie Zugriff auf das am meisten Benötigte haben.</p><p>Die nächste Hierarchie wird verwendet, um sich in den in der Python Variablen <tt>sys.path</tt> gespeicherten Verzeichnissen zu bewegen.</p><p>Die restlichen Hierachien erlauben die Navigation im gesamten System. Unter UNIX wird gewöhnlich ein Verzeichnis mit <tt>/</tt> als Wurzel und eines mit dem Home-Verzeichnis des Nutzers angezeigt. Auf einem Windows System wird eine Hierarchie pro Laufwerk angezeigt.</p><p>Python Programme (Dateien mit der Endung <tt>.py</tt>) werden mit einem Python Sinnbild dargestellt. Ein Rechtsklick bringt ein Kontextmenü, über das die Datei in einem Editor, zum Debuggen oder für einen Modultest geöffnet werden kann.</p><p>Das Kontextmenü einer Klasse, einer Funktion oder einer Methode öffnet die Datei, in der diese Klasse, Funktion oder Methode definiert ist, und stellt sicher, dass die richtige Codezeile sichtbar ist.</p><p>Qt-Designer Dateien (Dateien mit der Endung <tt>.ui</tt>) werden mit einem Designer Sinnbild dargestellt. Das Kontextmenü dieser Dateien erlaubt es, sie im Qt-Designer zu öffnen.</p><p>Qt-Linguist Dateien (Dateien mit der Endung <tt>.ts</tt>) werden mit eine Linguist Sinnbild dargestellt. Das Kontextmenü dieser Dateien erlaubt es, sie im Qt-Linguist zu öffnen.</p></translation> </message> <message> - <location filename="UI/Browser.py" line="203"/> + <location filename="UI/Browser.py" line="202"/> <source>Open</source> <translation>Öffnen</translation> </message> <message> - <location filename="UI/Browser.py" line="181"/> + <location filename="UI/Browser.py" line="180"/> <source>Run unittest...</source> <translation>Modultest...</translation> </message> @@ -1993,62 +1992,62 @@ <translation>Datei-Browser</translation> </message> <message> - <location filename="UI/Browser.py" line="259"/> + <location filename="UI/Browser.py" line="258"/> <source>New toplevel directory...</source> <translation>Neuer übergeordneter Ordner...</translation> </message> <message> - <location filename="UI/Browser.py" line="218"/> + <location filename="UI/Browser.py" line="217"/> <source>Remove from toplevel</source> <translation>Vom Anfang entfernen</translation> </message> <message> - <location filename="UI/Browser.py" line="215"/> + <location filename="UI/Browser.py" line="214"/> <source>Add as toplevel directory</source> <translation>Als übergeordneten Ordner hinzufügen</translation> </message> <message> - <location filename="UI/Browser.py" line="459"/> + <location filename="UI/Browser.py" line="458"/> <source>New toplevel directory</source> <translation>Neuer übergeordneter Ordner</translation> </message> <message> - <location filename="UI/Browser.py" line="226"/> + <location filename="UI/Browser.py" line="225"/> <source>Find in this directory</source> <translation>In diesem Verzeichnis suchen</translation> </message> <message> - <location filename="UI/Browser.py" line="229"/> + <location filename="UI/Browser.py" line="228"/> <source>Find&&Replace in this directory</source> <translation>In diesem Verzeichnis suchen&&ersetzen</translation> </message> <message> - <location filename="UI/Browser.py" line="264"/> + <location filename="UI/Browser.py" line="263"/> <source>Configure...</source> <translation>Einstellungen...</translation> </message> <message> - <location filename="UI/Browser.py" line="191"/> + <location filename="UI/Browser.py" line="190"/> <source>Open in Icon Editor</source> <translation>Mit Icon Editor öffnen</translation> </message> <message> - <location filename="UI/Browser.py" line="232"/> + <location filename="UI/Browser.py" line="231"/> <source>Copy Path to Clipboard</source> <translation>Pfad in die Zwischenablage kopieren</translation> </message> <message> - <location filename="UI/Browser.py" line="222"/> + <location filename="UI/Browser.py" line="221"/> <source>Refresh directory</source> <translation>Verzeichnis aktualisieren</translation> </message> <message> - <location filename="UI/Browser.py" line="241"/> + <location filename="UI/Browser.py" line="240"/> <source>Goto</source> <translation>Gehe zu</translation> </message> <message> - <location filename="UI/Browser.py" line="343"/> + <location filename="UI/Browser.py" line="342"/> <source>Line {0}</source> <translation>Zeile {0}</translation> </message> @@ -2333,37 +2332,37 @@ <context> <name>CodeMetricsDialog</name> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="193"/> + <location filename="DataViews/CodeMetricsDialog.py" line="192"/> <source>non-commentary lines</source> <translation>Quelltextzeilen</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="191"/> - <source>empty lines</source> - <translation>Leerzeilen</translation> - </message> - <message> <location filename="DataViews/CodeMetricsDialog.py" line="190"/> - <source>comments</source> - <translation>Kommentarzeilen</translation> + <source>empty lines</source> + <translation>Leerzeilen</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="189"/> - <source>bytes</source> - <translation>Bytes</translation> + <source>comments</source> + <translation>Kommentarzeilen</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="188"/> - <source>lines</source> - <translation>Zeilen</translation> + <source>bytes</source> + <translation>Bytes</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="187"/> + <source>lines</source> + <translation>Zeilen</translation> + </message> + <message> + <location filename="DataViews/CodeMetricsDialog.py" line="186"/> <source>files</source> <translation>Dateien</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="195"/> + <location filename="DataViews/CodeMetricsDialog.py" line="194"/> <source>documentation lines</source> <translation>Dokumentationszeilen</translation> </message> @@ -12825,197 +12824,197 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="655"/> <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="790"/> - <source>Open Link in New Tab Ctrl+LMB</source> + <location filename="Helpviewer/HelpBrowserWV.py" line="823"/> + <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Link in neuem Fenster öffnen\tStrg+LMK</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="585"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Die Datei <b>{0}</b> existiert nicht.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="403"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="436"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <translation><b>Hilfe Fenster</b><p>Dieses Fenster zeigt die ausgewählte Hilfe an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="869"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="902"/> <source>Web Inspector...</source> <translation>Web Inspektor...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1393"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1426"/> <source>Error loading page: {0}</source> <translation>Fehler beim Laden von: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>When connecting to: {0}.</source> <translation>Beim Verbinden zu: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="605"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="638"/> <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="833"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="866"/> <source>Bookmark this Page</source> <translation>Lesezeichen für diese Seite hinzufügen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="794"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="827"/> <source>Save Lin&k</source> <translation>Lin&k speichern</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="795"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="828"/> <source>Bookmark this Link</source> <translation>Lesezeichen für diesen Link hinzufügen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="798"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="831"/> <source>Copy Link to Clipboard</source> <translation>Link in die Zwischenablage kopieren</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> <source>Open Image in New Tab</source> <translation>Bild in neuem Register öffnen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> <source>Save Image</source> <translation>Bild speichern</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="846"/> <source>Copy Image to Clipboard</source> <translation>Bild in die Zwischenablage kopieren</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="814"/> - <source>Copy Image Location to Clipboard</source> - <translation>Bildadresse in die Zwischenablage kopieren</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="818"/> - <source>Block Image</source> - <translation>Bild blockieren</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> + <source>Copy Image Location to Clipboard</source> + <translation>Bildadresse in die Zwischenablage kopieren</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="851"/> + <source>Block Image</source> + <translation>Bild blockieren</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="880"/> <source>Search with...</source> <translation>Suchen mit...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1475"/> <source>Web Database Quota</source> <translation>Webdatenbankquota</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1475"/> <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="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1483"/> <source>New Web Database Quota</source> <translation>Neues Datenbankquota</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1470"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1503"/> <source>bytes</source> <translation>Bytes</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1506"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1476"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1509"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1483"/> <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="864"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="897"/> <source>Add to web search toolbar</source> <translation>Zur Websuchleiste hinzufügen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1017"/> <source>Method not supported</source> <translation>Methode nicht unterstützt</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1017"/> <source>{0} method is not supported.</source> <translation>{0} Methode wird nicht unterstützt.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1059"/> <source>Search engine</source> <translation>Suchmaschine</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1059"/> <source>Choose the desired search engine</source> <translation>Wähle die gewünschte Suchmaschine aus</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1076"/> <source>Engine name</source> <translation>Suchmaschinenname</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1076"/> <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="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="801"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="834"/> <source>Scan Link with VirusTotal</source> <translation>Link mit VirusTotal überprüfen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="822"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="855"/> <source>Scan Image with VirusTotal</source> <translation>Bild mit VirusTotal überprüfen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="655"/> <source>eric5 Web Browser</source> <translation>eric5 Web-Browser</translation> </message> @@ -13411,27 +13410,27 @@ <translation><p>Drucken ist wegen eine Fehlers in PyQt4 nicht verfügbar. Bitte aktualisieren.</p></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="591"/> + <location filename="Helpviewer/HelpTabWidget.py" line="595"/> <source>Loading...</source> <translation>Lade...</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="608"/> + <location filename="Helpviewer/HelpTabWidget.py" line="612"/> <source>Finished loading</source> <translation>Seite geladen</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="610"/> + <location filename="Helpviewer/HelpTabWidget.py" line="614"/> <source>Failed to load</source> <translation>Fehler beim Laden</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="646"/> + <location filename="Helpviewer/HelpTabWidget.py" line="650"/> <source>Are you sure you want to close the window?</source> <translation>Möchten sie das Fenster wirklich schließen?</translation> </message> <message numerus="yes"> - <location filename="Helpviewer/HelpTabWidget.py" line="646"/> + <location filename="Helpviewer/HelpTabWidget.py" line="650"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation> @@ -13442,17 +13441,17 @@ </translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="653"/> + <location filename="Helpviewer/HelpTabWidget.py" line="657"/> <source>&Close</source> <translation>Schl&ießen</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="656"/> + <location filename="Helpviewer/HelpTabWidget.py" line="660"/> <source>&Quit</source> <translation>B&eenden</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="658"/> + <location filename="Helpviewer/HelpTabWidget.py" line="662"/> <source>C&lose Current Tab</source> <translation>A&ktuelles Unterfenster schließen</translation> </message> @@ -14056,52 +14055,52 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="260"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="261"/> <source>Error loading page: {0}</source> <translation>Fehler beim Laden von: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>When connecting to: {0}.</source> <translation>Beim Verbinden zu: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="373"/> <source>SSL Certificate Info</source> <translation>SSL Zertifikat</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="373"/> <source>There is no SSL Certificate Info available.</source> <translation>Es sind keine Informationen für das SSL Zertifikat verfügbar.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="196"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="197"/> <source>Resending POST request</source> <translation>Erneutes Senden einer POST Anfrage</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="196"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="197"/> <source>In order to display the site, the request along with all the data must be sent once again, which may lead to some unexpected behaviour of the site e.g. the same action might be performed once again. Do you want to continue anyway?</source> <translation>Um diese Seite anzeigen können, muss die Anfrage mit allen Daten erneut gesendet werden, was zu unerwartetem Verhalten der Seite führen kann, so könnte z.B. die selbe Aktion erneut ausgeführt werden. Möchten Sie trotzdem fortfahren?</translation> </message> @@ -15032,26 +15031,11 @@ <translation>Iconsdatenbank &löschen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1127"/> - <source>Show Network Monitor</source> - <translation>Netzwerkmonitor anzeigen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1127"/> - <source>Show &Network Monitor</source> - <translation>&Netzwerkmonitor anzeigen</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>Show the network monitor dialog</source> <translation>Zeigt den Netzwerkmonitordialog an</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1132"/> - <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> - <translation><b>Netzwerkmonitor anzeigen</b><p>Zeigt den Netzwerkmonitordialog an.</p></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1284"/> <source>&Settings</source> <translation>&Einstellungen</translation> @@ -15674,6 +15658,21 @@ <comment>View|Zoom out</comment> <translation>Verkleinern</translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <source>Network Monitor</source> + <translation>Netzwerkmonitor</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <source>&Network Monitor...</source> + <translation>&Netzwerkmonitor...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1132"/> + <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> + <translation><b>Netzwerkmonitor...</b><p>Zeigt den Netzwerkmonitordialog an.</p></translation> + </message> </context> <context> <name>Hg</name> @@ -16628,32 +16627,32 @@ <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="134"/> <source>Did not receive the 'hello' message.</source> <translation>'Hallo' Nachricht konnte nicht empfangen werden.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="136"/> <source>Received data on unexpected channel.</source> <translation>Daten auf unerwartetem Kanal empfangen.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="141"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation>Ungültige 'Hallo' Nachricht; Erwartete 'capabilities: ', empfing jedoch '{0}'.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="144"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> <source>'capabilities' message did not contain any capability.</source> <translation>'capabilities' Nachricht enthielt keine Fähigkeiten.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation>Ungültige 'Hallo' Nachricht; Erwartete 'encoding: ', empfing jedoch '{0}'.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="156"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="157"/> <source>'encoding' message did not contain any encoding.</source> <translation>'encoding' Nachricht enthielt keine Kodierung.</translation> </message> @@ -17310,7 +17309,7 @@ <translation>Wähle die als Filter zu verwendende Kategorie</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="313"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="312"/> <source>Revision</source> <translation>Revision</translation> </message> @@ -17531,12 +17530,12 @@ <translation>Wähle das als Filter zu verwendende Feld</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1130"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1129"/> <source>Revision</source> <translation>Revision</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1127"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1126"/> <source>Author</source> <translation>Autor</translation> </message> @@ -19775,7 +19774,7 @@ <translation>fehlt</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="295"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="294"/> <source>unknown</source> <translation>unbekannt</translation> </message> @@ -20584,27 +20583,27 @@ <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="546"/> <source>Commit</source> <translation>Einpflegen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="661"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="660"/> <source>There are no uncommitted changes available/selected.</source> <translation>Es sind keine nicht eingepflegten Änderungen vorhanden/ausgewählt.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="585"/> <source>Add</source> <translation>Hinzufügen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="585"/> <source>There are no unversioned entries available/selected.</source> <translation>Es sind keine unversionierten Einträge vorhanden/ausgewählt.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="644"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="643"/> <source>Revert</source> <translation>Rückgängig machen</translation> </message> @@ -20614,12 +20613,12 @@ <translation>Vom Repository löschen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="607"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="606"/> <source>Remove</source> <translation>Entfernen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="644"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="643"/> <source>There are no missing entries available/selected.</source> <translation>Es sind keine fehlenden Einträge vorhanden/ausgewählt.</translation> </message> @@ -20704,17 +20703,17 @@ <translation>Fehlende wiederherstellen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="459"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="458"/> <source>all</source> <translation>alle</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="661"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="660"/> <source>Differences</source> <translation>Unterschiede</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="546"/> <source>There are no entries selected to be committed.</source> <translation>Es sind keine Einträge zum Einpflegen ausgewählt.</translation> </message> @@ -20849,12 +20848,12 @@ <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="250"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="249"/> <source>active</source> <translation>aktiv</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="255"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="254"/> <source>yes</source> <translation>ja</translation> </message> @@ -22967,27 +22966,27 @@ <context> <name>JavaScriptEricObject</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="136"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="137"/> <source>Search results provided by {0}</source> <translation>Suchergenisse durch {0} zur Verfügung gestellt</translation> </message> <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="98"/> + <source>Search!</source> + <translation>Suchen!</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="96"/> + <source>Welcome to eric5 Web Browser!</source> + <translation>Willkommen beim eric5 Web Browser!</translation> + </message> + <message> <location filename="Helpviewer/HelpBrowserWV.py" line="97"/> - <source>Search!</source> - <translation>Suchen!</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="95"/> - <source>Welcome to eric5 Web Browser!</source> - <translation>Willkommen beim eric5 Web Browser!</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="96"/> <source>eric5 Web Browser</source> <translation>eric5 Web-Browser</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="98"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="99"/> <source>About eric5</source> <translation>Über eric5</translation> </message> @@ -26107,7 +26106,7 @@ <translation>Kennwort speichern</translation> </message> <message> - <location filename="Helpviewer/Passwords/PasswordManager.py" line="586"/> + <location filename="Helpviewer/Passwords/PasswordManager.py" line="589"/> <source>Re-encoding saved passwords...</source> <translation>Kodieren gespeicherte Kennworte neu...</translation> </message> @@ -33290,67 +33289,67 @@ <translation>Suchen und Ersetzen</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="42"/> + <location filename="QScintilla/ReplaceWidget.ui" line="33"/> <source>Find:</source> <translation>Suchen:</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="71"/> + <location filename="QScintilla/ReplaceWidget.ui" line="62"/> <source>Press to find the previous occurrence</source> <translation>Drücken, um das vorherige Vorkommen zu suchen</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="78"/> + <location filename="QScintilla/ReplaceWidget.ui" line="69"/> <source>Press to find the next occurrence</source> <translation>Drücken, um das nächste Vorkommen zu suchen</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="85"/> + <location filename="QScintilla/ReplaceWidget.ui" line="76"/> <source>Match case</source> <translation>Groß-/Kleinschreibung</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="92"/> + <location filename="QScintilla/ReplaceWidget.ui" line="83"/> <source>Whole word</source> <translation>Ganzes Wort</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="106"/> + <location filename="QScintilla/ReplaceWidget.ui" line="97"/> <source>Replace:</source> <translation>Ersetzen:</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="135"/> + <location filename="QScintilla/ReplaceWidget.ui" line="126"/> <source>Press to replace the selection</source> <translation>Drücken, um die Auswahl zu ersetzen</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="149"/> + <location filename="QScintilla/ReplaceWidget.ui" line="140"/> <source>Press to replace all occurrences</source> <translation>Drücken, um alle Vorkommen zu ersetzen</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="32"/> + <location filename="QScintilla/ReplaceWidget.ui" line="23"/> <source>Press to close the window</source> <translation>Drücken, um das Fenster zu schließen</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="99"/> + <location filename="QScintilla/ReplaceWidget.ui" line="90"/> <source>Regexp</source> <translation>Regexp</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="156"/> + <location filename="QScintilla/ReplaceWidget.ui" line="147"/> <source>Wrap around</source> <translation>Am Anfang/Ende weiter</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="163"/> + <location filename="QScintilla/ReplaceWidget.ui" line="154"/> <source>Selection only</source> <translation>nur Auswahl</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="142"/> + <location filename="QScintilla/ReplaceWidget.ui" line="133"/> <source>Press to replace the selection and search for the next occurence</source> <translation>Drücken, um die Auswahl zu ersetzen und das nächste Vorkommen zu suchen</translation> </message> @@ -33358,17 +33357,17 @@ <context> <name>SearchReplaceWidget</name> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="506"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="511"/> <source>'{0}' was not found.</source> <translation>'{0}' wurde nicht gefunden.</translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="582"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="587"/> <source>Replaced {0} occurrences.</source> <translation>{0} Vorkommen ersetzt.</translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="586"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="591"/> <source>Nothing replaced because '{0}' was not found.</source> <translation>Es wurde nichts ersetzt, da '{0}' nicht gefunden wurde.</translation> </message> @@ -36973,12 +36972,12 @@ <translation>Subversion Log</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="552"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="551"/> <source>Revision</source> <translation>Revision</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="549"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="548"/> <source>Author</source> <translation>Autor</translation> </message> @@ -38862,22 +38861,22 @@ <translation>Änderungen einpflegen...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="585"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="584"/> <source>Commit</source> <translation>Einpflegen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="683"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="682"/> <source>There are no uncommitted changes available/selected.</source> <translation>Es sind keine nicht eingepflegten Änderungen vorhanden/ausgewählt.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="702"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="701"/> <source>Lock</source> <translation>Sperren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="718"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="717"/> <source>Unlock</source> <translation>Entsperren</translation> </message> @@ -38922,22 +38921,22 @@ <translation>ersetzt</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="702"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="701"/> <source>There are no unlocked files available/selected.</source> <translation>Es sind keine ungesperrten Dateien vorhanden/ausgewählt.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="752"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="751"/> <source>There are no locked files available/selected.</source> <translation>Es sind keine gesperrten Dateien vorhanden/ausgewählt.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="735"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="734"/> <source>Break Lock</source> <translation>Sperre brechen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="752"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="751"/> <source>Steal Lock</source> <translation>Sperre stehlen</translation> </message> @@ -39079,17 +39078,17 @@ <translation>Änderungen rückgängig</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="623"/> <source>Add</source> <translation>Hinzufügen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="623"/> <source>There are no unversioned entries available/selected.</source> <translation>Es sind keine unversionierten Einträge vorhanden/ausgewählt.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="665"/> <source>Revert</source> <translation>Rückgängig machen</translation> </message> @@ -39109,17 +39108,17 @@ <translation>Zu Änderungsliste hinzufügen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="786"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="785"/> <source>Remove from Changelist</source> <translation>Von Änderungsliste entfernen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="768"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="767"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation>Es sind keine Dateien vorhanden/ausgewählt, die nicht zu einer Änderungsliste gehören.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="786"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="785"/> <source>There are no files available/selected belonging to a changelist.</source> <translation>Es sind keine Dateien vorhanden/ausgewählt, die zu einer Änderungsliste gehören.</translation> </message> @@ -39194,22 +39193,22 @@ <translation>Fehlende wiederherstellen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="504"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="503"/> <source>all</source> <translation>alle</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="683"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="682"/> <source>Differences</source> <translation>Unterschiede</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="585"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="584"/> <source>There are no entries selected to be committed.</source> <translation>Es sind keine Einträge zum Einpflegen ausgewählt.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="665"/> <source>There are no missing entries available/selected.</source> <translation>Es sind keine fehlenden Einträge vorhanden/ausgewählt.</translation> </message> @@ -49625,77 +49624,77 @@ <translation>Beobachtungspunkte</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="167"/> + <location filename="Debugger/WatchPointViewer.py" line="166"/> <source>Add</source> <translation>Hinzufügen</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="139"/> + <location filename="Debugger/WatchPointViewer.py" line="138"/> <source>Enable</source> <translation>Aktivieren</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="171"/> + <location filename="Debugger/WatchPointViewer.py" line="170"/> <source>Enable all</source> <translation>Alle aktivieren</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="142"/> + <location filename="Debugger/WatchPointViewer.py" line="141"/> <source>Disable</source> <translation>Deaktivieren</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="175"/> + <location filename="Debugger/WatchPointViewer.py" line="174"/> <source>Disable all</source> <translation>Alle deaktivieren</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="145"/> + <location filename="Debugger/WatchPointViewer.py" line="144"/> <source>Delete</source> <translation>Löschen</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="179"/> + <location filename="Debugger/WatchPointViewer.py" line="178"/> <source>Delete all</source> <translation>Alle löschen</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="169"/> + <location filename="Debugger/WatchPointViewer.py" line="168"/> <source>Enable selected</source> <translation>Ausgewählte aktivieren</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="173"/> + <location filename="Debugger/WatchPointViewer.py" line="172"/> <source>Disable selected</source> <translation>Ausgewählte deaktivieren</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="177"/> + <location filename="Debugger/WatchPointViewer.py" line="176"/> <source>Delete selected</source> <translation>Ausgewählte löschen</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="137"/> + <location filename="Debugger/WatchPointViewer.py" line="136"/> <source>Edit...</source> <translation>Bearbeiten...</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="225"/> + <location filename="Debugger/WatchPointViewer.py" line="224"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation><p>Ein Beobachtungsausdruck '<b>{0}</b>' existiert bereits.</p></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="229"/> + <location filename="Debugger/WatchPointViewer.py" line="228"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation><p>Ein Beobachtungsausdruck '<b>{0}</b>' für die Variable <b>{1}</b> existiert bereits.</p></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="232"/> + <location filename="Debugger/WatchPointViewer.py" line="231"/> <source>Watch expression already exists</source> <translation>Beaobachtungsausdruck existiert bereits</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="181"/> + <location filename="Debugger/WatchPointViewer.py" line="180"/> <source>Configure...</source> <translation>Einstellungen...</translation> </message>
--- a/i18n/eric5_en.ts Tue Jan 17 20:21:27 2012 +0100 +++ b/i18n/eric5_en.ts Wed Jan 18 19:59:42 2012 +0100 @@ -1876,67 +1876,67 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="171"/> + <location filename="Debugger/BreakPointViewer.py" line="170"/> <source>Add</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="142"/> + <location filename="Debugger/BreakPointViewer.py" line="141"/> <source>Edit...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="144"/> + <location filename="Debugger/BreakPointViewer.py" line="143"/> <source>Enable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="175"/> + <location filename="Debugger/BreakPointViewer.py" line="174"/> <source>Enable all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="147"/> + <location filename="Debugger/BreakPointViewer.py" line="146"/> <source>Disable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="179"/> + <location filename="Debugger/BreakPointViewer.py" line="178"/> <source>Disable all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="150"/> + <location filename="Debugger/BreakPointViewer.py" line="149"/> <source>Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="183"/> + <location filename="Debugger/BreakPointViewer.py" line="182"/> <source>Delete all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="153"/> + <location filename="Debugger/BreakPointViewer.py" line="152"/> <source>Goto</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="185"/> + <location filename="Debugger/BreakPointViewer.py" line="184"/> <source>Configure...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="173"/> + <location filename="Debugger/BreakPointViewer.py" line="172"/> <source>Enable selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="177"/> + <location filename="Debugger/BreakPointViewer.py" line="176"/> <source>Disable selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="181"/> + <location filename="Debugger/BreakPointViewer.py" line="180"/> <source>Delete selected</source> <translation type="unfinished"></translation> </message> @@ -1954,72 +1954,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="203"/> + <location filename="UI/Browser.py" line="202"/> <source>Open</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="181"/> + <location filename="UI/Browser.py" line="180"/> <source>Run unittest...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="232"/> + <location filename="UI/Browser.py" line="231"/> <source>Copy Path to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="191"/> + <location filename="UI/Browser.py" line="190"/> <source>Open in Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="264"/> + <location filename="UI/Browser.py" line="263"/> <source>Configure...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="259"/> + <location filename="UI/Browser.py" line="258"/> <source>New toplevel directory...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="215"/> + <location filename="UI/Browser.py" line="214"/> <source>Add as toplevel directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="218"/> + <location filename="UI/Browser.py" line="217"/> <source>Remove from toplevel</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="222"/> + <location filename="UI/Browser.py" line="221"/> <source>Refresh directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="226"/> + <location filename="UI/Browser.py" line="225"/> <source>Find in this directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="229"/> + <location filename="UI/Browser.py" line="228"/> <source>Find&&Replace in this directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="459"/> + <location filename="UI/Browser.py" line="458"/> <source>New toplevel directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="241"/> + <location filename="UI/Browser.py" line="240"/> <source>Goto</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="343"/> + <location filename="UI/Browser.py" line="342"/> <source>Line {0}</source> <translation type="unfinished"></translation> </message> @@ -2403,37 +2403,37 @@ <translation type="unfinished"></translation> </message> <message> + <location filename="DataViews/CodeMetricsDialog.py" line="186"/> + <source>files</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="DataViews/CodeMetricsDialog.py" line="187"/> - <source>files</source> + <source>lines</source> <translation type="unfinished"></translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="188"/> - <source>lines</source> + <source>bytes</source> <translation type="unfinished"></translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="189"/> - <source>bytes</source> + <source>comments</source> <translation type="unfinished"></translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="190"/> - <source>comments</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="DataViews/CodeMetricsDialog.py" line="191"/> <source>empty lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="193"/> + <location filename="DataViews/CodeMetricsDialog.py" line="192"/> <source>non-commentary lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="195"/> + <location filename="DataViews/CodeMetricsDialog.py" line="194"/> <source>documentation lines</source> <translation type="unfinished"></translation> </message> @@ -12741,197 +12741,197 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="403"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="436"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="585"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="655"/> <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="605"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="638"/> <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="790"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="823"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="794"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="827"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="795"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="828"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="798"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="831"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> <source>Open Image in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> <source>Save Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="846"/> <source>Copy Image to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="814"/> - <source>Copy Image Location to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="818"/> - <source>Block Image</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="833"/> - <source>Bookmark this Page</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> + <source>Copy Image Location to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="851"/> + <source>Block Image</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="866"/> + <source>Bookmark this Page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="880"/> <source>Search with...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="864"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="897"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="869"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="902"/> <source>Web Inspector...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1017"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1017"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1059"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1059"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1076"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1076"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1393"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1426"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1475"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1475"/> <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="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1483"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1483"/> <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="1470"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1503"/> <source>bytes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1506"/> <source>kB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1476"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1509"/> <source>MB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="801"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="834"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="822"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="855"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="655"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> @@ -13327,27 +13327,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="591"/> + <location filename="Helpviewer/HelpTabWidget.py" line="595"/> <source>Loading...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="608"/> + <location filename="Helpviewer/HelpTabWidget.py" line="612"/> <source>Finished loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="610"/> + <location filename="Helpviewer/HelpTabWidget.py" line="614"/> <source>Failed to load</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="646"/> + <location filename="Helpviewer/HelpTabWidget.py" line="650"/> <source>Are you sure you want to close the window?</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="Helpviewer/HelpTabWidget.py" line="646"/> + <location filename="Helpviewer/HelpTabWidget.py" line="650"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation> @@ -13358,17 +13358,17 @@ </translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="653"/> + <location filename="Helpviewer/HelpTabWidget.py" line="657"/> <source>&Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="656"/> + <location filename="Helpviewer/HelpTabWidget.py" line="660"/> <source>&Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="658"/> + <location filename="Helpviewer/HelpTabWidget.py" line="662"/> <source>C&lose Current Tab</source> <translation type="unfinished"></translation> </message> @@ -13969,52 +13969,52 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="260"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="261"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="373"/> <source>SSL Certificate Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="373"/> <source>There is no SSL Certificate Info available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="196"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="197"/> <source>Resending POST request</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="196"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="197"/> <source>In order to display the site, the request along with all the data must be sent once again, which may lead to some unexpected behaviour of the site e.g. the same action might be performed once again. Do you want to continue anyway?</source> <translation type="unfinished"></translation> </message> @@ -15237,26 +15237,11 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1127"/> - <source>Show Network Monitor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1127"/> - <source>Show &Network Monitor</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>Show the network monitor dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1132"/> - <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1205"/> <source>&File</source> <translation type="unfinished"></translation> @@ -15586,6 +15571,21 @@ <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <source>Network Monitor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <source>&Network Monitor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1132"/> + <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -16537,32 +16537,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="134"/> <source>Did not receive the 'hello' message.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="136"/> <source>Received data on unexpected channel.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="141"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="144"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> <source>'capabilities' message did not contain any capability.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="156"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="157"/> <source>'encoding' message did not contain any encoding.</source> <translation type="unfinished"></translation> </message> @@ -17198,7 +17198,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="313"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="312"/> <source>Revision</source> <translation type="unfinished"></translation> </message> @@ -17429,12 +17429,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1130"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1129"/> <source>Revision</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1127"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1126"/> <source>Author</source> <translation type="unfinished"></translation> </message> @@ -19640,7 +19640,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="295"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="294"/> <source>unknown</source> <translation type="unfinished"></translation> </message> @@ -20458,37 +20458,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="546"/> <source>Commit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="661"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="660"/> <source>There are no uncommitted changes available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="585"/> <source>Add</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="585"/> <source>There are no unversioned entries available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="607"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="606"/> <source>Remove</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="644"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="643"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="644"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="643"/> <source>Revert</source> <translation type="unfinished"></translation> </message> @@ -20573,17 +20573,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="459"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="458"/> <source>all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="661"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="660"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="546"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> @@ -20716,12 +20716,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="250"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="249"/> <source>active</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="255"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="254"/> <source>yes</source> <translation type="unfinished"></translation> </message> @@ -22825,27 +22825,27 @@ <context> <name>JavaScriptEricObject</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="97"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="98"/> <source>Search!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="136"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="137"/> <source>Search results provided by {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="95"/> - <source>Welcome to eric5 Web Browser!</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="96"/> + <source>Welcome to eric5 Web Browser!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="97"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="98"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="99"/> <source>About eric5</source> <translation type="unfinished"></translation> </message> @@ -25964,7 +25964,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Passwords/PasswordManager.py" line="586"/> + <location filename="Helpviewer/Passwords/PasswordManager.py" line="589"/> <source>Re-encoding saved passwords...</source> <translation type="unfinished"></translation> </message> @@ -33018,67 +33018,67 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="32"/> + <location filename="QScintilla/ReplaceWidget.ui" line="23"/> <source>Press to close the window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="42"/> + <location filename="QScintilla/ReplaceWidget.ui" line="33"/> <source>Find:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="71"/> + <location filename="QScintilla/ReplaceWidget.ui" line="62"/> <source>Press to find the previous occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="78"/> + <location filename="QScintilla/ReplaceWidget.ui" line="69"/> <source>Press to find the next occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="85"/> + <location filename="QScintilla/ReplaceWidget.ui" line="76"/> <source>Match case</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="92"/> + <location filename="QScintilla/ReplaceWidget.ui" line="83"/> <source>Whole word</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="99"/> + <location filename="QScintilla/ReplaceWidget.ui" line="90"/> <source>Regexp</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="106"/> + <location filename="QScintilla/ReplaceWidget.ui" line="97"/> <source>Replace:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="135"/> + <location filename="QScintilla/ReplaceWidget.ui" line="126"/> <source>Press to replace the selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="149"/> + <location filename="QScintilla/ReplaceWidget.ui" line="140"/> <source>Press to replace all occurrences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="156"/> + <location filename="QScintilla/ReplaceWidget.ui" line="147"/> <source>Wrap around</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="163"/> + <location filename="QScintilla/ReplaceWidget.ui" line="154"/> <source>Selection only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="142"/> + <location filename="QScintilla/ReplaceWidget.ui" line="133"/> <source>Press to replace the selection and search for the next occurence</source> <translation type="unfinished"></translation> </message> @@ -33096,17 +33096,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="506"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="511"/> <source>'{0}' was not found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="582"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="587"/> <source>Replaced {0} occurrences.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="586"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="591"/> <source>Nothing replaced because '{0}' was not found.</source> <translation type="unfinished"></translation> </message> @@ -36634,12 +36634,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="552"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="551"/> <source>Revision</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="549"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="548"/> <source>Author</source> <translation type="unfinished"></translation> </message> @@ -38555,17 +38555,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="786"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="785"/> <source>Remove from Changelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="702"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="701"/> <source>Lock</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="718"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="717"/> <source>Unlock</source> <translation type="unfinished"></translation> </message> @@ -38685,57 +38685,57 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="585"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="584"/> <source>Commit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="683"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="682"/> <source>There are no uncommitted changes available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="623"/> <source>Add</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="623"/> <source>There are no unversioned entries available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="665"/> <source>Revert</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="702"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="701"/> <source>There are no unlocked files available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="752"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="751"/> <source>There are no locked files available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="735"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="734"/> <source>Break Lock</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="752"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="751"/> <source>Steal Lock</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="768"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="767"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="786"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="785"/> <source>There are no files available/selected belonging to a changelist.</source> <translation type="unfinished"></translation> </message> @@ -38810,22 +38810,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="504"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="503"/> <source>all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="683"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="682"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="585"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="584"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="665"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished"></translation> </message> @@ -49177,77 +49177,77 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="167"/> + <location filename="Debugger/WatchPointViewer.py" line="166"/> <source>Add</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="137"/> + <location filename="Debugger/WatchPointViewer.py" line="136"/> <source>Edit...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="139"/> + <location filename="Debugger/WatchPointViewer.py" line="138"/> <source>Enable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="171"/> + <location filename="Debugger/WatchPointViewer.py" line="170"/> <source>Enable all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="142"/> + <location filename="Debugger/WatchPointViewer.py" line="141"/> <source>Disable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="175"/> + <location filename="Debugger/WatchPointViewer.py" line="174"/> <source>Disable all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="145"/> + <location filename="Debugger/WatchPointViewer.py" line="144"/> <source>Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="179"/> + <location filename="Debugger/WatchPointViewer.py" line="178"/> <source>Delete all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="181"/> + <location filename="Debugger/WatchPointViewer.py" line="180"/> <source>Configure...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="169"/> + <location filename="Debugger/WatchPointViewer.py" line="168"/> <source>Enable selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="173"/> + <location filename="Debugger/WatchPointViewer.py" line="172"/> <source>Disable selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="177"/> + <location filename="Debugger/WatchPointViewer.py" line="176"/> <source>Delete selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="225"/> + <location filename="Debugger/WatchPointViewer.py" line="224"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="229"/> + <location filename="Debugger/WatchPointViewer.py" line="228"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="232"/> + <location filename="Debugger/WatchPointViewer.py" line="231"/> <source>Watch expression already exists</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_es.ts Tue Jan 17 20:21:27 2012 +0100 +++ b/i18n/eric5_es.ts Wed Jan 18 19:59:42 2012 +0100 @@ -1901,67 +1901,67 @@ <translation>Breakpoints</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="171"/> + <location filename="Debugger/BreakPointViewer.py" line="170"/> <source>Add</source> <translation>Añadir</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="142"/> + <location filename="Debugger/BreakPointViewer.py" line="141"/> <source>Edit...</source> <translation>Editar...</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="144"/> + <location filename="Debugger/BreakPointViewer.py" line="143"/> <source>Enable</source> <translation>Habilitar</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="175"/> + <location filename="Debugger/BreakPointViewer.py" line="174"/> <source>Enable all</source> <translation>Habilitar todo</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="147"/> + <location filename="Debugger/BreakPointViewer.py" line="146"/> <source>Disable</source> <translation>Deshabilitar</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="179"/> + <location filename="Debugger/BreakPointViewer.py" line="178"/> <source>Disable all</source> <translation>Deshabilitar todo</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="150"/> + <location filename="Debugger/BreakPointViewer.py" line="149"/> <source>Delete</source> <translation>Borrar</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="183"/> + <location filename="Debugger/BreakPointViewer.py" line="182"/> <source>Delete all</source> <translation>Borrar todo</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="153"/> + <location filename="Debugger/BreakPointViewer.py" line="152"/> <source>Goto</source> <translation>Ir a</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="173"/> + <location filename="Debugger/BreakPointViewer.py" line="172"/> <source>Enable selected</source> <translation>Habilitar selección</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="177"/> + <location filename="Debugger/BreakPointViewer.py" line="176"/> <source>Disable selected</source> <translation>Deshabilitar selección</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="181"/> + <location filename="Debugger/BreakPointViewer.py" line="180"/> <source>Delete selected</source> <translation>Borrar selección</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="185"/> + <location filename="Debugger/BreakPointViewer.py" line="184"/> <source>Configure...</source> <translation>Configurar...</translation> </message> @@ -1979,72 +1979,72 @@ <translation><b>La Ventana del Navegador</b><p>Esta ventana le permite navegar facilmente a través de la jerarquía de directorios y archivos en su sistema, identificando los programas escritos con Python, y abrirlos en un editor de Código Fuente. La ventana muestra varias jerarquías separadas.</p><p>La primera jerarquía sólamente se muestra si se ha abierto un programa para su depuración, y su raíz es el directorio que contiene dicho programa. Por lo común, todos los archivos que forman una aplicación Python son mantenidos en el mismo directorio, con lo que esta jerarquía permite acceder fácilmente a la mayor parte del material necesario para la aplicación.</p><p>La siguiente jerarquía se utiliza para navegar fácilmente los directorios que se han especificado en la variable <tt>sys.path</tt> de Python.</p><p>Las restantes jerarquías permiten navegar a través del sistema como un todo. En un sistema UNIX se mostrará una jerarquía con <tt>/</tt> en la raíz y otra con el directorio home del usuario. En un sistema windows se muestra una jerarquía para cada drive del sistema.</p><p>Los programas Python (es decir aquellos archivos con extensión <tt>.py</tt>) se identifican en las jerarquías con un icono de Python. El botón derecho del ratón invoca un menú emergente que permite abrir el fichero en una ventana de edición, abrir el fichero para su depuración, o utilizarlo para ejecutar un test unitario.</p><p>El menú de contexto de una clase, función o método permite abrir el archivo donde se define esta clase, función o método y asegurar que se muestra la línea de código adecuada.</p><p>Los archivos de Qt-Designer (es decir, aquellos con extensión <tt>.ui</tt>) se muestran con un icono de Designer. El menú de contexto de estos archivos permite ejecutar Qt-Designer asociado al archivo en cuestión.</p><p>Los archivos de Qt-Linguist (es decir aquellos con extensión <tt>.ts</tt>) se muestran con un icono de Linguist. El menú de contexto de estos archivos permite ejecutar Qt-Linguist asociado al archivo en cuestión.</p></translation> </message> <message> - <location filename="UI/Browser.py" line="203"/> + <location filename="UI/Browser.py" line="202"/> <source>Open</source> <translation>Abrir</translation> </message> <message> - <location filename="UI/Browser.py" line="181"/> + <location filename="UI/Browser.py" line="180"/> <source>Run unittest...</source> <translation>Ejecutar test unitario...</translation> </message> <message> - <location filename="UI/Browser.py" line="259"/> + <location filename="UI/Browser.py" line="258"/> <source>New toplevel directory...</source> <translation>Nuevo directorio raíz...</translation> </message> <message> - <location filename="UI/Browser.py" line="215"/> + <location filename="UI/Browser.py" line="214"/> <source>Add as toplevel directory</source> <translation>Añadir como directorio raíz</translation> </message> <message> - <location filename="UI/Browser.py" line="218"/> + <location filename="UI/Browser.py" line="217"/> <source>Remove from toplevel</source> <translation>Quitar de la raíz</translation> </message> <message> - <location filename="UI/Browser.py" line="226"/> + <location filename="UI/Browser.py" line="225"/> <source>Find in this directory</source> <translation>Buscar en este directorio</translation> </message> <message> - <location filename="UI/Browser.py" line="459"/> + <location filename="UI/Browser.py" line="458"/> <source>New toplevel directory</source> <translation>Nuevo directorio raíz</translation> </message> <message> - <location filename="UI/Browser.py" line="229"/> + <location filename="UI/Browser.py" line="228"/> <source>Find&&Replace in this directory</source> <translation>Buscar&&Reemplazar en este directorio</translation> </message> <message> - <location filename="UI/Browser.py" line="264"/> + <location filename="UI/Browser.py" line="263"/> <source>Configure...</source> <translation>Configurar...</translation> </message> <message> - <location filename="UI/Browser.py" line="191"/> + <location filename="UI/Browser.py" line="190"/> <source>Open in Icon Editor</source> <translation>Abrir en Editor de Iconos</translation> </message> <message> - <location filename="UI/Browser.py" line="232"/> + <location filename="UI/Browser.py" line="231"/> <source>Copy Path to Clipboard</source> <translation>Copiar Ruta al Portapapeles</translation> </message> <message> - <location filename="UI/Browser.py" line="222"/> + <location filename="UI/Browser.py" line="221"/> <source>Refresh directory</source> <translation>Actualizar directorio</translation> </message> <message> - <location filename="UI/Browser.py" line="241"/> + <location filename="UI/Browser.py" line="240"/> <source>Goto</source> <translation>Ir a</translation> </message> <message> - <location filename="UI/Browser.py" line="343"/> + <location filename="UI/Browser.py" line="342"/> <source>Line {0}</source> <translation>Línea {0}</translation> </message> @@ -2413,37 +2413,37 @@ <translation>Muestra el progreso del cálculo de métricas</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="187"/> + <location filename="DataViews/CodeMetricsDialog.py" line="186"/> <source>files</source> <translation>archivos</translation> </message> <message> + <location filename="DataViews/CodeMetricsDialog.py" line="187"/> + <source>lines</source> + <translation>líneas</translation> + </message> + <message> <location filename="DataViews/CodeMetricsDialog.py" line="188"/> - <source>lines</source> - <translation>líneas</translation> + <source>bytes</source> + <translation>bytes</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="189"/> - <source>bytes</source> - <translation>bytes</translation> + <source>comments</source> + <translation>comentarios</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="190"/> - <source>comments</source> - <translation>comentarios</translation> - </message> - <message> - <location filename="DataViews/CodeMetricsDialog.py" line="191"/> <source>empty lines</source> <translation>líneas vacias</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="193"/> + <location filename="DataViews/CodeMetricsDialog.py" line="192"/> <source>non-commentary lines</source> <translation>líneas no comentadas</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="195"/> + <location filename="DataViews/CodeMetricsDialog.py" line="194"/> <source>documentation lines</source> <translation>líneas de documentación</translation> </message> @@ -12941,72 +12941,72 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="790"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="823"/> <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> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="403"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="436"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <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="869"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="902"/> <source>Web Inspector...</source> <translation>Inspector Web...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="833"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="866"/> <source>Bookmark this Page</source> <translation>Marcador a esta Página</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="794"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="827"/> <source>Save Lin&k</source> <translation>Guardar &Enlace</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="795"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="828"/> <source>Bookmark this Link</source> <translation>Marcador a este Enlace</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="798"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="831"/> <source>Copy Link to Clipboard</source> <translation>Copiar Enlace al Portapapeles</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> <source>Open Image in New Tab</source> <translation>Abrir Imagen en Nueva Pestaña</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> <source>Save Image</source> <translation>Guardar imagen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="846"/> <source>Copy Image to Clipboard</source> <translation>Copiar Imagen al Portapapeles</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="814"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Copy Image Location to Clipboard</source> <translation>Copiar Ubicación de la Imagen al Portapapeles</translation> </message> @@ -13016,127 +13016,127 @@ <translation type="obsolete">Navegador Web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="818"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="851"/> <source>Block Image</source> <translation>Bloquear Imagen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="880"/> <source>Search with...</source> <translation>Buscar con...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="585"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> <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="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="655"/> <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="605"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="638"/> <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="1393"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1426"/> <source>Error loading page: {0}</source> <translation>Error al cargar la página: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>When connecting to: {0}.</source> <translation>Al conectar con: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1475"/> <source>Web Database Quota</source> <translation>Cuota de base de datos web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1475"/> <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="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1483"/> <source>New Web Database Quota</source> <translation>Nueva cuota de base de datos web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1470"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1503"/> <source>bytes</source> <translation>bytes</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1506"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1476"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1509"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1483"/> <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="864"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="897"/> <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="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1017"/> <source>Method not supported</source> <translation>Método no soportado</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1017"/> <source>{0} method is not supported.</source> <translation>El método {0} no está soportado.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1059"/> <source>Search engine</source> <translation>Motor de búsqueda</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1059"/> <source>Choose the desired search engine</source> <translation>Elegir el motor de búsqueda deseado</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1076"/> <source>Engine name</source> <translation>Nombre de motor</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1076"/> <source>Enter a name for the engine</source> <translation>Introducir el nombre para el motor</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="801"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="834"/> <source>Scan Link with VirusTotal</source> <translation>Analizar enlace con VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="822"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="855"/> <source>Scan Image with VirusTotal</source> <translation>Analizar Imagen con VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="655"/> <source>eric5 Web Browser</source> <translation>Navegador Web de eric5</translation> </message> @@ -13537,27 +13537,27 @@ <translation><p>Imprimir no esta disponible debido a un bug en PyQt4. Por favor, actualice su versión.</p></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="591"/> + <location filename="Helpviewer/HelpTabWidget.py" line="595"/> <source>Loading...</source> <translation>Cargando...</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="608"/> + <location filename="Helpviewer/HelpTabWidget.py" line="612"/> <source>Finished loading</source> <translation>Carga terminada</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="610"/> + <location filename="Helpviewer/HelpTabWidget.py" line="614"/> <source>Failed to load</source> <translation>Ha fallado la carga</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="646"/> + <location filename="Helpviewer/HelpTabWidget.py" line="650"/> <source>Are you sure you want to close the window?</source> <translation>¿Realmente desea cerrar la ventana?</translation> </message> <message numerus="yes"> - <location filename="Helpviewer/HelpTabWidget.py" line="646"/> + <location filename="Helpviewer/HelpTabWidget.py" line="650"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation> @@ -13568,17 +13568,17 @@ </translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="653"/> + <location filename="Helpviewer/HelpTabWidget.py" line="657"/> <source>&Close</source> <translation>&Cerrar</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="656"/> + <location filename="Helpviewer/HelpTabWidget.py" line="660"/> <source>&Quit</source> <translation>&Salir</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="658"/> + <location filename="Helpviewer/HelpTabWidget.py" line="662"/> <source>C&lose Current Tab</source> <translation>Cerrar Pestaña Actua&l</translation> </message> @@ -14212,52 +14212,52 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="260"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="261"/> <source>Error loading page: {0}</source> <translation>Error al cargar la página: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>When connecting to: {0}.</source> <translation>Al conectar con: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="373"/> <source>SSL Certificate Info</source> <translation>Información del Certificado SSL</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="373"/> <source>There is no SSL Certificate Info available.</source> <translation>No hay información disponible para el Certificado SSL.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="196"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="197"/> <source>Resending POST request</source> <translation>Reenviando solicitud POST</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="196"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="197"/> <source>In order to display the site, the request along with all the data must be sent once again, which may lead to some unexpected behaviour of the site e.g. the same action might be performed once again. Do you want to continue anyway?</source> <translation>Para poder mostrar el sitio, la solicitud con todos los datos debe ser enviada de nuevo, lo cual puede conducir a algún tipo de comportamiento inesperado del sitio, por ejemplo la misma acción podría ser repetida. ¿Desea continuar de todos modos?</translation> </message> @@ -15190,12 +15190,12 @@ <message> <location filename="Helpviewer/HelpWindow.py" line="1127"/> <source>Show Network Monitor</source> - <translation>Mostrar monitor de red</translation> + <translation type="obsolete">Mostrar monitor de red</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1127"/> <source>Show &Network Monitor</source> - <translation>Mostrar mo&nitor de red</translation> + <translation type="obsolete">Mostrar mo&nitor de red</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1131"/> @@ -15205,7 +15205,7 @@ <message> <location filename="Helpviewer/HelpWindow.py" line="1132"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> - <translation><b>Mostrar Monitor de Red</b><p>Muestra el diálogo de monitor de red.</p></translation> + <translation type="obsolete"><b>Mostrar Monitor de Red</b><p>Muestra el diálogo de monitor de red.</p></translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1284"/> @@ -15850,6 +15850,21 @@ <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <source>Network Monitor</source> + <translation type="unfinished">Monitor de Red</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <source>&Network Monitor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1132"/> + <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -16849,32 +16864,32 @@ <translation>El proceso {0} no se ha podido ejecutar. Verifique que está en la ruta de búsqueda (search path).</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="134"/> <source>Did not receive the 'hello' message.</source> <translation>No se ha recibido el mensaje 'hello'.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="136"/> <source>Received data on unexpected channel.</source> <translation>Datos recibidos en canal no esperado.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="141"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation>Mensaje 'hello' erróneo, se esperaba 'capabilities' pero se obtuvo '{0}'.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="144"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> <source>'capabilities' message did not contain any capability.</source> <translation>El mensaje 'capabilities' no contiene ninguna capacidad.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation>Mensaje 'hello' erróneo, se esperaba 'encoding' pero se obtuvo '{0}'.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="156"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="157"/> <source>'encoding' message did not contain any encoding.</source> <translation>El mensaje 'encoding' no contiene ninguna codificación.</translation> </message> @@ -17531,7 +17546,7 @@ <translation>Seleccionar la categoría sobre la que filtrar</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="313"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="312"/> <source>Revision</source> <translation>Revisión</translation> </message> @@ -17752,12 +17767,12 @@ <translation>Seleccione el campo de filtrado</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1130"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1129"/> <source>Revision</source> <translation>Revisión</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1127"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1126"/> <source>Author</source> <translation>Autor</translation> </message> @@ -20062,7 +20077,7 @@ <translation>perdido</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="295"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="294"/> <source>unknown</source> <translation>desconocido</translation> </message> @@ -20881,27 +20896,27 @@ <translation>El proceso {0} no se ha podido ejecutar. Verifique que está en la ruta de búsqueda (search path).</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="546"/> <source>Commit</source> <translation>Commit</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="661"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="660"/> <source>There are no uncommitted changes available/selected.</source> <translation>No hay cambios pendientes de commit disponibles/seleccionados.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="585"/> <source>Add</source> <translation>Añadir</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="585"/> <source>There are no unversioned entries available/selected.</source> <translation>No hay entradas sin versionar disponibles/seleccionadas.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="644"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="643"/> <source>Revert</source> <translation>Revertir</translation> </message> @@ -20911,12 +20926,12 @@ <translation>Eliminar de repositorio</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="607"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="606"/> <source>Remove</source> <translation>Eliminar</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="644"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="643"/> <source>There are no missing entries available/selected.</source> <translation>No hay entradas perdidas disponibles/seleccionadas.</translation> </message> @@ -21001,7 +21016,7 @@ <translation>Restore sobre elementos perdidos</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="459"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="458"/> <source>all</source> <translation>todo</translation> </message> @@ -21011,12 +21026,12 @@ <translation type="obsolete">Diferencia</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="661"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="660"/> <source>Differences</source> <translation>Diferencias</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="546"/> <source>There are no entries selected to be committed.</source> <translation>No hay entradas seleccionadas sobre las que aplicar commit.</translation> </message> @@ -21151,12 +21166,12 @@ <translation>El proceso {0} no se ha podido ejecutar. Verifique que está en la ruta de búsqueda (search path).</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="250"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="249"/> <source>active</source> <translation>activo</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="255"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="254"/> <source>yes</source> <translation>si</translation> </message> @@ -23279,7 +23294,7 @@ <translation type="obsolete">Navegador Web de Eric</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="97"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="98"/> <source>Search!</source> <translation>¡Buscar!</translation> </message> @@ -23289,22 +23304,22 @@ <translation type="obsolete">Acerca de Eric</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="136"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="137"/> <source>Search results provided by {0}</source> <translation>Buscar resultados proporcionados por {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="95"/> - <source>Welcome to eric5 Web Browser!</source> - <translation>¡Bienvenido al Navegador Web de eric5!</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="96"/> + <source>Welcome to eric5 Web Browser!</source> + <translation>¡Bienvenido al Navegador Web de eric5!</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="97"/> <source>eric5 Web Browser</source> <translation>Navegador Web de eric5</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="98"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="99"/> <source>About eric5</source> <translation>Acerca de eric5</translation> </message> @@ -26577,7 +26592,7 @@ <translation>Almacenar contraseña</translation> </message> <message> - <location filename="Helpviewer/Passwords/PasswordManager.py" line="586"/> + <location filename="Helpviewer/Passwords/PasswordManager.py" line="589"/> <source>Re-encoding saved passwords...</source> <translation>Recodificando contraseñas almacenadas...</translation> </message> @@ -33738,67 +33753,67 @@ <translation>Buscar y Reemplazar</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="32"/> + <location filename="QScintilla/ReplaceWidget.ui" line="23"/> <source>Press to close the window</source> <translation>Pulsar para cerrar la ventana</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="42"/> + <location filename="QScintilla/ReplaceWidget.ui" line="33"/> <source>Find:</source> <translation>Buscar:</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="71"/> + <location filename="QScintilla/ReplaceWidget.ui" line="62"/> <source>Press to find the previous occurrence</source> <translation>Pulsar para encontrar la ocurrencia anterior</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="78"/> + <location filename="QScintilla/ReplaceWidget.ui" line="69"/> <source>Press to find the next occurrence</source> <translation>Pulsar para encontrar la ocurrencia siguiente</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="85"/> + <location filename="QScintilla/ReplaceWidget.ui" line="76"/> <source>Match case</source> <translation>Coincidir mayúsculas/minúsculas</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="92"/> + <location filename="QScintilla/ReplaceWidget.ui" line="83"/> <source>Whole word</source> <translation>Palabra completa</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="106"/> + <location filename="QScintilla/ReplaceWidget.ui" line="97"/> <source>Replace:</source> <translation>Reemplazar:</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="135"/> + <location filename="QScintilla/ReplaceWidget.ui" line="126"/> <source>Press to replace the selection</source> <translation>Pulse para reemplazar la selección</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="149"/> + <location filename="QScintilla/ReplaceWidget.ui" line="140"/> <source>Press to replace all occurrences</source> <translation>Pulse para reemplazar todas las ocurrencias</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="99"/> + <location filename="QScintilla/ReplaceWidget.ui" line="90"/> <source>Regexp</source> <translation>Regexp</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="156"/> + <location filename="QScintilla/ReplaceWidget.ui" line="147"/> <source>Wrap around</source> <translation>Envolver</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="163"/> + <location filename="QScintilla/ReplaceWidget.ui" line="154"/> <source>Selection only</source> <translation>Selección solamente</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="142"/> + <location filename="QScintilla/ReplaceWidget.ui" line="133"/> <source>Press to replace the selection and search for the next occurence</source> <translation type="unfinished"></translation> </message> @@ -33806,17 +33821,17 @@ <context> <name>SearchReplaceWidget</name> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="506"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="511"/> <source>'{0}' was not found.</source> <translation>'{0}' no se ha encontrado.</translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="582"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="587"/> <source>Replaced {0} occurrences.</source> <translation>Se han reemplazado {0} ocurrencias.</translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="586"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="591"/> <source>Nothing replaced because '{0}' was not found.</source> <translation>No se ha reemplazado nada porque '{0}' no se ha encontrado.</translation> </message> @@ -37525,12 +37540,12 @@ <translation>Seleccione el campo de filtrado</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="552"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="551"/> <source>Revision</source> <translation>Revisión</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="549"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="548"/> <source>Author</source> <translation>Autor</translation> </message> @@ -39472,12 +39487,12 @@ <translation>Revertir cambios</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="702"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="701"/> <source>Lock</source> <translation>Bloquear</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="718"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="717"/> <source>Unlock</source> <translation>Desbloquear</translation> </message> @@ -39592,47 +39607,47 @@ <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="585"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="584"/> <source>Commit</source> <translation>Commit</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="683"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="682"/> <source>There are no uncommitted changes available/selected.</source> <translation>No hay cambios pendientes de commit disponibles/seleccionados.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="623"/> <source>Add</source> <translation>Añadir</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="623"/> <source>There are no unversioned entries available/selected.</source> <translation>No hay entradas sin versionar disponibles/seleccionadas.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="665"/> <source>Revert</source> <translation>Revertir</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="702"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="701"/> <source>There are no unlocked files available/selected.</source> <translation>No hay archivos desbloqueados disponibles/seleccionados.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="752"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="751"/> <source>There are no locked files available/selected.</source> <translation>No hay archivos bloqueados disponibles/seleccionados.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="735"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="734"/> <source>Break Lock</source> <translation>Romper Bloqueo</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="752"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="751"/> <source>Steal Lock</source> <translation>Robar Bloqueo</translation> </message> @@ -39647,17 +39662,17 @@ <translation>Añadir a la lista de cambios</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="786"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="785"/> <source>Remove from Changelist</source> <translation>Quitar de la lista de cambios</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="768"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="767"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation>No hay archivos disponibles/seleccionados que no pertenezcan a una lista de cambios.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="786"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="785"/> <source>There are no files available/selected belonging to a changelist.</source> <translation>No hay archivos disponibles/seleccionados que pertenezcan a una lista de cambios.</translation> </message> @@ -39737,7 +39752,7 @@ <translation>Restaurar perdidas</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="504"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="503"/> <source>all</source> <translation>todo</translation> </message> @@ -39747,17 +39762,17 @@ <translation type="obsolete">Diferencia</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="683"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="682"/> <source>Differences</source> <translation>Diferencias</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="585"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="584"/> <source>There are no entries selected to be committed.</source> <translation>No hay entradas seleccionads sobre las que hacer commit.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="665"/> <source>There are no missing entries available/selected.</source> <translation>No hay entradas perdidas disponibles/seleccionadas.</translation> </message> @@ -50332,77 +50347,77 @@ <translation>Puntos a examinar</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="167"/> + <location filename="Debugger/WatchPointViewer.py" line="166"/> <source>Add</source> <translation>Añadir</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="137"/> + <location filename="Debugger/WatchPointViewer.py" line="136"/> <source>Edit...</source> <translation>Editar...</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="139"/> + <location filename="Debugger/WatchPointViewer.py" line="138"/> <source>Enable</source> <translation>Habilitar</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="171"/> + <location filename="Debugger/WatchPointViewer.py" line="170"/> <source>Enable all</source> <translation>Habilitar todo</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="142"/> + <location filename="Debugger/WatchPointViewer.py" line="141"/> <source>Disable</source> <translation>Deshabilitar</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="175"/> + <location filename="Debugger/WatchPointViewer.py" line="174"/> <source>Disable all</source> <translation>Deshabilitar todo</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="145"/> + <location filename="Debugger/WatchPointViewer.py" line="144"/> <source>Delete</source> <translation>Borrar</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="179"/> + <location filename="Debugger/WatchPointViewer.py" line="178"/> <source>Delete all</source> <translation>Borrar todo</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="169"/> + <location filename="Debugger/WatchPointViewer.py" line="168"/> <source>Enable selected</source> <translation>Habilitar selección</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="173"/> + <location filename="Debugger/WatchPointViewer.py" line="172"/> <source>Disable selected</source> <translation>Deshabilitar selección</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="177"/> + <location filename="Debugger/WatchPointViewer.py" line="176"/> <source>Delete selected</source> <translation>Borrar selección</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="232"/> + <location filename="Debugger/WatchPointViewer.py" line="231"/> <source>Watch expression already exists</source> <translation>La expresión a Examinar ya existe</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="181"/> + <location filename="Debugger/WatchPointViewer.py" line="180"/> <source>Configure...</source> <translation>Configurar...</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="225"/> + <location filename="Debugger/WatchPointViewer.py" line="224"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation><p>Una expresión a examinar '<b>{0}</b>' ya existe.</p></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="229"/> + <location filename="Debugger/WatchPointViewer.py" line="228"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation><p>Una expresión a examinar '<b>{0}</b>' para la variable <b>{1}</b> ya existe.</p></translation> </message>
--- a/i18n/eric5_fr.ts Tue Jan 17 20:21:27 2012 +0100 +++ b/i18n/eric5_fr.ts Wed Jan 18 19:59:42 2012 +0100 @@ -2090,67 +2090,67 @@ <translation>Point d'arrêts</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="142"/> + <location filename="Debugger/BreakPointViewer.py" line="141"/> <source>Edit...</source> <translation>Éditer...</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="144"/> + <location filename="Debugger/BreakPointViewer.py" line="143"/> <source>Enable</source> <translation>Activer</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="175"/> + <location filename="Debugger/BreakPointViewer.py" line="174"/> <source>Enable all</source> <translation>Tout activer</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="147"/> + <location filename="Debugger/BreakPointViewer.py" line="146"/> <source>Disable</source> <translation>Désactiver</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="179"/> + <location filename="Debugger/BreakPointViewer.py" line="178"/> <source>Disable all</source> <translation>Tout désactiver</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="150"/> + <location filename="Debugger/BreakPointViewer.py" line="149"/> <source>Delete</source> <translation>Supprimer</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="183"/> + <location filename="Debugger/BreakPointViewer.py" line="182"/> <source>Delete all</source> <translation>Tout supprimer</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="153"/> + <location filename="Debugger/BreakPointViewer.py" line="152"/> <source>Goto</source> <translation>Aller à</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="173"/> + <location filename="Debugger/BreakPointViewer.py" line="172"/> <source>Enable selected</source> <translation>Activer la sélection</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="177"/> + <location filename="Debugger/BreakPointViewer.py" line="176"/> <source>Disable selected</source> <translation>Désactiver la sélection</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="181"/> + <location filename="Debugger/BreakPointViewer.py" line="180"/> <source>Delete selected</source> <translation>Supprimer la sélection</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="171"/> + <location filename="Debugger/BreakPointViewer.py" line="170"/> <source>Add</source> <translation>Ajouter</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="185"/> + <location filename="Debugger/BreakPointViewer.py" line="184"/> <source>Configure...</source> <translation>Configuration...</translation> </message> @@ -2163,12 +2163,12 @@ <translation><b>Le Navigateur</b><p>Il permet de naviguer facilement dans l'arborescence des répertoires et des fichiers, d'identifier les programmes Python et des les ouvrir dans l'éditeur. La fenêtre comporte plusieurs noeuds d'arborescence.</p><p> Le premier noeud n'est montré que si vous avez ouvert un programme pour le déboguer, et l'arborescence commence au niveau du répertoire ou se trouve le fichier. D'habitude, tous les fichiers distincts qui constituent une application Python sont regroupés dans un même répertoire, donc cette arborescence permet de naviguer facilement entre les fichiers dont vous avez besoin couramment.</p><p>L'arborescence suivante est utilisée pour naviguer dans les répertoires spécifiés par la variable d'environnement Python <tt>sys.path</tt>.</p><p>Les autres arborescences permettent de naviguer sur l'ensemble de votre système. Sur les systèmes UNIX, il y aura une arborescence partant de la racine <tt>/</tt> et une autre au niveau du 'home' de l'utilisateur. Sous Windows, il y aura un noeud d'arborescence pour chaque lecteur du système.</p><p>Les programmes Python (i.e. les fichiers ayant une extension <tt>.py</tt>) sont repérés avec une icône Python. Un clic droit sur le nom de fichier ouvre un menu qui permet soit d'ouvrir le fichier dans le éditeur, soit de le lancer en en mode débogage ou en mode test.</p><p>Le menu contextuel d'une classe, d'une fonction ou d'une méthode permet d'ouvir le fichier source correspondant et de se placer directement sur la bonne ligne de code.</p><p>Les fichiers Qt-Designer (i.e. ceux ayant l'extension <tt>.ui</tt> ) ont une icône Designer. Le menu contextuel de ces fichiers permet de lancer Qt-Designer à partir du fichier.</p><p>Il en est de même avec les fichiers Qt-Linguist (extension <tt>.ts</tt>) affiché avec l'icône Linguist. Le menu contextuel permet de lancer directement Qt-Linguist.</p></translation> </message> <message> - <location filename="UI/Browser.py" line="203"/> + <location filename="UI/Browser.py" line="202"/> <source>Open</source> <translation>Ouvrir</translation> </message> <message> - <location filename="UI/Browser.py" line="181"/> + <location filename="UI/Browser.py" line="180"/> <source>Run unittest...</source> <translation>Lancer un run test...</translation> </message> @@ -2178,62 +2178,62 @@ <translation>Navigateur de fichiers</translation> </message> <message> - <location filename="UI/Browser.py" line="259"/> + <location filename="UI/Browser.py" line="258"/> <source>New toplevel directory...</source> <translation>Nouveau répertoire racine...</translation> </message> <message> - <location filename="UI/Browser.py" line="218"/> + <location filename="UI/Browser.py" line="217"/> <source>Remove from toplevel</source> <translation>Supprimer du niveau racine</translation> </message> <message> - <location filename="UI/Browser.py" line="215"/> + <location filename="UI/Browser.py" line="214"/> <source>Add as toplevel directory</source> <translation>Ajouter en tant que répertoire racine</translation> </message> <message> - <location filename="UI/Browser.py" line="459"/> + <location filename="UI/Browser.py" line="458"/> <source>New toplevel directory</source> <translation>Nouveau répertoire racine</translation> </message> <message> - <location filename="UI/Browser.py" line="226"/> + <location filename="UI/Browser.py" line="225"/> <source>Find in this directory</source> <translation>Trouver dans ce répertoire</translation> </message> <message> - <location filename="UI/Browser.py" line="264"/> + <location filename="UI/Browser.py" line="263"/> <source>Configure...</source> <translation>Configuration...</translation> </message> <message> - <location filename="UI/Browser.py" line="229"/> + <location filename="UI/Browser.py" line="228"/> <source>Find&&Replace in this directory</source> <translation>Rechercher&&Rempacer dans ce répertoire</translation> </message> <message> - <location filename="UI/Browser.py" line="191"/> + <location filename="UI/Browser.py" line="190"/> <source>Open in Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="232"/> + <location filename="UI/Browser.py" line="231"/> <source>Copy Path to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="222"/> + <location filename="UI/Browser.py" line="221"/> <source>Refresh directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="241"/> + <location filename="UI/Browser.py" line="240"/> <source>Goto</source> <translation type="unfinished">Aller à</translation> </message> <message> - <location filename="UI/Browser.py" line="343"/> + <location filename="UI/Browser.py" line="342"/> <source>Line {0}</source> <translation type="unfinished"></translation> </message> @@ -2524,37 +2524,37 @@ <context> <name>CodeMetricsDialog</name> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="195"/> + <location filename="DataViews/CodeMetricsDialog.py" line="194"/> <source>documentation lines</source> <translation>lignes de documentation</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="193"/> + <location filename="DataViews/CodeMetricsDialog.py" line="192"/> <source>non-commentary lines</source> <translation>lignes non-commentaires</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="191"/> - <source>empty lines</source> - <translation>lignes vides</translation> - </message> - <message> <location filename="DataViews/CodeMetricsDialog.py" line="190"/> - <source>comments</source> - <translation>commentaires</translation> + <source>empty lines</source> + <translation>lignes vides</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="189"/> - <source>bytes</source> - <translation>octets</translation> + <source>comments</source> + <translation>commentaires</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="188"/> - <source>lines</source> - <translation>lignes</translation> + <source>bytes</source> + <translation>octets</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="187"/> + <source>lines</source> + <translation>lignes</translation> + </message> + <message> + <location filename="DataViews/CodeMetricsDialog.py" line="186"/> <source>files</source> <translation>fichiers</translation> </message> @@ -13970,17 +13970,17 @@ <translation type="obsolete"><p>Le fichier d'aide <b>%1</b> n'existe pas.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="790"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="823"/> <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> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="403"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="436"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <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="869"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="902"/> <source>Web Inspector...</source> <translation>Inspecteur Web...</translation> </message> @@ -13990,57 +13990,57 @@ <translation type="obsolete"><html><head><title>Fenêtre d'aide</title></head><body><p>Impossible de charger l'URL demandée <b>%1</b></p><p>Raison: %2</p></body></html></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="833"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="866"/> <source>Bookmark this Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="794"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="827"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="795"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="828"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="798"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="831"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> <source>Open Image in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> <source>Save Image</source> <translation type="unfinished">Enregistrer l'image</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="846"/> <source>Copy Image to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="814"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Copy Image Location to Clipboard</source> <translation type="unfinished"></translation> </message> @@ -14050,127 +14050,127 @@ <translation type="obsolete">Navigateur Web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="818"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="851"/> <source>Block Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="880"/> <source>Search with...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="585"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="655"/> <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="605"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="638"/> <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="1393"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1426"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1475"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1475"/> <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="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1483"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1470"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1503"/> <source>bytes</source> <translation type="unfinished">octets</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1506"/> <source>kB</source> <translation type="unfinished">kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1476"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1509"/> <source>MB</source> <translation type="unfinished">MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1483"/> <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="864"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="897"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1017"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1017"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1059"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1059"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1076"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1076"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="801"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="834"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="822"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="855"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="655"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> @@ -14679,27 +14679,27 @@ <translation type="unfinished"><p>L'impression n'est pas disponible à cause d'un bug de PyQt4. Merci de mettre à jour PyQt.</p></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="591"/> + <location filename="Helpviewer/HelpTabWidget.py" line="595"/> <source>Loading...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="608"/> + <location filename="Helpviewer/HelpTabWidget.py" line="612"/> <source>Finished loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="610"/> + <location filename="Helpviewer/HelpTabWidget.py" line="614"/> <source>Failed to load</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="646"/> + <location filename="Helpviewer/HelpTabWidget.py" line="650"/> <source>Are you sure you want to close the window?</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="Helpviewer/HelpTabWidget.py" line="646"/> + <location filename="Helpviewer/HelpTabWidget.py" line="650"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation type="unfinished"> @@ -14708,17 +14708,17 @@ </translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="653"/> + <location filename="Helpviewer/HelpTabWidget.py" line="657"/> <source>&Close</source> <translation type="unfinished">&Fermer</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="656"/> + <location filename="Helpviewer/HelpTabWidget.py" line="660"/> <source>&Quit</source> <translation type="unfinished">&Quitter</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="658"/> + <location filename="Helpviewer/HelpTabWidget.py" line="662"/> <source>C&lose Current Tab</source> <translation type="unfinished"></translation> </message> @@ -15404,52 +15404,52 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="260"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="261"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="373"/> <source>SSL Certificate Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="373"/> <source>There is no SSL Certificate Info available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="196"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="197"/> <source>Resending POST request</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="196"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="197"/> <source>In order to display the site, the request along with all the data must be sent once again, which may lead to some unexpected behaviour of the site e.g. the same action might be performed once again. Do you want to continue anyway?</source> <translation type="unfinished"></translation> </message> @@ -16535,26 +16535,11 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1127"/> - <source>Show Network Monitor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1127"/> - <source>Show &Network Monitor</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>Show the network monitor dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1132"/> - <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1284"/> <source>&Settings</source> <translation type="unfinished"></translation> @@ -17181,6 +17166,21 @@ <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <source>Network Monitor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <source>&Network Monitor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1132"/> + <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -18152,32 +18152,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="134"/> <source>Did not receive the 'hello' message.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="136"/> <source>Received data on unexpected channel.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="141"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="144"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> <source>'capabilities' message did not contain any capability.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="156"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="157"/> <source>'encoding' message did not contain any encoding.</source> <translation type="unfinished"></translation> </message> @@ -18817,7 +18817,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="313"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="312"/> <source>Revision</source> <translation type="unfinished">Révision</translation> </message> @@ -19038,12 +19038,12 @@ <translation type="unfinished">Sélectionner le champ à filtrer</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1130"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1129"/> <source>Revision</source> <translation type="unfinished">Révision</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1127"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1126"/> <source>Author</source> <translation type="unfinished">Auteur</translation> </message> @@ -21310,7 +21310,7 @@ <translation type="unfinished">manquant</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="295"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="294"/> <source>unknown</source> <translation type="unfinished">inconnu</translation> </message> @@ -22128,27 +22128,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="546"/> <source>Commit</source> <translation type="unfinished">Commit</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="661"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="660"/> <source>There are no uncommitted changes available/selected.</source> <translation type="unfinished">Il n'y a pas de modification non commitée disponible/sélectionnée.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="585"/> <source>Add</source> <translation type="unfinished">Ajouter</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="585"/> <source>There are no unversioned entries available/selected.</source> <translation type="unfinished">Aucune entrée "non-versionnée" disponible/sélectionnée.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="644"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="643"/> <source>Revert</source> <translation type="unfinished">Recouvrir</translation> </message> @@ -22158,12 +22158,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="607"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="606"/> <source>Remove</source> <translation type="unfinished">Supprimer</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="644"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="643"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished"></translation> </message> @@ -22248,7 +22248,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="459"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="458"/> <source>all</source> <translation type="unfinished"></translation> </message> @@ -22258,12 +22258,12 @@ <translation type="obsolete">Différence</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="661"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="660"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="546"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> @@ -22397,12 +22397,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="250"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="249"/> <source>active</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="255"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="254"/> <source>yes</source> <translation type="unfinished">oui</translation> </message> @@ -24636,7 +24636,7 @@ <context> <name>JavaScriptEricObject</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="97"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="98"/> <source>Search!</source> <translation type="unfinished"></translation> </message> @@ -24646,22 +24646,22 @@ <translation type="obsolete">À propos d'Eric</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="136"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="137"/> <source>Search results provided by {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="95"/> - <source>Welcome to eric5 Web Browser!</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="96"/> + <source>Welcome to eric5 Web Browser!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="97"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="98"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="99"/> <source>About eric5</source> <translation type="unfinished"></translation> </message> @@ -28354,7 +28354,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Passwords/PasswordManager.py" line="586"/> + <location filename="Helpviewer/Passwords/PasswordManager.py" line="589"/> <source>Re-encoding saved passwords...</source> <translation type="unfinished"></translation> </message> @@ -36524,67 +36524,67 @@ <translation>Chercher et remplacer</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="32"/> + <location filename="QScintilla/ReplaceWidget.ui" line="23"/> <source>Press to close the window</source> <translation>Cliquer pour fermer la fenêtre</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="42"/> + <location filename="QScintilla/ReplaceWidget.ui" line="33"/> <source>Find:</source> <translation>Rechercher:</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="71"/> + <location filename="QScintilla/ReplaceWidget.ui" line="62"/> <source>Press to find the previous occurrence</source> <translation>Cliquer pour rechercher l'occurence précédente</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="78"/> + <location filename="QScintilla/ReplaceWidget.ui" line="69"/> <source>Press to find the next occurrence</source> <translation>Cliquer pour rechercher l'occurence suivante</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="85"/> + <location filename="QScintilla/ReplaceWidget.ui" line="76"/> <source>Match case</source> <translation>Tenir compte de la casse</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="92"/> + <location filename="QScintilla/ReplaceWidget.ui" line="83"/> <source>Whole word</source> <translation>Mots complets</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="106"/> + <location filename="QScintilla/ReplaceWidget.ui" line="97"/> <source>Replace:</source> <translation>Remplacer par:</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="135"/> + <location filename="QScintilla/ReplaceWidget.ui" line="126"/> <source>Press to replace the selection</source> <translation>Cliquer pour remplacer la sélection</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="149"/> + <location filename="QScintilla/ReplaceWidget.ui" line="140"/> <source>Press to replace all occurrences</source> <translation>Cliquer pour remplacer toutes les occurences</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="99"/> + <location filename="QScintilla/ReplaceWidget.ui" line="90"/> <source>Regexp</source> <translation>Expression régulière</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="156"/> + <location filename="QScintilla/ReplaceWidget.ui" line="147"/> <source>Wrap around</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="163"/> + <location filename="QScintilla/ReplaceWidget.ui" line="154"/> <source>Selection only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="142"/> + <location filename="QScintilla/ReplaceWidget.ui" line="133"/> <source>Press to replace the selection and search for the next occurence</source> <translation type="unfinished"></translation> </message> @@ -36763,17 +36763,17 @@ <translation type="obsolete">Aucun remplacement car '%1' est introuvable.</translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="506"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="511"/> <source>'{0}' was not found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="582"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="587"/> <source>Replaced {0} occurrences.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="586"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="591"/> <source>Nothing replaced because '{0}' was not found.</source> <translation type="unfinished"></translation> </message> @@ -40810,12 +40810,12 @@ <translation>Log Subversion</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="552"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="551"/> <source>Revision</source> <translation>Révision</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="549"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="548"/> <source>Author</source> <translation>Auteur</translation> </message> @@ -42766,22 +42766,22 @@ <translation>Commit des changements dans le référentiel...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="585"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="584"/> <source>Commit</source> <translation>Commit</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="683"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="682"/> <source>There are no uncommitted changes available/selected.</source> <translation>Il n'y a pas de modification non commitée disponible/sélectionnée.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="702"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="701"/> <source>Lock</source> <translation>Verrouillage</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="718"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="717"/> <source>Unlock</source> <translation>Déverrouillage</translation> </message> @@ -42826,22 +42826,22 @@ <translation>remplacé</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="702"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="701"/> <source>There are no unlocked files available/selected.</source> <translation>Il n'y a aucun fichier déverrouilé disponible/sélectionné.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="752"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="751"/> <source>There are no locked files available/selected.</source> <translation>Il n'y a aucun fichier verrouilé disponible/sélectionné.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="735"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="734"/> <source>Break Lock</source> <translation>Casser le verrouillage d'un autre utilisateur</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="752"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="751"/> <source>Steal Lock</source> <translation>Voler le verrou</translation> </message> @@ -42983,17 +42983,17 @@ <translation>Revenir avant les modifications</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="623"/> <source>Add</source> <translation>Ajouter</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="623"/> <source>There are no unversioned entries available/selected.</source> <translation>Aucune entrée "non-versionnée" disponible/sélectionnée.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="665"/> <source>Revert</source> <translation>Recouvrir</translation> </message> @@ -43013,17 +43013,17 @@ <translation>Ajouter à la liste des modifications</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="786"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="785"/> <source>Remove from Changelist</source> <translation>Supprimer de la liste des modifications</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="768"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="767"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation>Il n'y a pas de fichiers disponibles ou sélectionnés n'appartenant pas à une liste.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="786"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="785"/> <source>There are no files available/selected belonging to a changelist.</source> <translation>Il n'y a pas de fichiers disponibles ou sélectionnés appartenant à une liste.</translation> </message> @@ -43103,7 +43103,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="504"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="503"/> <source>all</source> <translation type="unfinished"></translation> </message> @@ -43113,17 +43113,17 @@ <translation type="obsolete">Différence</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="683"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="682"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="585"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="584"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="665"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished"></translation> </message> @@ -54415,57 +54415,57 @@ <translation>Points de contrôle</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="167"/> + <location filename="Debugger/WatchPointViewer.py" line="166"/> <source>Add</source> <translation>Ajouter</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="139"/> + <location filename="Debugger/WatchPointViewer.py" line="138"/> <source>Enable</source> <translation>Activer</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="171"/> + <location filename="Debugger/WatchPointViewer.py" line="170"/> <source>Enable all</source> <translation>Tout activer</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="142"/> + <location filename="Debugger/WatchPointViewer.py" line="141"/> <source>Disable</source> <translation>Désactiver</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="175"/> + <location filename="Debugger/WatchPointViewer.py" line="174"/> <source>Disable all</source> <translation>Tout désactiver</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="145"/> + <location filename="Debugger/WatchPointViewer.py" line="144"/> <source>Delete</source> <translation>Supprimer</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="179"/> + <location filename="Debugger/WatchPointViewer.py" line="178"/> <source>Delete all</source> <translation>Tout supprimer</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="169"/> + <location filename="Debugger/WatchPointViewer.py" line="168"/> <source>Enable selected</source> <translation>Activer la sélection</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="173"/> + <location filename="Debugger/WatchPointViewer.py" line="172"/> <source>Disable selected</source> <translation>Désactiver la sélection</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="177"/> + <location filename="Debugger/WatchPointViewer.py" line="176"/> <source>Delete selected</source> <translation>Supprimer la sélection</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="137"/> + <location filename="Debugger/WatchPointViewer.py" line="136"/> <source>Edit...</source> <translation>Éditer...</translation> </message> @@ -54480,22 +54480,22 @@ <translation type="obsolete"><p>L'expression de contrôle '<b>%1</b>' pour la variable <b>%2</b> existe déjà.</p></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="232"/> + <location filename="Debugger/WatchPointViewer.py" line="231"/> <source>Watch expression already exists</source> <translation>L'expression de contrôle existe déjà</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="181"/> + <location filename="Debugger/WatchPointViewer.py" line="180"/> <source>Configure...</source> <translation>Configuration...</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="225"/> + <location filename="Debugger/WatchPointViewer.py" line="224"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="229"/> + <location filename="Debugger/WatchPointViewer.py" line="228"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_it.ts Tue Jan 17 20:21:27 2012 +0100 +++ b/i18n/eric5_it.ts Wed Jan 18 19:59:42 2012 +0100 @@ -1903,67 +1903,67 @@ <translation>Punti d'interruzione</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="142"/> + <location filename="Debugger/BreakPointViewer.py" line="141"/> <source>Edit...</source> <translation>Modifica...</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="144"/> + <location filename="Debugger/BreakPointViewer.py" line="143"/> <source>Enable</source> <translation>Abilita</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="175"/> + <location filename="Debugger/BreakPointViewer.py" line="174"/> <source>Enable all</source> <translation>Abilita tutti</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="147"/> + <location filename="Debugger/BreakPointViewer.py" line="146"/> <source>Disable</source> <translation>Disabilita</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="179"/> + <location filename="Debugger/BreakPointViewer.py" line="178"/> <source>Disable all</source> <translation>Disabilita tutti</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="150"/> + <location filename="Debugger/BreakPointViewer.py" line="149"/> <source>Delete</source> <translation>Cancella</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="183"/> + <location filename="Debugger/BreakPointViewer.py" line="182"/> <source>Delete all</source> <translation>Cancella tutto</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="153"/> + <location filename="Debugger/BreakPointViewer.py" line="152"/> <source>Goto</source> <translation>Vai a</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="173"/> + <location filename="Debugger/BreakPointViewer.py" line="172"/> <source>Enable selected</source> <translation>Abilita selezionato</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="177"/> + <location filename="Debugger/BreakPointViewer.py" line="176"/> <source>Disable selected</source> <translation>Disabilita selezionato</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="181"/> + <location filename="Debugger/BreakPointViewer.py" line="180"/> <source>Delete selected</source> <translation>Cancella selezionato</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="171"/> + <location filename="Debugger/BreakPointViewer.py" line="170"/> <source>Add</source> <translation>Aggiungi</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="185"/> + <location filename="Debugger/BreakPointViewer.py" line="184"/> <source>Configure...</source> <translation>Configura...</translation> </message> @@ -1976,12 +1976,12 @@ <translation><b>La finestra di navigazione</b>Questa ti permette di navigare facilmente nella struttura delle directory e dei file sul tuo sistema, identificare i programmi python e aprirli nella finestra di visualizzazione dei sorgenti. La finestra mostra diverse strutture separate.</p><p>La prima struttura è mostrata solo se hai aperto un programma da debuggare e la sua radice è la directory che contiene il programma. Normalmente tutti i file che compongono un'applicazione Python sono contenuti nella stessa directory, così questa vista permette un accesso veloce a molto di quello che ti serve.</p><p>La vista successiva è usata per navigare facilmente nelle directory specificate nella variabile Python <tt>sys.path</tt>.</p><p>La vista rimanente permette di navigare in tutto il sistema. Su un sistema UNIX c'è una struttura con <tt>/</tt> come radice e un'altra con la home dell'utente. Su un sistema Windows c'è una struttura per ogni disco del sistema.</p><p>I programmi Python (es. quelli con l'estensione <tt>.py</tt> sono identificati nella vista con l'icone di Python. Il pulsante destro del mouse fa apparire un menù che consente di aprire il file nel visualizzatore dei sorgenti, aprire il file per il debug o usarlo per uno unittest.</p><p>Il menù contestuale di una classe, funzione o metodo consente di aprire il file che la definisce e di posizionarsi sulla linea corretta.</p><p>I file di Qt-Designer (es quelli con estensione <tt>.ui</tt> sono mostrati con l'icona del Designer. Il menù contestuale di questi file consente di avviare Qt-Designer per quel file.</p><p>I file di Qt-Linguist (es. quelli con estensione <tt>.ts</tt>) sono mostrati con l'icone di Linguist. Il menù contestuale di questi file consente di avviare Qt-Linguist per quel file.</p></translation> </message> <message> - <location filename="UI/Browser.py" line="203"/> + <location filename="UI/Browser.py" line="202"/> <source>Open</source> <translation>Apri</translation> </message> <message> - <location filename="UI/Browser.py" line="181"/> + <location filename="UI/Browser.py" line="180"/> <source>Run unittest...</source> <translation>Esegui unittest...</translation> </message> @@ -1991,62 +1991,62 @@ <translation>Browser dei file</translation> </message> <message> - <location filename="UI/Browser.py" line="259"/> + <location filename="UI/Browser.py" line="258"/> <source>New toplevel directory...</source> <translation>Nuova directory principale...</translation> </message> <message> - <location filename="UI/Browser.py" line="218"/> + <location filename="UI/Browser.py" line="217"/> <source>Remove from toplevel</source> <translation>Rimuovi dal principale</translation> </message> <message> - <location filename="UI/Browser.py" line="215"/> + <location filename="UI/Browser.py" line="214"/> <source>Add as toplevel directory</source> <translation>Aggiungi come directory principale</translation> </message> <message> - <location filename="UI/Browser.py" line="459"/> + <location filename="UI/Browser.py" line="458"/> <source>New toplevel directory</source> <translation>Nuova directory principale</translation> </message> <message> - <location filename="UI/Browser.py" line="226"/> + <location filename="UI/Browser.py" line="225"/> <source>Find in this directory</source> <translation>Trova in questa directory</translation> </message> <message> - <location filename="UI/Browser.py" line="264"/> + <location filename="UI/Browser.py" line="263"/> <source>Configure...</source> <translation>Configura...</translation> </message> <message> - <location filename="UI/Browser.py" line="229"/> + <location filename="UI/Browser.py" line="228"/> <source>Find&&Replace in this directory</source> <translation>Trova&&Sostituisci in questa directory</translation> </message> <message> - <location filename="UI/Browser.py" line="191"/> + <location filename="UI/Browser.py" line="190"/> <source>Open in Icon Editor</source> <translation>Apri nell'editor di icone</translation> </message> <message> - <location filename="UI/Browser.py" line="232"/> + <location filename="UI/Browser.py" line="231"/> <source>Copy Path to Clipboard</source> <translation>Copia il path nella Clipboard</translation> </message> <message> - <location filename="UI/Browser.py" line="222"/> + <location filename="UI/Browser.py" line="221"/> <source>Refresh directory</source> <translation>Rileggi directory</translation> </message> <message> - <location filename="UI/Browser.py" line="241"/> + <location filename="UI/Browser.py" line="240"/> <source>Goto</source> <translation type="unfinished">Vai a</translation> </message> <message> - <location filename="UI/Browser.py" line="343"/> + <location filename="UI/Browser.py" line="342"/> <source>Line {0}</source> <translation type="unfinished"></translation> </message> @@ -2337,37 +2337,37 @@ <context> <name>CodeMetricsDialog</name> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="195"/> + <location filename="DataViews/CodeMetricsDialog.py" line="194"/> <source>documentation lines</source> <translation>linee di documentazione</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="193"/> + <location filename="DataViews/CodeMetricsDialog.py" line="192"/> <source>non-commentary lines</source> <translation>linee non di documentazione</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="191"/> - <source>empty lines</source> - <translation>linee vuote</translation> - </message> - <message> <location filename="DataViews/CodeMetricsDialog.py" line="190"/> - <source>comments</source> - <translation>commenti</translation> + <source>empty lines</source> + <translation>linee vuote</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="189"/> - <source>bytes</source> - <translation>bytes</translation> + <source>comments</source> + <translation>commenti</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="188"/> - <source>lines</source> - <translation>linee</translation> + <source>bytes</source> + <translation>bytes</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="187"/> + <source>lines</source> + <translation>linee</translation> + </message> + <message> + <location filename="DataViews/CodeMetricsDialog.py" line="186"/> <source>files</source> <translation>files</translation> </message> @@ -12880,72 +12880,72 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="790"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="823"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Apri link in una Nuova Scheda<byte value="x9"/>Ctrl+LMB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="403"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="436"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <translation><b>Finestra di help</b><p>Questa finestra mostra le informazioni di aiuto selezionate.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="869"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="902"/> <source>Web Inspector...</source> <translation>Web Inspector...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Controlla l'indirizzo per errori tipo <b>ww</b>.example.org invece di <b>www</b>.example.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>If the address is correct, try checking the network connection.</source> <translation>Se l'indirizzo è corretto, prova a controllare la connessione di rete.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Se il tuo computer o la rete sono protetti da un firewall o un proxy, assicurati che il browser possa accedere alla rete.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="833"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="866"/> <source>Bookmark this Page</source> <translation>Inserisci nei segnalibri questa pagina</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="794"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="827"/> <source>Save Lin&k</source> <translation>Salva lin&k</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="795"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="828"/> <source>Bookmark this Link</source> <translation>Insersci nei bookmark questo link</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="798"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="831"/> <source>Copy Link to Clipboard</source> <translation>Copia il link nella Clipboard</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> <source>Open Image in New Tab</source> <translation>Apri immagine in una nuova linguetta</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> <source>Save Image</source> <translation>Salva immagine</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="846"/> <source>Copy Image to Clipboard</source> <translation>Copia immagine nella Clipboard</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="814"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Copy Image Location to Clipboard</source> <translation>Copia la posizione dell'immagine nella Clipboard</translation> </message> @@ -12955,127 +12955,127 @@ <translation type="obsolete">Browser Web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="818"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="851"/> <source>Block Image</source> <translation>Blocca immagine</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="880"/> <source>Search with...</source> <translation>Cerca con...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="585"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Il file <b>{0}</b> non esiste.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="655"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p>Non posso avviare un visualizzatore per il file <b>{0}</b>.<p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="605"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="638"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p>Non posso lanciare un'applicazione per l'URL <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1393"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1426"/> <source>Error loading page: {0}</source> <translation>Errore nel caricamento della pagina: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>When connecting to: {0}.</source> <translation>Nella connessione a: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1475"/> <source>Web Database Quota</source> <translation>Quota Web Database</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1475"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation><p>La quota per il database <strong>{0}</strong> è stata superata durante l'accesso al database <strong>{1}</strong>.</p><p>Deve essere cambiata?</P></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1483"/> <source>New Web Database Quota</source> <translation>Nuova quota Web Database</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1483"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation>Inserisci la nuova quota in MB (corrente = {0}, usata = {1}; incremento = 5MB):</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1470"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1503"/> <source>bytes</source> <translation>bytes</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1506"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1476"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1509"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="864"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="897"/> <source>Add to web search toolbar</source> <translation>Aggiungi alla toolbar delle ricerche web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1017"/> <source>Method not supported</source> <translation>Metodo non supportato</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1017"/> <source>{0} method is not supported.</source> <translation>il metodo {0} non è supportato.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1059"/> <source>Search engine</source> <translation>Motore di ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1059"/> <source>Choose the desired search engine</source> <translation>Scegli il motore di ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1076"/> <source>Engine name</source> <translation>Nome motore</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1076"/> <source>Enter a name for the engine</source> <translation>Inserisci un nome per il motore</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Se la tua politica di chaching è impostata su navigazione offline, saranno disponibili solo le pagine nella cache locale.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="801"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="834"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="822"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="855"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="655"/> <source>eric5 Web Browser</source> <translation type="unfinished">Web Browser di eric5</translation> </message> @@ -13476,27 +13476,27 @@ <translation><p>La stampa non è disponibile a causa di un bug in PyQt4. Si consiglia di aggiornare la versione installata.</p></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="591"/> + <location filename="Helpviewer/HelpTabWidget.py" line="595"/> <source>Loading...</source> <translation>Caricamento...</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="608"/> + <location filename="Helpviewer/HelpTabWidget.py" line="612"/> <source>Finished loading</source> <translation>Caricamento terminato</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="610"/> + <location filename="Helpviewer/HelpTabWidget.py" line="614"/> <source>Failed to load</source> <translation>Caricamento fallito</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="646"/> + <location filename="Helpviewer/HelpTabWidget.py" line="650"/> <source>Are you sure you want to close the window?</source> <translation>Sei sicuro di voler chiudere la finestra ?</translation> </message> <message numerus="yes"> - <location filename="Helpviewer/HelpTabWidget.py" line="646"/> + <location filename="Helpviewer/HelpTabWidget.py" line="650"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation> @@ -13507,17 +13507,17 @@ </translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="653"/> + <location filename="Helpviewer/HelpTabWidget.py" line="657"/> <source>&Close</source> <translation>&Chiudi</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="656"/> + <location filename="Helpviewer/HelpTabWidget.py" line="660"/> <source>&Quit</source> <translation>&Esci</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="658"/> + <location filename="Helpviewer/HelpTabWidget.py" line="662"/> <source>C&lose Current Tab</source> <translation>C&hiudi scheda corrente</translation> </message> @@ -14148,52 +14148,52 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="260"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="261"/> <source>Error loading page: {0}</source> <translation>Errore nel caricamento della pagina: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>When connecting to: {0}.</source> <translation>Nella connessione a: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Controlla l'indirizzo per errori tipo <b>ww</b>.example.org invece di <b>www</b>.example.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>If the address is correct, try checking the network connection.</source> <translation>Se l'indirizzo è corretto, prova a controllare la connessione di rete.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Se il tuo computer o la rete sono protetti da un firewall o un proxy, assicurati che il browser possa accedere alla rete.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Se la tua politica di chaching è impostata su navigazione offline, saranno disponibili solo le pagine nella cache locale.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="373"/> <source>SSL Certificate Info</source> <translation>Informazioni certificato SSL</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="373"/> <source>There is no SSL Certificate Info available.</source> <translation>Non ci sono informazioni sul Certificato SSL disponibili.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="196"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="197"/> <source>Resending POST request</source> <translation>Reinvio richiesta POST</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="196"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="197"/> <source>In order to display the site, the request along with all the data must be sent once again, which may lead to some unexpected behaviour of the site e.g. the same action might be performed once again. Do you want to continue anyway?</source> <translation>Per poter visualizzare questo stio, la richiesta con tutti i dati deve essere spedita un'altra volta, cosa che può portare a qualche comportamento non previsto del sito es. la stessa azione può essere eseguita nuovamente. Vuoi continuare comunque ?</translation> </message> @@ -15126,12 +15126,12 @@ <message> <location filename="Helpviewer/HelpWindow.py" line="1127"/> <source>Show Network Monitor</source> - <translation>Mostra il Network Monitor</translation> + <translation type="obsolete">Mostra il Network Monitor</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1127"/> <source>Show &Network Monitor</source> - <translation>Mostra il &Network Monitor</translation> + <translation type="obsolete">Mostra il &Network Monitor</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1131"/> @@ -15141,7 +15141,7 @@ <message> <location filename="Helpviewer/HelpWindow.py" line="1132"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> - <translation><b>Mostra il Network Monitor</b><p>Mostra il dialogo del network monitor.</p></translation> + <translation type="obsolete"><b>Mostra il Network Monitor</b><p>Mostra il dialogo del network monitor.</p></translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1284"/> @@ -15785,6 +15785,21 @@ <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <source>Network Monitor</source> + <translation type="unfinished">Network Monitor</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <source>&Network Monitor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1132"/> + <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -16781,32 +16796,32 @@ <translation type="unfinished">Il processo {0} non può essere avviato. Assicurarsi che sia nel path.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="134"/> <source>Did not receive the 'hello' message.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="136"/> <source>Received data on unexpected channel.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="141"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="144"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> <source>'capabilities' message did not contain any capability.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="156"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="157"/> <source>'encoding' message did not contain any encoding.</source> <translation type="unfinished"></translation> </message> @@ -17449,7 +17464,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="313"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="312"/> <source>Revision</source> <translation type="unfinished">Revisione</translation> </message> @@ -17670,12 +17685,12 @@ <translation>Seleziona il campo su cui filtrare</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1130"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1129"/> <source>Revision</source> <translation>Revisione</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1127"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1126"/> <source>Author</source> <translation>Autore</translation> </message> @@ -19977,7 +19992,7 @@ <translation type="unfinished">mancante</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="295"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="294"/> <source>unknown</source> <translation type="unfinished">sconosciuto</translation> </message> @@ -20791,27 +20806,27 @@ <translation>Il processo {0} non può essere avviato. Assicurarsi che sia nel path.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="546"/> <source>Commit</source> <translation>Commit</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="661"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="660"/> <source>There are no uncommitted changes available/selected.</source> <translation>Non ci sono modifiche disponibili/selezionate da committare.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="585"/> <source>Add</source> <translation>Aggiungi</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="585"/> <source>There are no unversioned entries available/selected.</source> <translation>Non ci sono elementi non sotto controllo disponibili/selezionati.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="644"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="643"/> <source>Revert</source> <translation>Inverti</translation> </message> @@ -20821,12 +20836,12 @@ <translation>Rimuovi dal repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="607"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="606"/> <source>Remove</source> <translation>Rimuovi</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="644"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="643"/> <source>There are no missing entries available/selected.</source> <translation>Non ci sono elementi mancati disponibili/selezionati.</translation> </message> @@ -20911,17 +20926,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="459"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="458"/> <source>all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="546"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="661"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="660"/> <source>Differences</source> <translation type="unfinished"></translation> </message> @@ -21056,12 +21071,12 @@ <translation>Il processo {0} non può essere avviato. Assicurarsi che sia nel path.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="250"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="249"/> <source>active</source> <translation>attivo</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="255"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="254"/> <source>yes</source> <translation>si</translation> </message> @@ -23184,7 +23199,7 @@ <translation type="obsolete">Web Browser di Eric</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="97"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="98"/> <source>Search!</source> <translation>Cerca!</translation> </message> @@ -23194,22 +23209,22 @@ <translation type="obsolete">About Eric</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="136"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="137"/> <source>Search results provided by {0}</source> <translation>Risultati della ricerca forniti da {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="95"/> - <source>Welcome to eric5 Web Browser!</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="96"/> + <source>Welcome to eric5 Web Browser!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="97"/> <source>eric5 Web Browser</source> <translation type="unfinished">Web Browser di eric5</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="98"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="99"/> <source>About eric5</source> <translation type="unfinished"></translation> </message> @@ -26476,7 +26491,7 @@ <translation>Salva password</translation> </message> <message> - <location filename="Helpviewer/Passwords/PasswordManager.py" line="586"/> + <location filename="Helpviewer/Passwords/PasswordManager.py" line="589"/> <source>Re-encoding saved passwords...</source> <translation type="unfinished"></translation> </message> @@ -33632,67 +33647,67 @@ <translation>Trova e sostituisci</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="32"/> + <location filename="QScintilla/ReplaceWidget.ui" line="23"/> <source>Press to close the window</source> <translation>Premi per chiudere la finestra</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="42"/> + <location filename="QScintilla/ReplaceWidget.ui" line="33"/> <source>Find:</source> <translation>Trova:</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="71"/> + <location filename="QScintilla/ReplaceWidget.ui" line="62"/> <source>Press to find the previous occurrence</source> <translation>Premi per trovare l'occorrenza precedente</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="78"/> + <location filename="QScintilla/ReplaceWidget.ui" line="69"/> <source>Press to find the next occurrence</source> <translation>Premi per trovare la prossima occorrenza</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="85"/> + <location filename="QScintilla/ReplaceWidget.ui" line="76"/> <source>Match case</source> <translation>Match case</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="92"/> + <location filename="QScintilla/ReplaceWidget.ui" line="83"/> <source>Whole word</source> <translation>Tutta la parola</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="106"/> + <location filename="QScintilla/ReplaceWidget.ui" line="97"/> <source>Replace:</source> <translation>Sostituisci:</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="135"/> + <location filename="QScintilla/ReplaceWidget.ui" line="126"/> <source>Press to replace the selection</source> <translation>Premi per sostituire la selezione</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="149"/> + <location filename="QScintilla/ReplaceWidget.ui" line="140"/> <source>Press to replace all occurrences</source> <translation>Premi per sostituire tutte le occorrenze</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="99"/> + <location filename="QScintilla/ReplaceWidget.ui" line="90"/> <source>Regexp</source> <translation>Regexp</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="156"/> + <location filename="QScintilla/ReplaceWidget.ui" line="147"/> <source>Wrap around</source> <translation>Andare a capo automaticamente</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="163"/> + <location filename="QScintilla/ReplaceWidget.ui" line="154"/> <source>Selection only</source> <translation>Solo selezione</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="142"/> + <location filename="QScintilla/ReplaceWidget.ui" line="133"/> <source>Press to replace the selection and search for the next occurence</source> <translation type="unfinished"></translation> </message> @@ -33700,17 +33715,17 @@ <context> <name>SearchReplaceWidget</name> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="506"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="511"/> <source>'{0}' was not found.</source> <translation>'{0}' non è stato trovato.</translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="582"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="587"/> <source>Replaced {0} occurrences.</source> <translation>Sostituite {0} ricorrenze.</translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="586"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="591"/> <source>Nothing replaced because '{0}' was not found.</source> <translation>Nessuna sostituzione perché '{0}' non è stato trovato.</translation> </message> @@ -37347,12 +37362,12 @@ <translation>Log Subversion</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="552"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="551"/> <source>Revision</source> <translation>Revisione</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="549"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="548"/> <source>Author</source> <translation>Autore</translation> </message> @@ -39255,22 +39270,22 @@ <translation>Committa modifiche nel repository...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="585"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="584"/> <source>Commit</source> <translation>Commit</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="683"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="682"/> <source>There are no uncommitted changes available/selected.</source> <translation>Non ci sono modifiche disponibili/selezionate da committare.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="702"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="701"/> <source>Lock</source> <translation>Lock</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="718"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="717"/> <source>Unlock</source> <translation>Unlock</translation> </message> @@ -39315,22 +39330,22 @@ <translation>sostituito</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="702"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="701"/> <source>There are no unlocked files available/selected.</source> <translation>Non ci sono file sbloccati disponibili/selezionati.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="752"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="751"/> <source>There are no locked files available/selected.</source> <translation>Non ci sono file bloccati disponibili/selezionati.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="735"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="734"/> <source>Break Lock</source> <translation>Spezza lock</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="752"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="751"/> <source>Steal Lock</source> <translation>Ruba lock</translation> </message> @@ -39472,17 +39487,17 @@ <translation>Inverti modifiche</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="623"/> <source>Add</source> <translation>Aggiungi</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="623"/> <source>There are no unversioned entries available/selected.</source> <translation>Non ci sono elementi non sotto controllo disponibili/selezionati.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="665"/> <source>Revert</source> <translation>Inverti</translation> </message> @@ -39497,17 +39512,17 @@ <translation>Aggiungi alla Changelist</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="786"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="785"/> <source>Remove from Changelist</source> <translation>Rimuovi dalla Changelist</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="768"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="767"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation>Non ci sono file disponibili/selezionati che non appartengono ad una changelist.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="786"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="785"/> <source>There are no files available/selected belonging to a changelist.</source> <translation>Non ci sono file disponibili/selezionati che appartengono ad una changelist.</translation> </message> @@ -39587,22 +39602,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="504"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="503"/> <source>all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="585"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="584"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="665"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished">Non ci sono elementi mancati disponibili/selezionati.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="683"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="682"/> <source>Differences</source> <translation type="unfinished"></translation> </message> @@ -50172,77 +50187,77 @@ <translation>Punti controllo</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="167"/> + <location filename="Debugger/WatchPointViewer.py" line="166"/> <source>Add</source> <translation>Aggiungi</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="139"/> + <location filename="Debugger/WatchPointViewer.py" line="138"/> <source>Enable</source> <translation>Abilita</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="171"/> + <location filename="Debugger/WatchPointViewer.py" line="170"/> <source>Enable all</source> <translation>Abilita tutto</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="142"/> + <location filename="Debugger/WatchPointViewer.py" line="141"/> <source>Disable</source> <translation>Disabilita</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="175"/> + <location filename="Debugger/WatchPointViewer.py" line="174"/> <source>Disable all</source> <translation>Disabilita tutto</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="145"/> + <location filename="Debugger/WatchPointViewer.py" line="144"/> <source>Delete</source> <translation>Cancella</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="179"/> + <location filename="Debugger/WatchPointViewer.py" line="178"/> <source>Delete all</source> <translation>Cancella tutto</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="169"/> + <location filename="Debugger/WatchPointViewer.py" line="168"/> <source>Enable selected</source> <translation>Abilita selezionati</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="173"/> + <location filename="Debugger/WatchPointViewer.py" line="172"/> <source>Disable selected</source> <translation>Disabilita selezionati</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="177"/> + <location filename="Debugger/WatchPointViewer.py" line="176"/> <source>Delete selected</source> <translation>Cancella selezionati</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="137"/> + <location filename="Debugger/WatchPointViewer.py" line="136"/> <source>Edit...</source> <translation>Modifica...</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="232"/> + <location filename="Debugger/WatchPointViewer.py" line="231"/> <source>Watch expression already exists</source> <translation>L'espressione di controllo esiste già</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="181"/> + <location filename="Debugger/WatchPointViewer.py" line="180"/> <source>Configure...</source> <translation>Configura...</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="225"/> + <location filename="Debugger/WatchPointViewer.py" line="224"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation><p>L'espressione '<b>{0}</b>' esiste già.</p></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="229"/> + <location filename="Debugger/WatchPointViewer.py" line="228"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation><p>L'espressione '<b>{0}</b>' per la variabile <b>{1}</b> esiste già.</p></translation> </message>
--- a/i18n/eric5_ru.ts Tue Jan 17 20:21:27 2012 +0100 +++ b/i18n/eric5_ru.ts Wed Jan 18 19:59:42 2012 +0100 @@ -1900,67 +1900,67 @@ <translation>Точки останова</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="171"/> + <location filename="Debugger/BreakPointViewer.py" line="170"/> <source>Add</source> <translation>Добавить</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="142"/> + <location filename="Debugger/BreakPointViewer.py" line="141"/> <source>Edit...</source> <translation>Правка...</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="144"/> + <location filename="Debugger/BreakPointViewer.py" line="143"/> <source>Enable</source> <translation>Разрешить</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="175"/> + <location filename="Debugger/BreakPointViewer.py" line="174"/> <source>Enable all</source> <translation>Разрешить все</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="147"/> + <location filename="Debugger/BreakPointViewer.py" line="146"/> <source>Disable</source> <translation>Запретить</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="179"/> + <location filename="Debugger/BreakPointViewer.py" line="178"/> <source>Disable all</source> <translation>Запретить все</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="150"/> + <location filename="Debugger/BreakPointViewer.py" line="149"/> <source>Delete</source> <translation>Удалить</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="183"/> + <location filename="Debugger/BreakPointViewer.py" line="182"/> <source>Delete all</source> <translation>Удалить все</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="153"/> + <location filename="Debugger/BreakPointViewer.py" line="152"/> <source>Goto</source> <translation>Перейти</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="173"/> + <location filename="Debugger/BreakPointViewer.py" line="172"/> <source>Enable selected</source> <translation>Разрешить выбранные</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="177"/> + <location filename="Debugger/BreakPointViewer.py" line="176"/> <source>Disable selected</source> <translation>Запретить выбранные</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="181"/> + <location filename="Debugger/BreakPointViewer.py" line="180"/> <source>Delete selected</source> <translation>Удалить выбранные</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="185"/> + <location filename="Debugger/BreakPointViewer.py" line="184"/> <source>Configure...</source> <translation>Настроить...</translation> </message> @@ -1981,12 +1981,12 @@ <p>Файлы перевода (<tt>.ts</tt>, отмеченные пиктограммой Лингвиста) могут быть отредактированы с помощью Лингвиста</p></translation> </message> <message> - <location filename="UI/Browser.py" line="203"/> + <location filename="UI/Browser.py" line="202"/> <source>Open</source> <translation>Открыть</translation> </message> <message> - <location filename="UI/Browser.py" line="181"/> + <location filename="UI/Browser.py" line="180"/> <source>Run unittest...</source> <translation>Запустить unittest...</translation> </message> @@ -1996,62 +1996,62 @@ <translation>Просмотрщик файлов</translation> </message> <message> - <location filename="UI/Browser.py" line="259"/> + <location filename="UI/Browser.py" line="258"/> <source>New toplevel directory...</source> <translation>Новый каталог верхнего уровня...</translation> </message> <message> - <location filename="UI/Browser.py" line="218"/> + <location filename="UI/Browser.py" line="217"/> <source>Remove from toplevel</source> <translation>Удалить из верхнего уровня</translation> </message> <message> - <location filename="UI/Browser.py" line="215"/> + <location filename="UI/Browser.py" line="214"/> <source>Add as toplevel directory</source> <translation>Добавить как каталог верхнего уровня</translation> </message> <message> - <location filename="UI/Browser.py" line="459"/> + <location filename="UI/Browser.py" line="458"/> <source>New toplevel directory</source> <translation>Новый каталог верхнего уровня</translation> </message> <message> - <location filename="UI/Browser.py" line="226"/> + <location filename="UI/Browser.py" line="225"/> <source>Find in this directory</source> <translation>Найти в этом каталоге</translation> </message> <message> - <location filename="UI/Browser.py" line="229"/> + <location filename="UI/Browser.py" line="228"/> <source>Find&&Replace in this directory</source> <translation>Найти и изменить в этом каталоге</translation> </message> <message> - <location filename="UI/Browser.py" line="264"/> + <location filename="UI/Browser.py" line="263"/> <source>Configure...</source> <translation>Настроить...</translation> </message> <message> - <location filename="UI/Browser.py" line="191"/> + <location filename="UI/Browser.py" line="190"/> <source>Open in Icon Editor</source> <translation>Открыть в редакторе иконок</translation> </message> <message> - <location filename="UI/Browser.py" line="232"/> + <location filename="UI/Browser.py" line="231"/> <source>Copy Path to Clipboard</source> <translation>Сопировать путь в буфер обмена</translation> </message> <message> - <location filename="UI/Browser.py" line="222"/> + <location filename="UI/Browser.py" line="221"/> <source>Refresh directory</source> <translation>Обновить каталог</translation> </message> <message> - <location filename="UI/Browser.py" line="241"/> + <location filename="UI/Browser.py" line="240"/> <source>Goto</source> <translation type="unfinished">Перейти</translation> </message> <message> - <location filename="UI/Browser.py" line="343"/> + <location filename="UI/Browser.py" line="342"/> <source>Line {0}</source> <translation type="unfinished"></translation> </message> @@ -2344,37 +2344,37 @@ <context> <name>CodeMetricsDialog</name> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="193"/> + <location filename="DataViews/CodeMetricsDialog.py" line="192"/> <source>non-commentary lines</source> <translation>строки не-комментарии</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="191"/> - <source>empty lines</source> - <translation>пустые строки</translation> - </message> - <message> <location filename="DataViews/CodeMetricsDialog.py" line="190"/> - <source>comments</source> - <translation>комментарии</translation> + <source>empty lines</source> + <translation>пустые строки</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="189"/> - <source>bytes</source> - <translation>байты</translation> + <source>comments</source> + <translation>комментарии</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="188"/> - <source>lines</source> - <translation>строки</translation> + <source>bytes</source> + <translation>байты</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="187"/> + <source>lines</source> + <translation>строки</translation> + </message> + <message> + <location filename="DataViews/CodeMetricsDialog.py" line="186"/> <source>files</source> <translation>файлы</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="195"/> + <location filename="DataViews/CodeMetricsDialog.py" line="194"/> <source>documentation lines</source> <translation>строки документации</translation> </message> @@ -12978,97 +12978,97 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="655"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p>Невозможно запустить просмотрщик для файла <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="790"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="823"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Открыть ссылку в новой закладке<byte value="x9"/>Shift+Левая кнопка мыши</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="585"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Файл <b>{0}</b> не существует.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="403"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="436"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <translation><b>Окно помощи</b><p>В этом окне отображается имеющаяся помощь.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="869"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="902"/> <source>Web Inspector...</source> <translation>WEB проводник...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1393"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1426"/> <source>Error loading page: {0}</source> <translation>Ошибка при загрузке страницы: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>When connecting to: {0}.</source> <translation>При соединении с {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Проверьте адрес на ошибки типа <b>ww</b>.example.org вместо <b>www</b>.example.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>If the address is correct, try checking the network connection.</source> <translation>Если адрес правильный, проверьте сетевое соединение.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Если ваш компьютер или локальная сеть находятся за firewall или proxy, убедитесь что браузеру разрешено подсоединяться к сети.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="605"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="638"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p>Невозможно запустить приложение для URL <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="833"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="866"/> <source>Bookmark this Page</source> <translation>Создать закладку для этой страницы</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="794"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="827"/> <source>Save Lin&k</source> <translation>Сохранить &ссылку</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="795"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="828"/> <source>Bookmark this Link</source> <translation>Сохранить ссылку</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="798"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="831"/> <source>Copy Link to Clipboard</source> <translation>Скопировать ссылку</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> <source>Open Image in New Tab</source> <translation>Открыть изображение в новой закладке</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> <source>Save Image</source> <translation>Сохранить изображение</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="846"/> <source>Copy Image to Clipboard</source> <translation>Скопировать изображение</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="814"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Copy Image Location to Clipboard</source> <translation>Скопировать адрес изображения</translation> </message> @@ -13078,102 +13078,102 @@ <translation type="obsolete">Просмотрщик Web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="818"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="851"/> <source>Block Image</source> <translation>Заблокировать изображение</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="880"/> <source>Search with...</source> <translation>Искать с...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1475"/> <source>Web Database Quota</source> <translation>Квота Web базы данных</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1475"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation><p>Квота Web базы данных <strong>{0}</strong> была превышена при доступе к базе <strong>{1}</strong>.</p><p>Изменить квоту?</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1483"/> <source>New Web Database Quota</source> <translation>Новая квота Web базы данных</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1470"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1503"/> <source>bytes</source> <translation>байт</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1506"/> <source>kB</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1476"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1509"/> <source>MB</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1483"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation>Введите новую квоту в MB (текущая = {0}, использовано = {1}; шаг изменения = 5 MB):</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="864"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="897"/> <source>Add to web search toolbar</source> <translation>Добавить к панели инструментов Web поиска</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1017"/> <source>Method not supported</source> <translation>Метод не поддерживается</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1017"/> <source>{0} method is not supported.</source> <translation>{0} метод не поддерживается.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1059"/> <source>Search engine</source> <translation>Поисковик</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1059"/> <source>Choose the desired search engine</source> <translation>Выберите поисковик</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1076"/> <source>Engine name</source> <translation>Имя поисковика</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1076"/> <source>Enter a name for the engine</source> <translation>Введите имя поисковика</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Если режим кэша установлен в offline, то доступны только страницы из локального кзша.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="801"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="834"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="822"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="855"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="655"/> <source>eric5 Web Browser</source> <translation type="unfinished">WEB просмотрщик встроенный в Eric5</translation> </message> @@ -13574,27 +13574,27 @@ <translation><p>Печать невозможна из-за ошибки в PyQt4. Пожалуйста установите обновление.</p></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="591"/> + <location filename="Helpviewer/HelpTabWidget.py" line="595"/> <source>Loading...</source> <translation>Загружаю...</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="608"/> + <location filename="Helpviewer/HelpTabWidget.py" line="612"/> <source>Finished loading</source> <translation>Загрузка завершена</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="610"/> + <location filename="Helpviewer/HelpTabWidget.py" line="614"/> <source>Failed to load</source> <translation>Загрука не удалась</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="646"/> + <location filename="Helpviewer/HelpTabWidget.py" line="650"/> <source>Are you sure you want to close the window?</source> <translation>Вы действительно хотите закрыть это окно?</translation> </message> <message numerus="yes"> - <location filename="Helpviewer/HelpTabWidget.py" line="646"/> + <location filename="Helpviewer/HelpTabWidget.py" line="650"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation> @@ -13607,17 +13607,17 @@ </translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="653"/> + <location filename="Helpviewer/HelpTabWidget.py" line="657"/> <source>&Close</source> <translation>&Закрыть</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="656"/> + <location filename="Helpviewer/HelpTabWidget.py" line="660"/> <source>&Quit</source> <translation>&Выход</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="658"/> + <location filename="Helpviewer/HelpTabWidget.py" line="662"/> <source>C&lose Current Tab</source> <translation>&Закрыть текущую закладку</translation> </message> @@ -14248,52 +14248,52 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="260"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="261"/> <source>Error loading page: {0}</source> <translation>Ошибка при загрузке страницы: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>When connecting to: {0}.</source> <translation>При соединении с {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Проверьте адрес на ошибки типа <b>ww</b>.example.org вместо <b>www</b>.example.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>If the address is correct, try checking the network connection.</source> <translation>Если адрес правильный, проверьте сетевое соединение.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Если ваш компьютер или локальная сеть находятся за firewall или proxy, убедитесь что браузеру разрешено подсоединяться к сети.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Если режим кэша установлен в offline, то доступны только страницы из локального кзша.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="373"/> <source>SSL Certificate Info</source> <translation>SLL сертификат</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="373"/> <source>There is no SSL Certificate Info available.</source> <translation>SLL сертификат отсутствует.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="196"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="197"/> <source>Resending POST request</source> <translation>Повторяю POST запрос</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="196"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="197"/> <source>In order to display the site, the request along with all the data must be sent once again, which may lead to some unexpected behaviour of the site e.g. the same action might be performed once again. Do you want to continue anyway?</source> <translation>Для того чтобы показать страницу, необходимо повторить запрос, что может вызвать неожиданное поведение сервера, например, он может дважды сделать одно и то же действие. Продолжить не смотря на это?</translation> </message> @@ -15233,12 +15233,12 @@ <message> <location filename="Helpviewer/HelpWindow.py" line="1127"/> <source>Show Network Monitor</source> - <translation>Показать монитор сети</translation> + <translation type="obsolete">Показать монитор сети</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1127"/> <source>Show &Network Monitor</source> - <translation>Показать монитор &сети</translation> + <translation type="obsolete">Показать монитор &сети</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1131"/> @@ -15248,7 +15248,7 @@ <message> <location filename="Helpviewer/HelpWindow.py" line="1132"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> - <translation><b>Показать монитор сети</b><p>Показать диалог монитора сети.</p></translation> + <translation type="obsolete"><b>Показать монитор сети</b><p>Показать диалог монитора сети.</p></translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1284"/> @@ -15892,6 +15892,21 @@ <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <source>Network Monitor</source> + <translation type="unfinished">Монитор сети</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <source>&Network Monitor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1132"/> + <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -16883,32 +16898,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="134"/> <source>Did not receive the 'hello' message.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="136"/> <source>Received data on unexpected channel.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="141"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="144"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> <source>'capabilities' message did not contain any capability.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="156"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="157"/> <source>'encoding' message did not contain any encoding.</source> <translation type="unfinished"></translation> </message> @@ -17551,7 +17566,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="313"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="312"/> <source>Revision</source> <translation type="unfinished">Версия (ревизия)</translation> </message> @@ -17772,12 +17787,12 @@ <translation>Задайте поле, по которому фильтровать</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1130"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1129"/> <source>Revision</source> <translation>Версия (ревизия)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1127"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1126"/> <source>Author</source> <translation>Автор</translation> </message> @@ -20084,7 +20099,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="295"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="294"/> <source>unknown</source> <translation type="unfinished">неизвестный</translation> </message> @@ -20903,27 +20918,27 @@ <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="546"/> <source>Commit</source> <translation>Зафиксировать</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="661"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="660"/> <source>There are no uncommitted changes available/selected.</source> <translation>Нет доступных/выбранных неотправленных изменений.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="585"/> <source>Add</source> <translation>Добавить</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="585"/> <source>There are no unversioned entries available/selected.</source> <translation>Нет/не выбраны неверсионные элементы.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="644"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="643"/> <source>Revert</source> <translation>Откатить</translation> </message> @@ -20933,12 +20948,12 @@ <translation>Удалить из репозитория</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="607"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="606"/> <source>Remove</source> <translation>Удалить</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="644"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="643"/> <source>There are no missing entries available/selected.</source> <translation>Нет/не выбраны пропущенных элементы.</translation> </message> @@ -21023,7 +21038,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="459"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="458"/> <source>all</source> <translation type="unfinished"></translation> </message> @@ -21033,12 +21048,12 @@ <translation type="obsolete">Различие</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="661"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="660"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="546"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> @@ -21173,12 +21188,12 @@ <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="250"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="249"/> <source>active</source> <translation>активный</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="255"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="254"/> <source>yes</source> <translation>да</translation> </message> @@ -23293,7 +23308,7 @@ <context> <name>JavaScriptEricObject</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="136"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="137"/> <source>Search results provided by {0}</source> <translation>Результаты поиска ({0})</translation> </message> @@ -23308,7 +23323,7 @@ <translation type="obsolete">WEB просмотрщик встроенный в Eric</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="97"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="98"/> <source>Search!</source> <translation>Искать!</translation> </message> @@ -23318,17 +23333,17 @@ <translation type="obsolete">Об Eric</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="95"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="96"/> <source>Welcome to eric5 Web Browser!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="96"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="97"/> <source>eric5 Web Browser</source> <translation type="unfinished">WEB просмотрщик встроенный в Eric5</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="98"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="99"/> <source>About eric5</source> <translation type="unfinished"></translation> </message> @@ -26608,7 +26623,7 @@ <translation>Сохранить пароль</translation> </message> <message> - <location filename="Helpviewer/Passwords/PasswordManager.py" line="586"/> + <location filename="Helpviewer/Passwords/PasswordManager.py" line="589"/> <source>Re-encoding saved passwords...</source> <translation type="unfinished"></translation> </message> @@ -33779,67 +33794,67 @@ <translation>Найти и заменить</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="42"/> + <location filename="QScintilla/ReplaceWidget.ui" line="33"/> <source>Find:</source> <translation>Найти:</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="71"/> + <location filename="QScintilla/ReplaceWidget.ui" line="62"/> <source>Press to find the previous occurrence</source> <translation>Перейти к предыдущему вхождению</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="78"/> + <location filename="QScintilla/ReplaceWidget.ui" line="69"/> <source>Press to find the next occurrence</source> <translation>Перейти к следующему вхождению</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="85"/> + <location filename="QScintilla/ReplaceWidget.ui" line="76"/> <source>Match case</source> <translation>Учитывать регистр</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="92"/> + <location filename="QScintilla/ReplaceWidget.ui" line="83"/> <source>Whole word</source> <translation>Целое слово</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="106"/> + <location filename="QScintilla/ReplaceWidget.ui" line="97"/> <source>Replace:</source> <translation>Замена:</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="135"/> + <location filename="QScintilla/ReplaceWidget.ui" line="126"/> <source>Press to replace the selection</source> <translation>Заменить выделенный текст</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="149"/> + <location filename="QScintilla/ReplaceWidget.ui" line="140"/> <source>Press to replace all occurrences</source> <translation>Заменить всё</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="32"/> + <location filename="QScintilla/ReplaceWidget.ui" line="23"/> <source>Press to close the window</source> <translation>Закрыть окно</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="99"/> + <location filename="QScintilla/ReplaceWidget.ui" line="90"/> <source>Regexp</source> <translation>Регулярное выражение</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="156"/> + <location filename="QScintilla/ReplaceWidget.ui" line="147"/> <source>Wrap around</source> <translation>Циклический поиск</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="163"/> + <location filename="QScintilla/ReplaceWidget.ui" line="154"/> <source>Selection only</source> <translation>Выделенный</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="142"/> + <location filename="QScintilla/ReplaceWidget.ui" line="133"/> <source>Press to replace the selection and search for the next occurence</source> <translation type="unfinished"></translation> </message> @@ -33847,17 +33862,17 @@ <context> <name>SearchReplaceWidget</name> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="506"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="511"/> <source>'{0}' was not found.</source> <translation>'{0}' не найдено.</translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="582"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="587"/> <source>Replaced {0} occurrences.</source> <translation>Заменено в {0} местах.</translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="586"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="591"/> <source>Nothing replaced because '{0}' was not found.</source> <translation>Ничего не заменено, потому что '{0}' не найдено.</translation> </message> @@ -37493,12 +37508,12 @@ <translation>Журнал Subversion</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="552"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="551"/> <source>Revision</source> <translation>Версия (ревизия)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="549"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="548"/> <source>Author</source> <translation>Автор</translation> </message> @@ -39420,22 +39435,22 @@ <translation>Зафиксировать изменения в репозитории...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="585"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="584"/> <source>Commit</source> <translation>Зафиксировать</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="683"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="682"/> <source>There are no uncommitted changes available/selected.</source> <translation>Нет доступных/выбранных неотправленных изменений.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="702"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="701"/> <source>Lock</source> <translation>Захватить</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="718"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="717"/> <source>Unlock</source> <translation>Освободить</translation> </message> @@ -39480,22 +39495,22 @@ <translation>заменено</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="702"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="701"/> <source>There are no unlocked files available/selected.</source> <translation>Нет доступных/выбранных незахваченных файлов.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="752"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="751"/> <source>There are no locked files available/selected.</source> <translation>Нет доступных/выбранных захваченных файлов.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="735"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="734"/> <source>Break Lock</source> <translation>Нарушить захват</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="752"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="751"/> <source>Steal Lock</source> <translation>Украсть захват</translation> </message> @@ -39637,17 +39652,17 @@ <translation>Отмена изменений</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="623"/> <source>Add</source> <translation>Добавить</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="623"/> <source>There are no unversioned entries available/selected.</source> <translation>Нет/не выбраны неверсионные элементы.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="665"/> <source>Revert</source> <translation>Откатить</translation> </message> @@ -39667,17 +39682,17 @@ <translation>Добавить к списку изменений</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="786"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="785"/> <source>Remove from Changelist</source> <translation>Удалить из списка изменений</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="768"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="767"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation>Среди выбранных нет файлов не включенных в список изменений.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="786"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="785"/> <source>There are no files available/selected belonging to a changelist.</source> <translation>Среди выбранных нет файлов включенных в список изменений.</translation> </message> @@ -39752,7 +39767,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="504"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="503"/> <source>all</source> <translation type="unfinished"></translation> </message> @@ -39762,17 +39777,17 @@ <translation type="obsolete">Различие</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="683"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="682"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="585"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="584"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="665"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished">Нет/не выбраны пропущенных элементы.</translation> </message> @@ -50422,77 +50437,77 @@ <translation>Точки просмотра</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="167"/> + <location filename="Debugger/WatchPointViewer.py" line="166"/> <source>Add</source> <translation>Добавить</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="139"/> + <location filename="Debugger/WatchPointViewer.py" line="138"/> <source>Enable</source> <translation>Разрешить</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="171"/> + <location filename="Debugger/WatchPointViewer.py" line="170"/> <source>Enable all</source> <translation>Разрешить все</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="142"/> + <location filename="Debugger/WatchPointViewer.py" line="141"/> <source>Disable</source> <translation>Запретить</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="175"/> + <location filename="Debugger/WatchPointViewer.py" line="174"/> <source>Disable all</source> <translation>Запретить все</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="145"/> + <location filename="Debugger/WatchPointViewer.py" line="144"/> <source>Delete</source> <translation>Удалить</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="179"/> + <location filename="Debugger/WatchPointViewer.py" line="178"/> <source>Delete all</source> <translation>Удалить все</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="169"/> + <location filename="Debugger/WatchPointViewer.py" line="168"/> <source>Enable selected</source> <translation>Разрешить выбранные</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="173"/> + <location filename="Debugger/WatchPointViewer.py" line="172"/> <source>Disable selected</source> <translation>Запретить выбранные</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="177"/> + <location filename="Debugger/WatchPointViewer.py" line="176"/> <source>Delete selected</source> <translation>Удалить выбранные</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="137"/> + <location filename="Debugger/WatchPointViewer.py" line="136"/> <source>Edit...</source> <translation>Правка...</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="225"/> + <location filename="Debugger/WatchPointViewer.py" line="224"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation><p>Выражение для отслеживания '<b>{0}</b>' уже существует.</p></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="229"/> + <location filename="Debugger/WatchPointViewer.py" line="228"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation><p>Выражение для отслеживания '<b>{0}</b>' для переменной <b>{1}</b> уже существует.</p></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="232"/> + <location filename="Debugger/WatchPointViewer.py" line="231"/> <source>Watch expression already exists</source> <translation>Выражение для отслеживания уже существует</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="181"/> + <location filename="Debugger/WatchPointViewer.py" line="180"/> <source>Configure...</source> <translation>Настроить...</translation> </message>
--- a/i18n/eric5_tr.ts Tue Jan 17 20:21:27 2012 +0100 +++ b/i18n/eric5_tr.ts Wed Jan 18 19:59:42 2012 +0100 @@ -1901,67 +1901,67 @@ <translation>Durmanoktası</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="171"/> + <location filename="Debugger/BreakPointViewer.py" line="170"/> <source>Add</source> <translation>Ekle</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="142"/> + <location filename="Debugger/BreakPointViewer.py" line="141"/> <source>Edit...</source> <translation>Düzenle...</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="144"/> + <location filename="Debugger/BreakPointViewer.py" line="143"/> <source>Enable</source> <translation>Etkinleştir</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="175"/> + <location filename="Debugger/BreakPointViewer.py" line="174"/> <source>Enable all</source> <translation>Hepsini etkinleştir</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="147"/> + <location filename="Debugger/BreakPointViewer.py" line="146"/> <source>Disable</source> <translation>Onaylama</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="179"/> + <location filename="Debugger/BreakPointViewer.py" line="178"/> <source>Disable all</source> <translation>Hepsini Onaylama</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="150"/> + <location filename="Debugger/BreakPointViewer.py" line="149"/> <source>Delete</source> <translation>Sil</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="183"/> + <location filename="Debugger/BreakPointViewer.py" line="182"/> <source>Delete all</source> <translation>Hepsini sil</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="153"/> + <location filename="Debugger/BreakPointViewer.py" line="152"/> <source>Goto</source> <translation>Buraya git</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="185"/> + <location filename="Debugger/BreakPointViewer.py" line="184"/> <source>Configure...</source> <translation>Ayarlanıyor...</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="173"/> + <location filename="Debugger/BreakPointViewer.py" line="172"/> <source>Enable selected</source> <translation>Seçilenleri Etkinleştir</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="177"/> + <location filename="Debugger/BreakPointViewer.py" line="176"/> <source>Disable selected</source> <translation>Seçileni Onaylama</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="181"/> + <location filename="Debugger/BreakPointViewer.py" line="180"/> <source>Delete selected</source> <translation>Seçileni Sil</translation> </message> @@ -1979,72 +1979,72 @@ <translation><b>Gösterim Penceresi</b><p>Bu pencere Python programlarını tanımak ve onları bir kaynak gösterici penceresinde açmak için dosya sisteminizde dizinleri hiyerarşik bir şekilde kolayca bulmanızı sağlar.Gösterilen Pencereler çeşitli hiyerarşik bölümlere ayrılmıştır. </p><p>Eğer debug etmek için bir proğram açtıysanızve bu programın olduğu yeri proje ana dizini yaptıysanız ilk sırada onu gösterir. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></translation> </message> <message> - <location filename="UI/Browser.py" line="203"/> + <location filename="UI/Browser.py" line="202"/> <source>Open</source> <translation>Aç</translation> </message> <message> - <location filename="UI/Browser.py" line="181"/> + <location filename="UI/Browser.py" line="180"/> <source>Run unittest...</source> <translation>Test Arabirimini çalıştır...</translation> </message> <message> - <location filename="UI/Browser.py" line="232"/> + <location filename="UI/Browser.py" line="231"/> <source>Copy Path to Clipboard</source> <translation>Yolu Panoya kopyala</translation> </message> <message> - <location filename="UI/Browser.py" line="191"/> + <location filename="UI/Browser.py" line="190"/> <source>Open in Icon Editor</source> <translation>İcon Düzenleyicide Aç</translation> </message> <message> - <location filename="UI/Browser.py" line="264"/> + <location filename="UI/Browser.py" line="263"/> <source>Configure...</source> <translation>Ayarlanıyor...</translation> </message> <message> - <location filename="UI/Browser.py" line="259"/> + <location filename="UI/Browser.py" line="258"/> <source>New toplevel directory...</source> <translation>Yeni enüstseviye dizini...</translation> </message> <message> - <location filename="UI/Browser.py" line="215"/> + <location filename="UI/Browser.py" line="214"/> <source>Add as toplevel directory</source> <translation>Dizinin en üst seviyesi olarak ekle</translation> </message> <message> - <location filename="UI/Browser.py" line="218"/> + <location filename="UI/Browser.py" line="217"/> <source>Remove from toplevel</source> <translation>Enüst seviyeyi kaldır</translation> </message> <message> - <location filename="UI/Browser.py" line="222"/> + <location filename="UI/Browser.py" line="221"/> <source>Refresh directory</source> <translation>Dizini tazele</translation> </message> <message> - <location filename="UI/Browser.py" line="226"/> + <location filename="UI/Browser.py" line="225"/> <source>Find in this directory</source> <translation>Bu dizin içinde bul</translation> </message> <message> - <location filename="UI/Browser.py" line="229"/> + <location filename="UI/Browser.py" line="228"/> <source>Find&&Replace in this directory</source> <translation>Bul&&Değiştir bu dizin içinde</translation> </message> <message> - <location filename="UI/Browser.py" line="459"/> + <location filename="UI/Browser.py" line="458"/> <source>New toplevel directory</source> <translation>Yeni enüstseviye dizini</translation> </message> <message> - <location filename="UI/Browser.py" line="241"/> + <location filename="UI/Browser.py" line="240"/> <source>Goto</source> <translation type="unfinished">Buraya git</translation> </message> <message> - <location filename="UI/Browser.py" line="343"/> + <location filename="UI/Browser.py" line="342"/> <source>Line {0}</source> <translation type="unfinished"></translation> </message> @@ -2427,37 +2427,37 @@ <translation>Hepsini genişlet</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="187"/> + <location filename="DataViews/CodeMetricsDialog.py" line="186"/> <source>files</source> <translation>dosyalar</translation> </message> <message> + <location filename="DataViews/CodeMetricsDialog.py" line="187"/> + <source>lines</source> + <translation>satırlar</translation> + </message> + <message> <location filename="DataViews/CodeMetricsDialog.py" line="188"/> - <source>lines</source> - <translation>satırlar</translation> + <source>bytes</source> + <translation>bitler</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="189"/> - <source>bytes</source> - <translation>bitler</translation> + <source>comments</source> + <translation>yorumlar</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="190"/> - <source>comments</source> - <translation>yorumlar</translation> - </message> - <message> - <location filename="DataViews/CodeMetricsDialog.py" line="191"/> <source>empty lines</source> <translation>boş satırlar</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="193"/> + <location filename="DataViews/CodeMetricsDialog.py" line="192"/> <source>non-commentary lines</source> <translation>Yorumlanmayan satırlar</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="195"/> + <location filename="DataViews/CodeMetricsDialog.py" line="194"/> <source>documentation lines</source> <translation>belge satırları</translation> </message> @@ -13057,7 +13057,7 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="403"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="436"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <translation><b>Yardım Penceresi</b><p>Bu pencere seçilen yardım bilgilerini gösterir.</p></translation> </message> @@ -13067,192 +13067,192 @@ <translation type="obsolete">Web Gözatıcısı</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="585"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p><b>{0}</b> dosyası yok.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="655"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p><b>{0}</b>dosyası için görüntüleyici çalışmıyor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="605"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="638"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p> URL <b>{0}</b>adresindeki uygulama başlatılamıyor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="790"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="823"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Yeni sekmede bir bağlantı açar<byte value="x9"/>Ctrl+LMB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="794"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="827"/> <source>Save Lin&k</source> <translation>Bağlantıyı &Kaydet</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="795"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="828"/> <source>Bookmark this Link</source> <translation>Bu linki yerimine ekle</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="798"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="831"/> <source>Copy Link to Clipboard</source> <translation>Bağlantıyı Panoya Kopyala</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> <source>Open Image in New Tab</source> <translation>Görüntüyü yeni sekmede aç</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> <source>Save Image</source> <translation>Görüntüyü Kaydet</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="846"/> <source>Copy Image to Clipboard</source> <translation>Görüntüyü Panoya kopyala</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="814"/> - <source>Copy Image Location to Clipboard</source> - <translation>Görüntünün Yerini Panoya kopyala</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="818"/> - <source>Block Image</source> - <translation>Görüntüleri Engelle</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="833"/> - <source>Bookmark this Page</source> - <translation>Bu sayfayı yerimine ekle</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> + <source>Copy Image Location to Clipboard</source> + <translation>Görüntünün Yerini Panoya kopyala</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="851"/> + <source>Block Image</source> + <translation>Görüntüleri Engelle</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="866"/> + <source>Bookmark this Page</source> + <translation>Bu sayfayı yerimine ekle</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="880"/> <source>Search with...</source> <translation>Bununla Ara...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="869"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="902"/> <source>Web Inspector...</source> <translation>Web Denetleyicisi...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1393"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1426"/> <source>Error loading page: {0}</source> <translation>Sayfa yüklenirken hata: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>When connecting to: {0}.</source> <translation>Bağlantı:{0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Adresi kontrol ediniz Örneğin <b>www</b>.example.org yerine <b>ww</b>.example.org yazmış olabilirsiniz</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>If the address is correct, try checking the network connection.</source> <translation>Eğer adres doğru ise, ağ bağlantınızı kontrol ediniz.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Eğer bilgisayarınız veya ağınız bir güvenlik duvarı yada proxy ile korunuyorsa, gözatıcınıza ağa giriş izni veriniz.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="864"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="897"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1017"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1017"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1059"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1059"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1076"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1076"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1475"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1475"/> <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="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1483"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1483"/> <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="1470"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1503"/> <source>bytes</source> <translation>bitler</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1506"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1476"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1509"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="801"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="834"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="822"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="855"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="655"/> <source>eric5 Web Browser</source> <translation type="unfinished">Eric5 Web Gözatıcısı</translation> </message> @@ -13673,27 +13673,27 @@ <translation><p>PyQt4 te hatyı yazdırmak tam olarak mümkün değil. Lütfen güncelleyiniz.</p></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="591"/> + <location filename="Helpviewer/HelpTabWidget.py" line="595"/> <source>Loading...</source> <translation>Yükleniyor...</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="608"/> + <location filename="Helpviewer/HelpTabWidget.py" line="612"/> <source>Finished loading</source> <translation>Yükleme bitirildi</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="610"/> + <location filename="Helpviewer/HelpTabWidget.py" line="614"/> <source>Failed to load</source> <translation>Yüklerken başarısız olundu</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="646"/> + <location filename="Helpviewer/HelpTabWidget.py" line="650"/> <source>Are you sure you want to close the window?</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="Helpviewer/HelpTabWidget.py" line="646"/> + <location filename="Helpviewer/HelpTabWidget.py" line="650"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation type="unfinished"> @@ -13702,17 +13702,17 @@ </translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="653"/> + <location filename="Helpviewer/HelpTabWidget.py" line="657"/> <source>&Close</source> <translation>&Kapat</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="656"/> + <location filename="Helpviewer/HelpTabWidget.py" line="660"/> <source>&Quit</source> <translation>&Çıkış</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="658"/> + <location filename="Helpviewer/HelpTabWidget.py" line="662"/> <source>C&lose Current Tab</source> <translation type="unfinished"></translation> </message> @@ -14333,52 +14333,52 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="260"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="261"/> <source>Error loading page: {0}</source> <translation>Sayfa yüklenirken hata: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>When connecting to: {0}.</source> <translation>Bağlantı:{0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Adresi kontrol ediniz Örneğin <b>www</b>.example.org yerine <b>ww</b>.example.org yazmış olabilirsiniz</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>If the address is correct, try checking the network connection.</source> <translation>Eğer adres doğru ise, ağ bağlantınızı kontrol ediniz.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Eğer bilgisayarınız veya ağınız bir güvenlik duvarı yada proxy ile korunuyorsa, gözatıcınıza ağa giriş izni veriniz.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="196"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="197"/> <source>Resending POST request</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="196"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="197"/> <source>In order to display the site, the request along with all the data must be sent once again, which may lead to some unexpected behaviour of the site e.g. the same action might be performed once again. Do you want to continue anyway?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="373"/> <source>SSL Certificate Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="373"/> <source>There is no SSL Certificate Info available.</source> <translation type="unfinished"></translation> </message> @@ -15583,12 +15583,12 @@ <message> <location filename="Helpviewer/HelpWindow.py" line="1127"/> <source>Show Network Monitor</source> - <translation>Ağ Gözleyicisini Göster</translation> + <translation type="obsolete">Ağ Gözleyicisini Göster</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1127"/> <source>Show &Network Monitor</source> - <translation>Ağ Gözleyicisi&ni Göster</translation> + <translation type="obsolete">Ağ Gözleyicisi&ni Göster</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1131"/> @@ -15598,7 +15598,7 @@ <message> <location filename="Helpviewer/HelpWindow.py" line="1132"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> - <translation><b>Ağ Gözleyicisini Göster</b><p>Ağ gözleyicisi diyaloğunu göster.</p></translation> + <translation type="obsolete"><b>Ağ Gözleyicisini Göster</b><p>Ağ gözleyicisi diyaloğunu göster.</p></translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="1205"/> @@ -16025,6 +16025,21 @@ <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <source>Network Monitor</source> + <translation type="unfinished">Ağ Gözleyicisi</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <source>&Network Monitor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1132"/> + <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -17011,32 +17026,32 @@ <translation type="unfinished">Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="134"/> <source>Did not receive the 'hello' message.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="136"/> <source>Received data on unexpected channel.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="141"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="144"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> <source>'capabilities' message did not contain any capability.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="156"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="157"/> <source>'encoding' message did not contain any encoding.</source> <translation type="unfinished"></translation> </message> @@ -17681,7 +17696,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="313"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="312"/> <source>Revision</source> <translation type="unfinished">Gözden Geçirme</translation> </message> @@ -17902,12 +17917,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1130"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1129"/> <source>Revision</source> <translation>Gözden Geçirme</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1127"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1126"/> <source>Author</source> <translation>Yazar</translation> </message> @@ -20139,7 +20154,7 @@ <translation type="unfinished">kayıp</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="295"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="294"/> <source>unknown</source> <translation type="unfinished">bilinmeyen</translation> </message> @@ -20963,37 +20978,37 @@ <translation>Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="546"/> <source>Commit</source> <translation>Teslimat</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="661"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="660"/> <source>There are no uncommitted changes available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="585"/> <source>Add</source> <translation>Ekle</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="585"/> <source>There are no unversioned entries available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="607"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="606"/> <source>Remove</source> <translation>Kaldır</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="644"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="643"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="644"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="643"/> <source>Revert</source> <translation>Başa Dönme</translation> </message> @@ -21078,7 +21093,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="459"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="458"/> <source>all</source> <translation type="unfinished"></translation> </message> @@ -21088,12 +21103,12 @@ <translation type="obsolete">Farklılık</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="661"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="660"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="546"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> @@ -21228,12 +21243,12 @@ <translation>Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="250"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="249"/> <source>active</source> <translation>aktif</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="255"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="254"/> <source>yes</source> <translation>evet</translation> </message> @@ -23357,7 +23372,7 @@ <translation type="obsolete">Eric Web Gözatıcısı</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="97"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="98"/> <source>Search!</source> <translation>Ara!</translation> </message> @@ -23367,22 +23382,22 @@ <translation type="obsolete">Eric Hakkında</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="136"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="137"/> <source>Search results provided by {0}</source> <translation>Arama souçları {0} tarafından sağlanıyor</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="95"/> - <source>Welcome to eric5 Web Browser!</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="96"/> + <source>Welcome to eric5 Web Browser!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="97"/> <source>eric5 Web Browser</source> <translation type="unfinished">Eric5 Web Gözatıcısı</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="98"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="99"/> <source>About eric5</source> <translation type="unfinished"></translation> </message> @@ -26786,7 +26801,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Passwords/PasswordManager.py" line="586"/> + <location filename="Helpviewer/Passwords/PasswordManager.py" line="589"/> <source>Re-encoding saved passwords...</source> <translation type="unfinished"></translation> </message> @@ -33936,67 +33951,67 @@ <translation>Bul ve Değiştir</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="32"/> + <location filename="QScintilla/ReplaceWidget.ui" line="23"/> <source>Press to close the window</source> <translation>Pencereyi kapatmak için basınız</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="42"/> + <location filename="QScintilla/ReplaceWidget.ui" line="33"/> <source>Find:</source> <translation>Bul:</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="71"/> + <location filename="QScintilla/ReplaceWidget.ui" line="62"/> <source>Press to find the previous occurrence</source> <translation>Birönceki eşleşmeyi bulmak için basınız</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="78"/> + <location filename="QScintilla/ReplaceWidget.ui" line="69"/> <source>Press to find the next occurrence</source> <translation>Sonraki eşlişmeyi bulmak için basınız</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="85"/> + <location filename="QScintilla/ReplaceWidget.ui" line="76"/> <source>Match case</source> <translation>Eşleşme durumu</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="92"/> + <location filename="QScintilla/ReplaceWidget.ui" line="83"/> <source>Whole word</source> <translation>Tüm kelimeler</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="99"/> + <location filename="QScintilla/ReplaceWidget.ui" line="90"/> <source>Regexp</source> <translation>Regexp</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="106"/> + <location filename="QScintilla/ReplaceWidget.ui" line="97"/> <source>Replace:</source> <translation>Yerdeğiştir:</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="135"/> + <location filename="QScintilla/ReplaceWidget.ui" line="126"/> <source>Press to replace the selection</source> <translation>Seçimi değiştirmek için basınız</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="149"/> + <location filename="QScintilla/ReplaceWidget.ui" line="140"/> <source>Press to replace all occurrences</source> <translation>Tüm eşleşmeleri değiştirmek için basınız</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="156"/> + <location filename="QScintilla/ReplaceWidget.ui" line="147"/> <source>Wrap around</source> <translation>Etrafını çevrele</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="163"/> + <location filename="QScintilla/ReplaceWidget.ui" line="154"/> <source>Selection only</source> <translation>YAlnızca seçilen</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="142"/> + <location filename="QScintilla/ReplaceWidget.ui" line="133"/> <source>Press to replace the selection and search for the next occurence</source> <translation type="unfinished"></translation> </message> @@ -34014,17 +34029,17 @@ <translation>Öncekini Bul</translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="506"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="511"/> <source>'{0}' was not found.</source> <translation>'{0}' bulunamadı.</translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="582"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="587"/> <source>Replaced {0} occurrences.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="586"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="591"/> <source>Nothing replaced because '{0}' was not found.</source> <translation type="unfinished"></translation> </message> @@ -37586,12 +37601,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="552"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="551"/> <source>Revision</source> <translation>Gözden Geçirme</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="549"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="548"/> <source>Author</source> <translation>Yazar</translation> </message> @@ -39524,17 +39539,17 @@ <translation>Değişiklik Listesine Ekle</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="786"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="785"/> <source>Remove from Changelist</source> <translation>DEğişiklik listesinden çıkar</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="702"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="701"/> <source>Lock</source> <translation>Kilitli</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="718"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="717"/> <source>Unlock</source> <translation>Kilitsiz</translation> </message> @@ -39654,57 +39669,57 @@ <translation>Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="585"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="584"/> <source>Commit</source> <translation>Teslimat</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="683"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="682"/> <source>There are no uncommitted changes available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="623"/> <source>Add</source> <translation>Ekle</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="623"/> <source>There are no unversioned entries available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="665"/> <source>Revert</source> <translation>Başa Dönme</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="702"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="701"/> <source>There are no unlocked files available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="752"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="751"/> <source>There are no locked files available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="735"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="734"/> <source>Break Lock</source> <translation>Kırma Kilidi</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="752"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="751"/> <source>Steal Lock</source> <translation>Hırsızlık Kilidi</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="768"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="767"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="786"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="785"/> <source>There are no files available/selected belonging to a changelist.</source> <translation type="unfinished"></translation> </message> @@ -39779,7 +39794,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="504"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="503"/> <source>all</source> <translation type="unfinished"></translation> </message> @@ -39789,17 +39804,17 @@ <translation type="obsolete">Farklılık</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="683"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="682"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="585"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="584"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="665"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished"></translation> </message> @@ -50381,77 +50396,77 @@ <translation>İzlemenoktası</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="167"/> + <location filename="Debugger/WatchPointViewer.py" line="166"/> <source>Add</source> <translation>Ekle</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="137"/> + <location filename="Debugger/WatchPointViewer.py" line="136"/> <source>Edit...</source> <translation>Düzenle...</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="139"/> + <location filename="Debugger/WatchPointViewer.py" line="138"/> <source>Enable</source> <translation>Etkinleştir</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="171"/> + <location filename="Debugger/WatchPointViewer.py" line="170"/> <source>Enable all</source> <translation>Hepsini etkinleştir</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="142"/> + <location filename="Debugger/WatchPointViewer.py" line="141"/> <source>Disable</source> <translation>Onaylama</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="175"/> + <location filename="Debugger/WatchPointViewer.py" line="174"/> <source>Disable all</source> <translation>Hepsini Onaylama</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="145"/> + <location filename="Debugger/WatchPointViewer.py" line="144"/> <source>Delete</source> <translation>Sil</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="179"/> + <location filename="Debugger/WatchPointViewer.py" line="178"/> <source>Delete all</source> <translation>Hepsini sil</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="181"/> + <location filename="Debugger/WatchPointViewer.py" line="180"/> <source>Configure...</source> <translation>Ayarlanıyor...</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="169"/> + <location filename="Debugger/WatchPointViewer.py" line="168"/> <source>Enable selected</source> <translation>Seçilenleri Etkinleştir</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="173"/> + <location filename="Debugger/WatchPointViewer.py" line="172"/> <source>Disable selected</source> <translation>Seçileni Onaylama</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="177"/> + <location filename="Debugger/WatchPointViewer.py" line="176"/> <source>Delete selected</source> <translation>Seçileni Sil</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="225"/> + <location filename="Debugger/WatchPointViewer.py" line="224"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="229"/> + <location filename="Debugger/WatchPointViewer.py" line="228"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="232"/> + <location filename="Debugger/WatchPointViewer.py" line="231"/> <source>Watch expression already exists</source> <translation>Hali hazırda gözetleme ifadesi var</translation> </message>
--- a/i18n/eric5_zh_CN.GB2312.ts Tue Jan 17 20:21:27 2012 +0100 +++ b/i18n/eric5_zh_CN.GB2312.ts Wed Jan 18 19:59:42 2012 +0100 @@ -2083,67 +2083,67 @@ <translation>断点</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="171"/> + <location filename="Debugger/BreakPointViewer.py" line="170"/> <source>Add</source> <translation>添加</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="142"/> + <location filename="Debugger/BreakPointViewer.py" line="141"/> <source>Edit...</source> <translation>编辑……</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="144"/> + <location filename="Debugger/BreakPointViewer.py" line="143"/> <source>Enable</source> <translation>允许</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="175"/> + <location filename="Debugger/BreakPointViewer.py" line="174"/> <source>Enable all</source> <translation>允许所有</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="147"/> + <location filename="Debugger/BreakPointViewer.py" line="146"/> <source>Disable</source> <translation>禁止</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="179"/> + <location filename="Debugger/BreakPointViewer.py" line="178"/> <source>Disable all</source> <translation>禁止所有</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="150"/> + <location filename="Debugger/BreakPointViewer.py" line="149"/> <source>Delete</source> <translation>删除</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="183"/> + <location filename="Debugger/BreakPointViewer.py" line="182"/> <source>Delete all</source> <translation>全部删除</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="153"/> + <location filename="Debugger/BreakPointViewer.py" line="152"/> <source>Goto</source> <translation>跳转</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="185"/> + <location filename="Debugger/BreakPointViewer.py" line="184"/> <source>Configure...</source> <translation>配置……</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="173"/> + <location filename="Debugger/BreakPointViewer.py" line="172"/> <source>Enable selected</source> <translation>允许所选择的</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="177"/> + <location filename="Debugger/BreakPointViewer.py" line="176"/> <source>Disable selected</source> <translation>禁止所选择的</translation> </message> <message> - <location filename="Debugger/BreakPointViewer.py" line="181"/> + <location filename="Debugger/BreakPointViewer.py" line="180"/> <source>Delete selected</source> <translation>删除所选择的</translation> </message> @@ -2161,72 +2161,72 @@ <translation><b>浏览器窗口</b><p>使您可以很方便地操纵文件夹和文件的层次,在源文件观察窗口中识别并打开Python程序。窗口以多层级方式显示。</p><p>第一个层级只显示您是否已经打开了一个程序用于调试,并且该程序位于包含该程序的文件夹中。构成Python应用程序的单独文件通常应保证在同一个文件夹中。所以该层级使您可以很方便地按您的需要进行访问。</p><p>下一个层级用来很方便地操纵在Python <tt>sys.path</tt> 变量中指定的文件夹。</p><p>其余层级允许您从整体上操纵系统。在UNIX操作系统中最前面是 <tt>/</tt> 表示层级,后面是用户主文件夹。在Windows操作系统中每个驱动器都是一个层级。</p><p>Python程序(如: 扩展名为 <tt>.py</tt> 的文件)在层级中用Python图标标识出来。鼠标右键能弹出菜单,使你可以在源文件观察窗口中打开文件、打开文件进行调试或对其进行单元测试。</p><p>类、函数或方法的上下文弹出菜单允许你打开定义这些类、函数或方法的文件,并将光标移动到相应的源代码行处。</p><p>Qt-Designer文件(如:扩展名为<tt>.ui</tt> 的文件) 显示为Designer图标。相应文件的上下文菜单允许你在Qt-Designer中打开该文件。</p><p>Qt-Linguist文件(如:扩展名为 <tt>.ts</tt> 的文件)显示为Linguist图标。相应文件的上下文菜单允许你在Qt-Linguist中打开该文件。</p></translation> </message> <message> - <location filename="UI/Browser.py" line="203"/> + <location filename="UI/Browser.py" line="202"/> <source>Open</source> <translation>打开</translation> </message> <message> - <location filename="UI/Browser.py" line="181"/> + <location filename="UI/Browser.py" line="180"/> <source>Run unittest...</source> <translation>运行单元测试……</translation> </message> <message> - <location filename="UI/Browser.py" line="264"/> + <location filename="UI/Browser.py" line="263"/> <source>Configure...</source> <translation>配置……</translation> </message> <message> - <location filename="UI/Browser.py" line="259"/> + <location filename="UI/Browser.py" line="258"/> <source>New toplevel directory...</source> <translation>新顶层文件夹……</translation> </message> <message> - <location filename="UI/Browser.py" line="215"/> + <location filename="UI/Browser.py" line="214"/> <source>Add as toplevel directory</source> <translation>添加为顶层文件夹</translation> </message> <message> - <location filename="UI/Browser.py" line="218"/> + <location filename="UI/Browser.py" line="217"/> <source>Remove from toplevel</source> <translation>从顶层移除</translation> </message> <message> - <location filename="UI/Browser.py" line="226"/> + <location filename="UI/Browser.py" line="225"/> <source>Find in this directory</source> <translation>在该文件夹中查找</translation> </message> <message> - <location filename="UI/Browser.py" line="229"/> + <location filename="UI/Browser.py" line="228"/> <source>Find&&Replace in this directory</source> <translation>在该文件夹中查找和替换(&R)</translation> </message> <message> - <location filename="UI/Browser.py" line="459"/> + <location filename="UI/Browser.py" line="458"/> <source>New toplevel directory</source> <translation>新建顶层文件夹</translation> </message> <message> - <location filename="UI/Browser.py" line="191"/> + <location filename="UI/Browser.py" line="190"/> <source>Open in Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="232"/> + <location filename="UI/Browser.py" line="231"/> <source>Copy Path to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="222"/> + <location filename="UI/Browser.py" line="221"/> <source>Refresh directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/Browser.py" line="241"/> + <location filename="UI/Browser.py" line="240"/> <source>Goto</source> <translation type="unfinished">跳转</translation> </message> <message> - <location filename="UI/Browser.py" line="343"/> + <location filename="UI/Browser.py" line="342"/> <source>Line {0}</source> <translation type="unfinished"></translation> </message> @@ -2603,37 +2603,37 @@ <translation>展开所有</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="187"/> + <location filename="DataViews/CodeMetricsDialog.py" line="186"/> <source>files</source> <translation>文件</translation> </message> <message> + <location filename="DataViews/CodeMetricsDialog.py" line="187"/> + <source>lines</source> + <translation>行</translation> + </message> + <message> <location filename="DataViews/CodeMetricsDialog.py" line="188"/> - <source>lines</source> - <translation>行</translation> + <source>bytes</source> + <translation>字节</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="189"/> - <source>bytes</source> - <translation>字节</translation> + <source>comments</source> + <translation>注释</translation> </message> <message> <location filename="DataViews/CodeMetricsDialog.py" line="190"/> - <source>comments</source> - <translation>注释</translation> - </message> - <message> - <location filename="DataViews/CodeMetricsDialog.py" line="191"/> <source>empty lines</source> <translation>空行</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="193"/> + <location filename="DataViews/CodeMetricsDialog.py" line="192"/> <source>non-commentary lines</source> <translation>没有注释的行</translation> </message> <message> - <location filename="DataViews/CodeMetricsDialog.py" line="195"/> + <location filename="DataViews/CodeMetricsDialog.py" line="194"/> <source>documentation lines</source> <translation>文件行</translation> </message> @@ -13932,17 +13932,17 @@ <translation type="obsolete"><p>无法为文件 <b>%1</b> 开启浏览器。</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="790"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="823"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>在新选项卡中打开链接<byte value="x9"/>Ctrl+LMB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="403"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="436"/> <source><b>Help Window</b><p>This window displays the selected help information.</p></source> <translation><b>帮助窗口</b><p>该窗口显示已选的帮助信息。</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="869"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="902"/> <source>Web Inspector...</source> <translation>网络检查器……</translation> </message> @@ -13952,57 +13952,57 @@ <translation type="obsolete"><html><head><title>帮助窗口</title></head><body><p>请求的 URL <b>%1</b> 无法载入。</p><p>原因: %2</p></body></html></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="833"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="866"/> <source>Bookmark this Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="794"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="827"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="795"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="828"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="798"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="831"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="841"/> <source>Open Image in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> <source>Save Image</source> <translation type="unfinished">保存图像</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="846"/> <source>Copy Image to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="814"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Copy Image Location to Clipboard</source> <translation type="unfinished"></translation> </message> @@ -14012,127 +14012,127 @@ <translation type="obsolete">网络浏览器</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="818"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="851"/> <source>Block Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="880"/> <source>Search with...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="585"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="655"/> <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="605"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="638"/> <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="1393"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1426"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1475"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1475"/> <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="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1483"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1470"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1503"/> <source>bytes</source> <translation type="unfinished">字节</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1506"/> <source>kB</source> <translation type="unfinished">千字节</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1476"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1509"/> <source>MB</source> <translation type="unfinished">兆字节</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1483"/> <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="864"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="897"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1017"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1017"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1059"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1059"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1076"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1076"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> <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="801"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="834"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="822"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="855"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="655"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> @@ -14646,27 +14646,27 @@ <translation type="unfinished"><p>由于 PyQt4 中存在一个错误,导致无法打印。请升级。</p></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="591"/> + <location filename="Helpviewer/HelpTabWidget.py" line="595"/> <source>Loading...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="608"/> + <location filename="Helpviewer/HelpTabWidget.py" line="612"/> <source>Finished loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="610"/> + <location filename="Helpviewer/HelpTabWidget.py" line="614"/> <source>Failed to load</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="646"/> + <location filename="Helpviewer/HelpTabWidget.py" line="650"/> <source>Are you sure you want to close the window?</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="Helpviewer/HelpTabWidget.py" line="646"/> + <location filename="Helpviewer/HelpTabWidget.py" line="650"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation type="unfinished"> @@ -14674,17 +14674,17 @@ </translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="653"/> + <location filename="Helpviewer/HelpTabWidget.py" line="657"/> <source>&Close</source> <translation type="unfinished">关闭(&C)</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="656"/> + <location filename="Helpviewer/HelpTabWidget.py" line="660"/> <source>&Quit</source> <translation type="unfinished">退出(&Q)</translation> </message> <message> - <location filename="Helpviewer/HelpTabWidget.py" line="658"/> + <location filename="Helpviewer/HelpTabWidget.py" line="662"/> <source>C&lose Current Tab</source> <translation type="unfinished"></translation> </message> @@ -15370,52 +15370,52 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="260"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="261"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="270"/> <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="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="373"/> <source>SSL Certificate Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="373"/> <source>There is no SSL Certificate Info available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="196"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="197"/> <source>Resending POST request</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="196"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="197"/> <source>In order to display the site, the request along with all the data must be sent once again, which may lead to some unexpected behaviour of the site e.g. the same action might be performed once again. Do you want to continue anyway?</source> <translation type="unfinished"></translation> </message> @@ -16501,26 +16501,11 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1127"/> - <source>Show Network Monitor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1127"/> - <source>Show &Network Monitor</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1131"/> <source>Show the network monitor dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1132"/> - <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1284"/> <source>&Settings</source> <translation type="unfinished"></translation> @@ -17147,6 +17132,21 @@ <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <source>Network Monitor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <source>&Network Monitor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1132"/> + <source><b>Network Monitor...</b><p>Shows the network monitor dialog.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -18118,32 +18118,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="133"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="134"/> <source>Did not receive the 'hello' message.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="135"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="136"/> <source>Received data on unexpected channel.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="141"/> <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="144"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="145"/> <source>'capabilities' message did not contain any capability.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="153"/> <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="156"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="157"/> <source>'encoding' message did not contain any encoding.</source> <translation type="unfinished"></translation> </message> @@ -18783,7 +18783,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="313"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="312"/> <source>Revision</source> <translation type="unfinished">修订</translation> </message> @@ -19004,12 +19004,12 @@ <translation type="unfinished">选择要过滤的区域</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1130"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1129"/> <source>Revision</source> <translation type="unfinished">修订</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1127"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1126"/> <source>Author</source> <translation type="unfinished">作者</translation> </message> @@ -21276,7 +21276,7 @@ <translation type="unfinished">遗漏</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="295"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="294"/> <source>unknown</source> <translation type="unfinished">未知</translation> </message> @@ -22094,27 +22094,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="546"/> <source>Commit</source> <translation type="unfinished">提交</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="661"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="660"/> <source>There are no uncommitted changes available/selected.</source> <translation type="unfinished">没有未提交的更改可用或被选择。</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="585"/> <source>Add</source> <translation type="unfinished">添加</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="585"/> <source>There are no unversioned entries available/selected.</source> <translation type="unfinished">没有未版本化的条目可用或被选择。</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="644"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="643"/> <source>Revert</source> <translation type="unfinished">还原</translation> </message> @@ -22124,12 +22124,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="607"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="606"/> <source>Remove</source> <translation type="unfinished">移除</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="644"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="643"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished"></translation> </message> @@ -22214,7 +22214,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="459"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="458"/> <source>all</source> <translation type="unfinished"></translation> </message> @@ -22224,12 +22224,12 @@ <translation type="obsolete">差异</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="661"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="660"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="546"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> @@ -22363,12 +22363,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="250"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="249"/> <source>active</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="255"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="254"/> <source>yes</source> <translation type="unfinished">是</translation> </message> @@ -24607,7 +24607,7 @@ <context> <name>JavaScriptEricObject</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="97"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="98"/> <source>Search!</source> <translation type="unfinished"></translation> </message> @@ -24617,22 +24617,22 @@ <translation type="obsolete">关于Eric</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="136"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="137"/> <source>Search results provided by {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="95"/> - <source>Welcome to eric5 Web Browser!</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="96"/> + <source>Welcome to eric5 Web Browser!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="97"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="98"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="99"/> <source>About eric5</source> <translation type="unfinished"></translation> </message> @@ -28326,7 +28326,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Passwords/PasswordManager.py" line="586"/> + <location filename="Helpviewer/Passwords/PasswordManager.py" line="589"/> <source>Re-encoding saved passwords...</source> <translation type="unfinished"></translation> </message> @@ -36492,67 +36492,67 @@ <translation>查找替换</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="32"/> + <location filename="QScintilla/ReplaceWidget.ui" line="23"/> <source>Press to close the window</source> <translation>点击关闭窗口</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="42"/> + <location filename="QScintilla/ReplaceWidget.ui" line="33"/> <source>Find:</source> <translation>查找:</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="71"/> + <location filename="QScintilla/ReplaceWidget.ui" line="62"/> <source>Press to find the previous occurrence</source> <translation>点击查找上一次出现</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="78"/> + <location filename="QScintilla/ReplaceWidget.ui" line="69"/> <source>Press to find the next occurrence</source> <translation>点击查找下一次出现</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="85"/> + <location filename="QScintilla/ReplaceWidget.ui" line="76"/> <source>Match case</source> <translation>匹配大小写</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="92"/> + <location filename="QScintilla/ReplaceWidget.ui" line="83"/> <source>Whole word</source> <translation>全部文字</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="106"/> + <location filename="QScintilla/ReplaceWidget.ui" line="97"/> <source>Replace:</source> <translation>替换:</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="135"/> + <location filename="QScintilla/ReplaceWidget.ui" line="126"/> <source>Press to replace the selection</source> <translation>点击替换所选部分</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="149"/> + <location filename="QScintilla/ReplaceWidget.ui" line="140"/> <source>Press to replace all occurrences</source> <translation>点击替换所有出现的项</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="99"/> + <location filename="QScintilla/ReplaceWidget.ui" line="90"/> <source>Regexp</source> <translation>正则表达式</translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="156"/> + <location filename="QScintilla/ReplaceWidget.ui" line="147"/> <source>Wrap around</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="163"/> + <location filename="QScintilla/ReplaceWidget.ui" line="154"/> <source>Selection only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/ReplaceWidget.ui" line="142"/> + <location filename="QScintilla/ReplaceWidget.ui" line="133"/> <source>Press to replace the selection and search for the next occurence</source> <translation type="unfinished"></translation> </message> @@ -36731,17 +36731,17 @@ <translation type="obsolete">没有替换任何东西,因为“%1”未找到。</translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="506"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="511"/> <source>'{0}' was not found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="582"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="587"/> <source>Replaced {0} occurrences.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/SearchReplaceWidget.py" line="586"/> + <location filename="QScintilla/SearchReplaceWidget.py" line="591"/> <source>Nothing replaced because '{0}' was not found.</source> <translation type="unfinished"></translation> </message> @@ -40807,12 +40807,12 @@ <translation>选择要过滤的区域</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="552"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="551"/> <source>Revision</source> <translation>修订</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="549"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="548"/> <source>Author</source> <translation>作者</translation> </message> @@ -42812,17 +42812,17 @@ <translation>添加更改列表</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="786"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="785"/> <source>Remove from Changelist</source> <translation>从更改列表中移除</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="702"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="701"/> <source>Lock</source> <translation>闭锁</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="718"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="717"/> <source>Unlock</source> <translation>解锁</translation> </message> @@ -42942,57 +42942,57 @@ <translation type="obsolete">无法启动进程 %1,在搜索路径中。</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="585"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="584"/> <source>Commit</source> <translation>提交</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="683"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="682"/> <source>There are no uncommitted changes available/selected.</source> <translation>没有未提交的更改可用或被选择。</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="623"/> <source>Add</source> <translation>添加</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="623"/> <source>There are no unversioned entries available/selected.</source> <translation>没有未版本化的条目可用或被选择。</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="665"/> <source>Revert</source> <translation>还原</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="702"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="701"/> <source>There are no unlocked files available/selected.</source> <translation>没有未解锁的文件可用或被选择。</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="752"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="751"/> <source>There are no locked files available/selected.</source> <translation>没有闭锁的文件可用或被选择。</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="735"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="734"/> <source>Break Lock</source> <translation>Break Lock</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="752"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="751"/> <source>Steal Lock</source> <translation>Steal Lock</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="768"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="767"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation>没有不属于更改列表的文件可用或被选择。</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="786"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="785"/> <source>There are no files available/selected belonging to a changelist.</source> <translation>没有属于更改列表的文件可用或被选择。</translation> </message> @@ -43072,7 +43072,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="504"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="503"/> <source>all</source> <translation type="unfinished"></translation> </message> @@ -43082,17 +43082,17 @@ <translation type="obsolete">差异</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="683"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="682"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="585"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="584"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="665"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished"></translation> </message> @@ -54376,62 +54376,62 @@ <translation>监视点</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="167"/> + <location filename="Debugger/WatchPointViewer.py" line="166"/> <source>Add</source> <translation>添加</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="137"/> + <location filename="Debugger/WatchPointViewer.py" line="136"/> <source>Edit...</source> <translation>编辑……</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="139"/> + <location filename="Debugger/WatchPointViewer.py" line="138"/> <source>Enable</source> <translation>允许</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="171"/> + <location filename="Debugger/WatchPointViewer.py" line="170"/> <source>Enable all</source> <translation>允许所有</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="142"/> + <location filename="Debugger/WatchPointViewer.py" line="141"/> <source>Disable</source> <translation>禁止</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="175"/> + <location filename="Debugger/WatchPointViewer.py" line="174"/> <source>Disable all</source> <translation>禁止所有</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="145"/> + <location filename="Debugger/WatchPointViewer.py" line="144"/> <source>Delete</source> <translation>删除</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="179"/> + <location filename="Debugger/WatchPointViewer.py" line="178"/> <source>Delete all</source> <translation>全部删除</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="181"/> + <location filename="Debugger/WatchPointViewer.py" line="180"/> <source>Configure...</source> <translation>配置……</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="169"/> + <location filename="Debugger/WatchPointViewer.py" line="168"/> <source>Enable selected</source> <translation>允许所选择的</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="173"/> + <location filename="Debugger/WatchPointViewer.py" line="172"/> <source>Disable selected</source> <translation>禁止所选择的</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="177"/> + <location filename="Debugger/WatchPointViewer.py" line="176"/> <source>Delete selected</source> <translation>删除所选择的</translation> </message> @@ -54446,17 +54446,17 @@ <translation type="obsolete"><p> 变量 <b>%2</b> 的监视表达式 '<b>%1</b>' 已存在。</p></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="232"/> + <location filename="Debugger/WatchPointViewer.py" line="231"/> <source>Watch expression already exists</source> <translation>监视表达式已存在</translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="225"/> + <location filename="Debugger/WatchPointViewer.py" line="224"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Debugger/WatchPointViewer.py" line="229"/> + <location filename="Debugger/WatchPointViewer.py" line="228"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation type="unfinished"></translation> </message>