Fri, 17 Feb 2012 16:24:18 +0100
Fixed a situation in the project browser that could lead to a crash.
Project/ProjectBrowser.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/Project/ProjectBrowser.py Sun Feb 12 16:53:58 2012 +0100 +++ b/Project/ProjectBrowser.py Fri Feb 17 16:24:18 2012 +0100 @@ -355,4 +355,7 @@ else: self.vcsStatusIndicator.setColor( Preferences.getProjectBrowserColour(self.vcsStatusColorNames[state])) - self.vcsStatusIndicator.setToolTip(self.vcsStatusText[state]) + if state not in self.vcsStatusText: + self.vcsStatusIndicator.setToolTip(self.trUtf8("unknown status")) + else: + self.vcsStatusIndicator.setToolTip(self.vcsStatusText[state])
--- a/i18n/eric5_cs.ts Sun Feb 12 16:53:58 2012 +0100 +++ b/i18n/eric5_cs.ts Fri Feb 17 16:24:18 2012 +0100 @@ -13045,72 +13045,72 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="790"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="796"/> <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="407"/> <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="875"/> <source>Web Inspector...</source> <translation>Web inspektor...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1408"/> <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="1408"/> <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="1408"/> <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="839"/> <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="800"/> <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="801"/> <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="804"/> <source>Copy Link to Clipboard</source> <translation>Kopírovat link do schránky</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> - <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"/> - <source>Save Image</source> - <translation>Uložit obrázek</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> - <source>Copy Image to Clipboard</source> - <translation>Kopíroavt obrázek do schránky</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="814"/> + <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="818"/> + <source>Save Image</source> + <translation>Uložit obrázek</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="819"/> + <source>Copy Image to Clipboard</source> + <translation>Kopíroavt obrázek do schránky</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="820"/> <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="824"/> <source>Block Image</source> <translation>Blokovat obrázek</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="853"/> <source>Search with...</source> <translation>Hledat s...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="585"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="591"/> <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="628"/> <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="611"/> <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="1399"/> <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="1408"/> <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="1448"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1448"/> <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="1456"/> <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="1456"/> <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"/> - <source>bytes</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> - <source>kB</source> - <translation type="unfinished">kB</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1476"/> + <source>bytes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1479"/> + <source>kB</source> + <translation type="unfinished">kB</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1482"/> <source>MB</source> <translation type="unfinished">MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="864"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="870"/> <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="990"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="990"/> <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="1032"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1032"/> <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="1049"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1049"/> <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="1408"/> <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="807"/> <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="828"/> <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="628"/> <source>eric5 Web Browser</source> <translation type="unfinished">eric5 web prohlížeč</translation> </message> @@ -14327,42 +14327,42 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="260"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="264"/> <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="273"/> <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="273"/> <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="273"/> <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="273"/> <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="273"/> <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="371"/> <source>SSL Certificate Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="371"/> <source>There is no SSL Certificate Info available.</source> <translation type="unfinished"></translation> </message> @@ -27964,27 +27964,27 @@ Vyberte Obnovit.</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="349"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="352"/> <source>Error downloading file</source> <translation>Chyba při stahování souboru</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="418"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="421"/> <source>Stable</source> <translation>Stabilní</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="424"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="427"/> <source>Unstable</source> <translation>Nestabilní</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="430"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="433"/> <source>Unknown</source> <translation>Neznámý</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="484"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="487"/> <source>SSL Errors</source> <translation>SSL chyby</translation> </message> @@ -27999,12 +27999,12 @@ <translation type="obsolete"><p>Soubor repozitáře pluginů <b>{0}</b> má nepodporovaný formát.</p></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="349"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="352"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation><p>Nelze stáhnout požadovaný soubor z {0}.</p><p>Chyba: {1}</p></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="484"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="487"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation><p>SSL chyby:</p><p>{0}</p><p>Chcete tyto chyby ignorovat?</p></translation> </message> @@ -28017,17 +28017,17 @@ <context> <name>PluginRepositoryWindow</name> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source>OK</source> <translation>OK</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit zveřejnění.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> @@ -29580,6 +29580,11 @@ <source>files removed</source> <translation>odebráno souborů</translation> </message> + <message> + <location filename="Project/ProjectBrowser.py" line="359"/> + <source>unknown status</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBrowserModel</name> @@ -42473,7 +42478,7 @@ <translation>Konfigurovat...</translation> </message> <message> - <location filename="QScintilla/Terminal.py" line="912"/> + <location filename="QScintilla/Terminal.py" line="913"/> <source>No shell has been configured.</source> <translation>Nebyl nakonfigurován žádný shell.</translation> </message> @@ -45323,7 +45328,7 @@ <translation><h3>Čísla verzí</h3><table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5806"/> + <location filename="UI/UserInterface.py" line="5809"/> <source></table></source> <translation></table></translation> </message> @@ -45403,12 +45408,12 @@ <translation>Zahodit chybu</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5772"/> + <location filename="UI/UserInterface.py" line="5775"/> <source>Error during updates check</source> <translation>Chyba během zjišťování aktualizací</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5759"/> + <location filename="UI/UserInterface.py" line="5762"/> <source>Update available</source> <translation>Byla nalezena aktualizace</translation> </message> @@ -45423,7 +45428,7 @@ <translation>Zobrazit externí nás&troje</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5772"/> + <location filename="UI/UserInterface.py" line="5775"/> <source>Could not perform updates check.</source> <translation>Kontrolu updatů nelze provést.</translation> </message> @@ -45433,7 +45438,7 @@ <translation>&Zrušit</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5846"/> + <location filename="UI/UserInterface.py" line="5849"/> <source>First time usage</source> <translation>Spuštěno poprvé</translation> </message> @@ -45538,7 +45543,7 @@ <translation type="obsolete">Nelze stáhnout soubor s verzemi.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5793"/> + <location filename="UI/UserInterface.py" line="5796"/> <source><h3>Available versions</h3><table></source> <translation><h3>Dostupné verze</h3><table></translation> </message> @@ -45683,7 +45688,7 @@ <translation><p>Tato část status baru zobrazuje indikátor práva zápisu editoru do souboru.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5821"/> + <location filename="UI/UserInterface.py" line="5824"/> <source>SSL Errors</source> <translation>SSL chyby</translation> </message> @@ -46242,27 +46247,27 @@ <translation>Zkouším host {0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5759"/> + <location filename="UI/UserInterface.py" line="5762"/> <source>The update to <b>{0}</b> of eric5 is available at <b>{1}</b>. Would you like to get it?</source> <translation>Aktualizace <b>{0}</b> eric5 je připravena na <b>{1}</b>. Chcete ji stáhnout a nainstalovat?</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5768"/> + <location filename="UI/UserInterface.py" line="5771"/> <source>Eric5 is up to date</source> <translation>Eric5 je aktuální</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5768"/> + <location filename="UI/UserInterface.py" line="5771"/> <source>You are using the latest version of eric5</source> <translation>Používáte poslední verzi eric5</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5821"/> + <location filename="UI/UserInterface.py" line="5824"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation><p>SSL chyby:</p><p>{0}</p><p>Chcete tyto chyby ignorovat?</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5846"/> + <location filename="UI/UserInterface.py" line="5849"/> <source>eric5 has not been configured yet. The configuration dialog will be started.</source> <translation>eric5 nebyl ještě nakonfigurován. Bude spuštěn konfigurační dialog.</translation> </message> @@ -46402,12 +46407,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5686"/> + <location filename="UI/UserInterface.py" line="5689"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5680"/> + <location filename="UI/UserInterface.py" line="5683"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -46422,7 +46427,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5686"/> + <location filename="UI/UserInterface.py" line="5689"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_de.ts Sun Feb 12 16:53:58 2012 +0100 +++ b/i18n/eric5_de.ts Fri Feb 17 16:24:18 2012 +0100 @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage=""> +<!DOCTYPE TS> +<TS version="2.0" language="de"> <context> <name>AboutDialog</name> <message> @@ -1640,8 +1641,8 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="140"/> - <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> - <translation>In neuem &Register öffnen<byte value="x9"/>Strg+LMK</translation> + <source>Open in New &Tab Ctrl+LMB</source> + <translation>In neuem &Register öffnen Strg+LMK</translation> </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="146"/> @@ -1859,7 +1860,7 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="76"/> - <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> + <source>Open in New &Tab Ctrl+LMB</source> <translation>In neuem &Register öffnen\tStrg+LMK</translation> </message> </context> @@ -12824,197 +12825,197 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="628"/> <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<byte value="x9"/>Ctrl+LMB</source> + <location filename="Helpviewer/HelpBrowserWV.py" line="796"/> + <source>Open Link in New Tab 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="591"/> <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="407"/> <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="875"/> <source>Web Inspector...</source> <translation>Web Inspektor...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1393"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1399"/> <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="1408"/> <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="1408"/> <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="1408"/> <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="1408"/> <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="611"/> <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="839"/> <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="800"/> <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="801"/> <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="804"/> <source>Copy Link to Clipboard</source> <translation>Link in die Zwischenablage kopieren</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> - <source>Open Image in New Tab</source> - <translation>Bild in neuem Register öffnen</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> - <source>Save Image</source> - <translation>Bild speichern</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> - <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> + <source>Open Image in New Tab</source> + <translation>Bild in neuem Register öffnen</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="818"/> + <source>Save Image</source> + <translation>Bild speichern</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="819"/> + <source>Copy Image to Clipboard</source> + <translation>Bild in die Zwischenablage kopieren</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="820"/> + <source>Copy Image Location to Clipboard</source> + <translation>Bildadresse in die Zwischenablage kopieren</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> <source>Block Image</source> <translation>Bild blockieren</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="853"/> <source>Search with...</source> <translation>Suchen mit...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1448"/> <source>Web Database Quota</source> <translation>Webdatenbankquota</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1448"/> <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="1456"/> <source>New Web Database Quota</source> <translation>Neues Datenbankquota</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1470"/> - <source>bytes</source> - <translation>Bytes</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> - <source>kB</source> - <translation>kB</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1476"/> + <source>bytes</source> + <translation>Bytes</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1479"/> + <source>kB</source> + <translation>kB</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1482"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1456"/> <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="870"/> <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="990"/> <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="990"/> <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="1032"/> <source>Search engine</source> <translation>Suchmaschine</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1032"/> <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="1049"/> <source>Engine name</source> <translation>Suchmaschinenname</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1049"/> <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="1408"/> <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="807"/> <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="828"/> <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="628"/> <source>eric5 Web Browser</source> <translation>eric5 Web-Browser</translation> </message> @@ -14055,42 +14056,42 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="260"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="264"/> <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="273"/> <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="273"/> <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="273"/> <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="273"/> <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="273"/> <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="371"/> <source>SSL Certificate Info</source> <translation>SSL Zertifikat</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="371"/> <source>There is no SSL Certificate Info available.</source> <translation>Es sind keine Informationen für das SSL Zertifikat verfügbar.</translation> </message> @@ -27199,37 +27200,37 @@ Bitte Aktualisieren.</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="349"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="352"/> <source>Error downloading file</source> <translation>Fehler beim Herunterladen der Datei</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="349"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="352"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation><p>Die angefragte Datei konnte nicht von {0} gedownloaded werden.</p><p>Fehler: {1}</p></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="418"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="421"/> <source>Stable</source> <translation>Stabil</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="424"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="427"/> <source>Unstable</source> <translation>Instabil</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="430"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="433"/> <source>Unknown</source> <translation>Unbekannt</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="484"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="487"/> <source>SSL Errors</source> <translation>SSL Fehler</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="484"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="487"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation><p>SSL Fehler</p><p>{0}</p><p>Wollen Sie diese Fehler ignorieren?</p></translation> </message> @@ -27242,17 +27243,17 @@ <context> <name>PluginRepositoryWindow</name> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Der Prozess konnte nicht gestartet werden.<br>StellenSie sicher, dass er als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source>OK</source> <translation>OK</translation> </message> @@ -28719,6 +28720,11 @@ <source>files removed</source> <translation>Dateien entfernt</translation> </message> + <message> + <location filename="Project/ProjectBrowser.py" line="359"/> + <source>unknown status</source> + <translation>unbekannter Status</translation> + </message> </context> <context> <name>ProjectBrowserModel</name> @@ -41662,7 +41668,7 @@ <translation>Einstellungen...</translation> </message> <message> - <location filename="QScintilla/Terminal.py" line="912"/> + <location filename="QScintilla/Terminal.py" line="913"/> <source>No shell has been configured.</source> <translation>Es ist keine Shell konfiguriert.</translation> </message> @@ -44635,12 +44641,12 @@ <translation><p>Der PyQt4 Dokumentations Startpunkt ist nicht konfiguriert.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5772"/> + <location filename="UI/UserInterface.py" line="5775"/> <source>Error during updates check</source> <translation>Fehler während der Aktualisierungsprüfung</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5759"/> + <location filename="UI/UserInterface.py" line="5762"/> <source>Update available</source> <translation>Aktualisierung verfügbar</translation> </message> @@ -44650,7 +44656,7 @@ <translation><h3>Versions Nummern</h3><table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5806"/> + <location filename="UI/UserInterface.py" line="5809"/> <source></table></source> <translation></table></translation> </message> @@ -44685,7 +44691,7 @@ <translation>Zeige externe &Werkzeuge</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5772"/> + <location filename="UI/UserInterface.py" line="5775"/> <source>Could not perform updates check.</source> <translation>Konnte keine Aktualisierungsprüfung durchführen.</translation> </message> @@ -44700,7 +44706,7 @@ <translation>Prüfe Host {0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5846"/> + <location filename="UI/UserInterface.py" line="5849"/> <source>First time usage</source> <translation>Erstmalige Nutzung</translation> </message> @@ -44795,7 +44801,7 @@ <translation>Zeige die verfügbaren eric4 Versionen</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5793"/> + <location filename="UI/UserInterface.py" line="5796"/> <source><h3>Available versions</h3><table></source> <translation><h3>Verfügbare Versionen</h3><table></translation> </message> @@ -44965,12 +44971,12 @@ <translation><p>Dieser Teil der Statusleiste zeigt an, ob die aktuelle Datei geschrieben werden kann.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5821"/> + <location filename="UI/UserInterface.py" line="5824"/> <source>SSL Errors</source> <translation>SSL Fehler</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5821"/> + <location filename="UI/UserInterface.py" line="5824"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation><p>SSL Fehler</p><p>{0}</p><p>Wollen Sie diese Fehler ignorieren?</p></translation> </message> @@ -45366,22 +45372,22 @@ <translation>Qt v.3 wird von eric5 nicht unterstützt.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5759"/> + <location filename="UI/UserInterface.py" line="5762"/> <source>The update to <b>{0}</b> of eric5 is available at <b>{1}</b>. Would you like to get it?</source> <translation>Eine Aktualisierung auf <b>{0}</b> von Eric5 ist unter <b>{1}</b> verfügbar. Wollen Sie sie laden?</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5768"/> + <location filename="UI/UserInterface.py" line="5771"/> <source>Eric5 is up to date</source> <translation>Eric5 ist aktuell</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5768"/> + <location filename="UI/UserInterface.py" line="5771"/> <source>You are using the latest version of eric5</source> <translation>Sie verwenden die aktuellste Version von eric5</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5846"/> + <location filename="UI/UserInterface.py" line="5849"/> <source>eric5 has not been configured yet. The configuration dialog will be started.</source> <translation>eric5 wurde noch nicht konfiguriert. Der Konfigurationsdialog wird nun gestartet.</translation> </message> @@ -45521,12 +45527,12 @@ <translation><b>Python 2 Dokumentation</b><p>Zeigt die Python 2 Dokumentation an. Ist kein Dokumentationsverzeichnis konfiguriert, so ist der Ort, an dem die Python 2 Dokumentation gesucht wird, unter Windows das Verzeichnis doc unter dem Verzeichnis, in dem der konfigurierte Python 2 Interpreter installiert ist, und unter Unix das Verzeichnis <i>/usr/share/doc/packages/python/html/python-docs-html</i>. Um dies zu überschreiben, können sie die Umgebungsvariable PYTHON2DOCDIR setzen.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5686"/> + <location filename="UI/UserInterface.py" line="5689"/> <source>Error getting versions information</source> <translation>Fehler beim Herunterladen der Versionsinformationen</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5680"/> + <location filename="UI/UserInterface.py" line="5683"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>Die Versionsinformationen konnten nicht heruntergeladen werden. Bitte gehen sie online und versuchen sie es erneut.</translation> </message> @@ -45541,7 +45547,7 @@ <translation>Der Systemwebbrowser konnte nicht gestartet werden</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5686"/> + <location filename="UI/UserInterface.py" line="5689"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>Die Versionsinformationen konnten seit 7 Tagen nicht heruntergeladen werden. Bitte gehen sie online und versuchen sie es erneut.</translation> </message>
--- a/i18n/eric5_en.ts Sun Feb 12 16:53:58 2012 +0100 +++ b/i18n/eric5_en.ts Fri Feb 17 16:24:18 2012 +0100 @@ -12741,197 +12741,197 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="403"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="407"/> <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="591"/> <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="628"/> <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="611"/> <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="796"/> <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="800"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="795"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="801"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="798"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="804"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> - <source>Open Image in New Tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> - <source>Save Image</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> - <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> + <source>Open Image in New Tab</source> <translation type="unfinished"></translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="818"/> + <source>Save Image</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="819"/> + <source>Copy Image to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="820"/> + <source>Copy Image Location to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> <source>Block Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="833"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="839"/> <source>Bookmark this Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="853"/> <source>Search with...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="864"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="870"/> <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="875"/> <source>Web Inspector...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="990"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="990"/> <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="1032"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1032"/> <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="1049"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1049"/> <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="1399"/> <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="1408"/> <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="1408"/> <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="1408"/> <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="1408"/> <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="1408"/> <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="1448"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1448"/> <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="1456"/> <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="1456"/> <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"/> - <source>bytes</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> - <source>kB</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1476"/> + <source>bytes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1479"/> + <source>kB</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1482"/> <source>MB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="801"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> <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="828"/> <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="628"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> @@ -13969,42 +13969,42 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="260"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="264"/> <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="273"/> <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="273"/> <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="273"/> <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="273"/> <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="273"/> <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="371"/> <source>SSL Certificate Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="371"/> <source>There is no SSL Certificate Info available.</source> <translation type="unfinished"></translation> </message> @@ -27046,37 +27046,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="349"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="352"/> <source>Error downloading file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="349"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="352"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="418"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="421"/> <source>Stable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="424"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="427"/> <source>Unstable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="430"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="433"/> <source>Unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="484"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="487"/> <source>SSL Errors</source> <translation type="unfinished"></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="484"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="487"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation type="unfinished"></translation> </message> @@ -27089,17 +27089,17 @@ <context> <name>PluginRepositoryWindow</name> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source>OK</source> <translation type="unfinished"></translation> </message> @@ -28566,6 +28566,11 @@ <source>conflict</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Project/ProjectBrowser.py" line="359"/> + <source>unknown status</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBrowserModel</name> @@ -41258,7 +41263,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Terminal.py" line="912"/> + <location filename="QScintilla/Terminal.py" line="913"/> <source>No shell has been configured.</source> <translation type="unfinished"></translation> </message> @@ -44711,7 +44716,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5806"/> + <location filename="UI/UserInterface.py" line="5809"/> <source></table></source> <translation type="unfinished"></translation> </message> @@ -44983,57 +44988,57 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5759"/> + <location filename="UI/UserInterface.py" line="5762"/> <source>Update available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5759"/> + <location filename="UI/UserInterface.py" line="5762"/> <source>The update to <b>{0}</b> of eric5 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5768"/> + <location filename="UI/UserInterface.py" line="5771"/> <source>Eric5 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5768"/> + <location filename="UI/UserInterface.py" line="5771"/> <source>You are using the latest version of eric5</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5772"/> + <location filename="UI/UserInterface.py" line="5775"/> <source>Error during updates check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5772"/> + <location filename="UI/UserInterface.py" line="5775"/> <source>Could not perform updates check.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5793"/> + <location filename="UI/UserInterface.py" line="5796"/> <source><h3>Available versions</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5821"/> + <location filename="UI/UserInterface.py" line="5824"/> <source>SSL Errors</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5821"/> + <location filename="UI/UserInterface.py" line="5824"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5846"/> + <location filename="UI/UserInterface.py" line="5849"/> <source>First time usage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5846"/> + <location filename="UI/UserInterface.py" line="5849"/> <source>eric5 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished"></translation> </message> @@ -45078,12 +45083,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5686"/> + <location filename="UI/UserInterface.py" line="5689"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5680"/> + <location filename="UI/UserInterface.py" line="5683"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -45098,7 +45103,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5686"/> + <location filename="UI/UserInterface.py" line="5689"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_es.ts Sun Feb 12 16:53:58 2012 +0100 +++ b/i18n/eric5_es.ts Fri Feb 17 16:24:18 2012 +0100 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="es"> +<!DOCTYPE TS><TS version="2.0" language="es" sourcelanguage=""> <context> <name>AboutDialog</name> <message> @@ -1638,8 +1637,8 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="140"/> - <source>Open in New &Tab Ctrl+LMB</source> - <translation>Abrir en Nueva &Pestaña Ctrl+LMB (botón izquierdo del ratón)</translation> + <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>Abrir en Nueva &Pestaña<byte value="x9"/>Ctrl+LMB (botón izquierdo del ratón)</translation> </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="146"/> @@ -1857,8 +1856,8 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="76"/> - <source>Open in New &Tab Ctrl+LMB</source> - <translation>Abrir en Nueva &Pestaña Ctrl+LMB (botón izquierdo del ratón)</translation> + <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>Abrir en Nueva &Pestaña<byte value="x9"/>Ctrl+LMB (botón izquierdo del ratón)</translation> </message> </context> <context> @@ -12942,72 +12941,72 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="790"/> - <source>Open Link in New Tab Ctrl+LMB</source> + <location filename="Helpviewer/HelpBrowserWV.py" line="796"/> + <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="407"/> <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="875"/> <source>Web Inspector...</source> <translation>Inspector Web...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1408"/> <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="1408"/> <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="1408"/> <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="839"/> <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="800"/> <source>Save Lin&k</source> <translation>Guardar &Enlace</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="795"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="801"/> <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="804"/> <source>Copy Link to Clipboard</source> <translation>Copiar Enlace al Portapapeles</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> - <source>Open Image in New Tab</source> - <translation>Abrir Imagen en Nueva Pestaña</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> - <source>Save Image</source> - <translation>Guardar imagen</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> - <source>Copy Image to Clipboard</source> - <translation>Copiar Imagen al Portapapeles</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="814"/> + <source>Open Image in New Tab</source> + <translation>Abrir Imagen en Nueva Pestaña</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="818"/> + <source>Save Image</source> + <translation>Guardar imagen</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="819"/> + <source>Copy Image to Clipboard</source> + <translation>Copiar Imagen al Portapapeles</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="820"/> <source>Copy Image Location to Clipboard</source> <translation>Copiar Ubicación de la Imagen al Portapapeles</translation> </message> @@ -13017,127 +13016,127 @@ <translation type="obsolete">Navegador Web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="818"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> <source>Block Image</source> <translation>Bloquear Imagen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="853"/> <source>Search with...</source> <translation>Buscar con...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="585"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="591"/> <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="628"/> <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="611"/> <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="1399"/> <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="1408"/> <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="1448"/> <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="1448"/> <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="1456"/> <source>New Web Database Quota</source> <translation>Nueva cuota de base de datos web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1470"/> - <source>bytes</source> - <translation>bytes</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> - <source>kB</source> - <translation>kB</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1476"/> + <source>bytes</source> + <translation>bytes</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1479"/> + <source>kB</source> + <translation>kB</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1482"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1456"/> <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="870"/> <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="990"/> <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="990"/> <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="1032"/> <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="1032"/> <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="1049"/> <source>Engine name</source> <translation>Nombre de motor</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1049"/> <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="1408"/> <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="807"/> <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="828"/> <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="628"/> <source>eric5 Web Browser</source> <translation>Navegador Web de eric5</translation> </message> @@ -14213,42 +14212,42 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="260"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="264"/> <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="273"/> <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="273"/> <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="273"/> <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="273"/> <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="273"/> <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="371"/> <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="371"/> <source>There is no SSL Certificate Info available.</source> <translation>No hay información disponible para el Certificado SSL.</translation> </message> @@ -15843,14 +15842,12 @@ <location filename="Helpviewer/HelpWindow.py" line="783"/> <source>Zoom In</source> <comment>View|Zoom in</comment> - <translatorcomment>Ver|Aumentar Zoom</translatorcomment> <translation>Aumentar Zoom</translation> </message> <message> <location filename="Helpviewer/HelpWindow.py" line="798"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> - <translatorcomment>Ver|Disminuir Zoom</translatorcomment> <translation>Disminuir Zoom</translation> </message> <message> @@ -27670,27 +27667,27 @@ Seleccione Actualizar.</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="349"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="352"/> <source>Error downloading file</source> <translation>Error al descargar el fichero</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="418"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="421"/> <source>Stable</source> <translation>Estable</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="424"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="427"/> <source>Unstable</source> <translation>Inestable</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="430"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="433"/> <source>Unknown</source> <translation>Desconocido</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="484"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="487"/> <source>SSL Errors</source> <translation>Errores SSL</translation> </message> @@ -27700,12 +27697,12 @@ <translation><p>El archivo de repositorio de plugins <b>{0}</b> no se ha podido leer. Seleccione Actualizar</p></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="349"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="352"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation><p>No se pudo descargar el archivo solicitado desde {0}.</p><p>Error: {1}</p></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="484"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="487"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation><p>Errores SSL:</p><p>{0}</p><p>¿Desea ignorar estos errores?</p></translation> </message> @@ -27718,17 +27715,17 @@ <context> <name>PluginRepositoryWindow</name> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source>OK</source> <translation>Aceptar</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar el proceso.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> @@ -29205,6 +29202,11 @@ <source>files removed</source> <translation>archivos eliminados</translation> </message> + <message> + <location filename="Project/ProjectBrowser.py" line="359"/> + <source>unknown status</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBrowserModel</name> @@ -42214,7 +42216,7 @@ <translation>Configurar...</translation> </message> <message> - <location filename="QScintilla/Terminal.py" line="912"/> + <location filename="QScintilla/Terminal.py" line="913"/> <source>No shell has been configured.</source> <translation>No se ha configurado la shell.</translation> </message> @@ -45176,7 +45178,7 @@ <translation><h3>Números de Versiones</h3><table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5806"/> + <location filename="UI/UserInterface.py" line="5809"/> <source></table></source> <translation></table></translation> </message> @@ -45271,7 +45273,7 @@ <translation>Error de volcado</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5772"/> + <location filename="UI/UserInterface.py" line="5775"/> <source>Error during updates check</source> <translation>Error durante la verificación de actualización</translation> </message> @@ -45291,22 +45293,22 @@ <translation type="obsolete">No se puede descargar el archivo de versiones.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5759"/> + <location filename="UI/UserInterface.py" line="5762"/> <source>Update available</source> <translation>Actualizaciones disponibles</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5772"/> + <location filename="UI/UserInterface.py" line="5775"/> <source>Could not perform updates check.</source> <translation>No se puede llevar a cabo la verificación de actualizaciones.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5793"/> + <location filename="UI/UserInterface.py" line="5796"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versiones disponibles</h3><table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5846"/> + <location filename="UI/UserInterface.py" line="5849"/> <source>First time usage</source> <translation>Usado por primera vez</translation> </message> @@ -45431,7 +45433,7 @@ <translation><p>Esta zona de la barra de estado muestra una indicación de las propiedades de escritura de los archivos del editor.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5821"/> + <location filename="UI/UserInterface.py" line="5824"/> <source>SSL Errors</source> <translation>Errores SSL</translation> </message> @@ -45964,27 +45966,27 @@ <translation>Probando host {0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5759"/> + <location filename="UI/UserInterface.py" line="5762"/> <source>The update to <b>{0}</b> of eric5 is available at <b>{1}</b>. Would you like to get it?</source> <translation>La actualización para <b>{0}</b> de eric5 está disponible en <b>{1}</b>. ¿Le gustaría obtenerla?</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5768"/> + <location filename="UI/UserInterface.py" line="5771"/> <source>Eric5 is up to date</source> <translation>Eric5 está actualizado</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5768"/> + <location filename="UI/UserInterface.py" line="5771"/> <source>You are using the latest version of eric5</source> <translation>Está utilizando la última versión de eric5</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5821"/> + <location filename="UI/UserInterface.py" line="5824"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation><p>Errores SSL:</p><p>{0}</p><p>¿Desea ignorar estos errores?</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5846"/> + <location filename="UI/UserInterface.py" line="5849"/> <source>eric5 has not been configured yet. The configuration dialog will be started.</source> <translation>Eric5 todavía no está configurado. El diálogo de configuración va a ser iniciado.</translation> </message> @@ -46124,12 +46126,12 @@ <translation><b>Documentación de Python 2</b><p>Mostrar la documentación de Python 2. Si no se ha configurado un directorio con esta documentación, la ubicación de la documentación de Python 2 se asumirá en el directorio de documentación bajo la ubicación del ejecutable configurado de Python 2 en Windows, y en <i>/usr/share/doc/packages/python/html/python-docs-html</i> para Unix. Establezca el valor de la variable de entorno PYTHON2DOCDIR para sobreescribir estas opciones. </p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5686"/> + <location filename="UI/UserInterface.py" line="5689"/> <source>Error getting versions information</source> <translation>Error al obtener información de versiones</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5680"/> + <location filename="UI/UserInterface.py" line="5683"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>La información de versiones no se ha podido descargar. Póngase online por favor e inténtelo de nuevo.</translation> </message> @@ -46144,7 +46146,7 @@ <translation>No se ha podido iniciar el navegador web</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5686"/> + <location filename="UI/UserInterface.py" line="5689"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>La información de versiones no se ha podido descargar en los últimos 7 días. Póngase por favor online e inténtelo de nuevo.</translation> </message> @@ -50011,14 +50013,12 @@ <location filename="ViewManager/ViewManager.py" line="2740"/> <source>Zoom In</source> <comment>View|Zoom in</comment> - <translatorcomment>Ver|Aumentar Zoom</translatorcomment> <translation>Aumentar Zoom</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="2757"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> - <translatorcomment>Ver|Disminuir Zoom</translatorcomment> <translation>Disminuir Zoom</translation> </message> </context>
--- a/i18n/eric5_fr.ts Sun Feb 12 16:53:58 2012 +0100 +++ b/i18n/eric5_fr.ts Fri Feb 17 16:24:18 2012 +0100 @@ -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="796"/> <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="407"/> <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="875"/> <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="1408"/> <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="1408"/> <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="1408"/> <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="839"/> <source>Bookmark this Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="794"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="800"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="795"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="801"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="798"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="804"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> - <source>Open Image in New Tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> - <source>Save Image</source> - <translation type="unfinished">Enregistrer l'image</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> - <source>Copy Image to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="814"/> + <source>Open Image in New Tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="818"/> + <source>Save Image</source> + <translation type="unfinished">Enregistrer l'image</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="819"/> + <source>Copy Image to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="820"/> <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="824"/> <source>Block Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="853"/> <source>Search with...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="585"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="591"/> <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="628"/> <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="611"/> <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="1399"/> <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="1408"/> <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="1448"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1448"/> <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="1456"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1470"/> - <source>bytes</source> - <translation type="unfinished">octets</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> - <source>kB</source> - <translation type="unfinished">kB</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1476"/> + <source>bytes</source> + <translation type="unfinished">octets</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1479"/> + <source>kB</source> + <translation type="unfinished">kB</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1482"/> <source>MB</source> <translation type="unfinished">MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1456"/> <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="870"/> <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="990"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="990"/> <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="1032"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1032"/> <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="1049"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1049"/> <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="1408"/> <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="807"/> <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="828"/> <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="628"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> @@ -15404,42 +15404,42 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="260"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="264"/> <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="273"/> <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="273"/> <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="273"/> <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="273"/> <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="273"/> <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="371"/> <source>SSL Certificate Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="371"/> <source>There is no SSL Certificate Info available.</source> <translation type="unfinished"></translation> </message> @@ -29540,7 +29540,7 @@ Cliquer sur "Mise à jour" pour récupérer la liste des plugins.</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="349"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="352"/> <source>Error downloading file</source> <translation>Erreur de téléchargement</translation> </message> @@ -29560,22 +29560,22 @@ <translation type="obsolete"><p>Impossible de télécharger le fichier demandé depuis %1.</p><p>Erreur: %2</p></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="418"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="421"/> <source>Stable</source> <translation>Stable</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="424"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="427"/> <source>Unstable</source> <translation>Instable</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="430"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="433"/> <source>Unknown</source> <translation>Inconnu</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="484"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="487"/> <source>SSL Errors</source> <translation>Erreurs SSL</translation> </message> @@ -29595,12 +29595,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="349"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="352"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="484"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="487"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation type="unfinished"></translation> </message> @@ -29613,7 +29613,7 @@ <context> <name>PluginRepositoryWindow</name> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> @@ -29623,12 +29623,12 @@ <translation type="obsolete"><p>Impossible de démarrer le processus.<br>Assurez-vous qu'il est bien disponible <b>%1</b>.</p></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source>OK</source> <translation>OK</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> @@ -31520,6 +31520,11 @@ <source>files removed</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Project/ProjectBrowser.py" line="359"/> + <source>unknown status</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBrowserModel</name> @@ -45677,7 +45682,7 @@ <translation>Configuration...</translation> </message> <message> - <location filename="QScintilla/Terminal.py" line="912"/> + <location filename="QScintilla/Terminal.py" line="913"/> <source>No shell has been configured.</source> <translation type="unfinished"></translation> </message> @@ -48934,7 +48939,7 @@ <translation type="obsolete">fichier de raccourcis eric4 (*.e4k);;fichier de raccourcis eric3 (*.e3k *.e3kz)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5772"/> + <location filename="UI/UserInterface.py" line="5775"/> <source>Error during updates check</source> <translation>Erreur durant la recherche de mises à jour</translation> </message> @@ -48944,7 +48949,7 @@ <translation type="obsolete">L'utilisation d'un proxy a été activée, mais aucun proxy n'est configuré.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5759"/> + <location filename="UI/UserInterface.py" line="5762"/> <source>Update available</source> <translation>Mise à jour disponible</translation> </message> @@ -49014,7 +49019,7 @@ <translation type="obsolete"><tr><td><b>%1</b></td><td>%2</td></tr></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5806"/> + <location filename="UI/UserInterface.py" line="5809"/> <source></table></source> <translation></table></translation> </message> @@ -49074,12 +49079,12 @@ <translation type="obsolete">Connexion à l'hote %1</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5772"/> + <location filename="UI/UserInterface.py" line="5775"/> <source>Could not perform updates check.</source> <translation>Impossible de vérifier les mises à jour.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5846"/> + <location filename="UI/UserInterface.py" line="5849"/> <source>First time usage</source> <translation>Première utilisation</translation> </message> @@ -49194,7 +49199,7 @@ <translation type="obsolete">Impossible de télécharger le fichier de versions.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5793"/> + <location filename="UI/UserInterface.py" line="5796"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versions disponibles</h3><table></translation> </message> @@ -49439,7 +49444,7 @@ <translation type="obsolete"><b>Connexion au proxy '%1' en utilisant:</b></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5821"/> + <location filename="UI/UserInterface.py" line="5824"/> <source>SSL Errors</source> <translation>Erreurs SSL</translation> </message> @@ -49966,27 +49971,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5759"/> + <location filename="UI/UserInterface.py" line="5762"/> <source>The update to <b>{0}</b> of eric5 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5768"/> + <location filename="UI/UserInterface.py" line="5771"/> <source>Eric5 is up to date</source> <translation type="unfinished">Eric4 est à jour {5 ?}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5768"/> + <location filename="UI/UserInterface.py" line="5771"/> <source>You are using the latest version of eric5</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5821"/> + <location filename="UI/UserInterface.py" line="5824"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5846"/> + <location filename="UI/UserInterface.py" line="5849"/> <source>eric5 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">eric4 n'a pas encore été configuré. La fenêtre de configuration va être ouverte. {5 ?}</translation> </message> @@ -50126,17 +50131,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5686"/> + <location filename="UI/UserInterface.py" line="5689"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5680"/> + <location filename="UI/UserInterface.py" line="5683"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5686"/> + <location filename="UI/UserInterface.py" line="5689"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_it.ts Sun Feb 12 16:53:58 2012 +0100 +++ b/i18n/eric5_it.ts Fri Feb 17 16:24:18 2012 +0100 @@ -12880,72 +12880,72 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="790"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="796"/> <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="407"/> <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="875"/> <source>Web Inspector...</source> <translation>Web Inspector...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1408"/> <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="1408"/> <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="1408"/> <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="839"/> <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="800"/> <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="801"/> <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="804"/> <source>Copy Link to Clipboard</source> <translation>Copia il link nella Clipboard</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> - <source>Open Image in New Tab</source> - <translation>Apri immagine in una nuova linguetta</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> - <source>Save Image</source> - <translation>Salva immagine</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> - <source>Copy Image to Clipboard</source> - <translation>Copia immagine nella Clipboard</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="814"/> + <source>Open Image in New Tab</source> + <translation>Apri immagine in una nuova linguetta</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="818"/> + <source>Save Image</source> + <translation>Salva immagine</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="819"/> + <source>Copy Image to Clipboard</source> + <translation>Copia immagine nella Clipboard</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="820"/> <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="824"/> <source>Block Image</source> <translation>Blocca immagine</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="853"/> <source>Search with...</source> <translation>Cerca con...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="585"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="591"/> <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="628"/> <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="611"/> <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="1399"/> <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="1408"/> <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="1448"/> <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="1448"/> <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="1456"/> <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="1456"/> <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"/> - <source>bytes</source> - <translation>bytes</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> - <source>kB</source> - <translation>kB</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1476"/> + <source>bytes</source> + <translation>bytes</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1479"/> + <source>kB</source> + <translation>kB</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1482"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="864"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="870"/> <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="990"/> <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="990"/> <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="1032"/> <source>Search engine</source> <translation>Motore di ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1032"/> <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="1049"/> <source>Engine name</source> <translation>Nome motore</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1049"/> <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="1408"/> <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="807"/> <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="828"/> <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="628"/> <source>eric5 Web Browser</source> <translation type="unfinished">Web Browser di eric5</translation> </message> @@ -14148,42 +14148,42 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="260"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="264"/> <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="273"/> <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="273"/> <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="273"/> <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="273"/> <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="273"/> <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="371"/> <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="371"/> <source>There is no SSL Certificate Info available.</source> <translation>Non ci sono informazioni sul Certificato SSL disponibili.</translation> </message> @@ -27563,27 +27563,27 @@ Selezionare Aggiorna.</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="349"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="352"/> <source>Error downloading file</source> <translation>Errone nello scaricamento del file</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="418"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="421"/> <source>Stable</source> <translation>Stabile</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="424"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="427"/> <source>Unstable</source> <translation>Instabile</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="430"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="433"/> <source>Unknown</source> <translation>Sconosciuto</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="484"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="487"/> <source>SSL Errors</source> <translation>Errori SSL</translation> </message> @@ -27593,12 +27593,12 @@ <translation><p>I file repository del plugin<b>{0}</b> non può essere letto. Seleziona aggiorna.</p></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="349"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="352"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation><p>Non posso scaricare il file richiesto da {0}</p><p>Errore: {1}</p></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="484"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="487"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation><p>Errori SSL:</p><p>{0}</p><p>Vuoi ignorare questi errori ?</p></translation> </message> @@ -27611,17 +27611,17 @@ <context> <name>PluginRepositoryWindow</name> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source>OK</source> <translation>OK</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare il processo.<br>Assicurarsi sia disponibile come <b>{0}</b>.</p></translation> </message> @@ -29088,6 +29088,11 @@ <source>files removed</source> <translation>file rimossi</translation> </message> + <message> + <location filename="Project/ProjectBrowser.py" line="359"/> + <source>unknown status</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBrowserModel</name> @@ -42055,7 +42060,7 @@ <translation>Configura...</translation> </message> <message> - <location filename="QScintilla/Terminal.py" line="912"/> + <location filename="QScintilla/Terminal.py" line="913"/> <source>No shell has been configured.</source> <translation>Nessuna shell è stata configurata.</translation> </message> @@ -44958,12 +44963,12 @@ <translation><p>L'inizio della documentazione di PyQt4 non è stato configurato.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5772"/> + <location filename="UI/UserInterface.py" line="5775"/> <source>Error during updates check</source> <translation>Errore nel controllo per gli update</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5759"/> + <location filename="UI/UserInterface.py" line="5762"/> <source>Update available</source> <translation>Aggiornamento disponibile</translation> </message> @@ -44973,7 +44978,7 @@ <translation><h3>Numeri di versione</h3><table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5806"/> + <location filename="UI/UserInterface.py" line="5809"/> <source></table></source> <translation></table></translation> </message> @@ -45008,12 +45013,12 @@ <translation>&Cancella</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5772"/> + <location filename="UI/UserInterface.py" line="5775"/> <source>Could not perform updates check.</source> <translation>Non posso controllare per gli update.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5846"/> + <location filename="UI/UserInterface.py" line="5849"/> <source>First time usage</source> <translation>Primo avvio</translation> </message> @@ -45118,7 +45123,7 @@ <translation type="obsolete">Non posso scaricare il file delle versioni.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5793"/> + <location filename="UI/UserInterface.py" line="5796"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versioni disponibili</h3><table></translation> </message> @@ -45263,7 +45268,7 @@ <translation><p>Questa zona della barra di stato mostra la possibilità di scrittura del file.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5821"/> + <location filename="UI/UserInterface.py" line="5824"/> <source>SSL Errors</source> <translation>Errori SSL</translation> </message> @@ -45796,27 +45801,27 @@ <translation>Tento su host {0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5759"/> + <location filename="UI/UserInterface.py" line="5762"/> <source>The update to <b>{0}</b> of eric5 is available at <b>{1}</b>. Would you like to get it?</source> <translation>L'update alla versione <b>{0}</b> di eric5 è disponibile presso <b>{1}</b>. Vuoi prenderlo ?</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5768"/> + <location filename="UI/UserInterface.py" line="5771"/> <source>Eric5 is up to date</source> <translation>Eric5 è aggiornato</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5768"/> + <location filename="UI/UserInterface.py" line="5771"/> <source>You are using the latest version of eric5</source> <translation>Stai usando l'ultima versione di eric5</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5821"/> + <location filename="UI/UserInterface.py" line="5824"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation><p>Errori SSL:</p><p>{0}</p><p>Vuoi ignorare questi errori ?</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5846"/> + <location filename="UI/UserInterface.py" line="5849"/> <source>eric5 has not been configured yet. The configuration dialog will be started.</source> <translation>eric5 non è ancora stato configurato. Il dialogo di configurazione verrà avviato.</translation> </message> @@ -45956,12 +45961,12 @@ <translation><b>Documentazione Python 2</b><p>Mostra la documentazione Python 2. Se non è configurata una directory per la documentazione, viene assunto che la posizione della documentazione sia nella directory doc nella locazione dell'eseguibile Python 2 su Windows e <i>/usr/share/doc/packages/python/html</i> su Unix. Imposta PYTHONDOCDIR2 nel tuo ambiente per sovrascrivere questi valori.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5686"/> + <location filename="UI/UserInterface.py" line="5689"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5680"/> + <location filename="UI/UserInterface.py" line="5683"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -45976,7 +45981,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5686"/> + <location filename="UI/UserInterface.py" line="5689"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_ru.ts Sun Feb 12 16:53:58 2012 +0100 +++ b/i18n/eric5_ru.ts Fri Feb 17 16:24:18 2012 +0100 @@ -12978,97 +12978,97 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="622"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="628"/> <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="796"/> <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="591"/> <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="407"/> <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="875"/> <source>Web Inspector...</source> <translation>WEB проводник...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1393"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1399"/> <source>Error loading page: {0}</source> <translation>Ошибка при загрузке страницы: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1408"/> <source>When connecting to: {0}.</source> <translation>При соединении с {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1402"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1408"/> <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="1408"/> <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="1408"/> <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="611"/> <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="839"/> <source>Bookmark this Page</source> <translation>Создать закладку для этой страницы</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="794"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="800"/> <source>Save Lin&k</source> <translation>Сохранить &ссылку</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="795"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="801"/> <source>Bookmark this Link</source> <translation>Сохранить ссылку</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="798"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="804"/> <source>Copy Link to Clipboard</source> <translation>Скопировать ссылку</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> - <source>Open Image in New Tab</source> - <translation>Открыть изображение в новой закладке</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> - <source>Save Image</source> - <translation>Сохранить изображение</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> - <source>Copy Image to Clipboard</source> - <translation>Скопировать изображение</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="814"/> + <source>Open Image in New Tab</source> + <translation>Открыть изображение в новой закладке</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="818"/> + <source>Save Image</source> + <translation>Сохранить изображение</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="819"/> + <source>Copy Image to Clipboard</source> + <translation>Скопировать изображение</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="820"/> <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="824"/> <source>Block Image</source> <translation>Заблокировать изображение</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="853"/> <source>Search with...</source> <translation>Искать с...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1448"/> <source>Web Database Quota</source> <translation>Квота Web базы данных</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1448"/> <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="1456"/> <source>New Web Database Quota</source> <translation>Новая квота Web базы данных</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1470"/> - <source>bytes</source> - <translation>байт</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> - <source>kB</source> - <translation></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1476"/> + <source>bytes</source> + <translation>байт</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1479"/> + <source>kB</source> + <translation></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1482"/> <source>MB</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1456"/> <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="870"/> <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="990"/> <source>Method not supported</source> <translation>Метод не поддерживается</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="990"/> <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="1032"/> <source>Search engine</source> <translation>Поисковик</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1032"/> <source>Choose the desired search engine</source> <translation>Выберите поисковик</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1049"/> <source>Engine name</source> <translation>Имя поисковика</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1049"/> <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="1408"/> <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="807"/> <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="828"/> <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="628"/> <source>eric5 Web Browser</source> <translation type="unfinished">WEB просмотрщик встроенный в Eric5</translation> </message> @@ -14248,42 +14248,42 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="260"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="264"/> <source>Error loading page: {0}</source> <translation>Ошибка при загрузке страницы: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="273"/> <source>When connecting to: {0}.</source> <translation>При соединении с {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="273"/> <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="273"/> <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="273"/> <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="273"/> <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="371"/> <source>SSL Certificate Info</source> <translation>SLL сертификат</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="371"/> <source>There is no SSL Certificate Info available.</source> <translation>SLL сертификат отсутствует.</translation> </message> @@ -27708,37 +27708,37 @@ Выберите обновление.</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="349"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="352"/> <source>Error downloading file</source> <translation>Ошибка скачивания файла</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="349"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="352"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation><p>Ошибка скачивания файла из {0}.</p><p>Ошибка: {1}</p></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="418"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="421"/> <source>Stable</source> <translation>Стабильный</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="424"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="427"/> <source>Unstable</source> <translation>Нестабильный</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="430"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="433"/> <source>Unknown</source> <translation>Неизвестно</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="484"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="487"/> <source>SSL Errors</source> <translation>Ошибки SSL</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="484"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="487"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation><p>Ошибки SSL: </p><p>{0}</p><p>Игнорировать?</p></translation> </message> @@ -27751,17 +27751,17 @@ <context> <name>PluginRepositoryWindow</name> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source>Process Generation Error</source> <translation>Ошибка процесса генерации</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить процесс.<br>Убедитесь, что он доступен как <b>{0}</b>.</p></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source>OK</source> <translation>OK</translation> </message> @@ -29259,6 +29259,11 @@ <source>files removed</source> <translation>файлы удалены</translation> </message> + <message> + <location filename="Project/ProjectBrowser.py" line="359"/> + <source>unknown status</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBrowserModel</name> @@ -42226,7 +42231,7 @@ <translation>Настроить...</translation> </message> <message> - <location filename="QScintilla/Terminal.py" line="912"/> + <location filename="QScintilla/Terminal.py" line="913"/> <source>No shell has been configured.</source> <translation>shell не настроен.</translation> </message> @@ -45244,12 +45249,12 @@ <translation><p>Корень документации PyQt4 не найден.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5772"/> + <location filename="UI/UserInterface.py" line="5775"/> <source>Error during updates check</source> <translation>Ошибка при проверке обновлений</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5759"/> + <location filename="UI/UserInterface.py" line="5762"/> <source>Update available</source> <translation>Обновления доступны</translation> </message> @@ -45259,7 +45264,7 @@ <translation><h3>Номера версий</h3><table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5806"/> + <location filename="UI/UserInterface.py" line="5809"/> <source></table></source> <translation></table></translation> </message> @@ -45294,7 +45299,7 @@ <translation>Показать &внешние инструменты</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5772"/> + <location filename="UI/UserInterface.py" line="5775"/> <source>Could not perform updates check.</source> <translation>Невозможно запустить проверку обновлений.</translation> </message> @@ -45309,7 +45314,7 @@ <translation>Пробую узел {0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5846"/> + <location filename="UI/UserInterface.py" line="5849"/> <source>First time usage</source> <translation>Первое использование</translation> </message> @@ -45410,7 +45415,7 @@ <translation type="obsolete">Невозможно скачать файл версий.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5793"/> + <location filename="UI/UserInterface.py" line="5796"/> <source><h3>Available versions</h3><table></source> <translation><h3>Доступные версии</h3><table></translation> </message> @@ -45580,12 +45585,12 @@ <translation><p>Эта часть строки статуса указывает на возможность записи открытого в редакторе файла.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5821"/> + <location filename="UI/UserInterface.py" line="5824"/> <source>SSL Errors</source> <translation>Ошибки SSL</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5821"/> + <location filename="UI/UserInterface.py" line="5824"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation><p>Ошибки SSL: </p><p>{0}</p><p>Игнорировать?</p></translation> </message> @@ -45999,22 +46004,22 @@ <translation>Qt3 не поддерживается в eric5.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5759"/> + <location filename="UI/UserInterface.py" line="5762"/> <source>The update to <b>{0}</b> of eric5 is available at <b>{1}</b>. Would you like to get it?</source> <translation>На сайте <b>{1}</b> доступно обновление eric5 до версии <b>{0}</b>. Скачать?</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5768"/> + <location filename="UI/UserInterface.py" line="5771"/> <source>Eric5 is up to date</source> <translation>Eric5 не требует обновлений</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5768"/> + <location filename="UI/UserInterface.py" line="5771"/> <source>You are using the latest version of eric5</source> <translation>Вы используете самую последнюю версию eric5</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5846"/> + <location filename="UI/UserInterface.py" line="5849"/> <source>eric5 has not been configured yet. The configuration dialog will be started.</source> <translation>eric5 ещё не сконфигурирован. Будет запущен диалог конфигурации.</translation> </message> @@ -46156,12 +46161,12 @@ <translation><b>Документация Pyton 2</b><p>Показать Pyton 2 документацию. Если местонахождение документации не было настроено, то искать в подкаталоге <i>doc</i> каталога где находится исполняемый файл Python 2 под Windows и в подкаталоге <i>/usr/share/doc/packages/python/html/python-docs-html</i> под UNIX. Местонахождение документации можно задать с помощью переменной окружения PYTHON2DOCDIR.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5686"/> + <location filename="UI/UserInterface.py" line="5689"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5680"/> + <location filename="UI/UserInterface.py" line="5683"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -46176,7 +46181,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5686"/> + <location filename="UI/UserInterface.py" line="5689"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_tr.ts Sun Feb 12 16:53:58 2012 +0100 +++ b/i18n/eric5_tr.ts Fri Feb 17 16:24:18 2012 +0100 @@ -13057,7 +13057,7 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="403"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="407"/> <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="591"/> <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="628"/> <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="611"/> <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="796"/> <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="800"/> <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="801"/> <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="804"/> <source>Copy Link to Clipboard</source> <translation>Bağlantıyı Panoya Kopyala</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> - <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"/> - <source>Save Image</source> - <translation>Görüntüyü Kaydet</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> - <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> + <source>Open Image in New Tab</source> + <translation>Görüntüyü yeni sekmede aç</translation> </message> <message> <location filename="Helpviewer/HelpBrowserWV.py" line="818"/> + <source>Save Image</source> + <translation>Görüntüyü Kaydet</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="819"/> + <source>Copy Image to Clipboard</source> + <translation>Görüntüyü Panoya kopyala</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="820"/> + <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="824"/> <source>Block Image</source> <translation>Görüntüleri Engelle</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="833"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="839"/> <source>Bookmark this Page</source> <translation>Bu sayfayı yerimine ekle</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="853"/> <source>Search with...</source> <translation>Bununla Ara...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="869"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="875"/> <source>Web Inspector...</source> <translation>Web Denetleyicisi...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1393"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1399"/> <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="1408"/> <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="1408"/> <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="1408"/> <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="1408"/> <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="870"/> <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="990"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="990"/> <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="1032"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1032"/> <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="1049"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1049"/> <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="1408"/> <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="1448"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1448"/> <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="1456"/> <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="1456"/> <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"/> - <source>bytes</source> - <translation>bitler</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> - <source>kB</source> - <translation>kB</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1476"/> + <source>bytes</source> + <translation>bitler</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1479"/> + <source>kB</source> + <translation>kB</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1482"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="801"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> <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="828"/> <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="628"/> <source>eric5 Web Browser</source> <translation type="unfinished">Eric5 Web Gözatıcısı</translation> </message> @@ -14333,27 +14333,27 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="260"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="264"/> <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="273"/> <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="273"/> <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="273"/> <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="273"/> <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> @@ -14368,17 +14368,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="269"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="273"/> <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="371"/> <source>SSL Certificate Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="371"/> <source>There is no SSL Certificate Info available.</source> <translation type="unfinished"></translation> </message> @@ -27868,27 +27868,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="349"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="352"/> <source>Error downloading file</source> <translation>Dosya yüklenirken hata</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="349"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="352"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="418"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="421"/> <source>Stable</source> <translation>Dengeli</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="424"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="427"/> <source>Unstable</source> <translation>Dengesiz</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="430"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="433"/> <source>Unknown</source> <translation>Bilinmeyen</translation> </message> @@ -27898,12 +27898,12 @@ <translation type="obsolete"><b>'{0}' proxy'sini kullanarak bağlan:</b></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="484"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="487"/> <source>SSL Errors</source> <translation>SSL Hataları</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="484"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="487"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation type="unfinished"></translation> </message> @@ -27916,17 +27916,17 @@ <context> <name>PluginRepositoryWindow</name> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>İşlem başlatılamıyor.<br>Bu durum büyük olasılıkla şundan kaynaklanıyto <b>{0}</b>.</p></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source>OK</source> <translation>TAMAM</translation> </message> @@ -29438,6 +29438,11 @@ <source>conflict</source> <translation>çelişki</translation> </message> + <message> + <location filename="Project/ProjectBrowser.py" line="359"/> + <source>unknown status</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBrowserModel</name> @@ -42244,7 +42249,7 @@ <translation>geçmişte yapılanları göster (ençok gösterilenleri seç).</translation> </message> <message> - <location filename="QScintilla/Terminal.py" line="912"/> + <location filename="QScintilla/Terminal.py" line="913"/> <source>No shell has been configured.</source> <translation>Kabuk ayarlanmadı.</translation> </message> @@ -45706,7 +45711,7 @@ <translation><h3>Sürüm Numaraları</h3><table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5806"/> + <location filename="UI/UserInterface.py" line="5809"/> <source></table></source> <translation></table></translation> </message> @@ -45983,37 +45988,37 @@ <translation type="obsolete">Sürüm dosyası indirilemiyor.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5759"/> + <location filename="UI/UserInterface.py" line="5762"/> <source>Update available</source> <translation>Güncelleme mümkün değil</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5759"/> + <location filename="UI/UserInterface.py" line="5762"/> <source>The update to <b>{0}</b> of eric5 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5768"/> + <location filename="UI/UserInterface.py" line="5771"/> <source>Eric5 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5768"/> + <location filename="UI/UserInterface.py" line="5771"/> <source>You are using the latest version of eric5</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5772"/> + <location filename="UI/UserInterface.py" line="5775"/> <source>Error during updates check</source> <translation>Güncellemeleri kontrol esnasında hata</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5772"/> + <location filename="UI/UserInterface.py" line="5775"/> <source>Could not perform updates check.</source> <translation>Güncellemelere ulaşamıyorum.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5793"/> + <location filename="UI/UserInterface.py" line="5796"/> <source><h3>Available versions</h3><table></source> <translation><h3>Mümkün sürümler</h3><table></translation> </message> @@ -46023,22 +46028,22 @@ <translation type="obsolete"><b>'{0}' proxy'sini kullanarak bağlan:</b></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5821"/> + <location filename="UI/UserInterface.py" line="5824"/> <source>SSL Errors</source> <translation>SSL Hataları</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5821"/> + <location filename="UI/UserInterface.py" line="5824"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5846"/> + <location filename="UI/UserInterface.py" line="5849"/> <source>First time usage</source> <translation>İlk kullanım</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5846"/> + <location filename="UI/UserInterface.py" line="5849"/> <source>eric5 has not been configured yet. The configuration dialog will be started.</source> <translation>Eric5 henüz ayarlanmadı. Ayarlar Diyaloğu başlatılıyor.</translation> </message> @@ -46148,12 +46153,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5686"/> + <location filename="UI/UserInterface.py" line="5689"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5680"/> + <location filename="UI/UserInterface.py" line="5683"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -46168,7 +46173,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5686"/> + <location filename="UI/UserInterface.py" line="5689"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_zh_CN.GB2312.ts Sun Feb 12 16:53:58 2012 +0100 +++ b/i18n/eric5_zh_CN.GB2312.ts Fri Feb 17 16:24:18 2012 +0100 @@ -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="796"/> <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="407"/> <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="875"/> <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="1408"/> <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="1408"/> <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="1408"/> <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="839"/> <source>Bookmark this Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="794"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="800"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="795"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="801"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="798"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="804"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> - <source>Open Image in New Tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> - <source>Save Image</source> - <translation type="unfinished">保存图像</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> - <source>Copy Image to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="814"/> + <source>Open Image in New Tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="818"/> + <source>Save Image</source> + <translation type="unfinished">保存图像</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="819"/> + <source>Copy Image to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="820"/> <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="824"/> <source>Block Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="853"/> <source>Search with...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="585"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="591"/> <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="628"/> <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="611"/> <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="1399"/> <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="1408"/> <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="1448"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1442"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1448"/> <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="1456"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1470"/> - <source>bytes</source> - <translation type="unfinished">字节</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1473"/> - <source>kB</source> - <translation type="unfinished">千字节</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="1476"/> + <source>bytes</source> + <translation type="unfinished">字节</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1479"/> + <source>kB</source> + <translation type="unfinished">千字节</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="1482"/> <source>MB</source> <translation type="unfinished">兆字节</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1450"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1456"/> <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="870"/> <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="990"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="984"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="990"/> <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="1032"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1026"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1032"/> <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="1049"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1043"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1049"/> <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="1408"/> <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="807"/> <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="828"/> <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="628"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> @@ -15370,42 +15370,42 @@ <context> <name>HelpWebPage</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="260"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="264"/> <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="273"/> <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="273"/> <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="273"/> <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="273"/> <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="273"/> <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="371"/> <source>SSL Certificate Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="367"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="371"/> <source>There is no SSL Certificate Info available.</source> <translation type="unfinished"></translation> </message> @@ -29506,7 +29506,7 @@ 选择更新。</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="349"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="352"/> <source>Error downloading file</source> <translation>下载文件出错</translation> </message> @@ -29526,17 +29526,17 @@ <translation type="obsolete"><p>无法从 %1 下载所需的文件。</p><p>错误: %2</p></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="418"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="421"/> <source>Stable</source> <translation>稳定</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="424"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="427"/> <source>Unstable</source> <translation>不稳定</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="430"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="433"/> <source>Unknown</source> <translation>未知</translation> </message> @@ -29546,7 +29546,7 @@ <translation type="obsolete"><b>连接到代理 '%1' ,使用:</b></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="484"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="487"/> <source>SSL Errors</source> <translation>SSL 错误</translation> </message> @@ -29561,12 +29561,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="349"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="352"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="484"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="487"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation type="unfinished"></translation> </message> @@ -29579,7 +29579,7 @@ <context> <name>PluginRepositoryWindow</name> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source>Process Generation Error</source> <translation>进程生成错误</translation> </message> @@ -29589,12 +29589,12 @@ <translation type="obsolete"><p>无法开始进程。<br>确定进程有有效如 <b>%1</b>。</p></translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source>OK</source> <translation>确定</translation> </message> <message> - <location filename="PluginManager/PluginRepositoryDialog.py" line="579"/> + <location filename="PluginManager/PluginRepositoryDialog.py" line="582"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> @@ -31485,6 +31485,11 @@ <source>files removed</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Project/ProjectBrowser.py" line="359"/> + <source>unknown status</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBrowserModel</name> @@ -45648,7 +45653,7 @@ <translation>选择历史条目以执行(最常用的显示在最后)。</translation> </message> <message> - <location filename="QScintilla/Terminal.py" line="912"/> + <location filename="QScintilla/Terminal.py" line="913"/> <source>No shell has been configured.</source> <translation type="unfinished"></translation> </message> @@ -49271,7 +49276,7 @@ <translation type="obsolete"><tr><td><b>%1</b></td><td>%2</td></tr></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5806"/> + <location filename="UI/UserInterface.py" line="5809"/> <source></table></source> <translation></table></translation> </message> @@ -49525,7 +49530,7 @@ <translation type="obsolete"><p><b>%1</b> 不是一个文件。</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5772"/> + <location filename="UI/UserInterface.py" line="5775"/> <source>Error during updates check</source> <translation>检查更新时出错</translation> </message> @@ -49555,7 +49560,7 @@ <translation type="obsolete">无法下载版本文件。</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5759"/> + <location filename="UI/UserInterface.py" line="5762"/> <source>Update available</source> <translation>可用更新</translation> </message> @@ -49575,12 +49580,12 @@ <translation type="obsolete">当前使用的是 Eric4 最新的版本</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5772"/> + <location filename="UI/UserInterface.py" line="5775"/> <source>Could not perform updates check.</source> <translation>无法完成更新检查。</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5793"/> + <location filename="UI/UserInterface.py" line="5796"/> <source><h3>Available versions</h3><table></source> <translation><h3>可用版本</h3><table></translation> </message> @@ -49595,7 +49600,7 @@ <translation type="obsolete"><b>连接到代理 '%1' ,使用:</b></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5821"/> + <location filename="UI/UserInterface.py" line="5824"/> <source>SSL Errors</source> <translation>SSL 错误</translation> </message> @@ -49605,7 +49610,7 @@ <translation type="obsolete"><p>SSL 错误:</p><p>%1</p><p>要忽略这些错误吗?</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5846"/> + <location filename="UI/UserInterface.py" line="5849"/> <source>First time usage</source> <translation>第一次使用</translation> </message> @@ -49937,27 +49942,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5759"/> + <location filename="UI/UserInterface.py" line="5762"/> <source>The update to <b>{0}</b> of eric5 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5768"/> + <location filename="UI/UserInterface.py" line="5771"/> <source>Eric5 is up to date</source> <translation type="unfinished">Eric4 已是最新版本 {5 ?}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5768"/> + <location filename="UI/UserInterface.py" line="5771"/> <source>You are using the latest version of eric5</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5821"/> + <location filename="UI/UserInterface.py" line="5824"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5846"/> + <location filename="UI/UserInterface.py" line="5849"/> <source>eric5 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">尚未配置 Eric4。将打开配置对话框。 {5 ?}</translation> </message> @@ -50097,17 +50102,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5686"/> + <location filename="UI/UserInterface.py" line="5689"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5680"/> + <location filename="UI/UserInterface.py" line="5683"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5686"/> + <location filename="UI/UserInterface.py" line="5689"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message>