--- a/i18n/eric5_cs.ts Sun Feb 20 16:19:20 2011 +0100 +++ b/i18n/eric5_cs.ts Sun Feb 20 18:34:04 2011 +0100 @@ -340,32 +340,32 @@ <translation>&Typ souboru:</translation> </message> <message> - <location filename="Project/AddDirectoryDialog.py" line="94"/> + <location filename="Project/AddDirectoryDialog.py" line="95"/> <source>Select directory</source> <translation>Výběr adresáře</translation> </message> <message> - <location filename="Project/AddDirectoryDialog.py" line="58"/> - <source>Source Files</source> - <translation>Zdrojové soubory</translation> - </message> - <message> <location filename="Project/AddDirectoryDialog.py" line="59"/> + <source>Source Files</source> + <translation>Zdrojové soubory</translation> + </message> + <message> + <location filename="Project/AddDirectoryDialog.py" line="60"/> <source>Forms Files</source> <translation>Soubory s formuláři</translation> </message> <message> + <location filename="Project/AddDirectoryDialog.py" line="62"/> + <source>Interface Files</source> + <translation>Interface soubory</translation> + </message> + <message> + <location filename="Project/AddDirectoryDialog.py" line="63"/> + <source>Other Files (*)</source> + <translation>Jiné soubory (*)</translation> + </message> + <message> <location filename="Project/AddDirectoryDialog.py" line="61"/> - <source>Interface Files</source> - <translation>Interface soubory</translation> - </message> - <message> - <location filename="Project/AddDirectoryDialog.py" line="62"/> - <source>Other Files (*)</source> - <translation>Jiné soubory (*)</translation> - </message> - <message> - <location filename="Project/AddDirectoryDialog.py" line="60"/> <source>Resource Files</source> <translation>Resource soubory</translation> </message> @@ -455,7 +455,7 @@ <translation></translation> </message> <message> - <location filename="Project/AddFileDialog.py" line="60"/> + <location filename="Project/AddFileDialog.py" line="61"/> <source>Select target directory</source> <translation>Výběr cílového adresáře</translation> </message> @@ -903,7 +903,7 @@ <context> <name>AddProjectDialog</name> <message> - <location filename="MultiProject/AddProjectDialog.py" line="60"/> + <location filename="MultiProject/AddProjectDialog.py" line="61"/> <source>Add Project</source> <translation>Nový projekt</translation> </message> @@ -963,12 +963,12 @@ <translation>&Popis:</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.py" line="42"/> + <location filename="MultiProject/AddProjectDialog.py" line="43"/> <source>Project Properties</source> <translation>Nastavení projektu</translation> </message> <message> - <location filename="MultiProject/AddProjectDialog.py" line="60"/> + <location filename="MultiProject/AddProjectDialog.py" line="61"/> <source>Project Files (*.e4p)</source> <translation type="unfinished">Soubory projektu (*.e4p)</translation> </message> @@ -1739,72 +1739,72 @@ <context> <name>Browser</name> <message> - <location filename="UI/Browser.py" line="65"/> + <location filename="UI/Browser.py" line="66"/> <source>File-Browser</source> <translation>Prohlížeč souborů</translation> </message> <message> - <location filename="UI/Browser.py" line="83"/> + <location filename="UI/Browser.py" line="84"/> <source><b>The Browser Window</b><p>This allows you to easily navigate the hierachy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierachies.</p><p>The first hierachy is only shown if you have opened a program for debugging and it's root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierachy gives you easy access to most of what you will need.</p><p>The next hierachy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierachies allow you navigate your system as a whole. On a UNIX system there will be a hierachy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierachy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierachies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> <translation><b>Prohlížeč</b><p>Prohlížeč umožňuje jednoduše procházet strukturu adresářů a souborů ve vašem systému, rozpoznat Python programy a otevřít je do okna Zobrazení zdrojového kódu. Prohlížeč zobrazuje několik samostatných hierarchií.</p><p>První hierarchie zobrazuje pouze otevřenou aplikaci pro debugování a její kořen je adresář obsahující tuto aplikaci. Všechny Python soubory, které tvoří aplikaci, jsou obvykle ve stejném adresáři, takže tato hierarchie umožňuje rychlý přístup ke všemu, co je třeba.</p><p>Další hierarchie se používá k rychlé navigaci v adresářích, které jsou uvedeny v Python proměnné <tt>sys.path</tt>.</p><p>Zbývající hierarchie umožňují procházet operační systém jako celek. Na UNIX systémech bude hierarchie s kořenem <tt>/</tt> a další s user home adresářem. Ve Windows zde bude hierarchie pro každý disk v systému.</p><p>Python programy (mají extenzi <tt>.py</tt>) jsou v hierarchii zobrazeny s Python ikonou. Pravé tlačítko myši otevře popup menu, které umožňuje otevřít soubor do okna Zobrazení zdrojového kódu, otevřít soubor pro debugging nebo jej použít pro spuštění unittestu.</p><p>Kontextové menu s třídami, funkcemi a metodami umožňuje otevřít soubor na pozici vybrané třídy, funkci nebo metody a zajišťuje zobrazení kódu na požadovaném řádku.</p><p>Qt-Designer soubory (mají extenzi <tt>.ui</tt>) jsou zobrazeny s ikonou Designeru. Kontextové menu umožňuje otevřít tyto soubory přímo do Qt-Designeru.</p><p>Qt-Linguist soubory (mají extenzi <tt>.ts</tt>) jsou zobrazeny s Linguist ikonou. Kontextové menu umožňuje otevřít tyto soubory přímo do Qt-Linguistu.</p></translation> </message> <message> - <location filename="UI/Browser.py" line="199"/> + <location filename="UI/Browser.py" line="200"/> <source>Open</source> <translation>Otevřít</translation> </message> <message> - <location filename="UI/Browser.py" line="177"/> + <location filename="UI/Browser.py" line="178"/> <source>Run unittest...</source> <translation>Spustit unittest...</translation> </message> <message> - <location filename="UI/Browser.py" line="238"/> + <location filename="UI/Browser.py" line="239"/> <source>New toplevel directory...</source> <translation>Nový adresář toplevel...</translation> </message> <message> - <location filename="UI/Browser.py" line="211"/> + <location filename="UI/Browser.py" line="212"/> <source>Add as toplevel directory</source> <translation>Přidat jako toplevel adresář</translation> </message> <message> - <location filename="UI/Browser.py" line="214"/> + <location filename="UI/Browser.py" line="215"/> <source>Remove from toplevel</source> <translation>Odebrat z toplevelu</translation> </message> <message> - <location filename="UI/Browser.py" line="222"/> + <location filename="UI/Browser.py" line="223"/> <source>Find in this directory</source> <translation>Hledat v tomto adresáři</translation> </message> <message> - <location filename="UI/Browser.py" line="415"/> + <location filename="UI/Browser.py" line="416"/> <source>New toplevel directory</source> <translation>Nový toplevel adresář</translation> </message> <message> - <location filename="UI/Browser.py" line="225"/> + <location filename="UI/Browser.py" line="226"/> <source>Find&&Replace in this directory</source> <translation>Najít && nahradit v tomto adresáři</translation> </message> <message> - <location filename="UI/Browser.py" line="243"/> + <location filename="UI/Browser.py" line="244"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="UI/Browser.py" line="187"/> + <location filename="UI/Browser.py" line="188"/> <source>Open in Icon Editor</source> <translation>Otevřit v editoru ikon</translation> </message> <message> - <location filename="UI/Browser.py" line="228"/> + <location filename="UI/Browser.py" line="229"/> <source>Copy Path to Clipboard</source> <translation>Kopírovat cestu do schránky</translation> </message> <message> - <location filename="UI/Browser.py" line="218"/> + <location filename="UI/Browser.py" line="219"/> <source>Refresh directory</source> <translation>Obnovit složku</translation> </message> @@ -2239,7 +2239,7 @@ <context> <name>CodingError</name> <message> - <location filename="Utilities/__init__.py" line="92"/> + <location filename="Utilities/__init__.py" line="93"/> <source>The coding '{0}' is wrong for the given text.</source> <translation>Nesprávné kódování '{0}' pro daný text.</translation> </message> @@ -3518,22 +3518,22 @@ <translation>změněno</translation> </message> <message> - <location filename="Debugger/DebugServer.py" line="569"/> + <location filename="Debugger/DebugServer.py" line="572"/> <source>Connection from illegal host</source> <translation>Spojení z ilegálního hosta</translation> </message> <message> - <location filename="Debugger/DebugServer.py" line="1245"/> + <location filename="Debugger/DebugServer.py" line="1256"/> <source>Passive debug connection received</source> <translation>Spojení pasivního debugeru přijato</translation> </message> <message> - <location filename="Debugger/DebugServer.py" line="1258"/> + <location filename="Debugger/DebugServer.py" line="1270"/> <source>Passive debug connection closed</source> <translation>Spojení pasivního debugeru uzavřeno</translation> </message> <message> - <location filename="Debugger/DebugServer.py" line="1114"/> + <location filename="Debugger/DebugServer.py" line="1124"/> <source> Not connected </source> @@ -3542,7 +3542,7 @@ </translation> </message> <message> - <location filename="Debugger/DebugServer.py" line="569"/> + <location filename="Debugger/DebugServer.py" line="572"/> <source><p>A connection was attempted by the illegal host <b>{0}</b>. Accept this connection?</p></source> <translation><p>Pokus o spojení z ilegálního hosta <b>{0}</b>. Přijmout toto spojení?</p></translation> </message> @@ -4890,17 +4890,17 @@ <translation>Nenastavovat kódování debug klienta</translation> </message> <message> - <location filename="Project/DebuggerPropertiesDialog.py" line="100"/> + <location filename="Project/DebuggerPropertiesDialog.py" line="101"/> <source>Select interpreter for Debug Client</source> <translation>Výběr interpretru pro Debug klienta</translation> </message> <message> - <location filename="Project/DebuggerPropertiesDialog.py" line="115"/> - <source>All Files (*)</source> - <translation>Všechny soubory (*)</translation> - </message> - <message> <location filename="Project/DebuggerPropertiesDialog.py" line="116"/> + <source>All Files (*)</source> + <translation>Všechny soubory (*)</translation> + </message> + <message> + <location filename="Project/DebuggerPropertiesDialog.py" line="117"/> <source>Select Debug Client</source> <translation>Výběr Debug klienta</translation> </message> @@ -5531,37 +5531,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Download/DownloadItem.py" line="341"/> + <location filename="Helpviewer/Download/DownloadItem.py" line="349"/> <source>Error opening save file: {0}</source> <translation type="unfinished">Chyba při otvírání uloženého souboru: {0}</translation> </message> <message> - <location filename="Helpviewer/Download/DownloadItem.py" line="350"/> + <location filename="Helpviewer/Download/DownloadItem.py" line="358"/> <source>Error saving: {0}</source> <translation type="unfinished">Chyba při ukládání: {0}</translation> </message> <message> - <location filename="Helpviewer/Download/DownloadItem.py" line="362"/> + <location filename="Helpviewer/Download/DownloadItem.py" line="370"/> <source>Network Error: {0}</source> <translation type="unfinished">Chyba sítě: {0}</translation> </message> <message> - <location filename="Helpviewer/Download/DownloadItem.py" line="470"/> + <location filename="Helpviewer/Download/DownloadItem.py" line="478"/> <source>{0} of {1} ({2}/sec) - {3}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/Download/DownloadItem.py" line="471"/> - <source>?</source> - <translation type="unfinished">?</translation> - </message> - <message> <location filename="Helpviewer/Download/DownloadItem.py" line="479"/> + <source>?</source> + <translation type="unfinished">?</translation> + </message> + <message> + <location filename="Helpviewer/Download/DownloadItem.py" line="487"/> <source>{0} downloaded</source> <translation type="unfinished">{0} staženo</translation> </message> <message> - <location filename="Helpviewer/Download/DownloadItem.py" line="482"/> + <location filename="Helpviewer/Download/DownloadItem.py" line="490"/> <source>{0} of {1} - Stopped</source> <translation type="unfinished">{0} z {1} - zastaveno</translation> </message> @@ -6191,7 +6191,7 @@ <context> <name>E5NetworkProxyFactory</name> <message> - <location filename="E5Network/E5NetworkProxyFactory.py" line="129"/> + <location filename="E5Network/E5NetworkProxyFactory.py" line="130"/> <source>Proxy Configuration Error</source> <translation>Chyba proxy konfigurace</translation> </message> @@ -6201,7 +6201,7 @@ <translation type="unfinished"><b>Připojit k proxy '{0}' za použití:</b></translation> </message> <message> - <location filename="E5Network/E5NetworkProxyFactory.py" line="129"/> + <location filename="E5Network/E5NetworkProxyFactory.py" line="130"/> <source>Proxy usage was activated but no proxy host for protocol '{0}' configured.</source> <translation type="unfinished"></translation> </message> @@ -6468,12 +6468,12 @@ <translation>Ignorovat počet:</translation> </message> <message> - <location filename="Debugger/EditBreakpointDialog.py" line="83"/> + <location filename="Debugger/EditBreakpointDialog.py" line="84"/> <source>Add Breakpoint</source> <translation>Přidat breakpoint</translation> </message> <message> - <location filename="Debugger/EditBreakpointDialog.py" line="113"/> + <location filename="Debugger/EditBreakpointDialog.py" line="114"/> <source>Select filename of the breakpoint</source> <translation>Zadání jména souboru, ve kterém breakpoint bude</translation> </message> @@ -7397,7 +7397,7 @@ <translation>Stiskněte pro výběr API souboru ze seznamu instalovaných API</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/EditorAPIsPage.py" line="168"/> + <location filename="Preferences/ConfigurationPages/EditorAPIsPage.py" line="169"/> <source>Add from installed APIs</source> <translation>Přidat z instalovaných API</translation> </message> @@ -7407,7 +7407,7 @@ <translation>Stiskněte pro kompilování vybrané API definici</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/EditorAPIsPage.py" line="219"/> + <location filename="Preferences/ConfigurationPages/EditorAPIsPage.py" line="220"/> <source>Compile APIs</source> <translation>Kompilovat API</translation> </message> @@ -7447,22 +7447,22 @@ <translation>Smazat</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/EditorAPIsPage.py" line="128"/> + <location filename="Preferences/ConfigurationPages/EditorAPIsPage.py" line="129"/> <source>Select API file</source> <translation>Výběr API souboru</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/EditorAPIsPage.py" line="128"/> + <location filename="Preferences/ConfigurationPages/EditorAPIsPage.py" line="129"/> <source>API File (*.api);;All Files (*)</source> <translation>API soubor (*.api);;Všechny soubory (*)</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/EditorAPIsPage.py" line="168"/> + <location filename="Preferences/ConfigurationPages/EditorAPIsPage.py" line="169"/> <source>Select from the list of installed API files</source> <translation>Výběr ze seznamu instalovaných API souborů</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/EditorAPIsPage.py" line="234"/> + <location filename="Preferences/ConfigurationPages/EditorAPIsPage.py" line="235"/> <source>Cancel compilation</source> <translation>Zrušit kompilaci</translation> </message> @@ -7477,12 +7477,12 @@ <translation>Stiskněte pro výběr API souboru ze seznamu API souborů instalovaných z pluginů</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/EditorAPIsPage.py" line="188"/> + <location filename="Preferences/ConfigurationPages/EditorAPIsPage.py" line="189"/> <source>Add from Plugin APIs</source> <translation>Přidat z API pluginů</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/EditorAPIsPage.py" line="188"/> + <location filename="Preferences/ConfigurationPages/EditorAPIsPage.py" line="189"/> <source>Select from the list of API files installed by plugins</source> <translation>Vybrat ze seznamu API souborů instalovaných pluginy</translation> </message> @@ -7932,7 +7932,7 @@ <message> <location filename="Preferences/ConfigurationPages/EditorFilePage.ui" line="58"/> <source>Reopen automatically</source> - <translation>Automaticky znovu otevřít</translation> + <translation type="obsolete">Automaticky znovu otevřít</translation> </message> <message> <location filename="Preferences/ConfigurationPages/EditorFilePage.ui" line="69"/> @@ -8161,6 +8161,11 @@ <source>Enter the file filter entry:</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Preferences/ConfigurationPages/EditorFilePage.ui" line="58"/> + <source>Reread automatically when changed externally</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorGeneralPage</name> @@ -10268,17 +10273,17 @@ <translation>Seznam jmen bázových adresářů, které budou ignorovány</translation> </message> <message> - <location filename="Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py" line="168"/> + <location filename="Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py" line="169"/> <source>Select output file</source> <translation>Vybrat výstupní soubor</translation> </message> <message> - <location filename="Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py" line="168"/> + <location filename="Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py" line="169"/> <source>API files (*.api);;All files (*)</source> <translation>API soubory (*.api);;Všechny soubory (*)</translation> </message> <message> - <location filename="Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py" line="199"/> + <location filename="Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py" line="200"/> <source>Select directory to exclude</source> <translation>Vybrat adresář, který bude vyloučen</translation> </message> @@ -10633,22 +10638,22 @@ <translation type="obsolete"><?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html><head> <title>%%(Title)s</title></head><body style="background-color:%(BodyBgColor)s;color:%(BodyColor)s"><h1 style="background-color:%(Level1HeaderBgColor)s;color:%(Level1HeaderColor)s">Hlavička první úrovně</h1><h3 style="background-color:%(Level2HeaderBgColor)s;color:%(Level2HeaderColor)s">Hlavička druhé úrovně</h3><h2 style="background-color:%(CFBgColor)s;color:%(CFColor)s">Hlavička třídy a funkce</h2>Standardní text s různými <a style="color:%(LinkColor)s">odkazy</a> v textu.</body></html></translation> </message> <message> - <location filename="Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="260"/> + <location filename="Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="261"/> <source>Select output directory</source> <translation>Výběr výstupního adresáře</translation> </message> <message> - <location filename="Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="285"/> + <location filename="Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="286"/> <source>Select directory to exclude</source> <translation>Vybrat adresář, který bude vyloučen</translation> </message> <message> - <location filename="Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="323"/> + <location filename="Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="324"/> <source>Select CSS style sheet</source> <translation>Vybrat CSS soubor</translation> </message> <message> - <location filename="Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="323"/> + <location filename="Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="324"/> <source>Style sheet (*.css);;All files (*)</source> <translation>Style sheet (*.css);;Všechny soubory (*)</translation> </message> @@ -10728,7 +10733,7 @@ <translation>Zadejte krátký titulek pro vstup nahoře</translation> </message> <message> - <location filename="Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="471"/> + <location filename="Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="472"/> <source>Select output directory for QtHelp files</source> <translation>Vybrat výstupní adresář pro soubory QtNápovědy</translation> </message> @@ -10743,7 +10748,7 @@ <translation>Generovat kolekci souborů QtNápovědy</translation> </message> <message> - <location filename="Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="44"/> + <location filename="Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="45"/> <source><?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html><head><title></title></head><body style="background-color:{BodyBgColor};color:{BodyColor}"><h1 style="background-color:{Level1HeaderBgColor};color:{Level1HeaderColor}">Level 1 Header</h1><h3 style="background-color:{Level2HeaderBgColor};color:{Level2HeaderColor}">Level 2 Header</h3><h2 style="background-color:{CFBgColor};color:{CFColor}">Class and Function Header</h2>Standard body text with <a style="color:{LinkColor}">some links</a> embedded.</body></html></source> <translation type="unfinished"></translation> </message> @@ -11251,7 +11256,7 @@ <translation>Zobrazit jen adresáře</translation> </message> <message> - <location filename="Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="46"/> + <location filename="Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="48"/> <source>Test</source> <translation></translation> </message> @@ -11517,7 +11522,7 @@ <translation>Hledat</translation> </message> <message> - <location filename="UI/FindFileDialog.py" line="522"/> + <location filename="UI/FindFileDialog.py" line="531"/> <source>Select directory</source> <translation>Výběr adresáře</translation> </message> @@ -11577,7 +11582,7 @@ <translation>Nahradit</translation> </message> <message> - <location filename="UI/FindFileDialog.py" line="629"/> + <location filename="UI/FindFileDialog.py" line="634"/> <source>Replace in Files</source> <translation>Nahradit v souborech</translation> </message> @@ -11602,37 +11607,37 @@ <translation>Pocit jako</translation> </message> <message> - <location filename="UI/FindFileDialog.py" line="655"/> + <location filename="UI/FindFileDialog.py" line="660"/> <source>Open</source> <translation>Otevřít</translation> </message> <message> - <location filename="UI/FindFileDialog.py" line="656"/> + <location filename="UI/FindFileDialog.py" line="661"/> <source>Copy Path to Clipboard</source> <translation>Kopírovat cestu do schránky</translation> </message> <message> - <location filename="UI/FindFileDialog.py" line="357"/> + <location filename="UI/FindFileDialog.py" line="364"/> <source>Invalid search expression</source> <translation>Neplatný výraz hledání</translation> </message> <message> - <location filename="UI/FindFileDialog.py" line="357"/> + <location filename="UI/FindFileDialog.py" line="364"/> <source><p>The search expression is not valid.</p><p>Error: {0}</p></source> <translation><p>Výraz hledná není platný. </p><p>Chyba: {0}</p></translation> </message> <message> - <location filename="UI/FindFileDialog.py" line="586"/> + <location filename="UI/FindFileDialog.py" line="595"/> <source><p>Could not read the file <b>{0}</b>. Skipping it.</p><p>Reason: {1}</p></source> <translation><p>Nelze číst ze souboru <b>{0}</b>. Přeskočeno.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="UI/FindFileDialog.py" line="629"/> + <location filename="UI/FindFileDialog.py" line="634"/> <source><p>Could not save the file <b>{0}</b>. Skipping it.</p><p>Reason: {1}</p></source> <translation><p>Nelze uložit do souboru <b>{0}</b>. Přeskočeno.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="UI/FindFileDialog.py" line="600"/> + <location filename="UI/FindFileDialog.py" line="609"/> <source><p>The current and the original hash of the file <b>{0}</b> are different. Skipping it.</p><p>Hash 1: {1}</p><p>Hash 2: {2}</p></source> <translation type="unfinished"></translation> </message> @@ -11730,22 +11735,22 @@ <translation>Cesta</translation> </message> <message> - <location filename="UI/FindFileNameDialog.py" line="52"/> + <location filename="UI/FindFileNameDialog.py" line="53"/> <source>Stop</source> <translation>Stop</translation> </message> <message> - <location filename="UI/FindFileNameDialog.py" line="53"/> + <location filename="UI/FindFileNameDialog.py" line="54"/> <source>Press to stop the search</source> <translation>Stisknout pro ukončení hledání</translation> </message> <message> - <location filename="UI/FindFileNameDialog.py" line="55"/> + <location filename="UI/FindFileNameDialog.py" line="56"/> <source>Opens the selected file</source> <translation>Otevřít vybraný soubor</translation> </message> <message> - <location filename="UI/FindFileNameDialog.py" line="183"/> + <location filename="UI/FindFileNameDialog.py" line="184"/> <source>Select search directory</source> <translation>Vybrat hledaný adresář</translation> </message> @@ -12730,22 +12735,22 @@ <translation>Web prohlížeč</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpViewersPage.py" line="75"/> + <location filename="Preferences/ConfigurationPages/HelpViewersPage.py" line="76"/> <source>Select Custom Viewer</source> <translation>Vybrat obvyklý prohlížeč</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpViewersPage.py" line="89"/> + <location filename="Preferences/ConfigurationPages/HelpViewersPage.py" line="90"/> <source>Select Web-Browser</source> <translation>Vybrat web prohlížeč</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpViewersPage.py" line="103"/> + <location filename="Preferences/ConfigurationPages/HelpViewersPage.py" line="104"/> <source>Select PDF-Viewer</source> <translation>Vybrat PDF prohlížeč</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpViewersPage.py" line="117"/> + <location filename="Preferences/ConfigurationPages/HelpViewersPage.py" line="118"/> <source>Select CHM-Viewer</source> <translation>Vybrat CHM prohlížeč</translation> </message> @@ -15380,12 +15385,12 @@ <translation>Vynutit operaci</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.py" line="42"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.py" line="43"/> <source>Mercurial Move</source> <translation>Mercurial přesun</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.py" line="71"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.py" line="72"/> <source>Select target</source> <translation>Vybrat cíl</translation> </message> @@ -16148,12 +16153,12 @@ <translation><b>Adresář projektu</b><p>Zadání adresáře nového projektu. Ten bude stažen z repozitáře a umístěn do tohoto adresáře.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.py" line="57"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.py" line="58"/> <source>Select Repository-Directory</source> <translation>Vyberte adresář repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.py" line="71"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.py" line="72"/> <source>Select Project Directory</source> <translation>Vyberte adresář projektu</translation> </message> @@ -19406,7 +19411,7 @@ <translation>Seznam adresářů s ikonami</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/IconsPage.py" line="124"/> + <location filename="Preferences/ConfigurationPages/IconsPage.py" line="125"/> <source>Select icon directory</source> <translation>Vybrat adresář s ikonami</translation> </message> @@ -19591,7 +19596,7 @@ <context> <name>InterfacePage</name> <message> - <location filename="Preferences/ConfigurationPages/InterfacePage.py" line="223"/> + <location filename="Preferences/ConfigurationPages/InterfacePage.py" line="224"/> <source>English</source> <comment>Translate this with your language</comment> <translation>Česky</translation> @@ -19827,17 +19832,17 @@ <translation>Resetovat layout továrny defaultů</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/InterfacePage.py" line="240"/> + <location filename="Preferences/ConfigurationPages/InterfacePage.py" line="241"/> <source>System</source> <translation>Systém</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/InterfacePage.py" line="250"/> + <location filename="Preferences/ConfigurationPages/InterfacePage.py" line="251"/> <source>Select style sheet file</source> <translation>Vybrat soubor s CSS styly</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/InterfacePage.py" line="250"/> + <location filename="Preferences/ConfigurationPages/InterfacePage.py" line="251"/> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;Všechny soubory (*)</translation> </message> @@ -22066,67 +22071,67 @@ <context> <name>MultiProject</name> <message> - <location filename="MultiProject/MultiProject.py" line="475"/> + <location filename="MultiProject/MultiProject.py" line="474"/> <source>Save File</source> <translation>Uložit soubor</translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="552"/> + <location filename="MultiProject/MultiProject.py" line="551"/> <source>&New...</source> <translation>&Nový...</translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="565"/> + <location filename="MultiProject/MultiProject.py" line="564"/> <source>&Open...</source> <translation>&Otevřít...</translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="577"/> + <location filename="MultiProject/MultiProject.py" line="576"/> <source>&Close</source> <translation>&Zavřít</translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="588"/> + <location filename="MultiProject/MultiProject.py" line="587"/> <source>&Save</source> <translation>&Uložit</translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="599"/> + <location filename="MultiProject/MultiProject.py" line="598"/> <source>Save &as...</source> <translation>Uložit j&ako...</translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="611"/> + <location filename="MultiProject/MultiProject.py" line="610"/> <source>Add &project...</source> <translation>Přidat &projekt...</translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="625"/> + <location filename="MultiProject/MultiProject.py" line="624"/> <source>&Properties...</source> <translation>&Natavení...</translation> </message> <message> + <location filename="MultiProject/MultiProject.py" line="647"/> + <source>&Multiproject</source> + <translation>&Multiprojekt</translation> + </message> + <message> <location filename="MultiProject/MultiProject.py" line="648"/> - <source>&Multiproject</source> - <translation>&Multiprojekt</translation> - </message> - <message> - <location filename="MultiProject/MultiProject.py" line="649"/> <source>Open &Recent Multiprojects</source> <translation>Otevřít poslední multip&rojekty</translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="688"/> + <location filename="MultiProject/MultiProject.py" line="687"/> <source>Multiproject</source> <translation></translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="746"/> + <location filename="MultiProject/MultiProject.py" line="745"/> <source>&Clear</source> <translation>&Vyčistit</translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="209"/> + <location filename="MultiProject/MultiProject.py" line="208"/> <source>Read multiproject file</source> <translation>Načíst soubor multiprojektu</translation> </message> @@ -22136,12 +22141,12 @@ <translation type="obsolete">Komprimované multiprojektové soubory nejsou podporovány. Kompresní knihovna chybí.</translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="248"/> + <location filename="MultiProject/MultiProject.py" line="247"/> <source>Save multiproject file</source> <translation>Uložit soubor multiprojektu</translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="565"/> + <location filename="MultiProject/MultiProject.py" line="564"/> <source>Open multiproject</source> <translation>Otevřít multiprojekt</translation> </message> @@ -22156,12 +22161,12 @@ <translation type="obsolete">Komprimované soubory multiprojektu (*.e4mz)</translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="460"/> + <location filename="MultiProject/MultiProject.py" line="459"/> <source>Multiproject Files (*.e4m)</source> <translation>Soubory multiprojektu (*.e4m)</translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="599"/> + <location filename="MultiProject/MultiProject.py" line="598"/> <source>Save multiproject as</source> <translation>Uložit multiprojekt jako</translation> </message> @@ -22171,112 +22176,112 @@ <translation type="obsolete">Soubory multiprojektu (*.e4m);;Komprimované soubory multiprojektu (*.e4mz)</translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="499"/> + <location filename="MultiProject/MultiProject.py" line="498"/> <source>Close Multiproject</source> <translation>Zavřít multiprojekt</translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="499"/> + <location filename="MultiProject/MultiProject.py" line="498"/> <source>The current multiproject has unsaved changes.</source> <translation>Aktuální multiprojekt obsahuje neuložené změny.</translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="552"/> + <location filename="MultiProject/MultiProject.py" line="551"/> <source>New multiproject</source> <translation>Nový multiprojekt</translation> </message> <message> + <location filename="MultiProject/MultiProject.py" line="555"/> + <source>Generate a new multiproject</source> + <translation>Vygenerovat nový multiprojekt</translation> + </message> + <message> <location filename="MultiProject/MultiProject.py" line="556"/> - <source>Generate a new multiproject</source> - <translation>Vygenerovat nový multiprojekt</translation> - </message> - <message> - <location filename="MultiProject/MultiProject.py" line="557"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new multiproject.</p></source> <translation><b>Nový...</b><p>Otevře se dialogové okno pro zadání informací o novém multiprojektu.</p></translation> </message> <message> + <location filename="MultiProject/MultiProject.py" line="568"/> + <source>Open an existing multiproject</source> + <translation>Otevřít existující multiprojekt</translation> + </message> + <message> <location filename="MultiProject/MultiProject.py" line="569"/> - <source>Open an existing multiproject</source> - <translation>Otevřít existující multiprojekt</translation> - </message> - <message> - <location filename="MultiProject/MultiProject.py" line="570"/> <source><b>Open...</b><p>This opens an existing multiproject.</p></source> <translation><b>Otevřít....</b><p>Otevře existující multiprojekt.</p></translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="577"/> + <location filename="MultiProject/MultiProject.py" line="576"/> <source>Close multiproject</source> <translation>Zavřít multiprojekt</translation> </message> <message> + <location filename="MultiProject/MultiProject.py" line="579"/> + <source>Close the current multiproject</source> + <translation>Uzavře aktuální multiprojekt</translation> + </message> + <message> <location filename="MultiProject/MultiProject.py" line="580"/> - <source>Close the current multiproject</source> - <translation>Uzavře aktuální multiprojekt</translation> - </message> - <message> - <location filename="MultiProject/MultiProject.py" line="581"/> <source><b>Close</b><p>This closes the current multiproject.</p></source> <translation><b>Zavřít</b><p>Aktuální multiprojekt se uzavře.</p></translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="588"/> + <location filename="MultiProject/MultiProject.py" line="587"/> <source>Save multiproject</source> <translation>Uložit multiprojekt</translation> </message> <message> + <location filename="MultiProject/MultiProject.py" line="590"/> + <source>Save the current multiproject</source> + <translation>Uložit aktuální multiprojekt</translation> + </message> + <message> <location filename="MultiProject/MultiProject.py" line="591"/> - <source>Save the current multiproject</source> - <translation>Uložit aktuální multiprojekt</translation> - </message> - <message> - <location filename="MultiProject/MultiProject.py" line="592"/> <source><b>Save</b><p>This saves the current multiproject.</p></source> <translation><b>Uložit</b><p>Aktuální multiprojekt se uloží.</p></translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="602"/> + <location filename="MultiProject/MultiProject.py" line="601"/> <source>Save the current multiproject to a new file</source> <translation>Uloží aktuální multiprojekt do nového souboru</translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="604"/> + <location filename="MultiProject/MultiProject.py" line="603"/> <source><b>Save as</b><p>This saves the current multiproject to a new file.</p></source> <translation><b>Uložit jako</b><p>Uloží aktuální mulktiprojekt do nového souboru.</p></translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="611"/> + <location filename="MultiProject/MultiProject.py" line="610"/> <source>Add project to multiproject</source> <translation>Přidat projekt do multiprojektu</translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="615"/> + <location filename="MultiProject/MultiProject.py" line="614"/> <source>Add a project to the current multiproject</source> <translation>Projekt se přidá do aktuálního multiprojektu</translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="617"/> + <location filename="MultiProject/MultiProject.py" line="616"/> <source><b>Add project...</b><p>This opens a dialog for adding a project to the current multiproject.</p></source> <translation><b>Přidat projekt...</b><p>Otevře dialog pro přidání projektu do aktuálního multiprojektu.</p></translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="625"/> + <location filename="MultiProject/MultiProject.py" line="624"/> <source>Multiproject properties</source> <translation>Nastavení multiprojektu</translation> </message> <message> + <location filename="MultiProject/MultiProject.py" line="627"/> + <source>Show the multiproject properties</source> + <translation>Zobrazit nastavení projektu</translation> + </message> + <message> <location filename="MultiProject/MultiProject.py" line="628"/> - <source>Show the multiproject properties</source> - <translation>Zobrazit nastavení projektu</translation> - </message> - <message> - <location filename="MultiProject/MultiProject.py" line="629"/> <source><b>Properties...</b><p>This shows a dialog to edit the multiproject properties.</p></source> <translation><b>Nastavení...</b><p>Zobrazí dialog s editací nastavení multiprojektu.</p></translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="209"/> + <location filename="MultiProject/MultiProject.py" line="208"/> <source><p>The multiproject file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor multiprojektu <b>{0}</b> nelze načíst.</p></translation> </message> @@ -22291,7 +22296,7 @@ <translation type="obsolete"><p>Soubor multiprojektu <b>{0}</b> má neplatný obsah.</p></translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="248"/> + <location filename="MultiProject/MultiProject.py" line="247"/> <source><p>The multiproject file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru multiprojektu <b>{0}</b> nelze zapisovat.</p></translation> </message> @@ -22301,7 +22306,7 @@ <translation type="obsolete"><p>Soubor <b>{0}</b> již existuje.</p></translation> </message> <message> - <location filename="MultiProject/MultiProject.py" line="475"/> + <location filename="MultiProject/MultiProject.py" line="474"/> <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> @@ -22674,7 +22679,7 @@ <translation>Zadejte jméno souboru pro kód formulářů</translation> </message> <message> - <location filename="Project/NewDialogClassDialog.py" line="49"/> + <location filename="Project/NewDialogClassDialog.py" line="50"/> <source>Select source directory</source> <translation>Vybrat zdrojový adresář</translation> </message> @@ -23950,62 +23955,62 @@ <context> <name>PluginInstallWidget</name> <message> - <location filename="PluginManager/PluginInstallDialog.py" line="53"/> + <location filename="PluginManager/PluginInstallDialog.py" line="55"/> <source>< Back</source> <translation>< Zpět</translation> </message> <message> - <location filename="PluginManager/PluginInstallDialog.py" line="55"/> - <source>Next ></source> - <translation>Další ></translation> - </message> - <message> - <location filename="PluginManager/PluginInstallDialog.py" line="64"/> - <source>User plugins directory</source> - <translation>Uživatelský adresář s pluginy</translation> - </message> - <message> - <location filename="PluginManager/PluginInstallDialog.py" line="69"/> - <source>Global plugins directory</source> - <translation>Globální adresář s pluginy</translation> - </message> - <message> - <location filename="PluginManager/PluginInstallDialog.py" line="145"/> - <source>Select plugin ZIP-archives</source> - <translation>Vybrat plugin ZIP-archivy</translation> - </message> - <message> - <location filename="PluginManager/PluginInstallDialog.py" line="145"/> - <source>Plugin archive (*.zip)</source> - <translation>Plugin archiv (*.zip)</translation> - </message> - <message> - <location filename="PluginManager/PluginInstallDialog.py" line="211"/> - <source> ok</source> - <translation> ok</translation> - </message> - <message> - <location filename="PluginManager/PluginInstallDialog.py" line="218"/> - <source>The plugins were installed successfully.</source> - <translation>Pluginy byly úspěšně instalovány.</translation> - </message> - <message> - <location filename="PluginManager/PluginInstallDialog.py" line="221"/> - <source>Some plugins could not be installed.</source> - <translation>Některé pluginy nebyly instalovány.</translation> - </message> - <message> - <location filename="PluginManager/PluginInstallDialog.py" line="428"/> - <source>Unspecific exception installing plugin.</source> - <translation>Neznámá výjimka při instalaci pluginu.</translation> - </message> - <message> <location filename="PluginManager/PluginInstallDialog.py" line="57"/> + <source>Next ></source> + <translation>Další ></translation> + </message> + <message> + <location filename="PluginManager/PluginInstallDialog.py" line="66"/> + <source>User plugins directory</source> + <translation>Uživatelský adresář s pluginy</translation> + </message> + <message> + <location filename="PluginManager/PluginInstallDialog.py" line="71"/> + <source>Global plugins directory</source> + <translation>Globální adresář s pluginy</translation> + </message> + <message> + <location filename="PluginManager/PluginInstallDialog.py" line="147"/> + <source>Select plugin ZIP-archives</source> + <translation>Vybrat plugin ZIP-archivy</translation> + </message> + <message> + <location filename="PluginManager/PluginInstallDialog.py" line="147"/> + <source>Plugin archive (*.zip)</source> + <translation>Plugin archiv (*.zip)</translation> + </message> + <message> + <location filename="PluginManager/PluginInstallDialog.py" line="213"/> + <source> ok</source> + <translation> ok</translation> + </message> + <message> + <location filename="PluginManager/PluginInstallDialog.py" line="220"/> + <source>The plugins were installed successfully.</source> + <translation>Pluginy byly úspěšně instalovány.</translation> + </message> + <message> + <location filename="PluginManager/PluginInstallDialog.py" line="223"/> + <source>Some plugins could not be installed.</source> + <translation>Některé pluginy nebyly instalovány.</translation> + </message> + <message> + <location filename="PluginManager/PluginInstallDialog.py" line="430"/> + <source>Unspecific exception installing plugin.</source> + <translation>Neznámá výjimka při instalaci pluginu.</translation> + </message> + <message> + <location filename="PluginManager/PluginInstallDialog.py" line="59"/> <source>Install</source> <translation>Instalovat</translation> </message> <message> - <location filename="PluginManager/PluginInstallDialog.py" line="131"/> + <location filename="PluginManager/PluginInstallDialog.py" line="133"/> <source>Plugin ZIP-Archives: {0} @@ -24014,47 +24019,47 @@ <translation>Plugin ZIP-Archivy:{0}Umístění:{1} ({2})</translation> </message> <message> - <location filename="PluginManager/PluginInstallDialog.py" line="207"/> + <location filename="PluginManager/PluginInstallDialog.py" line="209"/> <source>Installing {0} ...</source> <translation>Instalovat {0}...</translation> </message> <message> - <location filename="PluginManager/PluginInstallDialog.py" line="250"/> + <location filename="PluginManager/PluginInstallDialog.py" line="252"/> <source><p>The archive file <b>{0}</b> does not exist. Aborting...</p></source> <translation><p>Soubor archívu <b>{0}</b> neexistuje. Zrušeno...</p></translation> </message> <message> - <location filename="PluginManager/PluginInstallDialog.py" line="282"/> + <location filename="PluginManager/PluginInstallDialog.py" line="284"/> <source><p>The file <b>{0}</b> is not a valid plugin ZIP-archive. Aborting...</p></source> <translation><p>Soubor <b>{0}</b> není platný ZIP archiv plugin. Zrušeno...</p></translation> </message> <message> - <location filename="PluginManager/PluginInstallDialog.py" line="264"/> + <location filename="PluginManager/PluginInstallDialog.py" line="266"/> <source><p>The destination directory <b>{0}</b> is not writeable. Aborting...</p></source> <translation><p>Do cílového adresáře <b>{0}</b> nelze zapisovat. Zrušeno...</p></translation> </message> <message> - <location filename="PluginManager/PluginInstallDialog.py" line="320"/> + <location filename="PluginManager/PluginInstallDialog.py" line="322"/> <source><p>The plugin module <b>{0}</b> does not contain a 'packageName' attribute. Aborting...</p></source> <translation><p>Plugin modul <b>{0}</b> neobsahuje atribut 'packageName'.</p><p>Zrušeno...</p></translation> </message> <message> - <location filename="PluginManager/PluginInstallDialog.py" line="327"/> + <location filename="PluginManager/PluginInstallDialog.py" line="329"/> <source><p>The plugin module <b>{0}</b> does not conform with the PyQt v2 API. Aborting...</p></source> <translation><p>Plugin modul <b>{0}</b> není v souladu s PyQt v2 API. Zrušeno...</p></translation> </message> <message> - <location filename="PluginManager/PluginInstallDialog.py" line="337"/> + <location filename="PluginManager/PluginInstallDialog.py" line="339"/> <source><p>The plugin package <b>{0}</b> exists. Aborting...</p></source> <translation><p>Plugin balíček <b>{0}</b> již existuje. Zrušeno...</p></translation> </message> <message> - <location filename="PluginManager/PluginInstallDialog.py" line="346"/> + <location filename="PluginManager/PluginInstallDialog.py" line="348"/> <source><p>The plugin module <b>{0}</b> exists. Aborting...</p></source> <translation><p>Plugin modul <b>{0}</b> již existuje. Zrušeno...</p></translation> </message> <message> - <location filename="PluginManager/PluginInstallDialog.py" line="422"/> + <location filename="PluginManager/PluginInstallDialog.py" line="424"/> <source>Error installing plugin. Reason: {0}</source> <translation>Chyba při instalaci pluginu. Důvod: {0}</translation> </message> @@ -24385,17 +24390,17 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="895"/> + <location filename="Preferences/__init__.py" line="897"/> <source>Export Preferences</source> <translation>Předvolby exportu</translation> </message> <message> - <location filename="Preferences/__init__.py" line="921"/> + <location filename="Preferences/__init__.py" line="923"/> <source>Import Preferences</source> <translation>Předvolby importu</translation> </message> <message> - <location filename="Preferences/__init__.py" line="921"/> + <location filename="Preferences/__init__.py" line="923"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -24527,117 +24532,117 @@ <translation>Verze</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="45"/> + <location filename="Preferences/ProgramsDialog.py" line="44"/> <source>Search</source> <translation>Hledat</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="46"/> + <location filename="Preferences/ProgramsDialog.py" line="45"/> <source>Press to search for programs</source> <translation>Stisknout pro hledání programů</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="83"/> + <location filename="Preferences/ProgramsDialog.py" line="82"/> <source>Translation Converter (Qt4)</source> <translation>Konvertor překladů (Qt4)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="89"/> + <location filename="Preferences/ProgramsDialog.py" line="88"/> <source>Qt4 Designer</source> <translation></translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="94"/> + <location filename="Preferences/ProgramsDialog.py" line="93"/> <source>Qt4 Linguist</source> <translation></translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="99"/> + <location filename="Preferences/ProgramsDialog.py" line="98"/> <source>Qt4 Assistant</source> <translation></translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="103"/> + <location filename="Preferences/ProgramsDialog.py" line="102"/> <source>Translation Extractor (Python, Qt4)</source> <translation>Extraktor překladů (Python, Qt4)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="107"/> + <location filename="Preferences/ProgramsDialog.py" line="106"/> <source>Forms Compiler (Python, Qt4)</source> <translation>Kompilátor formulářů (Python, Qt4)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="111"/> + <location filename="Preferences/ProgramsDialog.py" line="110"/> <source>Resource Compiler (Python, Qt4)</source> <translation>Kompilátor resource (Python, Qt4)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="131"/> + <location filename="Preferences/ProgramsDialog.py" line="130"/> <source>Forms Compiler (Ruby, Qt4)</source> <translation>Kompilátor formulářů (Ruby, Qt4)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="135"/> + <location filename="Preferences/ProgramsDialog.py" line="134"/> <source>Resource Compiler (Ruby, Qt4)</source> <translation>Kompilátor resource (Ruby, Qt4)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="158"/> + <location filename="Preferences/ProgramsDialog.py" line="143"/> <source>CORBA IDL Compiler</source> <translation>CORBA IDL kompilátor</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="247"/> + <location filename="Preferences/ProgramsDialog.py" line="232"/> <source>(not configured)</source> <translation>(nezkonfigurováno)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="282"/> + <location filename="Preferences/ProgramsDialog.py" line="267"/> <source>(not executable)</source> <translation>(nevykonavatelný)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="309"/> + <location filename="Preferences/ProgramsDialog.py" line="294"/> <source>(not found)</source> <translation>(nenalezeno)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="280"/> + <location filename="Preferences/ProgramsDialog.py" line="265"/> <source>(unknown)</source> <translation>(neznámý)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="175"/> + <location filename="Preferences/ProgramsDialog.py" line="160"/> <source>Spell Checker - PyEnchant</source> <translation></translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="117"/> + <location filename="Preferences/ProgramsDialog.py" line="116"/> <source>Translation Extractor (Python, PySide)</source> <translation>Vypisovač překladů (Python, PySide)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="121"/> + <location filename="Preferences/ProgramsDialog.py" line="120"/> <source>Forms Compiler (Python, PySide)</source> <translation>Kopilátor formulářů (Python, PySide)</translation> </message> <message> - <location filename="Preferences/ProgramsDialog.py" line="125"/> + <location filename="Preferences/ProgramsDialog.py" line="124"/> <source>Resource Compiler (Python, PySide)</source> <translation>Kompilátor resourců (Python, PySide)</translation> </message> <message> <location filename="Preferences/ProgramsDialog.py" line="141"/> <source>Eric5 Translation Previewer</source> - <translation>Eric5 prohlížeč překladů</translation> + <translation type="obsolete">Eric5 prohlížeč překladů</translation> </message> <message> <location filename="Preferences/ProgramsDialog.py" line="147"/> <source>Eric5 Forms Previewer</source> - <translation>Eric5 prohlížeč formulářů</translation> - </message> - <message> - <location filename="Preferences/ProgramsDialog.py" line="191"/> + <translation type="obsolete">Eric5 prohlížeč formulářů</translation> + </message> + <message> + <location filename="Preferences/ProgramsDialog.py" line="176"/> <source>Source Highlighter - Pygments</source> <translation type="unfinished"></translation> </message> @@ -24825,7 +24830,7 @@ <translation>Chcete editovat parametry VCS příkazu?</translation> </message> <message> - <location filename="Project/Project.py" line="2837"/> + <location filename="Project/Project.py" line="2845"/> <source>New project</source> <translation>Nový projekt</translation> </message> @@ -24840,7 +24845,7 @@ <translation>Výběr verzovacího systému projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2850"/> + <location filename="Project/Project.py" line="2858"/> <source>Open project</source> <translation>Otevřít projekt</translation> </message> @@ -24855,7 +24860,7 @@ <translation>Soubory projektu (*.e4p)</translation> </message> <message> - <location filename="Project/Project.py" line="2884"/> + <location filename="Project/Project.py" line="2892"/> <source>Save project as</source> <translation>Uložit projekt jako</translation> </message> @@ -24880,12 +24885,12 @@ <translation>Aktuální projekt obsahuje neuložené změny.</translation> </message> <message> - <location filename="Project/Project.py" line="2566"/> + <location filename="Project/Project.py" line="2574"/> <source>Syntax errors detected</source> <translation>Zjištěny syntaktické chyby</translation> </message> <message numerus="yes"> - <location filename="Project/Project.py" line="2566"/> + <location filename="Project/Project.py" line="2574"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Projekt obsahuje %n soubor se syntaktickými chybami.</numerusform> @@ -24894,587 +24899,587 @@ </translation> </message> <message> - <location filename="Project/Project.py" line="2837"/> + <location filename="Project/Project.py" line="2845"/> <source>&New...</source> <translation>&Nový...</translation> </message> <message> - <location filename="Project/Project.py" line="2841"/> + <location filename="Project/Project.py" line="2849"/> <source>Generate a new project</source> <translation>Vygenerovat nový projekt</translation> </message> <message> - <location filename="Project/Project.py" line="2842"/> - <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> - <translation><b>Nový...</b><p>Otevře se dialogové okno pro zadání informací o novém projektu.</p></translation> - </message> - <message> <location filename="Project/Project.py" line="2850"/> + <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> + <translation><b>Nový...</b><p>Otevře se dialogové okno pro zadání informací o novém projektu.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2858"/> <source>&Open...</source> <translation>&Otevřít...</translation> </message> <message> - <location filename="Project/Project.py" line="2854"/> - <source>Open an existing project</source> - <translation>Otevřít existující projekt</translation> - </message> - <message> - <location filename="Project/Project.py" line="2855"/> - <source><b>Open...</b><p>This opens an existing project.</p></source> - <translation><b>Otevřít....</b><p>Otevře existující projekt.</p></translation> - </message> - <message> <location filename="Project/Project.py" line="2862"/> + <source>Open an existing project</source> + <translation>Otevřít existující projekt</translation> + </message> + <message> + <location filename="Project/Project.py" line="2863"/> + <source><b>Open...</b><p>This opens an existing project.</p></source> + <translation><b>Otevřít....</b><p>Otevře existující projekt.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2870"/> <source>Close project</source> <translation>Zavřít projekt</translation> </message> <message> - <location filename="Project/Project.py" line="2862"/> + <location filename="Project/Project.py" line="2870"/> <source>&Close</source> <translation>&Zavřít</translation> </message> <message> - <location filename="Project/Project.py" line="2865"/> - <source>Close the current project</source> - <translation>Uzavře aktuální projekt</translation> - </message> - <message> - <location filename="Project/Project.py" line="2866"/> - <source><b>Close</b><p>This closes the current project.</p></source> - <translation><b>Zavřít</b><p>Aktuální projekt se uzavře.</p></translation> - </message> - <message> <location filename="Project/Project.py" line="2873"/> + <source>Close the current project</source> + <translation>Uzavře aktuální projekt</translation> + </message> + <message> + <location filename="Project/Project.py" line="2874"/> + <source><b>Close</b><p>This closes the current project.</p></source> + <translation><b>Zavřít</b><p>Aktuální projekt se uzavře.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2881"/> <source>Save project</source> <translation>Uložit projekt</translation> </message> <message> - <location filename="Project/Project.py" line="3027"/> + <location filename="Project/Project.py" line="3035"/> <source>&Save</source> <translation>&Uložit</translation> </message> <message> - <location filename="Project/Project.py" line="2876"/> - <source>Save the current project</source> - <translation>Uložit aktuální projekt</translation> - </message> - <message> - <location filename="Project/Project.py" line="2877"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation><b>Uložit</b><p>Aktuální projekt se uloží.</p></translation> - </message> - <message> <location filename="Project/Project.py" line="2884"/> + <source>Save the current project</source> + <translation>Uložit aktuální projekt</translation> + </message> + <message> + <location filename="Project/Project.py" line="2885"/> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation><b>Uložit</b><p>Aktuální projekt se uloží.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2892"/> <source>Save &as...</source> <translation>Uložit j&ako...</translation> </message> <message> - <location filename="Project/Project.py" line="2887"/> + <location filename="Project/Project.py" line="2895"/> <source>Save the current project to a new file</source> <translation>Uloží aktuální projekt do nového souboru</translation> </message> <message> - <location filename="Project/Project.py" line="2888"/> + <location filename="Project/Project.py" line="2896"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Uložit jako</b><p>Uloží aktuální projekt do nového souboru.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2897"/> + <location filename="Project/Project.py" line="2905"/> <source>Add files to project</source> <translation>Přidat soubory do projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2897"/> + <location filename="Project/Project.py" line="2905"/> <source>Add &files...</source> <translation>&Přidat soubory...</translation> </message> <message> - <location filename="Project/Project.py" line="2901"/> + <location filename="Project/Project.py" line="2909"/> <source>Add files to the current project</source> <translation>Přidat soubory do aktuálního projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2902"/> + <location filename="Project/Project.py" line="2910"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Přidat soubory...</b><p>Otevře dialog pri přidání souborů do aktuálního projektu. Místo pro přidání je definováno extenzí souborů.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2911"/> + <location filename="Project/Project.py" line="2919"/> <source>Add directory to project</source> <translation>Přidat adresář do projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2911"/> + <location filename="Project/Project.py" line="2919"/> <source>Add directory...</source> <translation>Přidat adresář...</translation> </message> <message> - <location filename="Project/Project.py" line="2915"/> + <location filename="Project/Project.py" line="2923"/> <source>Add a directory to the current project</source> <translation>Přidat adresář do aktuálního projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2917"/> - <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> - <translation><b>Přidat adresář...</b><p>Otevře dialog pro přičtení adresáře do aktuálního projektu.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2925"/> - <source>Add translation to project</source> - <translation>Přidat překlad do projektu</translation> - </message> - <message> <location filename="Project/Project.py" line="2925"/> + <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> + <translation><b>Přidat adresář...</b><p>Otevře dialog pro přičtení adresáře do aktuálního projektu.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2933"/> + <source>Add translation to project</source> + <translation>Přidat překlad do projektu</translation> + </message> + <message> + <location filename="Project/Project.py" line="2933"/> <source>Add &translation...</source> <translation>Přida&t překlad...</translation> </message> <message> - <location filename="Project/Project.py" line="2929"/> + <location filename="Project/Project.py" line="2937"/> <source>Add a translation to the current project</source> <translation>Přidat překlad do aktuálního projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2931"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Přidat překlad</b><p>Otevře dialog pro přidání překladu do aktuálního projektu.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2939"/> - <source>Search new files</source> - <translation>Hledat nové soubory</translation> - </message> - <message> <location filename="Project/Project.py" line="2939"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Přidat překlad</b><p>Otevře dialog pro přidání překladu do aktuálního projektu.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2947"/> + <source>Search new files</source> + <translation>Hledat nové soubory</translation> + </message> + <message> + <location filename="Project/Project.py" line="2947"/> <source>Searc&h new files...</source> <translation>&Hledat nové soubory...</translation> </message> <message> - <location filename="Project/Project.py" line="2942"/> + <location filename="Project/Project.py" line="2950"/> <source>Search new files in the project directory.</source> <translation>Hledat nové soubory v adresáři projektu.</translation> </message> <message> - <location filename="Project/Project.py" line="2943"/> - <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> - <translation><b>Hledat nové soubory...</b><p>Hledají se nové soubory (zdrojové, *.ui, *.idl) v adresáři projektu a v registrovaných podadresářích.</p></translation> - </message> - <message> <location filename="Project/Project.py" line="2951"/> + <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> + <translation><b>Hledat nové soubory...</b><p>Hledají se nové soubory (zdrojové, *.ui, *.idl) v adresáři projektu a v registrovaných podadresářích.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2959"/> <source>Project properties</source> <translation>Nastavení projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2951"/> + <location filename="Project/Project.py" line="2959"/> <source>&Properties...</source> <translation>&Natavení...</translation> </message> <message> - <location filename="Project/Project.py" line="2954"/> - <source>Show the project properties</source> - <translation>Zobrazit nastavení projektu</translation> - </message> - <message> - <location filename="Project/Project.py" line="2955"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation><b>Nastavení...</b><p>Zobrazí dialog s editací nastavení projektu.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="2962"/> - <source>User project properties</source> - <translation>Uživatelská nastavení projektu</translation> - </message> - <message> <location filename="Project/Project.py" line="2962"/> + <source>Show the project properties</source> + <translation>Zobrazit nastavení projektu</translation> + </message> + <message> + <location filename="Project/Project.py" line="2963"/> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation><b>Nastavení...</b><p>Zobrazí dialog s editací nastavení projektu.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="2970"/> + <source>User project properties</source> + <translation>Uživatelská nastavení projektu</translation> + </message> + <message> + <location filename="Project/Project.py" line="2970"/> <source>&User Properties...</source> <translation>Uživat&elská nastavení...</translation> </message> <message> - <location filename="Project/Project.py" line="2965"/> + <location filename="Project/Project.py" line="2973"/> <source>Show the user specific project properties</source> <translation>Zobrazit uživatelem definovaná nastavení projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2967"/> + <location filename="Project/Project.py" line="2975"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Uživatelská nastavení...</b><p>Zobrazí dialog s editací uživatelských nastavení projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2974"/> + <location filename="Project/Project.py" line="2982"/> <source>Filetype Associations</source> <translation>Asociace typů souborů</translation> </message> <message> - <location filename="Project/Project.py" line="2974"/> + <location filename="Project/Project.py" line="2982"/> <source>Filetype Associations...</source> <translation>Asociace typů souborů...</translation> </message> <message> - <location filename="Project/Project.py" line="2977"/> + <location filename="Project/Project.py" line="2985"/> <source>Show the project filetype associations</source> <translation>Zobrazit asociace typů souborů</translation> </message> <message> - <location filename="Project/Project.py" line="2979"/> + <location filename="Project/Project.py" line="2987"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Asociace typů souborů...</b><p>Zobrazí se dialog s editací asociace typů souborů v projektu. Na základě vzorku souborového jména tyto asociace určují typ souboru (zdrojový kód, formulář, interface nebo jiné). Tyto asociace jsou použity při přidávání souborů do projektu a při vyhledávání.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3005"/> + <location filename="Project/Project.py" line="3013"/> <source>Debugger Properties</source> <translation>Nastavení debugeru</translation> </message> <message> - <location filename="Project/Project.py" line="3005"/> + <location filename="Project/Project.py" line="3013"/> <source>Debugger &Properties...</source> <translation>Nastavení &debuggeru...</translation> </message> <message> - <location filename="Project/Project.py" line="3008"/> - <source>Show the debugger properties</source> - <translation>Zobrazit nastavení debugeru</translation> - </message> - <message> - <location filename="Project/Project.py" line="3009"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation><b>Nastavení debugeru...</b><p>Zobrazí dialog s editací nastavení debugeru.</p></translation> - </message> - <message> <location filename="Project/Project.py" line="3016"/> + <source>Show the debugger properties</source> + <translation>Zobrazit nastavení debugeru</translation> + </message> + <message> + <location filename="Project/Project.py" line="3017"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation><b>Nastavení debugeru...</b><p>Zobrazí dialog s editací nastavení debugeru.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3024"/> <source>Load</source> <translation>Načíst</translation> </message> <message> - <location filename="Project/Project.py" line="3016"/> + <location filename="Project/Project.py" line="3024"/> <source>&Load</source> <translation>&Načíst</translation> </message> <message> - <location filename="Project/Project.py" line="3019"/> - <source>Load the debugger properties</source> - <translation>Načíst nastavení debugeru</translation> - </message> - <message> - <location filename="Project/Project.py" line="3020"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Načíst nastavení debugeru</b><p>Načtou se nastavení debugeru do projektu.</p></translation> - </message> - <message> <location filename="Project/Project.py" line="3027"/> + <source>Load the debugger properties</source> + <translation>Načíst nastavení debugeru</translation> + </message> + <message> + <location filename="Project/Project.py" line="3028"/> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Načíst nastavení debugeru</b><p>Načtou se nastavení debugeru do projektu.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3035"/> <source>Save</source> <translation>Uložit</translation> </message> <message> - <location filename="Project/Project.py" line="3030"/> - <source>Save the debugger properties</source> - <translation>Uložit nastavení debugeru</translation> - </message> - <message> - <location filename="Project/Project.py" line="3031"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation><b>Uložit nastavení debugeru</b><p>Uloží nastavení debugeru definovaná v projektu..</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3038"/> - <source>Delete</source> - <translation>Smazat</translation> - </message> - <message> <location filename="Project/Project.py" line="3038"/> + <source>Save the debugger properties</source> + <translation>Uložit nastavení debugeru</translation> + </message> + <message> + <location filename="Project/Project.py" line="3039"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation><b>Uložit nastavení debugeru</b><p>Uloží nastavení debugeru definovaná v projektu..</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3046"/> + <source>Delete</source> + <translation>Smazat</translation> + </message> + <message> + <location filename="Project/Project.py" line="3046"/> <source>&Delete</source> <translation>Sma&zat</translation> </message> <message> - <location filename="Project/Project.py" line="3041"/> + <location filename="Project/Project.py" line="3049"/> <source>Delete the debugger properties</source> <translation>Smazat nastavení debugeru</translation> </message> <message> - <location filename="Project/Project.py" line="3042"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation><b>Smazat nastavení debugeru</b><p>Smaže se soubor obsahující nastavení debugeru v daném projektu.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3050"/> - <source>Reset</source> - <translation></translation> - </message> - <message> <location filename="Project/Project.py" line="3050"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation><b>Smazat nastavení debugeru</b><p>Smaže se soubor obsahující nastavení debugeru v daném projektu.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3058"/> + <source>Reset</source> + <translation></translation> + </message> + <message> + <location filename="Project/Project.py" line="3058"/> <source>&Reset</source> <translation>&Reset</translation> </message> <message> - <location filename="Project/Project.py" line="3053"/> + <location filename="Project/Project.py" line="3061"/> <source>Reset the debugger properties</source> <translation>Reset nastavení debugeru</translation> </message> <message> - <location filename="Project/Project.py" line="3054"/> + <location filename="Project/Project.py" line="3062"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Reset nastavení debugeru</b><p>Zresetuje nastavení debugeru v projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3063"/> + <location filename="Project/Project.py" line="3071"/> <source>Load session</source> <translation>Načíst relaci</translation> </message> <message> - <location filename="Project/Project.py" line="3066"/> + <location filename="Project/Project.py" line="3074"/> <source>Load the projects session file.</source> <translation>Načíst soubor s relací projektu.</translation> </message> <message> - <location filename="Project/Project.py" line="3067"/> + <location filename="Project/Project.py" line="3075"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Načíst relaci</b><p>Načte soubor s relací projektu. Relace obsahuje následující údaje:<br>- všechny otevřené zdrojové soubory<br>- všechny breakpointy<br>- argumenty příkazové řádky <br>- pracovní adresář<br>- příznak výjimky</p></translation> </message> <message> - <location filename="Project/Project.py" line="3080"/> + <location filename="Project/Project.py" line="3088"/> <source>Save session</source> <translation>Uložit relaci</translation> </message> <message> - <location filename="Project/Project.py" line="3083"/> + <location filename="Project/Project.py" line="3091"/> <source>Save the projects session file.</source> <translation>Uložit soubor s relací projektu.</translation> </message> <message> - <location filename="Project/Project.py" line="3084"/> + <location filename="Project/Project.py" line="3092"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Uložit relaci</b><p>Uloží soubor s relací projektu. Relace obsahuje následující údaje:<br>- všechny otevřené zdrojové soubory<br>- všechny breakpointy<br>- argumenty příkazové řádky <br>- pracovní adresář<br>- příznak výjimky</p></translation> </message> <message> - <location filename="Project/Project.py" line="3097"/> + <location filename="Project/Project.py" line="3105"/> <source>Delete session</source> <translation>Smazat relaci</translation> </message> <message> - <location filename="Project/Project.py" line="3100"/> + <location filename="Project/Project.py" line="3108"/> <source>Delete the projects session file.</source> <translation>Smaže soubor s relací projektu.</translation> </message> <message> - <location filename="Project/Project.py" line="3101"/> + <location filename="Project/Project.py" line="3109"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Smazat relaci</b><p>Smaže soubor s relací projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3110"/> + <location filename="Project/Project.py" line="3118"/> <source>Code Metrics</source> <translation>Metriky kódu</translation> </message> <message> - <location filename="Project/Project.py" line="3110"/> + <location filename="Project/Project.py" line="3118"/> <source>&Code Metrics...</source> <translation>Metriky &kódu...</translation> </message> <message> - <location filename="Project/Project.py" line="3113"/> + <location filename="Project/Project.py" line="3121"/> <source>Show some code metrics for the project.</source> <translation>Zobrazit metriky kódu projektu.</translation> </message> <message> - <location filename="Project/Project.py" line="3115"/> + <location filename="Project/Project.py" line="3123"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Metriky kódu...</b><p>Zobrazí se metriky kódu všech python souborů v projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3122"/> + <location filename="Project/Project.py" line="3130"/> <source>Python Code Coverage</source> <translation>Pokrytí python kódu</translation> </message> <message> - <location filename="Project/Project.py" line="3122"/> + <location filename="Project/Project.py" line="3130"/> <source>Code Co&verage...</source> <translation>Pokr&ytí kódu...</translation> </message> <message> - <location filename="Project/Project.py" line="3125"/> + <location filename="Project/Project.py" line="3133"/> <source>Show code coverage information for the project.</source> <translation>Zobrazit informace pokrytí kódu projektu.</translation> </message> <message> - <location filename="Project/Project.py" line="3127"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation><b>Pokrytí kódu...</b><p>Zobrazí informace o pokrytí kódu ve všech python souborech projektu.</p></translation> - </message> - <message> - <location filename="Project/Project.py" line="3807"/> - <source>Profile Data</source> - <translation>Profilovat data</translation> - </message> - <message> <location filename="Project/Project.py" line="3135"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation><b>Pokrytí kódu...</b><p>Zobrazí informace o pokrytí kódu ve všech python souborech projektu.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3815"/> + <source>Profile Data</source> + <translation>Profilovat data</translation> + </message> + <message> + <location filename="Project/Project.py" line="3143"/> <source>&Profile Data...</source> <translation>&Profilovat data...</translation> </message> <message> - <location filename="Project/Project.py" line="3138"/> + <location filename="Project/Project.py" line="3146"/> <source>Show profiling data for the project.</source> <translation>Zobrazit profilování dat projektu.</translation> </message> <message> - <location filename="Project/Project.py" line="3140"/> + <location filename="Project/Project.py" line="3148"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profilovat data</b><p>Zobrazí se profilování dat projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3860"/> + <location filename="Project/Project.py" line="3868"/> <source>Application Diagram</source> <translation>Diagram aplikace</translation> </message> <message> - <location filename="Project/Project.py" line="3147"/> + <location filename="Project/Project.py" line="3155"/> <source>&Application Diagram...</source> <translation>Diagram &aplikace...</translation> </message> <message> - <location filename="Project/Project.py" line="3150"/> + <location filename="Project/Project.py" line="3158"/> <source>Show a diagram of the project.</source> <translation>Zobrazit diagram projektu.</translation> </message> <message> - <location filename="Project/Project.py" line="3152"/> + <location filename="Project/Project.py" line="3160"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagram aplikace...</b><p>Zobrazí diagram projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3224"/> - <source>&Project</source> - <translation>&Projekt</translation> - </message> - <message> - <location filename="Project/Project.py" line="3225"/> - <source>Open &Recent Projects</source> - <translation>Otevřít poslední p&rojekty</translation> - </message> - <message> - <location filename="Project/Project.py" line="3226"/> - <source>&Version Control</source> - <translation>Kontrola &verzí</translation> - </message> - <message> - <location filename="Project/Project.py" line="3229"/> - <source>Chec&k</source> - <translation>Zkontro&lovat</translation> - </message> - <message> - <location filename="Project/Project.py" line="3231"/> - <source>Sho&w</source> - <translation>Zo&brazit</translation> - </message> - <message> <location filename="Project/Project.py" line="3232"/> - <source>&Diagrams</source> - <translation>&Diagramy</translation> + <source>&Project</source> + <translation>&Projekt</translation> </message> <message> <location filename="Project/Project.py" line="3233"/> - <source>Session</source> - <translation>Relace</translation> + <source>Open &Recent Projects</source> + <translation>Otevřít poslední p&rojekty</translation> </message> <message> <location filename="Project/Project.py" line="3234"/> - <source>Source &Documentation</source> - <translation>Zd&rojová dokumentace</translation> - </message> - <message> - <location filename="Project/Project.py" line="3236"/> - <source>Debugger</source> - <translation></translation> + <source>&Version Control</source> + <translation>Kontrola &verzí</translation> </message> <message> <location filename="Project/Project.py" line="3237"/> + <source>Chec&k</source> + <translation>Zkontro&lovat</translation> + </message> + <message> + <location filename="Project/Project.py" line="3239"/> + <source>Sho&w</source> + <translation>Zo&brazit</translation> + </message> + <message> + <location filename="Project/Project.py" line="3240"/> + <source>&Diagrams</source> + <translation>&Diagramy</translation> + </message> + <message> + <location filename="Project/Project.py" line="3241"/> + <source>Session</source> + <translation>Relace</translation> + </message> + <message> + <location filename="Project/Project.py" line="3242"/> + <source>Source &Documentation</source> + <translation>Zd&rojová dokumentace</translation> + </message> + <message> + <location filename="Project/Project.py" line="3244"/> + <source>Debugger</source> + <translation></translation> + </message> + <message> + <location filename="Project/Project.py" line="3245"/> <source>Pac&kagers</source> <translation>Balíč&ky</translation> </message> <message> - <location filename="Project/Project.py" line="3339"/> + <location filename="Project/Project.py" line="3347"/> <source>Project</source> <translation>Projekt</translation> </message> <message> - <location filename="Project/Project.py" line="3400"/> + <location filename="Project/Project.py" line="3408"/> <source>&Clear</source> <translation>&Vyčistit</translation> </message> <message> - <location filename="Project/Project.py" line="3510"/> + <location filename="Project/Project.py" line="3518"/> <source>Search New Files</source> <translation>Hledat nové soubory</translation> </message> <message> - <location filename="Project/Project.py" line="3510"/> + <location filename="Project/Project.py" line="3518"/> <source>There were no new files found to be added.</source> <translation>Nebyly nalezeny žádné soubory, které je možné přidat.</translation> </message> <message> - <location filename="Project/Project.py" line="3648"/> + <location filename="Project/Project.py" line="3656"/> <source>Version Control System</source> <translation>Version Control System</translation> </message> <message> - <location filename="Project/Project.py" line="3740"/> + <location filename="Project/Project.py" line="3748"/> <source>Coverage Data</source> <translation>Datové pokrytí</translation> </message> <message> - <location filename="Project/Project.py" line="3786"/> + <location filename="Project/Project.py" line="3794"/> <source>There is no main script defined for the current project. Aborting</source> <translation>V aktuálním projektu nebyl určen hlavní skript. Zrušeno</translation> </message> <message> - <location filename="Project/Project.py" line="3761"/> + <location filename="Project/Project.py" line="3769"/> <source>Code Coverage</source> <translation>Pokrytí kódu</translation> </message> <message> - <location filename="Project/Project.py" line="3761"/> + <location filename="Project/Project.py" line="3769"/> <source>Please select a coverage file</source> <translation>Prosím, vyberte soubor pokrytí</translation> </message> <message> - <location filename="Project/Project.py" line="3807"/> + <location filename="Project/Project.py" line="3815"/> <source>Please select a profile file</source> <translation>Prosím, vyberte soubor s profilem</translation> </message> <message> - <location filename="Project/Project.py" line="3860"/> + <location filename="Project/Project.py" line="3868"/> <source>Include module names?</source> <translation>Včetně jmen modulů?</translation> </message> <message> - <location filename="Project/Project.py" line="3991"/> + <location filename="Project/Project.py" line="3999"/> <source>Create Package List</source> <translation>Vytvořit seznam balíčků</translation> </message> <message> - <location filename="Project/Project.py" line="3161"/> + <location filename="Project/Project.py" line="3169"/> <source>Create &Package List</source> <translation>Vytvořit seznam &balíčků</translation> </message> <message> - <location filename="Project/Project.py" line="4154"/> + <location filename="Project/Project.py" line="4162"/> <source>Create Plugin Archive</source> <translation>Vytvořit Plugin archiv</translation> </message> <message> - <location filename="Project/Project.py" line="3175"/> + <location filename="Project/Project.py" line="3183"/> <source>Create Plugin &Archive</source> <translation>Vytvořit Plugin &archiv</translation> </message> <message> - <location filename="Project/Project.py" line="3964"/> + <location filename="Project/Project.py" line="3972"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Soubor <b>PKGLIST</b> již existuje.</p><p>Přepsat jej?</p></translation> </message> <message> - <location filename="Project/Project.py" line="4008"/> - <source><p>The file <b>PKGLIST</b> does not exist. Aborting...</p></source> - <translation><p>Soubor <b>PKGLIST</b> neexistuje. Zrušeno...</p></translation> - </message> - <message> <location filename="Project/Project.py" line="4016"/> + <source><p>The file <b>PKGLIST</b> does not exist. Aborting...</p></source> + <translation><p>Soubor <b>PKGLIST</b> neexistuje. Zrušeno...</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="4024"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Projekt nemá definován hlavní skript. Zrušeno...</translation> </message> @@ -25499,12 +25504,12 @@ <translation>Zaregistrovat typ projektu</translation> </message> <message> - <location filename="Project/Project.py" line="3190"/> + <location filename="Project/Project.py" line="3198"/> <source>Create Plugin Archive (Snapshot)</source> <translation>Vytvořit archiv pluginů (snímek)</translation> </message> <message> - <location filename="Project/Project.py" line="3190"/> + <location filename="Project/Project.py" line="3198"/> <source>Create Plugin Archive (&Snapshot)</source> <translation>Vytvořit archiv pluginů (&snímek)</translation> </message> @@ -25524,22 +25529,22 @@ <translation>Zadejte vzor cesty pro soubory s překlady (použijte '%language%' na místě s kódem jazyka):</translation> </message> <message> - <location filename="Project/Project.py" line="2989"/> + <location filename="Project/Project.py" line="2997"/> <source>Lexer Associations</source> <translation>Spojení lexeru</translation> </message> <message> - <location filename="Project/Project.py" line="2989"/> + <location filename="Project/Project.py" line="2997"/> <source>Lexer Associations...</source> <translation>Spojení lexeru...</translation> </message> <message> - <location filename="Project/Project.py" line="2992"/> + <location filename="Project/Project.py" line="3000"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Zobrazit spojení lexeru projektu (přepíše výchozí)</translation> </message> <message> - <location filename="Project/Project.py" line="2994"/> + <location filename="Project/Project.py" line="3002"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Spojení lexeru...</b><p>Zobrazuje dialog s editací spojení lexeru projektu. Tato spojení přepisují globální lexer spojení. Lexer je použit pro zvýraznění textu v editoru.</p></translation> </message> @@ -25709,72 +25714,72 @@ <translation type="obsolete"><p>Soubor <b>{0}</b> již existuje.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3165"/> + <location filename="Project/Project.py" line="3173"/> <source>Create an initial PKGLIST file for an eric5 plugin.</source> <translation>Vytvořit počáteční soubor PKGLIST pro eric5 plugin.</translation> </message> <message> - <location filename="Project/Project.py" line="3167"/> + <location filename="Project/Project.py" line="3175"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric5 plugin archive. The list is created from the project file.</p></source> <translation><b>Vytvořit seznam balíčků</b><p>Vytvoří počáteční seznam souborů pro vložení do eric5 plugin archivu. Seznam je vytvořen ze souboru projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3179"/> + <location filename="Project/Project.py" line="3187"/> <source>Create an eric5 plugin archive file.</source> <translation>Vytvořit soubor eric5 plugin archivu.</translation> </message> <message> - <location filename="Project/Project.py" line="3181"/> + <location filename="Project/Project.py" line="3189"/> <source><b>Create Plugin Archive</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name.</p></source> <translation><b>Vytvořit Plugin archiv</b><p>Vytvoří soubor s eric5 plugin archivem za použití seznamu souborů daných v PKGLIST souboru. Jméno archivu je odvozeno ze jména hlavního skriptu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3194"/> + <location filename="Project/Project.py" line="3202"/> <source>Create an eric5 plugin archive file (snapshot release).</source> <translation>Vytvoří se soubor eric5 plugin archívu (snímek vydání).</translation> </message> <message> - <location filename="Project/Project.py" line="3196"/> + <location filename="Project/Project.py" line="3204"/> <source><b>Create Plugin Archive (Snapshot)</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation><b>Vytvořit Plugin archiv (Snímek)</b><p>Vytvoří soubor s eric5 plugin archivem za použití seznamu souborů daných v PKGLIST souboru. Údaj o verzi hlavního skriptu je změněn v souladu se snímkem vydání.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3639"/> + <location filename="Project/Project.py" line="3647"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Reverting override.</p><p>{1}</p></source> <translation><p>Vybrané VCS <b>{0}</b> nebylo nalezeno.<br/>Navrácení do původního stavu.</p><p>{1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="3648"/> + <location filename="Project/Project.py" line="3656"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>Vybrané VCS <b>{0}</b> nebylo nalezeno.<br/>Kontrola verzí vypnuta.</p><p>{1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="3991"/> + <location filename="Project/Project.py" line="3999"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Soubor <b>PKGLIST</b> nelze vytvořit.</p><p>Důvod: {0}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4028"/> + <location filename="Project/Project.py" line="4036"/> <source><p>The file <b>PKGLIST</b> could not be read.</p><p>Reason: {0}</p></source> <translation><p>Soubor <b>PKGLIST</b> nelze načíst.</p><p>Důvod: {0}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4042"/> + <location filename="Project/Project.py" line="4050"/> <source><p>The eric5 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Soubor s eric5 plugin archivem <b>{0}</b> nelze vytvořit. Zrušeno...</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4062"/> + <location filename="Project/Project.py" line="4070"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nelze uložit do archivu. Ingorováno.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4074"/> + <location filename="Project/Project.py" line="4082"/> <source><p>The eric5 plugin archive file <b>{0}</b> was created successfully.</p></source> <translation><p>Soubor s eric5 plugin archivem <b>{0}</b> byl úspěšně vytvořen.</p></translation> </message> <message> - <location filename="Project/Project.py" line="4154"/> + <location filename="Project/Project.py" line="4162"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Plugin soubor <b>{0}</b> nelze přečíst.</p><p>Důvod: {1}</p></translation> </message> @@ -29340,7 +29345,7 @@ <translation>Zadejte cestu adresáře s Qt4 překlady.</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/QtPage.py" line="76"/> + <location filename="Preferences/ConfigurationPages/QtPage.py" line="74"/> <source>Select Qt4 Translations Directory</source> <translation>Výběr adresáře s Qt4 překlady</translation> </message> @@ -29405,7 +29410,7 @@ <translation>Stisknout pro výběr Qt4 adresáře přes dialog výběru adresáře</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/QtPage.py" line="62"/> + <location filename="Preferences/ConfigurationPages/QtPage.py" line="60"/> <source>Select Qt4 Directory</source> <translation>Vybrat Qt4 adresář</translation> </message> @@ -30267,22 +30272,22 @@ <translation>Výběr souboru se seznamem vyřazených z projektu přes dialog výběru</translation> </message> <message> - <location filename="Project/SpellingPropertiesDialog.py" line="45"/> + <location filename="Project/SpellingPropertiesDialog.py" line="46"/> <source><default></source> <translation><default></translation> </message> <message> - <location filename="Project/SpellingPropertiesDialog.py" line="74"/> + <location filename="Project/SpellingPropertiesDialog.py" line="75"/> <source>Select project word list</source> <translation>Vybrat seznam slov projektu</translation> </message> <message> - <location filename="Project/SpellingPropertiesDialog.py" line="91"/> + <location filename="Project/SpellingPropertiesDialog.py" line="92"/> <source>Dictionary File (*.dic);;All Files (*)</source> <translation>Soubor slovníku (*.dic);;Všechny soubory (*)</translation> </message> <message> - <location filename="Project/SpellingPropertiesDialog.py" line="91"/> + <location filename="Project/SpellingPropertiesDialog.py" line="92"/> <source>Select project exclude list</source> <translation>Vybrat seznam vyřazených v projektu</translation> </message> @@ -30597,12 +30602,12 @@ <translation>Výchozí</translation> </message> <message> - <location filename="SqlBrowser/SqlConnectionDialog.py" line="90"/> + <location filename="SqlBrowser/SqlConnectionDialog.py" line="91"/> <source>Select Database File</source> <translation>Vybrat soubor databáze</translation> </message> <message> - <location filename="SqlBrowser/SqlConnectionDialog.py" line="90"/> + <location filename="SqlBrowser/SqlConnectionDialog.py" line="91"/> <source>All Files (*)</source> <translation>Všechny soubory (*)</translation> </message> @@ -31202,12 +31207,12 @@ <context> <name>StartDialog</name> <message> - <location filename="Debugger/StartDialog.py" line="118"/> + <location filename="Debugger/StartDialog.py" line="119"/> <source>Working directory</source> <translation>Pracovní adresář</translation> </message> <message> - <location filename="Debugger/StartDialog.py" line="74"/> + <location filename="Debugger/StartDialog.py" line="75"/> <source>Clear Histories</source> <translation>Vyčistit historii</translation> </message> @@ -32259,7 +32264,7 @@ <translation>projekt adresář</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.py" line="68"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.py" line="69"/> <source>Working directory</source> <translation>Pracovní adresář</translation> </message> @@ -32391,12 +32396,12 @@ <translation>Cíl:</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py" line="42"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py" line="43"/> <source>Subversion Move</source> <translation>Subversion přesun</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py" line="71"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py" line="72"/> <source>Select target</source> <translation>Vybrat cíl</translation> </message> @@ -33307,12 +33312,12 @@ <translation>&Tag:</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.py" line="58"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.py" line="59"/> <source>Select Repository-Directory</source> <translation>Vyberte adresář repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.py" line="83"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.py" line="84"/> <source>Select Project Directory</source> <translation>Vyberte adresář projektu</translation> </message> @@ -33408,7 +33413,7 @@ <translation>Prot&otokol:</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.py" line="61"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.py" line="62"/> <source>Select Repository-Directory</source> <translation>Vyberte adresář repozitáře</translation> </message> @@ -34364,7 +34369,7 @@ <translation>Hodnota &vlastnosti:</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.py" line="39"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.py" line="40"/> <source>Select file for property</source> <translation>Vybrat soubor pro vlastnost</translation> </message> @@ -34626,7 +34631,7 @@ <context> <name>SvnStatusDialog</name> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="218"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="233"/> <source>Subversion Status</source> <translation></translation> </message> @@ -34738,192 +34743,192 @@ <translation></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="49"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="55"/> <source>Refresh</source> <translation>Obnovit</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="50"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="57"/> <source>Press to refresh the status display</source> <translation>Stisknout pro obnovení statusu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="65"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="74"/> <source>Commit changes to repository...</source> <translation>Komitnout změny do repozitáře...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="457"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="513"/> <source>Lock</source> <translation>Zamknout</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="472"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="529"/> <source>Unlock</source> <translation>Odemknout</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="84"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="94"/> <source>Break lock</source> <translation>Prolomit zámek</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="86"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="97"/> <source>Steal lock</source> <translation>Zcizit zámek</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="89"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="101"/> <source>Adjust column sizes</source> <translation>Přizpůsobit šířky sloupců</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="119"/> - <source>added</source> - <translation>přidáno</translation> - </message> - <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="120"/> - <source>deleted</source> - <translation>smazáno</translation> - </message> - <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="132"/> - <source>modified</source> - <translation>změněno</translation> - </message> - <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="123"/> - <source>locked</source> - <translation>zamčeno</translation> - </message> - <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="124"/> - <source>other lock</source> - <translation>jiný zámek</translation> - </message> - <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="125"/> - <source>stolen lock</source> - <translation>scizený zámek</translation> - </message> - <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="126"/> - <source>broken lock</source> - <translation>prolomený zámek</translation> - </message> - <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="122"/> - <source>not locked</source> - <translation>nezamčeno</translation> - </message> - <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="131"/> - <source>normal</source> - <translation>normální</translation> - </message> - <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="122"/> - <source>replaced</source> - <translation>nahrazeno</translation> - </message> - <message> <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="133"/> + <source>added</source> + <translation>přidáno</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="134"/> + <source>deleted</source> + <translation>smazáno</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="146"/> + <source>modified</source> + <translation>změněno</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="137"/> + <source>locked</source> + <translation>zamčeno</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="138"/> + <source>other lock</source> + <translation>jiný zámek</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="139"/> + <source>stolen lock</source> + <translation>scizený zámek</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="140"/> + <source>broken lock</source> + <translation>prolomený zámek</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="136"/> + <source>not locked</source> + <translation>nezamčeno</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="145"/> + <source>normal</source> + <translation>normální</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="136"/> + <source>replaced</source> + <translation>nahrazeno</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="147"/> <source>conflict</source> <translation>konflikt</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="124"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="138"/> <source>external</source> <translation>externí</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="125"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="139"/> <source>ignored</source> <translation>ignorováno</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="126"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="140"/> <source>unversioned</source> <translation>mimo verzi</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="127"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="141"/> <source>missing</source> <translation>chybějící</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="128"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="142"/> <source>type error</source> <translation>chyba typu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="129"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="143"/> <source>no</source> <translation>ne</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="130"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="144"/> <source>yes</source> <translation>ano</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="305"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="334"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="391"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="444"/> <source>Commit</source> <translation>Commit</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="437"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="492"/> <source>There are no uncommitted changes available/selected.</source> <translation>Nezapsané změny nejsou dostupné/vybrané.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="457"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="513"/> <source>There are no unlocked files available/selected.</source> <translation>Odemčené soubory nejsou dostupné/vybrané.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="502"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="563"/> <source>There are no locked files available/selected.</source> <translation>Zamčené soubory nejsou dostupné/vybrané.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="487"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="546"/> <source>Break Lock</source> <translation>Prolomit zámek</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="502"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="563"/> <source>Steal Lock</source> <translation>Scizit zámek</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="68"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="77"/> <source>Add to repository</source> <translation>Přidat do repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="70"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="79"/> <source>Revert changes</source> <translation>Vrátit změny</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="417"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="471"/> <source>Add</source> <translation>Přidat</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="417"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="471"/> <source>There are no unversioned entries available/selected.</source> <translation>Položky mimo verzi nejsou dostupné/vybrány.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="437"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="492"/> <source>Revert</source> <translation>Vrátit</translation> </message> @@ -34933,27 +34938,27 @@ <translation>Seznam změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="74"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="83"/> <source>Add to Changelist</source> <translation>Přidat do seznamu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="535"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="597"/> <source>Remove from Changelist</source> <translation>Odebrat ze seznamu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="517"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="579"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation>Nejsou dostupné/vybrány soubory, které nepatří do seznamu změn.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="535"/> + <location filename="Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="597"/> <source>There are no files available/selected belonging to a changelist.</source> <translation>Nejsou dostupné/vybrány soubory, které patří do seznamu změn.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="305"/> + <location filename="Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="334"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> @@ -38115,7 +38120,7 @@ <translation>Stisknout pro odebrání vybraného záznamu ze seznamu</translation> </message> <message> - <location filename="Project/TranslationPropertiesDialog.py" line="63"/> + <location filename="Project/TranslationPropertiesDialog.py" line="64"/> <source>All Files (*)</source> <translation>Všechny soubory (*)</translation> </message> @@ -38125,12 +38130,12 @@ <translation>Zadejte vzorek cesty pro soubory s překlady</translation> </message> <message> - <location filename="Project/TranslationPropertiesDialog.py" line="93"/> + <location filename="Project/TranslationPropertiesDialog.py" line="94"/> <source>Select translation file</source> <translation>Vybrat soubor s překladem</translation> </message> <message> - <location filename="Project/TranslationPropertiesDialog.py" line="117"/> + <location filename="Project/TranslationPropertiesDialog.py" line="118"/> <source>Select directory for binary translations</source> <translation>Výběr adresáře pro binární překlady</translation> </message> @@ -38155,12 +38160,12 @@ (Použijte '%language%' na místě kódu jazyka, např. i18n/eric5_%language%.ts)</translation> </message> <message> - <location filename="Project/TranslationPropertiesDialog.py" line="58"/> + <location filename="Project/TranslationPropertiesDialog.py" line="59"/> <source>Source Files ({0});;</source> <translation>Zdrojové soubory ({0});;</translation> </message> <message> - <location filename="Project/TranslationPropertiesDialog.py" line="61"/> + <location filename="Project/TranslationPropertiesDialog.py" line="62"/> <source>Forms Files ({0});;</source> <translation>Soubory s formuláři ({0});;</translation> </message> @@ -38372,7 +38377,7 @@ <context> <name>UIPreviewer</name> <message> - <location filename="Tools/UIPreviewer.py" line="286"/> + <location filename="Tools/UIPreviewer.py" line="287"/> <source>UI Previewer</source> <translation>UI náhled</translation> </message> @@ -38387,262 +38392,262 @@ <translation>Výběr GUI tématu</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="114"/> + <location filename="Tools/UIPreviewer.py" line="115"/> <source>&Open File</source> <translation>&Otevřít soubor</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="116"/> - <source>Ctrl+O</source> - <comment>File|Open</comment> - <translation></translation> - </message> - <message> <location filename="Tools/UIPreviewer.py" line="117"/> - <source>Open a UI file for display</source> - <translation>Otevřít UI soubory pro zobrazení</translation> + <source>Ctrl+O</source> + <comment>File|Open</comment> + <translation></translation> </message> <message> <location filename="Tools/UIPreviewer.py" line="118"/> + <source>Open a UI file for display</source> + <translation>Otevřít UI soubory pro zobrazení</translation> + </message> + <message> + <location filename="Tools/UIPreviewer.py" line="119"/> <source><b>Open File</b><p>This opens a new UI file for display.</p></source> <translation><b>Otevřít soubor</b><p>Toto otevře a zobrazí nový UI soubor.</p></translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="124"/> + <location filename="Tools/UIPreviewer.py" line="125"/> <source>&Print</source> <translation>&Tisk</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="126"/> - <source>Ctrl+P</source> - <comment>File|Print</comment> - <translation></translation> - </message> - <message> <location filename="Tools/UIPreviewer.py" line="127"/> - <source>Print a screen capture</source> - <translation>Vytisknout sejmutou obrazovku</translation> + <source>Ctrl+P</source> + <comment>File|Print</comment> + <translation></translation> </message> <message> <location filename="Tools/UIPreviewer.py" line="128"/> + <source>Print a screen capture</source> + <translation>Vytisknout sejmutou obrazovku</translation> + </message> + <message> + <location filename="Tools/UIPreviewer.py" line="129"/> <source><b>Print</b><p>Print a screen capture.</p></source> <translation><b>Tisk</b><p>Vytiskne sejmutou obrazovku.</p></translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="144"/> + <location filename="Tools/UIPreviewer.py" line="145"/> <source>&Screen Capture</source> <translation>&Sejmout obrazovku</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="146"/> + <location filename="Tools/UIPreviewer.py" line="147"/> <source>Ctrl+S</source> <comment>File|Screen Capture</comment> <translation></translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="148"/> - <source>Save a screen capture to an image file</source> - <translation>Uložit sejmutou obrazovku jako obrázek</translation> - </message> - <message> <location filename="Tools/UIPreviewer.py" line="149"/> + <source>Save a screen capture to an image file</source> + <translation>Uložit sejmutou obrazovku jako obrázek</translation> + </message> + <message> + <location filename="Tools/UIPreviewer.py" line="150"/> <source><b>Screen Capture</b><p>Save a screen capture to an image file.</p></source> <translation><b>Sejmout obrazovku</b><p>Vytvoří se otisk obrazovky a uloží se do souboru jako obrázek.</p></translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="155"/> + <location filename="Tools/UIPreviewer.py" line="156"/> <source>&Quit</source> <translation>&Konec</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="157"/> - <source>Ctrl+Q</source> - <comment>File|Quit</comment> - <translation></translation> - </message> - <message> <location filename="Tools/UIPreviewer.py" line="158"/> - <source>Quit the application</source> - <translation>Ukončit aplikaci</translation> + <source>Ctrl+Q</source> + <comment>File|Quit</comment> + <translation></translation> </message> <message> <location filename="Tools/UIPreviewer.py" line="159"/> + <source>Quit the application</source> + <translation>Ukončit aplikaci</translation> + </message> + <message> + <location filename="Tools/UIPreviewer.py" line="160"/> <source><b>Quit</b><p>Quit the application.</p></source> <translation><b>Konec</b><p>Aplikace se ukončí.</p></translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="165"/> + <location filename="Tools/UIPreviewer.py" line="166"/> <source>&Copy</source> <translation>&Kopírovat</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="167"/> - <source>Ctrl+C</source> - <comment>Edit|Copy</comment> - <translation></translation> - </message> - <message> <location filename="Tools/UIPreviewer.py" line="168"/> - <source>Copy screen capture to clipboard</source> - <translation>Uložit sejmutou obrazovku do schránky</translation> + <source>Ctrl+C</source> + <comment>Edit|Copy</comment> + <translation></translation> </message> <message> <location filename="Tools/UIPreviewer.py" line="169"/> + <source>Copy screen capture to clipboard</source> + <translation>Uložit sejmutou obrazovku do schránky</translation> + </message> + <message> + <location filename="Tools/UIPreviewer.py" line="170"/> <source><b>Copy</b><p>Copy screen capture to clipboard.</p></source> <translation><b>Kopírovat</b><p>Kopírovat sejmutou obrazovku do schránky.</p></translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="175"/> + <location filename="Tools/UIPreviewer.py" line="176"/> <source>&What's This?</source> <translation>&Co je to?</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="177"/> - <source>Shift+F1</source> - <translation></translation> - </message> - <message> <location filename="Tools/UIPreviewer.py" line="178"/> - <source>Context sensitive help</source> - <translation>Kontextově senzitivní nápověda</translation> + <source>Shift+F1</source> + <translation></translation> </message> <message> <location filename="Tools/UIPreviewer.py" line="179"/> + <source>Context sensitive help</source> + <translation>Kontextově senzitivní nápověda</translation> + </message> + <message> + <location filename="Tools/UIPreviewer.py" line="180"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Zobrazit kontextově senzitivní nápovědu</b><p>V režimu "Co je to?" se nad různými prvky aplikace u kurzoru zobrazí otazník. Když pak kliknete na tyto prvky, zobrazí se krátký popis co daný prvek znamená a jak jej použít. V dialogových oknech se tato funkce spustí tlačítkem kontextové nápovědy na horní liště.</p></translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="189"/> - <source>&About</source> - <translation>O &aplikaci</translation> - </message> - <message> <location filename="Tools/UIPreviewer.py" line="190"/> - <source>Display information about this software</source> - <translation>Zobrazit informace a tomto software</translation> + <source>&About</source> + <translation>O &aplikaci</translation> </message> <message> <location filename="Tools/UIPreviewer.py" line="191"/> + <source>Display information about this software</source> + <translation>Zobrazit informace a tomto software</translation> + </message> + <message> + <location filename="Tools/UIPreviewer.py" line="192"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>O aplikaci</b><p>Zobrazí se informace o tomto software.</p></translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="197"/> - <source>About &Qt</source> - <translation>O &Qt</translation> - </message> - <message> <location filename="Tools/UIPreviewer.py" line="198"/> + <source>About &Qt</source> + <translation>O &Qt</translation> + </message> + <message> + <location filename="Tools/UIPreviewer.py" line="199"/> <source>Display information about the Qt toolkit</source> <translation>Zobrazit informace o Qt toolkitu</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="200"/> + <location filename="Tools/UIPreviewer.py" line="201"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>A Qt</b><p>Zobrazit informace o Qt toolkitu.</p></translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="212"/> + <location filename="Tools/UIPreviewer.py" line="213"/> <source>&File</source> <translation>S&oubor</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="222"/> + <location filename="Tools/UIPreviewer.py" line="223"/> <source>&Edit</source> <translation>&Edit</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="228"/> + <location filename="Tools/UIPreviewer.py" line="229"/> <source>&Help</source> <translation>&Nápověda</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="239"/> + <location filename="Tools/UIPreviewer.py" line="240"/> <source>File</source> <translation>Soubor</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="249"/> + <location filename="Tools/UIPreviewer.py" line="250"/> <source>Edit</source> <translation>Editovat</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="253"/> + <location filename="Tools/UIPreviewer.py" line="254"/> <source>Help</source> <translation>Nápověda</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="276"/> + <location filename="Tools/UIPreviewer.py" line="277"/> <source><h3> About UI Previewer </h3><p>The UI Previewer loads and displays Qt User-Interface files with various styles, which are selectable via a selection list.</p></source> <translation><h3>O UI náhledu</h3><p>UI náhled načte a zobrazí Qt User-Interface soubory s různými styly, které lze vybrat ze seznamu.</p></translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="292"/> + <location filename="Tools/UIPreviewer.py" line="293"/> <source>Select UI file</source> <translation>Vybrat UI soubor</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="292"/> + <location filename="Tools/UIPreviewer.py" line="293"/> <source>Qt User-Interface Files (*.ui)</source> <translation>Qt User-Interface soubory (*.ui)</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="329"/> + <location filename="Tools/UIPreviewer.py" line="330"/> <source>Load UI File</source> <translation>Načíst UI soubor</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="454"/> + <location filename="Tools/UIPreviewer.py" line="455"/> <source>Save Image</source> <translation>Uložit obrázek</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="507"/> + <location filename="Tools/UIPreviewer.py" line="508"/> <source>There is no UI file loaded.</source> <translation>Žádný UI soubor nebyl načten.</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="489"/> + <location filename="Tools/UIPreviewer.py" line="490"/> <source>Printing the image...</source> <translation>Tisknu obrázek...</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="498"/> + <location filename="Tools/UIPreviewer.py" line="499"/> <source>Image sent to printer...</source> <translation>Obrázek byl odeslán na tiskárnu...</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="507"/> + <location filename="Tools/UIPreviewer.py" line="508"/> <source>Print Preview</source> <translation>Náhled tisku</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="136"/> + <location filename="Tools/UIPreviewer.py" line="137"/> <source>Print preview a screen capture</source> <translation>Náhled zachycené obrazovky</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="138"/> + <location filename="Tools/UIPreviewer.py" line="139"/> <source><b>Print Preview</b><p>Print preview a screen capture.</p></source> <translation><b>Náhkled tisku</b><p>Náhkled tisku zachycené obrazovky.</p></translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="468"/> + <location filename="Tools/UIPreviewer.py" line="469"/> <source>Print Image</source> <translation>Tisk obrázku</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="329"/> + <location filename="Tools/UIPreviewer.py" line="330"/> <source><p>The file <b>{0}</b> could not be loaded.</p></source> <translation><p>Soubor <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="426"/> + <location filename="Tools/UIPreviewer.py" line="427"/> <source>Images ({0})</source> <translation>Obrázky ({0})</translation> </message> <message> - <location filename="Tools/UIPreviewer.py" line="444"/> + <location filename="Tools/UIPreviewer.py" line="445"/> <source><p>The file <b>{0}</b> could not be saved.</p></source> <translation><p>Soubor <b>{0}</b> nelze uložit.</p></translation> </message> @@ -41123,17 +41128,17 @@ <context> <name>Utilities</name> <message> - <location filename="Utilities/__init__.py" line="959"/> + <location filename="Utilities/__init__.py" line="960"/> <source><p>You may use %-codes as placeholders in the string. Supported codes are:<table><tr><td>%C</td><td>column of the cursor of the current editor</td></tr><tr><td>%D</td><td>directory of the current editor</td></tr><tr><td>%F</td><td>filename of the current editor</td></tr><tr><td>%H</td><td>home directory of the current user</td></tr><tr><td>%L</td><td>line of the cursor of the current editor</td></tr><tr><td>%P</td><td>path of the current project</td></tr><tr><td>%S</td><td>selected text of the current editor</td></tr><tr><td>%U</td><td>username of the current user</td></tr><tr><td>%%</td><td>the percent sign</td></tr></table></p></source> <translation><p>Můžete použít %-kódy a rezervovaná místa ve stringu. Podporované kódy jsou:<table><tr> <td>%C</td> <td>sloupec kurzoru v aktuálním editoru</td></tr><tr> <td>%D</td> <td>adresář v aktuálním editoru</td></tr><tr> <td>%F</td> <td>jméno souboru v aktuálním editoru</td></tr><tr> <td>%H</td> <td>home adresář aktuálního uživatele</td></tr><tr> <td>%L</td> <td>řádek s kurzorem v aktuálním editoru</td></tr><tr> <td>%P</td> <td>cesta aktuálního projektu</td></tr><tr> <td>%S</td> <td>vybraný text v aktuálním editoru</td></tr><tr> <td>%U</td> <td>uživatelské jméno aktuálního uživatele</td></tr><tr> <td>%%</td> <td>znak procenta</td></tr></table></p></translation> </message> <message> - <location filename="Utilities/__init__.py" line="1131"/> + <location filename="Utilities/__init__.py" line="1132"/> <source>Python2 interpreter not configured.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Utilities/__init__.py" line="1176"/> + <location filename="Utilities/__init__.py" line="1177"/> <source>Python2 interpreter did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -44116,22 +44121,22 @@ <translation>Otevřené soubory</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2982"/> + <location filename="ViewManager/ViewManager.py" line="2981"/> <source>File Modified</source> <translation>Soubor změněn</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3606"/> + <location filename="ViewManager/ViewManager.py" line="3605"/> <source>&Clear</source> <translation>&Vyčistit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3602"/> + <location filename="ViewManager/ViewManager.py" line="3601"/> <source>&Add</source> <translation>Přid&at</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3604"/> + <location filename="ViewManager/ViewManager.py" line="3603"/> <source>&Edit...</source> <translation>&Edit...</translation> </message> @@ -44350,22 +44355,22 @@ <translation>Pravopis</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2982"/> + <location filename="ViewManager/ViewManager.py" line="2981"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Soubor <b>{0}</b> obsahuje neuložené změny.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3261"/> + <location filename="ViewManager/ViewManager.py" line="3260"/> <source>File: {0}</source> <translation>Soubor: {0}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3265"/> + <location filename="ViewManager/ViewManager.py" line="3264"/> <source>Line: {0:5}</source> <translation>Řádek: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3270"/> + <location filename="ViewManager/ViewManager.py" line="3269"/> <source>Pos: {0:5}</source> <translation>Poz: {0:5}</translation> </message>