--- a/src/eric7/i18n/eric7_cs.ts Mon Nov 13 10:29:40 2023 +0100 +++ b/src/eric7/i18n/eric7_cs.ts Mon Nov 13 11:53:55 2023 +0100 @@ -9928,13 +9928,13 @@ <message> <location filename="../Debugger/DebugUI.py" line="1939" /> <location filename="../Debugger/DebugUI.py" line="1930" /> - <source>Coverage of Project</source> - <translation>Pokrytí projektu</translation> + <source>Coverage Run of Project</source> + <translation type="unfinished" /> </message> <message> <location filename="../Debugger/DebugUI.py" line="1932" /> - <source>Coverage of Script</source> - <translation>Pokrytí skriptu</translation> + <source>Coverage Run of Script</source> + <translation type="unfinished" /> </message> <message> <location filename="../Debugger/DebugUI.py" line="2344" /> @@ -9946,19 +9946,35 @@ <message> <location filename="../Debugger/DebugUI.py" line="2143" /> <location filename="../Debugger/DebugUI.py" line="2134" /> - <source>Profile of Project</source> - <translation>Profilovat projekt</translation> + <source>Profile Run of Project</source> + <translation type="unfinished" /> </message> <message> <location filename="../Debugger/DebugUI.py" line="2136" /> - <source>Profile of Script</source> - <translation>Profilovat skript</translation> + <source>Profile Run of Script</source> + <translation type="unfinished" /> </message> <message> <location filename="../Debugger/DebugUI.py" line="2539" /> <source>There is no main script defined for the current project. No debugging possible.</source> <translation>V aktuálním projektu není definován hlavní skript. Debugování není možné.</translation> </message> + <message> + <source>Coverage of Project</source> + <translation type="vanished">Pokrytí projektu</translation> + </message> + <message> + <source>Coverage of Script</source> + <translation type="vanished">Pokrytí skriptu</translation> + </message> + <message> + <source>Profile of Project</source> + <translation type="vanished">Profilovat projekt</translation> + </message> + <message> + <source>Profile of Script</source> + <translation type="vanished">Profilovat skript</translation> + </message> </context> <context> <name>DebugViewer</name> @@ -75950,449 +75966,211 @@ <context> <name>StartCoverageDialog</name> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> <source>Start coverage run</source> - <translation>Spustit běh pokrytí</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> - <source>Virtual Environment:</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> - <source>Select the virtual environment to be used</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> - <source><b>Virtual Environment</b> -<p>Enter the virtual environment to be used. Leave it empty to use the default environment, i.e. the one configured globally or per project.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> - <source>Script Name:</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> - <source>Enter the script file name</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> - <source><b>Script Name</b> -<p>Enter the the name of the script. Leave empty to use the script of the current editor.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> - <source>Script Parameters:</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> + <translation type="vanished">Spustit běh pokrytí</translation> + </message> + <message> <source>Enter the commandline parameters</source> - <translation>Zadejte parametry příkazového řádku</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> + <translation type="vanished">Zadejte parametry příkazového řádku</translation> + </message> + <message> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> - <translation><b>Příkazový řádek</b> + <translation type="vanished"><b>Příkazový řádek</b> <p>Zadání parametrů příkazového řádku do tohoto pole.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> <source>Working directory:</source> - <translation type="unfinished">&Pracovní adresář:</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> + <translation type="vanished">&Pracovní adresář:</translation> + </message> + <message> <source>Enter the working directory</source> - <translation>Zadejte pracovní adresář</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> + <translation type="vanished">Zadejte pracovní adresář</translation> + </message> + <message> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> - <translation><b>Pracovní adresář</b> + <translation type="vanished"><b>Pracovní adresář</b> <p>Zadání pracovního adresáře, ve kterém proběhne debugging. Ponechte jej prázdný pokud chcete pro spuštění použít adresář aplikace.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> <source>Environment Variables:</source> - <translation type="unfinished">Prostř&edí:</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> - <source>Enter the environment variables to be set separated by whitespace.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> - <source><b>Environment Variables</b> -<p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.</p> -<p>Example: var1=1 var2="hello world" var3+=":/tmp" var4-</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> - <source>Override Global Configuration</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> - <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> + <translation type="vanished">Prostř&edí:</translation> + </message> + <message> <source>Redirect stdin/stdout/stderr</source> - <translation type="unfinished">Přesměrování stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> + <translation type="vanished">Přesměrování stdin/stdout/stderr</translation> + </message> + <message> <source>Uncheck to disable exception reporting</source> - <translation>Zrušit zatržení pro vypnutí reportování výjimek</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> + <translation type="vanished">Zrušit zatržení pro vypnutí reportování výjimek</translation> + </message> + <message> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> - <translation><b>Report výjimek</b> + <translation type="vanished"><b>Report výjimek</b> <p>Zrušte zatržení přepínače pro vypnutí reportování výjimek.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> <source>Report exceptions</source> - <translation type="unfinished">R&eport výjimek</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> - <source>Alt+E</source> - <translation /> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> - <source>Uncheck to disable reporting of unhandled exceptions</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> - <source><b>Always report unhandled exceptions</b> -<p>When active all unhandled exceptions will be reported even if 'Report exceptions' is deactivated. When inactive the later switch determines exception reporting.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> - <source>Always report unhandled exceptions</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> + <translation type="vanished">R&eport výjimek</translation> + </message> + <message> <source>Select to clear the display of the interpreter window</source> - <translation>Vybrat pro vyčištění okna interpretru</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> + <translation type="vanished">Vybrat pro vyčištění okna interpretru</translation> + </message> + <message> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation><b>Vyčistit okno interpretru</b><p>Vyčistí displej okna interpretru před tím, než se spustí debugovací klient.</p></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> + <translation type="vanished"><b>Vyčistit okno interpretru</b><p>Vyčistí displej okna interpretru před tím, než se spustí debugovací klient.</p></translation> + </message> + <message> <source>Clear interpreter window</source> - <translation type="unfinished">Vyčistit okno &interpretru</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> + <translation type="vanished">Vyčistit okno &interpretru</translation> + </message> + <message> <source>Select to start the debugger in a console window</source> - <translation>Vybrat pro spuštění debugeru v okně konzole</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> + <translation type="vanished">Vybrat pro spuštění debugeru v okně konzole</translation> + </message> + <message> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> - <translation><b>Spustit na konzoli</b> + <translation type="vanished"><b>Spustit na konzoli</b> <p>Vybrat pro spuštění debugeru v okně konzole. Příkaz konzole musí být nakonfigurován na Debugger-&gt;Hlavní straně</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> <source>Start in console</source> - <translation>Spustit na konzoli</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> + <translation type="vanished">Spustit na konzoli</translation> + </message> + <message> <source>Select this to erase the collected coverage information</source> - <translation>Vybrat pro vymazání shromážděných informací z pokrytí</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> + <translation type="vanished">Vybrat pro vymazání shromážděných informací z pokrytí</translation> + </message> + <message> <source><b>Erase coverage information</b> <p>Select this to erase the collected coverage information before the next coverage run.</p></source> - <translation><b>Vymazat informace z pokrytí</b> + <translation type="vanished"><b>Vymazat informace z pokrytí</b> <p>Před dalším spuštěním procesu pokrytí vyberte toto pro vymazání předchozích nashromážděných informací.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> <source>Erase coverage information</source> - <translation type="unfinished">&Vymazat info pokrytí</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="0" /> - <source>Alt+C</source> - <translation /> + <translation type="vanished">&Vymazat info pokrytí</translation> </message> </context> <context> <name>StartDebugDialog</name> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> <source>Start debugging</source> - <translation>Spustit debuger</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source>Virtual Environment:</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source>Select the virtual environment to be used</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source><b>Virtual Environment</b> -<p>Enter the virtual environment to be used. Leave it empty to use the default environment, i.e. the one configured globally or per project.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source>Script Name:</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source>Enter the script file name</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source><b>Script Name</b> -<p>Enter the the name of the script. Leave empty to use the script of the current editor.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source>Script Parameters:</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished">Spustit debuger</translation> + </message> + <message> <source>Enter the commandline parameters</source> - <translation>Zadejte parametry příkazového řádku</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished">Zadejte parametry příkazového řádku</translation> + </message> + <message> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> - <translation><b>Příkazový řádek</b><p>Zadání parametrů příkazového řádku do tohoto pole.</p></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished"><b>Příkazový řádek</b><p>Zadání parametrů příkazového řádku do tohoto pole.</p></translation> + </message> + <message> <source>Working directory:</source> - <translation type="unfinished">&Pracovní adresář:</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished">&Pracovní adresář:</translation> + </message> + <message> <source>Enter the working directory</source> - <translation>Zadejte pracovní adresář</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished">Zadejte pracovní adresář</translation> + </message> + <message> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> - <translation><b>Pracovní adresář</b><p>Zadání pracovního adresáře, ve kterém proběhne ladění. Ponechte jej prázdný pokud chcete pro spuštění použít adresář aplikace.</p></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished"><b>Pracovní adresář</b><p>Zadání pracovního adresáře, ve kterém proběhne ladění. Ponechte jej prázdný pokud chcete pro spuštění použít adresář aplikace.</p></translation> + </message> + <message> <source>Environment Variables:</source> - <translation type="unfinished">Prostř&edí:</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source>Enter the environment variables to be set separated by whitespace.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source><b>Environment Variables</b> -<p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.</p> -<p>Example: var1=1 var2="hello world" var3+=":/tmp" var4-</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source>Override Global Configuration</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished">Prostř&edí:</translation> + </message> + <message> <source>Redirect stdin/stdout/stderr</source> - <translation type="unfinished">Přesměrování stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished">Přesměrování stdin/stdout/stderr</translation> + </message> + <message> <source>Uncheck to disable exception reporting</source> - <translation>Zrušit zatržení pro vypnutí reportování výjimek</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished">Zrušit zatržení pro vypnutí reportování výjimek</translation> + </message> + <message> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> - <translation><b>Report výjimek</b><p>Zrušte zatržení přepínače pro vypnutí reportování výjimek.</p></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished"><b>Report výjimek</b><p>Zrušte zatržení přepínače pro vypnutí reportování výjimek.</p></translation> + </message> + <message> <source>Report exceptions</source> - <translation type="unfinished">R&eport výjimek</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source>Alt+E</source> - <translation /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source>Uncheck to disable reporting of unhandled exceptions</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source><b>Always report unhandled exceptions</b> -<p>When active all unhandled exceptions will be reported even if 'Report exceptions' is deactivated. When inactive the later switch determines exception reporting.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source>Always report unhandled exceptions</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished">R&eport výjimek</translation> + </message> + <message> <source>Select to clear the display of the interpreter window</source> - <translation>Vybrat pro vyčištění okna interpretru</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished">Vybrat pro vyčištění okna interpretru</translation> + </message> + <message> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation><b>Vyčistit okno interpretru</b><p>Vyčistí displej okna interpretru před tím, než se spustí ladicí klient.</p></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished"><b>Vyčistit okno interpretru</b><p>Vyčistí displej okna interpretru před tím, než se spustí ladicí klient.</p></translation> + </message> + <message> <source>Clear interpreter window</source> - <translation type="unfinished">Vyčistit okno &interpretru</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished">Vyčistit okno &interpretru</translation> + </message> + <message> <source>Select to start the debugger in a console window</source> - <translation>Vybrat pro spuštění debugeru v okně konzole</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished">Vybrat pro spuštění debugeru v okně konzole</translation> + </message> + <message> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> - <translation><b>Spustit na konzoli</b><p>Vybrat pro spuštění debugeru v okně konzole. Příkaz konzole musí být nakonfigurován na Debugger-&gt;Hlavní straně</p></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished"><b>Spustit na konzoli</b><p>Vybrat pro spuštění debugeru v okně konzole. Příkaz konzole musí být nakonfigurován na Debugger-&gt;Hlavní straně</p></translation> + </message> + <message> <source>Start in console</source> - <translation>Spustit na konzoli</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished">Spustit na konzoli</translation> + </message> + <message> <source>Select to trace into the Python library</source> - <translation>Výběr pro trasování do Python knihovny</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source><b>Trace into interpreter libraries<b> -<p>When active the debugger will also trace calls into the Python library.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished">Výběr pro trasování do Python knihovny</translation> + </message> + <message> <source>Trace into interpreter libraries</source> - <translation type="unfinished">&Trasovat do knihoven inerpretru</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source>Alt+T</source> - <translation /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished">&Trasovat do knihoven inerpretru</translation> + </message> + <message> <source>Select to not stop the debugger at the first executable line.</source> - <translation>Vybrat pro zastavení debugeru na první spustitelné řádce.</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished">Vybrat pro zastavení debugeru na první spustitelné řádce.</translation> + </message> + <message> <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> - <translation><b>Nezastavovat na první řádce</b><p>Toto debugeru zabrání zastavit se na první spustitelné řádce.</p></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> + <translation type="vanished"><b>Nezastavovat na první řádce</b><p>Toto debugeru zabrání zastavit se na první spustitelné řádce.</p></translation> + </message> + <message> <source>Don't stop at first line</source> - <translation>Nezastavovat na prvním řádku</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source>Select this to enable multi process debugging.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source><b>Multi Process Debugging</b><p>This enables debugging capability for multi process programs. Each started Python program is started within a new debugger.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source>Multi Process Debugging</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="0" /> - <source>Don't Debug:</source> - <translation type="unfinished" /> + <translation type="vanished">Nezastavovat na prvním řádku</translation> </message> </context> <context> <name>StartDialog</name> <message> - <location filename="../Debugger/StartDialog.py" line="155" /> + <location filename="../Debugger/StartDialog.py" line="151" /> <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;All Files (*)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/StartDialog.py" line="173" /> + <location filename="../Debugger/StartDialog.py" line="167" /> <source>Clear Histories</source> <translation>Vyčistit historii</translation> </message> <message> <location filename="../Debugger/StartDialog.py" line="406" /> - <location filename="../Debugger/StartDialog.py" line="176" /> + <location filename="../Debugger/StartDialog.py" line="170" /> <source>Edit History</source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/StartDialog.py" line="226" /> + <location filename="../Debugger/StartDialog.py" line="222" /> <source>Enter the list of programs or program patterns not to be debugged separated by '{0}'.</source> <translation type="unfinished" /> </message> @@ -76426,6 +76204,291 @@ <source>Select the history list to be edited:</source> <translation type="unfinished" /> </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Start</source> + <translation type="unfinished">Spustit</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>General Parameters</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Virtual Environment:</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Select the virtual environment to be used</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source><b>Virtual Environment</b> +<p>Enter the virtual environment to be used. Leave it empty to use the default environment, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Script Name:</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Enter the script file name</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source><b>Script Name</b> +<p>Enter the the name of the script. Leave empty to use the script of the current editor.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Script Parameters:</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Enter the commandline parameters</source> + <translation type="unfinished">Zadejte parametry příkazového řádku</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source><b>Commandline</b> +<p>Enter the commandline parameters in this field.</p></source> + <translation type="unfinished"><b>Příkazový řádek</b><p>Zadání parametrů příkazového řádku do tohoto pole.</p></translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Working directory:</source> + <translation type="unfinished">&Pracovní adresář:</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Enter the working directory</source> + <translation type="unfinished">Zadejte pracovní adresář</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source><b>Working directory</b> +<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> + <translation type="unfinished"><b>Pracovní adresář</b><p>Zadání pracovního adresáře, ve kterém proběhne debugging. Ponechte jej prázdný pokud chcete pro spuštění použít adresář aplikace.</p></translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Environment Variables:</source> + <translation type="unfinished">Prostř&edí:</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Enter the environment variables to be set separated by whitespace.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source><b>Environment Variables</b> +<p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.</p> +<p>Example: var1=1 var2="hello world" var3+=":/tmp" var4-</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Override Global Configuration</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Redirect stdin/stdout/stderr</source> + <translation type="unfinished">Přesměrování stdin/stdout/stderr</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Uncheck to disable exception reporting</source> + <translation type="unfinished">Zrušit zatržení pro vypnutí reportování výjimek</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source><b>Report exceptions</b> +<p>Uncheck this in order to disable exception reporting.</p></source> + <translation type="unfinished"><b>Report výjimek</b><p>Zrušte zatržení přepínače pro vypnutí reportování výjimek.</p></translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Report exceptions</source> + <translation type="unfinished">R&eport výjimek</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Alt+E</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Select to start the debugger in a console window</source> + <translation type="unfinished">Vybrat pro spuštění debugeru v okně konzole</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source><b>Start in console</b> +<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> + <translation type="unfinished"><b>Spustit na konzoli</b><p>Vybrat pro spuštění debugeru v okně konzole. Příkaz konzole musí být nakonfigurován na Debugger-&gt;Hlavní straně</p></translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Start in console</source> + <translation type="unfinished">Spustit na konzoli</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Select to clear the display of the interpreter window</source> + <translation type="unfinished">Vybrat pro vyčištění okna interpretru</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> + <translation type="unfinished"><b>Vyčistit okno interpretru</b><p>Vyčistí displej okna interpretru před tím, než se spustí debugovací klient.</p></translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Clear interpreter window</source> + <translation type="unfinished">Vyčistit okno &interpretru</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Uncheck to disable reporting of unhandled exceptions</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source><b>Always report unhandled exceptions</b> +<p>When active all unhandled exceptions will be reported even if 'Report exceptions' is deactivated. When inactive the later switch determines exception reporting.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Always report unhandled exceptions</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Debug Parameters</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Select to trace into the Python library</source> + <translation type="unfinished">Výběr pro trasování do Python knihovny</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source><b>Trace into interpreter libraries<b> +<p>When active the debugger will also trace calls into the Python library.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Trace into interpreter libraries</source> + <translation type="unfinished">&Trasovat do knihoven inerpretru</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Alt+T</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Select to not stop the debugger at the first executable line.</source> + <translation type="unfinished">Vybrat pro zastavení debugeru na první spustitelné řádce.</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> + <translation type="unfinished"><b>Nezastavovat na první řádce</b><p>Toto debugeru zabrání zastavit se na první spustitelné řádce.</p></translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Don't stop at first line</source> + <translation type="unfinished">Nezastavovat na prvním řádku</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Select this to enable multi process debugging.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source><b>Multi Process Debugging</b><p>This enables debugging capability for multi process programs. Each started Python program is started within a new debugger.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Multi Process Debugging</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Don't Debug:</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Coverage Parameters</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Select this to erase the collected coverage information</source> + <translation type="unfinished">Vybrat pro vymazání shromážděných informací z pokrytí</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source><b>Erase coverage information</b> +<p>Select this to erase the collected coverage information before the next coverage run.</p></source> + <translation type="unfinished"><b>Vymazat informace z pokrytí</b> +<p>Před dalším spuštěním procesu pokrytí vyberte toto pro vymazání předchozích nashromážděných informací.</p></translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Erase coverage information</source> + <translation type="unfinished">&Vymazat info pokrytí</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Alt+C</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Profile Parameters</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Select this to erase the collected timing data</source> + <translation type="unfinished">Vybrat pro vymazání shromážděných informací z timig</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source><b>Erase timing data</b> +<p>Select this to erase the collected timing data before the next profiling run.</p></source> + <translation type="unfinished"><b>Vymazat timig data</b> +<p>Vyberete pro vymazání shomážděných timing dat před dalším spuštěním profilování.</p></translation> + </message> + <message> + <location filename="../Debugger/StartDialog.ui" line="0" /> + <source>Erase timing data</source> + <translation type="unfinished">Vymazat &timing data</translation> + </message> </context> <context> <name>StartHistoryEditDialog</name> @@ -76506,367 +76569,165 @@ <context> <name>StartProfileDialog</name> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> <source>Start profiling</source> - <translation>Spustit profilování</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> - <source>Virtual Environment:</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> - <source>Select the virtual environment to be used</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> - <source><b>Virtual Environment</b> -<p>Enter the virtual environment to be used. Leave it empty to use the default environment, i.e. the one configured globally or per project.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> - <source>Script Name:</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> - <source>Enter the script file name</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> - <source><b>Script Name</b> -<p>Enter the the name of the script. Leave empty to use the script of the current editor.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> - <source>Script Parameters:</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> + <translation type="vanished">Spustit profilování</translation> + </message> + <message> <source>Enter the commandline parameters</source> - <translation>Zadejte parametry příkazového řádku</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> + <translation type="vanished">Zadejte parametry příkazového řádku</translation> + </message> + <message> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> - <translation><b>Příkazový řádek</b><p>Zadání parametrů příkazového řádku do tohoto pole.</p></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> + <translation type="vanished"><b>Příkazový řádek</b><p>Zadání parametrů příkazového řádku do tohoto pole.</p></translation> + </message> + <message> <source>Working directory:</source> - <translation type="unfinished">&Pracovní adresář:</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> + <translation type="vanished">&Pracovní adresář:</translation> + </message> + <message> <source>Enter the working directory</source> - <translation>Zadejte pracovní adresář</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> + <translation type="vanished">Zadejte pracovní adresář</translation> + </message> + <message> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> - <translation><b>Pracovní adresář</b><p>Zadání pracovního adresáře, ve kterém proběhne debugging. Ponechte jej prázdný pokud chcete pro spuštění použít adresář aplikace.</p></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> + <translation type="vanished"><b>Pracovní adresář</b><p>Zadání pracovního adresáře, ve kterém proběhne debugging. Ponechte jej prázdný pokud chcete pro spuštění použít adresář aplikace.</p></translation> + </message> + <message> <source>Environment Variables:</source> - <translation type="unfinished">Prostř&edí:</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> - <source>Enter the environment variables to be set separated by whitespace.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> - <source><b>Environment Variables</b> -<p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.</p> -<p>Example: var1=1 var2="hello world" var3+=":/tmp" var4-</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> - <source>Override Global Configuration</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> - <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> + <translation type="vanished">Prostř&edí:</translation> + </message> + <message> <source>Redirect stdin/stdout/stderr</source> - <translation type="unfinished">Přesměrování stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> + <translation type="vanished">Přesměrování stdin/stdout/stderr</translation> + </message> + <message> <source>Uncheck to disable exception reporting</source> - <translation>Zrušit zatržení pro vypnutí reportování výjimek</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> + <translation type="vanished">Zrušit zatržení pro vypnutí reportování výjimek</translation> + </message> + <message> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> - <translation><b>Report výjimek</b><p>Zrušte zatržení přepínače pro vypnutí reportování výjimek.</p></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> + <translation type="vanished"><b>Report výjimek</b><p>Zrušte zatržení přepínače pro vypnutí reportování výjimek.</p></translation> + </message> + <message> <source>Report exceptions</source> - <translation type="unfinished">R&eport výjimek</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> - <source>Alt+E</source> - <translation /> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> - <source>Uncheck to disable reporting of unhandled exceptions</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> - <source><b>Always report unhandled exceptions</b> -<p>When active all unhandled exceptions will be reported even if 'Report exceptions' is deactivated. When inactive the later switch determines exception reporting.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> - <source>Always report unhandled exceptions</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> + <translation type="vanished">R&eport výjimek</translation> + </message> + <message> <source>Select to clear the display of the interpreter window</source> - <translation>Vybrat pro vyčištění okna interpretru</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> + <translation type="vanished">Vybrat pro vyčištění okna interpretru</translation> + </message> + <message> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation><b>Vyčistit okno interpretru</b><p>Vyčistí displej okna interpretru před tím, než se spustí debugovací klient.</p></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> + <translation type="vanished"><b>Vyčistit okno interpretru</b><p>Vyčistí displej okna interpretru před tím, než se spustí debugovací klient.</p></translation> + </message> + <message> <source>Clear interpreter window</source> - <translation type="unfinished">Vyčistit okno &interpretru</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> + <translation type="vanished">Vyčistit okno &interpretru</translation> + </message> + <message> <source>Select to start the debugger in a console window</source> - <translation>Vybrat pro spuštění debugeru v okně konzole</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> + <translation type="vanished">Vybrat pro spuštění debugeru v okně konzole</translation> + </message> + <message> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> - <translation><b>Spustit na konzoli</b><p>Vybrat pro spuštění debugeru v okně konzole. Příkaz konzole musí být nakonfigurován na Debugger-&gt;Hlavní straně</p></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> + <translation type="vanished"><b>Spustit na konzoli</b><p>Vybrat pro spuštění debugeru v okně konzole. Příkaz konzole musí být nakonfigurován na Debugger-&gt;Hlavní straně</p></translation> + </message> + <message> <source>Start in console</source> - <translation>Spustit na konzoli</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> + <translation type="vanished">Spustit na konzoli</translation> + </message> + <message> <source>Select this to erase the collected timing data</source> - <translation>Vybrat pro vymazání shromážděných informací z timig</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> + <translation type="vanished">Vybrat pro vymazání shromážděných informací z timig</translation> + </message> + <message> <source><b>Erase timing data</b> <p>Select this to erase the collected timing data before the next profiling run.</p></source> - <translation><b>Vymazat timig data</b> + <translation type="vanished"><b>Vymazat timig data</b> <p>Vyberete pro vymazání shomážděných timing dat před dalším spuštěním profilování.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> <source>Erase timing data</source> - <translation type="unfinished">Vymazat &timing data</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="0" /> - <source>Alt+C</source> - <translation /> + <translation type="vanished">Vymazat &timing data</translation> </message> </context> <context> <name>StartRunDialog</name> <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> <source>Start running</source> - <translation>Spustit běh</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> - <source>Virtual Environment:</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> - <source>Select the virtual environment to be used</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> - <source><b>Virtual Environment</b> -<p>Enter the virtual environment to be used. Leave it empty to use the default environment, i.e. the one configured globally or per project.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> - <source>Script Name:</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> - <source>Enter the script file name</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> - <source><b>Script Name</b> -<p>Enter the the name of the script. Leave empty to use the script of the current editor.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> - <source>Script Parameters:</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> + <translation type="vanished">Spustit běh</translation> + </message> + <message> <source>Enter the commandline parameters</source> - <translation>Zadejte parametry příkazového řádku</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> + <translation type="vanished">Zadejte parametry příkazového řádku</translation> + </message> + <message> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> - <translation><b>Příkazový řádek</b><p>Zadání parametrů příkazového řádku do tohoto pole.</p></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> + <translation type="vanished"><b>Příkazový řádek</b><p>Zadání parametrů příkazového řádku do tohoto pole.</p></translation> + </message> + <message> <source>Working directory:</source> - <translation type="unfinished">&Pracovní adresář:</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> + <translation type="vanished">&Pracovní adresář:</translation> + </message> + <message> <source>Enter the working directory</source> - <translation>Zadejte pracovní adresář</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> + <translation type="vanished">Zadejte pracovní adresář</translation> + </message> + <message> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> - <translation><b>Pracovní adresář</b><p>Zadání pracovního adresáře, ve kterém proběhne debugging. Ponechte jej prázdný pokud chcete pro spuštění použít adresář aplikace.</p></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> + <translation type="vanished"><b>Pracovní adresář</b><p>Zadání pracovního adresáře, ve kterém proběhne debugging. Ponechte jej prázdný pokud chcete pro spuštění použít adresář aplikace.</p></translation> + </message> + <message> <source>Environment Variables:</source> - <translation type="unfinished">Prostř&edí:</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> - <source>Enter the environment variables to be set separated by whitespace.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> - <source><b>Environment Variables</b> -<p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.</p> -<p>Example: var1=1 var2="hello world" var3+=":/tmp" var4-</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> - <source>Override Global Configuration</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> - <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> + <translation type="vanished">Prostř&edí:</translation> + </message> + <message> <source>Redirect stdin/stdout/stderr</source> - <translation type="unfinished">Přesměrování stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> + <translation type="vanished">Přesměrování stdin/stdout/stderr</translation> + </message> + <message> <source>Uncheck to disable exception reporting</source> - <translation>Zrušit zatržení pro vypnutí reportování výjimek</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> + <translation type="vanished">Zrušit zatržení pro vypnutí reportování výjimek</translation> + </message> + <message> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> - <translation><b>Report výjimek</b><p>Zrušte zatržení přepínače pro vypnutí reportování výjimek.</p></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> + <translation type="vanished"><b>Report výjimek</b><p>Zrušte zatržení přepínače pro vypnutí reportování výjimek.</p></translation> + </message> + <message> <source>Report exceptions</source> - <translation type="unfinished">R&eport výjimek</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> - <source>Alt+E</source> - <translation /> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> + <translation type="vanished">R&eport výjimek</translation> + </message> + <message> <source>Select to start the debugger in a console window</source> - <translation>Vybrat pro spuštění debugeru v okně konzole</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> + <translation type="vanished">Vybrat pro spuštění debugeru v okně konzole</translation> + </message> + <message> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> - <translation><b>Spustit na konzoli</b><p>Vybrat pro spuštění debugeru v okně konzole. Příkaz konzole musí být nakonfigurován na Debugger-&gt;Hlavní straně</p></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> + <translation type="vanished"><b>Spustit na konzoli</b><p>Vybrat pro spuštění debugeru v okně konzole. Příkaz konzole musí být nakonfigurován na Debugger-&gt;Hlavní straně</p></translation> + </message> + <message> <source>Start in console</source> - <translation>Spustit na konzoli</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> + <translation type="vanished">Spustit na konzoli</translation> + </message> + <message> <source>Select to clear the display of the interpreter window</source> - <translation>Vybrat pro vyčištění okna interpretru</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> + <translation type="vanished">Vybrat pro vyčištění okna interpretru</translation> + </message> + <message> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation><b>Vyčistit okno interpretru</b><p>Vyčistí displej okna interpretru před tím, než se spustí debugovací klient.</p></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> + <translation type="vanished"><b>Vyčistit okno interpretru</b><p>Vyčistí displej okna interpretru před tím, než se spustí debugovací klient.</p></translation> + </message> + <message> <source>Clear interpreter window</source> - <translation type="unfinished">Vyčistit okno &interpretru</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> - <source>Uncheck to disable reporting of unhandled exceptions</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> - <source><b>Always report unhandled exceptions</b> -<p>When active all unhandled exceptions will be reported even if 'Report exceptions' is deactivated. When inactive the later switch determines exception reporting.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="0" /> - <source>Always report unhandled exceptions</source> - <translation type="unfinished" /> + <translation type="vanished">Vyčistit okno &interpretru</translation> </message> </context> <context> @@ -91287,8 +91148,8 @@ <context> <name>VariableItem</name> <message> - <location filename="../Debugger/VariablesViewer.py" line="170" /> - <location filename="../Debugger/VariablesViewer.py" line="152" /> + <location filename="../Debugger/VariablesViewer.py" line="173" /> + <location filename="../Debugger/VariablesViewer.py" line="155" /> <source><double click to show value></source> <translation><dvojitý klik pro zobrazení hodnoty></translation> </message> @@ -91352,22 +91213,22 @@ <context> <name>VariablesModel</name> <message> - <location filename="../Debugger/VariablesViewer.py" line="232" /> + <location filename="../Debugger/VariablesViewer.py" line="235" /> <source>Globals</source> <translation type="unfinished">Globální</translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="232" /> + <location filename="../Debugger/VariablesViewer.py" line="235" /> <source>Locals</source> <translation type="unfinished">Lokální</translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="234" /> + <location filename="../Debugger/VariablesViewer.py" line="237" /> <source>Type</source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="234" /> + <location filename="../Debugger/VariablesViewer.py" line="237" /> <source>Value</source> <translation type="unfinished">Hodnota</translation> </message> @@ -91385,60 +91246,60 @@ <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="905" /> + <location filename="../Debugger/VariablesViewer.py" line="908" /> <source>Global Variables</source> <translation>Globální proměnné</translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="907" /> + <location filename="../Debugger/VariablesViewer.py" line="910" /> <source><b>The Global Variables Viewer Window</b><p>This window displays the global variables of the debugged program.</p></source> <translation><b>Prohlížeč globálních proměnných</b><p>Toto okno zobrazuje globální proměnné debugovénho programu.</p></translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="914" /> + <location filename="../Debugger/VariablesViewer.py" line="917" /> <source>Local Variables</source> <translation>Lokální proměnné</translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="916" /> + <location filename="../Debugger/VariablesViewer.py" line="919" /> <source><b>The Local Variables Viewer Window</b><p>This window displays the local variables of the debugged program.</p></source> <translation><b>Prohlížeč lokálních proměnných</b><p>Toto okno zobrazuje lokální proměnné debugovénho programu.</p></translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="1042" /> - <source>Show Details...</source> - <translation>Zobrazit detaily...</translation> - </message> - <message> - <location filename="../Debugger/VariablesViewer.py" line="1044" /> - <source>Expand</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../Debugger/VariablesViewer.py" line="1045" /> + <source>Show Details...</source> + <translation>Zobrazit detaily...</translation> + </message> + <message> + <location filename="../Debugger/VariablesViewer.py" line="1047" /> + <source>Expand</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Debugger/VariablesViewer.py" line="1048" /> <source>Collapse</source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="1046" /> + <location filename="../Debugger/VariablesViewer.py" line="1049" /> <source>Collapse All</source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="1054" /> - <location filename="../Debugger/VariablesViewer.py" line="1048" /> + <location filename="../Debugger/VariablesViewer.py" line="1057" /> + <location filename="../Debugger/VariablesViewer.py" line="1051" /> <source>Refresh</source> <translation type="unfinished">Obnovit</translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="1056" /> - <location filename="../Debugger/VariablesViewer.py" line="1050" /> + <location filename="../Debugger/VariablesViewer.py" line="1059" /> + <location filename="../Debugger/VariablesViewer.py" line="1053" /> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="1058" /> - <location filename="../Debugger/VariablesViewer.py" line="1051" /> + <location filename="../Debugger/VariablesViewer.py" line="1061" /> + <location filename="../Debugger/VariablesViewer.py" line="1054" /> <source>Variables Type Filter...</source> <translation type="unfinished" /> </message>