--- a/i18n/eric5_cs.ts Fri Jan 18 19:31:43 2013 +0100 +++ b/i18n/eric5_cs.ts Fri Jan 18 19:50:13 2013 +0100 @@ -7413,49 +7413,288 @@ </message> </context> <context> + <name>E5SslCertificatesDialog</name> + <message> + <location filename="E5Network/E5SslCertificatesDialog.ui" line="14"/> + <source>SSL Certificate Manager</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.ui" line="27"/> + <source>&Servers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.ui" line="33"/> + <source>You have saved certificates identifying these servers:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.ui" line="140"/> + <source>Certificate name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.ui" line="46"/> + <source>Server</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.ui" line="145"/> + <source>Expiry Date</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.ui" line="158"/> + <source>Press to view the selected certificate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.ui" line="161"/> + <source>&View...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.ui" line="168"/> + <source>Press to import a certificate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.ui" line="171"/> + <source>&Import...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.ui" line="181"/> + <source>Press to export the selected certificate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.ui" line="184"/> + <source>&Export...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.ui" line="194"/> + <source>Press to delete the selected certificate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.ui" line="197"/> + <source>&Delete...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.ui" line="126"/> + <source>Certificate &Authorities</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.ui" line="132"/> + <source>You have saved certificates identifying these certification authorities:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.py" line="274"/> + <source>(Unknown)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.py" line="276"/> + <source>(Unknown common name)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.py" line="127"/> + <source>Delete Server Certificate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.py" line="127"/> + <source><p>Shall the server certificate really be deleted?</p><p>{0}</p><p>If the server certificate is deleted, the normal security checks will be reinstantiated and the server has to present a valid certificate.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.py" line="445"/> + <source>Import Certificate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.py" line="363"/> + <source><p>The certificate <b>{0}</b> already exists. Skipping.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.py" line="319"/> + <source>Delete CA Certificate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.py" line="319"/> + <source><p>Shall the CA certificate really be deleted?</p><p>{0}</p><p>If the CA certificate is deleted, the browser will not trust any certificate issued by this CA.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.py" line="455"/> + <source>Export Certificate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.py" line="399"/> + <source>Certificate File (PEM) (*.pem);;Certificate File (DER) (*.der)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.py" line="415"/> + <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> + <translation type="unfinished"><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.py" line="425"/> + <source><p>The certificate could not be written to file <b>{0}</b></p><p>Error: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.py" line="445"/> + <source>Certificate Files (*.pem *.crt *.der *.cer *.ca);;All Files (*)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslCertificatesDialog.py" line="455"/> + <source><p>The certificate could not be read from file <b>{0}</b></p><p>Error: {1}</p></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>E5SslErrorHandler</name> <message> - <location filename="E5Network/E5SslErrorHandler.py" line="115"/> + <location filename="E5Network/E5SslErrorHandler.py" line="123"/> <source>SSL Errors</source> <translation type="unfinished">SSL chyby</translation> </message> <message> - <location filename="E5Network/E5SslErrorHandler.py" line="115"/> + <location filename="E5Network/E5SslErrorHandler.py" line="123"/> <source><p>SSL Errors for <br /><b>{0}</b><ul><li>{1}</li></ul></p><p>Do you want to ignore these errors?</p></source> <translation type="unfinished"><p>SSL chyby pro <br /><b>{0}</b><ul><li>{1}</li></ul></p><p>Chcete tyto chyby ignorovat?</p></translation> </message> <message> - <location filename="E5Network/E5SslErrorHandler.py" line="129"/> + <location filename="E5Network/E5SslErrorHandler.py" line="137"/> <source>Certificates</source> <translation type="unfinished">Certifikáty</translation> </message> <message> - <location filename="E5Network/E5SslErrorHandler.py" line="129"/> + <location filename="E5Network/E5SslErrorHandler.py" line="137"/> <source><p>Certificates:<br/>{0}<br/>Do you want to accept all these certificates?</p></source> <translation type="unfinished"><p>Certifikáty:<br/>{0}<br/>Chcete akceptovat všechny certifikáty?</p></translation> </message> <message> - <location filename="E5Network/E5SslErrorHandler.py" line="184"/> - <source>Name: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="E5Network/E5SslErrorHandler.py" line="188"/> - <source><br/>Organization: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="E5Network/E5SslErrorHandler.py" line="192"/> - <source><br/>Issuer: {0}</source> - <translation type="unfinished"><br/>Vydatavel: {0}</translation> + <source>Name: {0}</source> + <translation type="unfinished"></translation> </message> <message> <location filename="E5Network/E5SslErrorHandler.py" line="196"/> + <source><br/>Organization: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslErrorHandler.py" line="200"/> + <source><br/>Issuer: {0}</source> + <translation type="unfinished"><br/>Vydatavel: {0}</translation> + </message> + <message> + <location filename="E5Network/E5SslErrorHandler.py" line="204"/> <source><br/>Not valid before: {0}<br/>Valid Until: {1}</source> <translation type="unfinished"><br/>Neplatný před: {0}<br/>Platný do: {1}</translation> </message> </context> <context> + <name>E5SslInfoDialog</name> + <message> + <location filename="E5Network/E5SslInfoDialog.ui" line="14"/> + <source>SSL Certificate Info</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>E5SslInfoWidget</name> + <message> + <location filename="E5Network/E5SslInfoWidget.ui" line="17"/> + <source>This certificated has been blacklisted.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslInfoWidget.ui" line="24"/> + <source><b>Issued for</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslInfoWidget.ui" line="118"/> + <source>Common Name (CN)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslInfoWidget.ui" line="138"/> + <source>Organization (O)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslInfoWidget.ui" line="158"/> + <source>Organizational Unit (OU)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslInfoWidget.ui" line="91"/> + <source>Serialnumber</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslInfoWidget.ui" line="111"/> + <source><b>Issued by</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslInfoWidget.ui" line="178"/> + <source><b>Validity</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslInfoWidget.ui" line="185"/> + <source>Issued on</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslInfoWidget.ui" line="205"/> + <source>Expires on</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslInfoWidget.ui" line="225"/> + <source>This certificate is not valid yet or has expired.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslInfoWidget.ui" line="232"/> + <source><b>Fingerprints</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslInfoWidget.ui" line="239"/> + <source>SHA1-Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslInfoWidget.ui" line="259"/> + <source>MD5-Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="E5Network/E5SslInfoWidget.py" line="111"/> + <source><not part of the certificate></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>E5ToolBarDialog</name> <message> <location filename="E5Gui/E5ToolBarDialog.ui" line="14"/> @@ -17664,26 +17903,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1230"/> - <source>Manage Certificates</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1230"/> - <source>Manage Certificates...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1234"/> - <source>Manage the saved certificates</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1236"/> - <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1615"/> <source>VirusTotal</source> <translation type="unfinished"></translation> @@ -17958,6 +18177,26 @@ <source><p>The Qt Style Sheet file <b>{0}</b> could not be read.<br>Reason: {1}</p></source> <translation type="obsolete"><p>Soubor Qt Style Sheet <b>{0}</b> nelze vytvořit.</p><p>Důvod: {1}</p></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1230"/> + <source>Manage SSL Certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1230"/> + <source>Manage SSL Certificates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1234"/> + <source>Manage the saved SSL certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1236"/> + <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -19304,12 +19543,12 @@ <translation>Vynutit operaci</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.py" line="44"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.py" line="46"/> <source>Mercurial Move</source> <translation>Mercurial přesun</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.py" line="79"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.py" line="81"/> <source>Select target</source> <translation>Vybrat cíl</translation> </message> @@ -42168,240 +42407,9 @@ <context> <name>SslCertificatesDialog</name> <message> - <location filename="Helpviewer/SslCertificatesDialog.ui" line="14"/> - <source>SSL Certificate Manager</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.ui" line="27"/> - <source>&Servers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.ui" line="33"/> - <source>You have saved certificates identifying these servers:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.ui" line="140"/> - <source>Certificate name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.ui" line="46"/> - <source>Server</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.ui" line="145"/> - <source>Expiry Date</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.ui" line="158"/> - <source>Press to view the selected certificate</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.ui" line="161"/> - <source>&View...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.ui" line="194"/> - <source>Press to delete the selected certificate</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.ui" line="197"/> - <source>&Delete...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.ui" line="126"/> - <source>Certificate &Authorities</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.ui" line="132"/> - <source>You have saved certificates identifying these certification authorities:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.py" line="274"/> - <source>(Unknown)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.py" line="276"/> - <source>(Unknown common name)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.py" line="127"/> - <source>Delete Server Certificate</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.py" line="127"/> - <source><p>Shall the server certificate really be deleted?</p><p>{0}</p><p>If the server certificate is deleted, the normal security checks will be reinstantiated and the server has to present a valid certificate.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.ui" line="168"/> - <source>Press to import a certificate</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.ui" line="171"/> - <source>&Import...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.ui" line="181"/> - <source>Press to export the selected certificate</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.ui" line="184"/> - <source>&Export...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.py" line="445"/> - <source>Import Certificate</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.py" line="363"/> - <source><p>The certificate <b>{0}</b> already exists. Skipping.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.py" line="319"/> - <source>Delete CA Certificate</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.py" line="319"/> - <source><p>Shall the CA certificate really be deleted?</p><p>{0}</p><p>If the CA certificate is deleted, the browser will not trust any certificate issued by this CA.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.py" line="455"/> - <source>Export Certificate</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.py" line="399"/> - <source>Certificate File (PEM) (*.pem);;Certificate File (DER) (*.der)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/SslCertificatesDialog.py" line="415"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> - <translation type="unfinished"><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.py" line="425"/> - <source><p>The certificate could not be written to file <b>{0}</b></p><p>Error: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.py" line="445"/> - <source>Certificate Files (*.pem *.crt *.der *.cer *.ca);;All Files (*)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslCertificatesDialog.py" line="455"/> - <source><p>The certificate could not be read from file <b>{0}</b></p><p>Error: {1}</p></source> - <translation type="unfinished"></translation> - </message> -</context> -<context> - <name>SslInfoDialog</name> - <message> - <location filename="Helpviewer/SslInfoDialog.ui" line="14"/> - <source>SSL Certificate Info</source> - <translation type="unfinished"></translation> - </message> -</context> -<context> - <name>SslInfoWidget</name> - <message> - <location filename="Helpviewer/SslInfoWidget.ui" line="17"/> - <source>This certificated has been blacklisted.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslInfoWidget.ui" line="24"/> - <source><b>Issued for</b></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslInfoWidget.ui" line="118"/> - <source>Common Name (CN)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslInfoWidget.ui" line="138"/> - <source>Organization (O)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslInfoWidget.ui" line="158"/> - <source>Organizational Unit (OU)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslInfoWidget.ui" line="91"/> - <source>Serialnumber</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslInfoWidget.ui" line="111"/> - <source><b>Issued by</b></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslInfoWidget.ui" line="178"/> - <source><b>Validity</b></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslInfoWidget.ui" line="185"/> - <source>Issued on</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslInfoWidget.ui" line="205"/> - <source>Expires on</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslInfoWidget.ui" line="225"/> - <source>This certificate is not valid yet or has expired.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslInfoWidget.ui" line="232"/> - <source><b>Fingerprints</b></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslInfoWidget.ui" line="239"/> - <source>SHA1-Fingerprint</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslInfoWidget.ui" line="259"/> - <source>MD5-Fingerprint</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/SslInfoWidget.py" line="111"/> - <source><not part of the certificate></source> - <translation type="unfinished"></translation> + <translation type="obsolete"><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> </context> <context> @@ -44064,12 +44072,12 @@ <translation>Cíl:</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py" line="44"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py" line="46"/> <source>Subversion Move</source> <translation>Subversion přesun</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py" line="79"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py" line="81"/> <source>Select target</source> <translation>Vybrat cíl</translation> </message> @@ -52047,7 +52055,7 @@ <context> <name>UrlBar</name> <message> - <location filename="Helpviewer/UrlBar/UrlBar.py" line="199"/> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="198"/> <source>Unknown</source> <translation type="unfinished">Neznámý</translation> </message> @@ -52547,7 +52555,7 @@ <translation>Zjistit akt&ualizace...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2704"/> + <location filename="UI/UserInterface.py" line="2721"/> <source>Report Bug</source> <translation>Reportovat Bugy</translation> </message> @@ -52567,7 +52575,7 @@ <translation><b>Reportovat bug...</b><p>Otevře se dialog pro reportování bugu.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2319"/> + <location filename="UI/UserInterface.py" line="2336"/> <source>Unittest</source> <translation></translation> </message> @@ -52627,7 +52635,7 @@ <translation><b>Unittest Script</b><p>Spustit unittest s aktuálním skriptem.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3704"/> + <location filename="UI/UserInterface.py" line="3721"/> <source>Unittest Project</source> <translation>Unittest Projekt</translation> </message> @@ -52822,7 +52830,7 @@ <translation><b>Klávesové zkratky</b><p>Nastavení klávesových zkratek aplikace podle zvyklostí uživatele.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4793"/> + <location filename="UI/UserInterface.py" line="4810"/> <source>Export Keyboard Shortcuts</source> <translation>Exportovat klávesové zkratky</translation> </message> @@ -52842,7 +52850,7 @@ <translation><b>Export klávesových zkratek</b><p>Exportují se klávesové zkratky z aplikace.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4816"/> + <location filename="UI/UserInterface.py" line="4833"/> <source>Import Keyboard Shortcuts</source> <translation>Import klávesových zkratek</translation> </message> @@ -52862,62 +52870,62 @@ <translation><b>Import klávesových zkratek</b><p>Do aplikace se importují klávesové zkratky.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1915"/> + <location filename="UI/UserInterface.py" line="1929"/> <source>Activate current editor</source> <translation>Aktivovat aktuální editor</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1915"/> + <location filename="UI/UserInterface.py" line="1929"/> <source>Alt+Shift+E</source> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1924"/> + <location filename="UI/UserInterface.py" line="1938"/> <source>Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1932"/> + <location filename="UI/UserInterface.py" line="1946"/> <source>Shift+Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2011"/> + <location filename="UI/UserInterface.py" line="2025"/> <source>Qt4 Documentation</source> <translation>Qt4 dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2011"/> + <location filename="UI/UserInterface.py" line="2025"/> <source>Qt&4 Documentation</source> <translation>Qt&4 dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2013"/> + <location filename="UI/UserInterface.py" line="2027"/> <source>Open Qt4 Documentation</source> <translation>Otevřít Qt4 dokumentaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2014"/> + <location filename="UI/UserInterface.py" line="2028"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Qt4 dokumentace</b><p>Zobrazit Qt4 dokumentaci. V závislosti na vašich nastaveních zobrazí interní Eric prohlížeč nápovědy nebo spustí webový prohlížeč nebo Qt Assistant.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2049"/> <source>PyQt4 Documentation</source> <translation>PyQt4 dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2049"/> <source>P&yQt4 Documentation</source> <translation>P&yQt4 dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2037"/> + <location filename="UI/UserInterface.py" line="2051"/> <source>Open PyQt4 Documentation</source> <translation>Otevřít PyQt4 dokumentaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2038"/> + <location filename="UI/UserInterface.py" line="2052"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>PyQt4 dokumentace</b><p>Zobrazit PyQt4 dokumentaci. V závislosti na vašich nastaveních zobrazí interní Eric prohlížeč nápovědy nebo spustí webový prohlížeč nebo Qt Assistant.</p></translation> </message> @@ -52942,172 +52950,172 @@ <translation type="obsolete"><b>Python dokumentace</b><p>Zobrazí python dokumentaci. Pokud není adresář dokumentace nastaven, tak ve Windows se dokumentace hledá v adresáři odkud se python spouští a na Unixu v doc adresáři <i>/usr/share/doc/packages/python/html</i>. Pokud chcete jiný, nastavte si proměnnou prostředí PYTHONDOCDIR.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2087"/> + <location filename="UI/UserInterface.py" line="2101"/> <source>Eric API Documentation</source> <translation>Eric API dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2087"/> + <location filename="UI/UserInterface.py" line="2101"/> <source>&Eric API Documentation</source> <translation>&Eric API dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2089"/> + <location filename="UI/UserInterface.py" line="2103"/> <source>Open Eric API Documentation</source> <translation>Otevřít Eric API dokumentaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2145"/> + <location filename="UI/UserInterface.py" line="2159"/> <source>&Unittest</source> <translation>&Unittest</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2162"/> + <location filename="UI/UserInterface.py" line="2176"/> <source>E&xtras</source> <translation>E&xtra funkce</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2174"/> + <location filename="UI/UserInterface.py" line="2188"/> <source>&Tools</source> <translation>&Nástroje</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2177"/> + <location filename="UI/UserInterface.py" line="2191"/> <source>Select Tool Group</source> <translation>Vybrat skupinu nástrojů</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2183"/> + <location filename="UI/UserInterface.py" line="2197"/> <source>Se&ttings</source> <translation>Nas&tavení</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2201"/> + <location filename="UI/UserInterface.py" line="2218"/> <source>&Window</source> <translation>O&kno</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2226"/> + <location filename="UI/UserInterface.py" line="2243"/> <source>&Toolbars</source> <translation>&Toolbary</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2251"/> + <location filename="UI/UserInterface.py" line="2268"/> <source>&Help</source> <translation>&Nápověda</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2318"/> + <location filename="UI/UserInterface.py" line="2335"/> <source>Tools</source> <translation>Nástroje</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2320"/> + <location filename="UI/UserInterface.py" line="2337"/> <source>Settings</source> <translation>Nastavení</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3927"/> + <location filename="UI/UserInterface.py" line="3944"/> <source>Help</source> <translation>Nápověda</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2322"/> + <location filename="UI/UserInterface.py" line="2339"/> <source>Profiles</source> <translation>Profily</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2653"/> + <location filename="UI/UserInterface.py" line="2670"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Čísla verzí</h3><table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5482"/> + <location filename="UI/UserInterface.py" line="5508"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2704"/> + <location filename="UI/UserInterface.py" line="2721"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>Emailová adresa nebo mail server adresa jsou prázdné. Prosím, nastavte váš email v dialogovém okně Nastavení.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2978"/> + <location filename="UI/UserInterface.py" line="2995"/> <source>Configure Tool Groups ...</source> <translation>Konfigurace Skupin nástrojů...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2981"/> + <location filename="UI/UserInterface.py" line="2998"/> <source>Configure current Tool Group ...</source> <translation>Konfigurace aktuální skupiny nástrojů...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3030"/> + <location filename="UI/UserInterface.py" line="3047"/> <source>&Builtin Tools</source> <translation>&Vestavěné nástroje</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3704"/> + <location filename="UI/UserInterface.py" line="3721"/> <source>There is no main script defined for the current project. Aborting</source> <translation>V aktuálním projektu není definován hlavní skript. Zrušeno</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4035"/> + <location filename="UI/UserInterface.py" line="4052"/> <source>Problem</source> <translation>Problém</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4187"/> + <location filename="UI/UserInterface.py" line="4204"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3927"/> + <location filename="UI/UserInterface.py" line="3944"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Aktuálně není vybrán žádný prohlížeč. Prosím otevřete Nastavení a nějaký vyberte.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3958"/> + <location filename="UI/UserInterface.py" line="3975"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Nemohu spustit prohlížeč nápovědy.<br>Ověřte jestli je dostupný jako <b>hh</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4553"/> + <location filename="UI/UserInterface.py" line="4570"/> <source>Documentation Missing</source> <translation>Dokumentace chybí</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4538"/> + <location filename="UI/UserInterface.py" line="4555"/> <source>Documentation</source> <translation>Dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4447"/> + <location filename="UI/UserInterface.py" line="4464"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>Adresář PyQt4 dokumentace není nakonfigurován.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4937"/> + <location filename="UI/UserInterface.py" line="4963"/> <source>Save tasks</source> <translation>Uložit úlohy</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4959"/> + <location filename="UI/UserInterface.py" line="4985"/> <source>Read tasks</source> <translation>Načíst úlohy</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5169"/> + <location filename="UI/UserInterface.py" line="5195"/> <source>Drop Error</source> <translation>Zahodit chybu</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5448"/> + <location filename="UI/UserInterface.py" line="5474"/> <source>Error during updates check</source> <translation>Chyba během zjišťování aktualizací</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5435"/> + <location filename="UI/UserInterface.py" line="5461"/> <source>Update available</source> <translation>Byla nalezena aktualizace</translation> </message> @@ -53122,17 +53130,17 @@ <translation>Zobrazit externí nás&troje</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5448"/> + <location filename="UI/UserInterface.py" line="5474"/> <source>Could not perform updates check.</source> <translation>Kontrolu updatů nelze provést.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5307"/> + <location filename="UI/UserInterface.py" line="5333"/> <source>&Cancel</source> <translation>&Zrušit</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5509"/> + <location filename="UI/UserInterface.py" line="5535"/> <source>First time usage</source> <translation>Spuštěno poprvé</translation> </message> @@ -53142,62 +53150,62 @@ <translation>Inicializace Plugin manažera...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2237"/> + <location filename="UI/UserInterface.py" line="2254"/> <source>P&lugins</source> <translation>P&luginy</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2323"/> + <location filename="UI/UserInterface.py" line="2340"/> <source>Plugins</source> <translation>Pluginy</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1948"/> + <location filename="UI/UserInterface.py" line="1962"/> <source>Plugin Infos</source> <translation>Plugin Infa</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1951"/> + <location filename="UI/UserInterface.py" line="1965"/> <source>Show Plugin Infos</source> <translation>Zobrazit Plugin infa</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1952"/> + <location filename="UI/UserInterface.py" line="1966"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Plugin Infa</b><p>Otevře dialog, který zobrazí informace o načtených pluginech.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1948"/> + <location filename="UI/UserInterface.py" line="1962"/> <source>&Plugin Infos...</source> <translation>&Plugin Infa...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3038"/> + <location filename="UI/UserInterface.py" line="3055"/> <source>&Plugin Tools</source> <translation>&Plugin nástroje</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1974"/> + <location filename="UI/UserInterface.py" line="1988"/> <source>Uninstall Plugin</source> <translation>Odinstalovat plugin</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1971"/> + <location filename="UI/UserInterface.py" line="1985"/> <source>&Uninstall Plugin...</source> <translation>&Odinstalovat plugin...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1975"/> + <location filename="UI/UserInterface.py" line="1989"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Odinstalovat plugin...</b><p>Otevře dialog pro odinstalaci pluginu.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3128"/> + <location filename="UI/UserInterface.py" line="3145"/> <source>&Show all</source> <translation>&Zobrazit vše</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3130"/> + <location filename="UI/UserInterface.py" line="3147"/> <source>&Hide all</source> <translation>&Skrýt vše</translation> </message> @@ -53207,7 +53215,7 @@ <translation>Aktivace pluginů...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2167"/> + <location filename="UI/UserInterface.py" line="2181"/> <source>Wi&zards</source> <translation>&Průvodci</translation> </message> @@ -53237,42 +53245,42 @@ <translation type="obsolete">Nelze stáhnout soubor s verzemi.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5469"/> + <location filename="UI/UserInterface.py" line="5495"/> <source><h3>Available versions</h3><table></source> <translation><h3>Dostupné verze</h3><table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1982"/> + <location filename="UI/UserInterface.py" line="1996"/> <source>Plugin Repository</source> <translation>Repozitář pluginů</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1982"/> + <location filename="UI/UserInterface.py" line="1996"/> <source>Plugin &Repository...</source> <translation>&Repozitář pluginů...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1985"/> + <location filename="UI/UserInterface.py" line="1999"/> <source>Show Plugins available for download</source> <translation>Zobrazit pluginy dostupné ke stažení</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1987"/> + <location filename="UI/UserInterface.py" line="2001"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Repozitář pluginů...</b><p>Otevře se dialog, který zobrazí seznam pluginů dostupných ke stažení přes internet.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1963"/> + <location filename="UI/UserInterface.py" line="1977"/> <source>Install Plugins</source> <translation>Instalovat pluginy</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1960"/> + <location filename="UI/UserInterface.py" line="1974"/> <source>&Install Plugins...</source> <translation>&Instalovat pluginy...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1964"/> + <location filename="UI/UserInterface.py" line="1978"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Instalovat pluginy...</b><p>Otevře dialog pro instalaci nebo aktualizaci pluginů.</p></translation> </message> @@ -53327,7 +53335,7 @@ <translation>Obnovit manažer nástrojových lišt...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4135"/> + <location filename="UI/UserInterface.py" line="4152"/> <source>External Tools</source> <translation>Externí nástroje</translation> </message> @@ -53362,22 +53370,22 @@ <translation type="obsolete">Proh&lížeč šablon</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4974"/> + <location filename="UI/UserInterface.py" line="5000"/> <source>Save session</source> <translation>Uložit relaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4997"/> + <location filename="UI/UserInterface.py" line="5023"/> <source>Read session</source> <translation>Načíst relaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2472"/> + <location filename="UI/UserInterface.py" line="2489"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Tato část status baru zobrazuje aktuální kódování editorů.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2486"/> + <location filename="UI/UserInterface.py" line="2503"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Tato část status baru zobrazuje indikátor práva zápisu editoru do souboru.</p></translation> </message> @@ -53407,7 +53415,7 @@ <translation><b>Požadavek na vlastnost...</b><p>Otevře dialog pro odeslání požadavku.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2465"/> + <location filename="UI/UserInterface.py" line="2482"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Tato část status baru zobrazuje aktuální jazyk editoru.</p></translation> </message> @@ -53417,12 +53425,12 @@ <translation type="obsolete"><p>Tato část statusbaru zobrazuje jméno souboru v aktuálním editoru.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2493"/> + <location filename="UI/UserInterface.py" line="2510"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Tato část status baru zobrazuje číslo řádku v aktuálním editoru.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2500"/> + <location filename="UI/UserInterface.py" line="2517"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Tato část status baru zobrazuje pozici kurzoru v aktuálním editoru.</p></translation> </message> @@ -53467,12 +53475,12 @@ <translation><b>Přepnout vodorovnou nástrojovou lištu</b><p>Pokud je vodorovná nástrojová lišta skryta, tak se zobrazí. Je-li zobrazena, skryje se.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2946"/> + <location filename="UI/UserInterface.py" line="2963"/> <source>Restart application</source> <translation>Restartovat aplikaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2946"/> + <location filename="UI/UserInterface.py" line="2963"/> <source>The application needs to be restarted. Do it now?</source> <translation>Aplikace potřebuje restartovat. Má se provést nyní?</translation> </message> @@ -53512,22 +53520,22 @@ <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2246"/> + <location filename="UI/UserInterface.py" line="2263"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2479"/> + <location filename="UI/UserInterface.py" line="2496"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Tato část status baru zobrazuje eol nastavení v aktuálním editoru.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1940"/> + <location filename="UI/UserInterface.py" line="1954"/> <source>Switch between tabs</source> <translation>Přepnout mezi taby</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1940"/> + <location filename="UI/UserInterface.py" line="1954"/> <source>Ctrl+1</source> <translation></translation> </message> @@ -53572,12 +53580,12 @@ <translation><b>Import předvoleb</b><p>Import dříve exportované konfigurace.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="1924"/> + <location filename="UI/UserInterface.py" line="1938"/> <source>Show next</source> <translation>Zobrazit další</translation> </message> <message> - <location filename="UI/UserInterface.py" line="1932"/> + <location filename="UI/UserInterface.py" line="1946"/> <source>Show previous</source> <translation>Zobrazit předchozí</translation> </message> @@ -53707,32 +53715,32 @@ <translation>Editor &ikon...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3879"/> + <location filename="UI/UserInterface.py" line="3896"/> <source>Qt 3 support</source> <translation>Qt 3 podpora</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2105"/> + <location filename="UI/UserInterface.py" line="2119"/> <source>PySide Documentation</source> <translation>PySide dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2105"/> + <location filename="UI/UserInterface.py" line="2119"/> <source>Py&Side Documentation</source> <translation>Py&Side dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2107"/> + <location filename="UI/UserInterface.py" line="2121"/> <source>Open PySide Documentation</source> <translation>Otevřít PySide dokumentaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2108"/> + <location filename="UI/UserInterface.py" line="2122"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>PySide dokumentace</b><p>Zobrazit PySide dokumentaci. V závislosti na vašich nastaveních zobrazí interní Eric prohlížeč nápovědy nebo spustí webový prohlížeč nebo Qt Assistant.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4538"/> + <location filename="UI/UserInterface.py" line="4555"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><p>Počátek dokumentace PySide nebyl nastaven.</p></translation> </message> @@ -53797,91 +53805,91 @@ <translation><b>Zobrazit externí nástroje</b><p>Otevře dialog pro zobrazení cesty a verze externích nástrojů používaných Eric5.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2090"/> + <location filename="UI/UserInterface.py" line="2104"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric5 installation directory.</p></source> <translation><b>Eric API dokumentace</b><p>Zobrazit Eric API dokumentaci. Umístění dokumentace je v podadresáři Documentation/Source v instalačním adresáři eric5.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2567"/> + <location filename="UI/UserInterface.py" line="2584"/> <source>External Tools/{0}</source> <translation>Externí nástroje/{0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3879"/> + <location filename="UI/UserInterface.py" line="3896"/> <source>Qt v.3 is not supported by eric5.</source> <translation>Qt v.3 není podporováno v eric5.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4035"/> + <location filename="UI/UserInterface.py" line="4052"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Soubor <b>{0}</b> neexistuje nebo má nulovou délku.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3799"/> + <location filename="UI/UserInterface.py" line="3816"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Designer.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3856"/> + <location filename="UI/UserInterface.py" line="3873"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Linguist.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3900"/> + <location filename="UI/UserInterface.py" line="3917"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Assistant.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3939"/> + <location filename="UI/UserInterface.py" line="3956"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit aktuální prohlížeč.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3998"/> + <location filename="UI/UserInterface.py" line="4015"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit UI Previewer.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4043"/> + <location filename="UI/UserInterface.py" line="4060"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Previewer překladů.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4062"/> + <location filename="UI/UserInterface.py" line="4079"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nelze spustit SQL Browser.<br>Ujistěte se, že je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4129"/> + <location filename="UI/UserInterface.py" line="4146"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>V externím nástroji '{0}' ve skupině '{1}' nebyl záznam nástroje nalezen.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4135"/> + <location filename="UI/UserInterface.py" line="4152"/> <source>No toolgroup entry '{0}' found.</source> <translation>Skupina nástrojů '{0}' nenalezena. </translation> </message> <message> - <location filename="UI/UserInterface.py" line="4171"/> + <location filename="UI/UserInterface.py" line="4188"/> <source>Starting process '{0} {1}'. </source> <translation>Spouštím proces '{0} {1}'. </translation> </message> <message> - <location filename="UI/UserInterface.py" line="4187"/> + <location filename="UI/UserInterface.py" line="4204"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Nemohu spustit příkaz <b>{0}</b><br>Ověřte jestli je dostupný jako <b>{1}</b>. </p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4264"/> + <location filename="UI/UserInterface.py" line="4281"/> <source>Process '{0}' has exited. </source> <translation>Proces '{0}' byl ukončen. </translation> </message> <message> - <location filename="UI/UserInterface.py" line="4553"/> + <location filename="UI/UserInterface.py" line="4570"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>Adresář dokumentace "<b>{0}</b>" nebyl nalezen.</p></translation> </message> @@ -53901,12 +53909,12 @@ <translation type="obsolete">Soubor klávesových zkratek (*.e4k *.e4kz)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4937"/> + <location filename="UI/UserInterface.py" line="4963"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s úlohami <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4959"/> + <location filename="UI/UserInterface.py" line="4985"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s úlohami <b>{0}</b> nelze načíst.</p></translation> </message> @@ -53916,12 +53924,12 @@ <translation type="obsolete"><p>Soubor s úlohami <b>{0}</b> je v nepodporovaném formátu.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4974"/> + <location filename="UI/UserInterface.py" line="5000"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Zápis do souboru relace session <b>{0}</b> se nezdařil.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4997"/> + <location filename="UI/UserInterface.py" line="5023"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor relace session <b>{0}</b> nelze přečíst.</p></translation> </message> @@ -53931,27 +53939,27 @@ <translation type="obsolete"><p>Soubor relace (session) <b>{0}</b> je v nepodporovaném formátu.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5169"/> + <location filename="UI/UserInterface.py" line="5195"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> není soubor.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5312"/> + <location filename="UI/UserInterface.py" line="5338"/> <source>Trying host {0}</source> <translation>Zkouším host {0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5435"/> + <location filename="UI/UserInterface.py" line="5461"/> <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="5444"/> + <location filename="UI/UserInterface.py" line="5470"/> <source>Eric5 is up to date</source> <translation>Eric5 je aktuální</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5444"/> + <location filename="UI/UserInterface.py" line="5470"/> <source>You are using the latest version of eric5</source> <translation>Používáte poslední verzi eric5</translation> </message> @@ -53961,7 +53969,7 @@ <translation type="obsolete"><p>SSL chyby:</p><p>{0}</p><p>Chcete tyto chyby ignorovat?</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5509"/> + <location filename="UI/UserInterface.py" line="5535"/> <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> @@ -54016,72 +54024,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4816"/> + <location filename="UI/UserInterface.py" line="4833"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2051"/> + <location filename="UI/UserInterface.py" line="2065"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2051"/> + <location filename="UI/UserInterface.py" line="2065"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2053"/> + <location filename="UI/UserInterface.py" line="2067"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2054"/> - <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="2066"/> - <source>Python 2 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="2066"/> - <source>Python &2 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="UI/UserInterface.py" line="2068"/> + <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2080"/> + <source>Python 2 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2080"/> + <source>Python &2 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2082"/> <source>Open Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2069"/> + <location filename="UI/UserInterface.py" line="2083"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5362"/> + <location filename="UI/UserInterface.py" line="5388"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5356"/> + <location filename="UI/UserInterface.py" line="5382"/> <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="4639"/> + <location filename="UI/UserInterface.py" line="4656"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4639"/> + <location filename="UI/UserInterface.py" line="4656"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5362"/> + <location filename="UI/UserInterface.py" line="5388"/> <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> @@ -54192,12 +54200,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4109"/> + <location filename="UI/UserInterface.py" line="4126"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5527"/> + <location filename="UI/UserInterface.py" line="5553"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -54427,7 +54435,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2206"/> + <location filename="UI/UserInterface.py" line="2223"/> <source>&Windows</source> <translation type="unfinished">&Windows</translation> </message> @@ -54502,30 +54510,50 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2023"/> + <location filename="UI/UserInterface.py" line="2037"/> <source>Qt5 Documentation</source> <translation type="unfinished">Qt4 dokumentace {5 ?}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2023"/> + <location filename="UI/UserInterface.py" line="2037"/> <source>Qt&5 Documentation</source> <translation type="unfinished">Qt&4 dokumentace {5 ?}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2025"/> + <location filename="UI/UserInterface.py" line="2039"/> <source>Open Qt5 Documentation</source> <translation type="unfinished">Otevřít Qt4 dokumentaci {5 ?}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2026"/> + <location filename="UI/UserInterface.py" line="2040"/> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"><b>Qt4 dokumentace</b><p>Zobrazit Qt4 dokumentaci. V závislosti na vašich nastaveních zobrazí interní Eric prohlížeč nápovědy nebo spustí webový prohlížeč nebo Qt Assistant.</p> {5 ?} {5 ?}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2510"/> + <location filename="UI/UserInterface.py" line="2527"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="UI/UserInterface.py" line="1916"/> + <source>Manage SSL Certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1916"/> + <source>Manage SSL Certificates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1920"/> + <source>Manage the saved SSL certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="1922"/> + <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>UserPropertiesDialog</name>