diff -r 866adc8c315b -r 0acf98cd089a eric6/i18n/eric6_cs.ts --- a/eric6/i18n/eric6_cs.ts Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/i18n/eric6_cs.ts Mon Feb 01 10:38:16 2021 +0100 @@ -1549,40 +1549,40 @@ <context> <name>BackgroundService</name> <message> - <location filename="../Utilities/BackgroundService.py" line="128"/> + <location filename="../Utilities/BackgroundService.py" line="134"/> <source>{0} not configured.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Utilities/BackgroundService.py" line="182"/> + <location filename="../Utilities/BackgroundService.py" line="189"/> <source>Restart background client?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Utilities/BackgroundService.py" line="208"/> - <source>An error in Erics background client stopped the service.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Utilities/BackgroundService.py" line="419"/> + <location filename="../Utilities/BackgroundService.py" line="444"/> <source>Eric's background client disconnected because of an unknown reason.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Utilities/BackgroundService.py" line="425"/> + <location filename="../Utilities/BackgroundService.py" line="450"/> <source>Background client disconnected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Utilities/BackgroundService.py" line="182"/> + <location filename="../Utilities/BackgroundService.py" line="189"/> <source><p>The background client for <b>{0}</b> has stopped due to an exception. It's used by various plug-ins like the different checkers.</p><p>Select<ul><li><b>'Yes'</b> to restart the client, but abort the last job</li><li><b>'Retry'</b> to restart the client and the last job</li><li><b>'No'</b> to leave the client off.</li></ul></p><p>Note: The client can be restarted by opening and accepting the preferences dialog or reloading/changing the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Utilities/BackgroundService.py" line="425"/> + <location filename="../Utilities/BackgroundService.py" line="450"/> <source>The background client for <b>{0}</b> disconnected because of an unknown reason.<br>Should it be restarted?</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Utilities/BackgroundService.py" line="215"/> + <source>An error in Eric's background client stopped the service.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>BookmarkActionSelectionDialog</name> @@ -2186,32 +2186,32 @@ <context> <name>BreakPointModel</name> <message> - <location filename="../Debugger/BreakPointModel.py" line="32"/> + <location filename="../Debugger/BreakPointModel.py" line="33"/> <source>Filename</source> <translation>Jméno souboru</translation> </message> <message> - <location filename="../Debugger/BreakPointModel.py" line="33"/> - <source>Line</source> - <translation>Řádek</translation> - </message> - <message> <location filename="../Debugger/BreakPointModel.py" line="34"/> - <source>Condition</source> - <translation>Podmínka</translation> + <source>Line</source> + <translation>Řádek</translation> </message> <message> <location filename="../Debugger/BreakPointModel.py" line="35"/> - <source>Temporary</source> - <translation>Dočasné</translation> + <source>Condition</source> + <translation>Podmínka</translation> </message> <message> <location filename="../Debugger/BreakPointModel.py" line="36"/> - <source>Enabled</source> - <translation>Zapnuto</translation> + <source>Temporary</source> + <translation>Dočasné</translation> </message> <message> <location filename="../Debugger/BreakPointModel.py" line="37"/> + <source>Enabled</source> + <translation>Zapnuto</translation> + </message> + <message> + <location filename="../Debugger/BreakPointModel.py" line="38"/> <source>Ignore Count</source> <translation>Ignorovat počet</translation> </message> @@ -2224,67 +2224,67 @@ <translation>Breakpointy</translation> </message> <message> - <location filename="../Debugger/BreakPointViewer.py" line="185"/> + <location filename="../Debugger/BreakPointViewer.py" line="192"/> <source>Add</source> <translation>Přidat</translation> </message> <message> - <location filename="../Debugger/BreakPointViewer.py" line="152"/> + <location filename="../Debugger/BreakPointViewer.py" line="159"/> <source>Edit...</source> <translation>Editovat...</translation> </message> <message> - <location filename="../Debugger/BreakPointViewer.py" line="154"/> - <source>Enable</source> - <translation>Zapnout</translation> - </message> - <message> - <location filename="../Debugger/BreakPointViewer.py" line="189"/> - <source>Enable all</source> - <translation>Zapnout vše</translation> - </message> - <message> - <location filename="../Debugger/BreakPointViewer.py" line="157"/> - <source>Disable</source> - <translation>Vypnout</translation> - </message> - <message> - <location filename="../Debugger/BreakPointViewer.py" line="194"/> - <source>Disable all</source> - <translation>Vypnout vše</translation> - </message> - <message> <location filename="../Debugger/BreakPointViewer.py" line="161"/> - <source>Delete</source> - <translation>Smazat</translation> - </message> - <message> - <location filename="../Debugger/BreakPointViewer.py" line="199"/> - <source>Delete all</source> - <translation>Smazat vše</translation> + <source>Enable</source> + <translation>Zapnout</translation> + </message> + <message> + <location filename="../Debugger/BreakPointViewer.py" line="196"/> + <source>Enable all</source> + <translation>Zapnout vše</translation> </message> <message> <location filename="../Debugger/BreakPointViewer.py" line="164"/> + <source>Disable</source> + <translation>Vypnout</translation> + </message> + <message> + <location filename="../Debugger/BreakPointViewer.py" line="201"/> + <source>Disable all</source> + <translation>Vypnout vše</translation> + </message> + <message> + <location filename="../Debugger/BreakPointViewer.py" line="168"/> + <source>Delete</source> + <translation>Smazat</translation> + </message> + <message> + <location filename="../Debugger/BreakPointViewer.py" line="206"/> + <source>Delete all</source> + <translation>Smazat vše</translation> + </message> + <message> + <location filename="../Debugger/BreakPointViewer.py" line="171"/> <source>Goto</source> <translation>Jít na</translation> </message> <message> - <location filename="../Debugger/BreakPointViewer.py" line="187"/> + <location filename="../Debugger/BreakPointViewer.py" line="194"/> <source>Enable selected</source> <translation>Zapnout vybrané</translation> </message> <message> - <location filename="../Debugger/BreakPointViewer.py" line="192"/> + <location filename="../Debugger/BreakPointViewer.py" line="199"/> <source>Disable selected</source> <translation>Vypnout vybrané</translation> </message> <message> - <location filename="../Debugger/BreakPointViewer.py" line="197"/> + <location filename="../Debugger/BreakPointViewer.py" line="204"/> <source>Delete selected</source> <translation>Smazat vybrané</translation> </message> <message> - <location filename="../Debugger/BreakPointViewer.py" line="202"/> + <location filename="../Debugger/BreakPointViewer.py" line="209"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> @@ -2443,63 +2443,68 @@ <context> <name>CallStackViewer</name> <message> - <location filename="../Debugger/CallStackViewer.py" line="48"/> + <location filename="../Debugger/CallStackViewer.py" line="59"/> <source>Show source</source> <translation type="unfinished">Zobrazit zdroj</translation> </message> <message> - <location filename="../Debugger/CallStackViewer.py" line="50"/> - <source>Clear</source> - <translation type="unfinished">Vyčistit</translation> - </message> - <message> - <location filename="../Debugger/CallStackViewer.py" line="52"/> - <source>Save</source> - <translation type="unfinished">Uložit</translation> - </message> - <message> - <location filename="../Debugger/CallStackViewer.py" line="59"/> - <source>File: {0} -Line: {1} -{2}{3}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/CallStackViewer.py" line="61"/> + <source>Clear</source> + <translation type="unfinished">Vyčistit</translation> + </message> + <message> + <location filename="../Debugger/CallStackViewer.py" line="63"/> + <source>Save</source> + <translation type="unfinished">Uložit</translation> + </message> + <message> + <location filename="../Debugger/CallStackViewer.py" line="71"/> + <source>File: {0} +Line: {1} +{2}{3}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/CallStackViewer.py" line="73"/> <source>File: {0} Line: {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/CallStackViewer.py" line="170"/> + <location filename="../Debugger/CallStackViewer.py" line="202"/> <source>Save Call Stack Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/CallStackViewer.py" line="156"/> - <source>Text Files (*.txt);;All Files (*)</source> - <translation type="unfinished">Textové soubory (*.txt);;Všechny soubory (*)</translation> - </message> - <message> - <location filename="../Debugger/CallStackViewer.py" line="170"/> - <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> - <translation type="unfinished"><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> - </message> - <message> - <location filename="../Debugger/CallStackViewer.py" line="188"/> - <source>Error saving Call Stack Info</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/CallStackViewer.py" line="188"/> + <source>Text Files (*.txt);;All Files (*)</source> + <translation type="unfinished">Textové soubory (*.txt);;Všechny soubory (*)</translation> + </message> + <message> + <location filename="../Debugger/CallStackViewer.py" line="202"/> + <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> + <translation type="unfinished"><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> + </message> + <message> + <location filename="../Debugger/CallStackViewer.py" line="224"/> + <source>Error saving Call Stack Info</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/CallStackViewer.py" line="224"/> <source><p>The call stack info could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/CallStackViewer.py" line="45"/> + <location filename="../Debugger/CallStackViewer.py" line="56"/> <source>Call Stack</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/CallStackViewer.py" line="213"/> + <source>Call Stack of '{0}'</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CallTraceViewer</name> @@ -2534,37 +2539,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/CallTraceViewer.py" line="54"/> + <location filename="../Debugger/CallTraceViewer.py" line="59"/> <source>From</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/CallTraceViewer.py" line="54"/> + <location filename="../Debugger/CallTraceViewer.py" line="59"/> <source>To</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/CallTraceViewer.py" line="158"/> + <location filename="../Debugger/CallTraceViewer.py" line="169"/> <source>Save Call Trace Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/CallTraceViewer.py" line="144"/> + <location filename="../Debugger/CallTraceViewer.py" line="155"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished">Textové soubory (*.txt);;Všechny soubory (*)</translation> </message> <message> - <location filename="../Debugger/CallTraceViewer.py" line="158"/> + <location filename="../Debugger/CallTraceViewer.py" line="169"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="../Debugger/CallTraceViewer.py" line="182"/> + <location filename="../Debugger/CallTraceViewer.py" line="197"/> <source>Error saving Call Trace Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/CallTraceViewer.py" line="182"/> + <location filename="../Debugger/CallTraceViewer.py" line="197"/> <source><p>The call trace info could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -2578,6 +2583,11 @@ <source>Stop recording on exit</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/CallTraceViewer.py" line="180"/> + <source>Call Trace Info of '{0}'</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ChatWidget</name> @@ -2838,42 +2848,42 @@ <context> <name>CheckerCategories</name> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="62"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="67"/> <source>Annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="65"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="70"/> <source>Code Complexity</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="68"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="73"/> <source>Documentation</source> <translation type="unfinished">Dokumentace</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="71"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="76"/> <source>Errors</source> <translation type="unfinished">Chyby</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="74"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="79"/> <source>Miscellaneous</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="77"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="82"/> <source>Naming</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="83"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="88"/> <source>Warnings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="80"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="85"/> <source>Security</source> <translation type="unfinished">Bezpečnost</translation> </message> @@ -3130,17 +3140,17 @@ <context> <name>Closehead</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py" line="61"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py" line="50"/> <source>Revision <{0}> closed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py" line="64"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py" line="53"/> <source>Revisions <{0}> closed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py" line="70"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py" line="59"/> <source>Closing Heads</source> <translation type="unfinished"></translation> </message> @@ -3438,27 +3448,27 @@ <translation type="unfinished">Zadejte patterny jmen souborů oddělené čárkami, které se nemají vkládat</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1090"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1128"/> <source>Press to start the code style check run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1321"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1359"/> <source>Press to fix the selected issues</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1113"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1151"/> <source>Press to load the default values</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1123"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1161"/> <source>Press to store the current values as defaults</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1133"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1171"/> <source>Press to reset the default values</source> <translation type="unfinished"></translation> </message> @@ -3498,32 +3508,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="283"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="271"/> <source>Max. Line Length:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="316"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="304"/> <source>Enter the maximum allowed line length (PEP-8: 79 characters)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="443"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="431"/> <source>Docstring Type:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="450"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="438"/> <source>Select the rule set for docstrings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="424"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="412"/> <source>Select to allow hanging closing brackets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="427"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="415"/> <source>Allow hanging closing brackets</source> <translation type="unfinished"></translation> </message> @@ -3548,7 +3558,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1263"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1301"/> <source><b>Result List</b> <p>This list shows the results of the code style check. Double clicking an entry will open this entry in an editor window and position the cursor at @@ -3556,52 +3566,52 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1279"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1317"/> <source>File/Line</source> <translation type="unfinished">Soubor/Řádek</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1284"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1322"/> <source>Code</source> <translation type="unfinished">Kód</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1289"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1327"/> <source>Message</source> <translation type="unfinished">Zpráva</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="121"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="126"/> <source>PEP-257</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="122"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="127"/> <source>Eric</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1354"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1392"/> <source>Statistics...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1351"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1389"/> <source>Press to show some statistics for the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1344"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1382"/> <source>Show</source> <translation type="unfinished">Zobrazit</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1341"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1379"/> <source>Press to show all files containing an issue</source> <translation type="unfinished">Stisknout pro zobrazení všech souborů, které obsahují problém</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="237"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="244"/> <source>Error: {0}</source> <translation type="unfinished">Chyby: {0}</translation> </message> @@ -3611,17 +3621,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1014"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1037"/> <source>No issues found.</source> <translation type="unfinished">Žádné problémy nenalezeny.</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1189"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1227"/> <source>Shows the progress of the code style check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1198"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1236"/> <source>%v/%m Files</source> <translation type="unfinished"></translation> </message> @@ -3636,27 +3646,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="940"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="963"/> <source>{0} (ignored)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="833"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="856"/> <source>Preparing files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="698"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="736"/> <source>Enter the maximum allowed code complexity (McCabe: 10)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="210"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="217"/> <source>Errors</source> <translation type="unfinished">Chyby</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="872"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="895"/> <source>Transferring data...</source> <translation type="unfinished"></translation> </message> @@ -3671,227 +3681,227 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="275"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="263"/> <source>Source Style</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="437"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="425"/> <source>Documentation Style</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="473"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="461"/> <source>Coding Line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="479"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="467"/> <source>Valid Encodings:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="486"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="474"/> <source>Enter valid encodings separated by a comma (leave empty to use defaults)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="496"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="484"/> <source>Copyright</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="502"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="490"/> <source>Min. File Size:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="509"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="497"/> <source>Enter the minimum size a file must have to be checked (0 for all files)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="535"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="523"/> <source>Author:</source> <translation type="unfinished">Autor:</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="542"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="530"/> <source>Enter a copyright author name to check for (leave empty to omit this check)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="552"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="540"/> <source>Future Imports</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="558"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="546"/> <source>Expected Imports:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="672"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="710"/> <source>Code Complexity</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1093"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1131"/> <source>&Start</source> <translation type="unfinished">&Start</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1324"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1362"/> <source>&Fix Selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1116"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1154"/> <source>&Load Defaults</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1126"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1164"/> <source>St&ore Defaults</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1136"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1174"/> <source>&Reset Defaults</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1017"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1040"/> <source>No files found (check your ignore list).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="584"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="572"/> <source>Ignore Built-ins Assignment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="600"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="588"/> <source>Left</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="605"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="593"/> <source>Right</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="615"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="603"/> <source>Press to add a built-in assignment to be ignored</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="625"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="682"/> <source>Press to delete the selected entries</source> <translation type="unfinished">Stisknout pro smazání vybraných položek</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="691"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="729"/> <source>Max. McCabe Complexity:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="714"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="752"/> <source>Max. Line Complexity:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="721"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="759"/> <source>Enter the maximum complexity (number of nodes) for a line of code</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="737"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="775"/> <source>Max. Line Complexity Score:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="744"/> - <source>Enter the maximum allowed median for line complexity</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="350"/> - <source>Blank Lines Before</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="356"/> - <source>Top Level Classes and Functions:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="363"/> - <source>Enter the number of blank lines before top level classes and functions</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="395"/> - <source>Methods and Nested Classes and Functions:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="402"/> - <source>Enter the number of blank lines before methods and nested classes or functions</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="309"/> - <source>Max. Documentation Line Length:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="653"/> - <source>Commented Code</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="659"/> - <source>Select to search for commented code more aggressively. This may increase the number of false positives.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="662"/> - <source>Search aggressively</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="763"/> - <source>Type Annotations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="769"/> - <source>Min. Coverage:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="776"/> - <source>Enter the minimum percentage of type annotations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="779"/> - <source>off</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="782"/> + <source>Enter the maximum allowed median for line complexity</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="338"/> + <source>Blank Lines Before</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="344"/> + <source>Top Level Classes and Functions:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="351"/> + <source>Enter the number of blank lines before top level classes and functions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="383"/> + <source>Methods and Nested Classes and Functions:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="390"/> + <source>Enter the number of blank lines before methods and nested classes or functions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="297"/> + <source>Max. Documentation Line Length:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="641"/> + <source>Commented Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="647"/> + <source>Select to search for commented code more aggressively. This may increase the number of false positives.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="650"/> + <source>Search aggressively</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="801"/> + <source>Type Annotations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="807"/> + <source>Min. Coverage:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="814"/> + <source>Enter the minimum percentage of type annotations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="817"/> + <source>off</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="820"/> <source>%</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="805"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="843"/> <source>Max. Complexity:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="812"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="850"/> <source>Enter the maximum type annotation complexity</source> <translation type="unfinished"></translation> </message> @@ -3901,12 +3911,12 @@ <translation type="unfinished">Konfigurovat</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1311"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1349"/> <source>Press to restart the code style check run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1314"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1352"/> <source>Restart</source> <translation type="unfinished"></translation> </message> @@ -3931,135 +3941,155 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="833"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="871"/> <source>Security Options</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="839"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="877"/> <source>Hardcoded 'tmp' Directories:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="849"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="887"/> <source>Weak Cryptographic Keys</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="855"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="893"/> <source>DSA</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="973"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1011"/> <source>High Risk:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="868"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="906"/> <source>Select the bit length below which a DSA key is to be considered very weak</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="990"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1028"/> <source>Medium Risk:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="885"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="923"/> <source>Select the bit length below which a DSA key is to be considered weak</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="911"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="949"/> <source>RSA</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="924"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="962"/> <source>Select the bit length below which a RSA key is to be considered very weak</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="941"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="979"/> <source>Select the bit length below which a RSA key is to be considered weak</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="967"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1005"/> <source>Elliptic Curves</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="980"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1018"/> <source>Select the bit length below which an Elliptic Curve is to be considered very weak</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="997"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1035"/> <source>Select the bit length below which an Elliptic Curve is to be considered weak</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1026"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1064"/> <source>Enter the names of insecure SSL protocols and methods (one per line)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1033"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1071"/> <source>Insecure SSL Protocols:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1043"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1081"/> <source>Insecure Hashes:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1050"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1088"/> <source>Enter a list of hash methods to be considered insecure separated by comma</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1057"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1095"/> <source>Select to also check for insecure exception handling for typed exceptions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1060"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1098"/> <source>Check Typed Exceptions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1067"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1105"/> <source>Enter directory names (one per line) to be checked for</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1250"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1288"/> <source><b>Note:</b> Mark reviewed security issues with a "<b># secok</b>" comment.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1146"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1184"/> <source>Progress</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1154"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1192"/> <source>Shows the list of files still to be checked</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1219"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1257"/> <source>Cancel</source> <translation type="unfinished">Zrušit</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1242"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="1280"/> <source>Results</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="657"/> + <source>Whitelist:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="672"/> + <source>Press to add a commented code whitelist pattern</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1995"/> + <source>Commented Code Whitelist Pattern</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1995"/> + <source>Enter a Commented Code Whitelist Pattern</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CodeStyleCheckerPlugin</name> @@ -4788,17 +4818,17 @@ <translation></translation> </message> <message> - <location filename="../UI/CompareDialog.py" line="106"/> + <location filename="../UI/CompareDialog.py" line="107"/> <source>Compare</source> <translation>Porovnat</translation> </message> <message> - <location filename="../UI/CompareDialog.py" line="108"/> + <location filename="../UI/CompareDialog.py" line="109"/> <source>Press to perform the comparison of the two files</source> <translation>Stisknout pro provedení porovnání dvou souborů</translation> </message> <message> - <location filename="../UI/CompareDialog.py" line="256"/> + <location filename="../UI/CompareDialog.py" line="257"/> <source>Compare Files</source> <translation>Porovnat soubory</translation> </message> @@ -4813,27 +4843,27 @@ <translation>&Synchronizovat vodorovné posuvníky</translation> </message> <message> - <location filename="../UI/CompareDialog.py" line="361"/> + <location filename="../UI/CompareDialog.py" line="362"/> <source>Total: {0}</source> <translation>Celkem: {0}</translation> </message> <message> - <location filename="../UI/CompareDialog.py" line="363"/> - <source>Changed: {0}</source> - <translation>Změněno: {0}</translation> - </message> - <message> <location filename="../UI/CompareDialog.py" line="364"/> - <source>Added: {0}</source> - <translation>Přidáno: {0}</translation> + <source>Changed: {0}</source> + <translation>Změněno: {0}</translation> </message> <message> <location filename="../UI/CompareDialog.py" line="365"/> + <source>Added: {0}</source> + <translation>Přidáno: {0}</translation> + </message> + <message> + <location filename="../UI/CompareDialog.py" line="366"/> <source>Deleted: {0}</source> <translation>Smazáno: {0}</translation> </message> <message> - <location filename="../UI/CompareDialog.py" line="256"/> + <location filename="../UI/CompareDialog.py" line="257"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor <b>{0}</b> nelze přečíst.</p></translation> </message> @@ -5923,7 +5953,7 @@ <message> <location filename="../Preferences/ConfigurationDialog.py" line="397"/> <source>eric6 Web Browser</source> - <translation type="unfinished">eric5 web prohlížeč {6 ?}</translation> + <translation type="obsolete">eric5 web prohlížeč {6 ?}</translation> </message> <message> <location filename="../Preferences/ConfigurationDialog.py" line="164"/> @@ -5990,6 +6020,11 @@ <source>MicroPython</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationDialog.py" line="397"/> + <source>eric Web Browser</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Connection</name> @@ -6640,57 +6675,57 @@ <translation>&Filtr pro:</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="557"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="578"/> <source>Code Generation</source> <translation>Generování kódu</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="212"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="225"/> <source>uic error</source> <translation>uic chyba</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="133"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="135"/> <source>Create Dialog Code</source> <translation>Vytvořit Dialog Code</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="133"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="135"/> <source>The file <b>{0}</b> exists but does not contain any classes.</source> <translation>Soubor <b>{0}</b> existuje ale neobsahuje žádné třídy.</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="203"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="216"/> <source><p>There was an error loading the form <b>{0}</b>.</p><p>{1}</p></source> <translation><p>Byla nalezena chyba načtená z <b>{0}</b>.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="427"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="448"/> <source><p>Could not open the code template file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Template soubor <b>{0}</b> nelze otevřít.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="464"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="485"/> <source><p>Could not open the source file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Nelze ovevřít source soubor "{0}".</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="557"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="578"/> <source><p>Could not write the source file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Nelze zapsat do source souboru "{0}".</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="212"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="225"/> <source><p>The project specific Python interpreter <b>{0}</b> could not be started or did not finish within 30 seconds.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="388"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="401"/> <source><p>Code generation for project language "{0}" is not supported.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="416"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="437"/> <source><p>No code template file available for project type "{0}".</p></source> <translation type="unfinished"></translation> </message> @@ -6721,24 +6756,24 @@ <context> <name>DebugServer</name> <message> - <location filename="../Debugger/DebugServer.py" line="185"/> + <location filename="../Debugger/DebugServer.py" line="198"/> <source>created</source> <comment>must be same as in EditWatchpointDialog</comment> <translation>vytvořeno</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="187"/> + <location filename="../Debugger/DebugServer.py" line="200"/> <source>changed</source> <comment>must be same as in EditWatchpointDialog</comment> <translation>změněno</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="776"/> + <location filename="../Debugger/DebugServer.py" line="859"/> <source>Connection from illegal host</source> <translation>Spojení z ilegálního hosta</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1591"/> + <location filename="../Debugger/DebugServer.py" line="1865"/> <source> Not connected </source> @@ -6747,39 +6782,39 @@ </translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="776"/> + <location filename="../Debugger/DebugServer.py" line="859"/> <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> <message> - <location filename="../Debugger/DebugServer.py" line="1804"/> + <location filename="../Debugger/DebugServer.py" line="2134"/> <source>Passive debug connection received </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1818"/> + <location filename="../Debugger/DebugServer.py" line="2148"/> <source>Passive debug connection closed </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="323"/> + <location filename="../Debugger/DebugServer.py" line="345"/> <source>Register Debugger Interface</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="323"/> + <location filename="../Debugger/DebugServer.py" line="345"/> <source><p>The debugger interface <b>{0}</b> has already been registered. Ignoring this request.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1397"/> + <location filename="../Debugger/DebugServer.py" line="1595"/> <source>Start Debugger</source> <translation type="unfinished">Spustit debuger</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1397"/> + <location filename="../Debugger/DebugServer.py" line="1595"/> <source><p>The debugger type <b>{0}</b> is not supported or not configured.</p></source> <translation type="unfinished"></translation> </message> @@ -6787,399 +6822,399 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1842"/> + <location filename="../Debugger/DebugUI.py" line="1961"/> <source>Run Script</source> <translation>Spustit skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="174"/> + <location filename="../Debugger/DebugUI.py" line="200"/> <source>&Run Script...</source> <translation>Spustit sk&ript...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="179"/> - <source>Run the current Script</source> - <translation>Spustit aktuální skript</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="180"/> - <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> - <translation><b>Spustit skript</b><p>Nastavení parametrů příkazové řádky a spuštění skriptu bez debugeru. Pokud jsou v souboru neuložené změny, měly by se nejdříve uložit.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1857"/> - <source>Run Project</source> - <translation>Spustit projekt</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="189"/> - <source>Run &Project...</source> - <translation>Spustit &projekt...</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="194"/> - <source>Run the current Project</source> - <translation>Spustit aktuální projekt</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="195"/> - <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> - <translation><b>Spustit projekt</b><p>Nastavení parametrů příkazové řádky a spuštění projektu bez debugeru. Pokud jsou v projektu neuložené změny, měly by se nejdříve uložit.</p></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="205"/> - <source>Coverage run of Script</source> - <translation>Spustit skript s kontrolou pokrytí</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="205"/> - <source>Coverage run of Script...</source> - <translation>Spustit skript s kontrolou pokrytí...</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="210"/> - <source>Perform a coverage run of the current Script</source> - <translation>Provede se spuštění běhu aktuálního skriptu s kontrolou pokrytí kódu</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="212"/> - <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> - <translation><b>Spustit skript s kontrolou pokrytí</b><p>Nastavení parametrů příkazové řádky a spuštění projektu pod kontrolou nástroje analýzy pokrytí kódu. Pokud jsou v souboru neuložené změny, měly by se nejdříve uložit.</p></translation> + <source>Run the current Script</source> + <translation>Spustit aktuální skript</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="206"/> + <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> + <translation><b>Spustit skript</b><p>Nastavení parametrů příkazové řádky a spuštění skriptu bez debugeru. Pokud jsou v souboru neuložené změny, měly by se nejdříve uložit.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1973"/> + <source>Run Project</source> + <translation>Spustit projekt</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="215"/> + <source>Run &Project...</source> + <translation>Spustit &projekt...</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="220"/> + <source>Run the current Project</source> + <translation>Spustit aktuální projekt</translation> </message> <message> <location filename="../Debugger/DebugUI.py" line="221"/> - <source>Coverage run of Project</source> - <translation>Spustit projekt s kontrolou pokrytí</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="221"/> - <source>Coverage run of Project...</source> - <translation>Spustit projekt s kontrolou pokrytí...</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="226"/> - <source>Perform a coverage run of the current Project</source> - <translation>Provede se spuštění běhu aktuálního projektu s kontrolou pokrytí kódu</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="228"/> - <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> - <translation><b>Spustit projekt s kontrolou pokrytí</b><p>Nastavení parametrů příkazové řádky a spuštění projektu pod kontrolou nástroje analýzy pokrytí kódu. Pokud jsou v projektu neuložené změny, měly by se nejdříve uložit.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="238"/> - <source>Profile Script</source> - <translation>Profilovat skript</translation> + <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> + <translation><b>Spustit projekt</b><p>Nastavení parametrů příkazové řádky a spuštění projektu bez debugeru. Pokud jsou v projektu neuložené změny, měly by se nejdříve uložit.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="231"/> + <source>Coverage run of Script</source> + <translation>Spustit skript s kontrolou pokrytí</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="231"/> + <source>Coverage run of Script...</source> + <translation>Spustit skript s kontrolou pokrytí...</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="236"/> + <source>Perform a coverage run of the current Script</source> + <translation>Provede se spuštění běhu aktuálního skriptu s kontrolou pokrytí kódu</translation> </message> <message> <location filename="../Debugger/DebugUI.py" line="238"/> + <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> + <translation><b>Spustit skript s kontrolou pokrytí</b><p>Nastavení parametrů příkazové řádky a spuštění projektu pod kontrolou nástroje analýzy pokrytí kódu. Pokud jsou v souboru neuložené změny, měly by se nejdříve uložit.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="247"/> + <source>Coverage run of Project</source> + <translation>Spustit projekt s kontrolou pokrytí</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="247"/> + <source>Coverage run of Project...</source> + <translation>Spustit projekt s kontrolou pokrytí...</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="252"/> + <source>Perform a coverage run of the current Project</source> + <translation>Provede se spuštění běhu aktuálního projektu s kontrolou pokrytí kódu</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="254"/> + <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> + <translation><b>Spustit projekt s kontrolou pokrytí</b><p>Nastavení parametrů příkazové řádky a spuštění projektu pod kontrolou nástroje analýzy pokrytí kódu. Pokud jsou v projektu neuložené změny, měly by se nejdříve uložit.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="264"/> + <source>Profile Script</source> + <translation>Profilovat skript</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="264"/> <source>Profile Script...</source> <translation>Profilovat skript...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="242"/> + <location filename="../Debugger/DebugUI.py" line="268"/> <source>Profile the current Script</source> <translation>Profilovat aktuální skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="243"/> + <location filename="../Debugger/DebugUI.py" line="269"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Profilovat skript</b><p>Nastavení parametrů příkazové řádky a spuštění projektu s profilováním kódu. Pokud jsou ve skriptu neuložené změny, měly by se nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="251"/> + <location filename="../Debugger/DebugUI.py" line="277"/> <source>Profile Project</source> <translation>Profilovat projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="251"/> + <location filename="../Debugger/DebugUI.py" line="277"/> <source>Profile Project...</source> <translation>Profilovat projekt...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="256"/> + <location filename="../Debugger/DebugUI.py" line="282"/> <source>Profile the current Project</source> <translation>Profilovat aktuální projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="258"/> + <location filename="../Debugger/DebugUI.py" line="284"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Profilovat projekt</b><p>Nastavení parametrů příkazové řádky a spuštění projektu s profilováním kódu. Pokud jsou v projektu neuložené změny, měly by se nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1981"/> + <location filename="../Debugger/DebugUI.py" line="2094"/> <source>Debug Script</source> <translation>Debugovat skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="267"/> + <location filename="../Debugger/DebugUI.py" line="293"/> <source>&Debug Script...</source> <translation>&Debugovat skript...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="272"/> + <location filename="../Debugger/DebugUI.py" line="298"/> <source>Debug the current Script</source> <translation>Debugovat aktuální skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="273"/> + <location filename="../Debugger/DebugUI.py" line="299"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Debugovat skript</b><p>Nastavení parametrů příkazové řádky a aktuální řádky jako první python příkaz v aktuálním editačním okně. Pokud jsou ve skriptu neuložené změny, měly by se nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1997"/> + <location filename="../Debugger/DebugUI.py" line="2111"/> <source>Debug Project</source> <translation>Debugovat projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="283"/> + <location filename="../Debugger/DebugUI.py" line="309"/> <source>Debug &Project...</source> <translation>Debugovat pro&jekt...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="288"/> + <location filename="../Debugger/DebugUI.py" line="314"/> <source>Debug the current Project</source> <translation>Debugovat aktuální projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="290"/> + <location filename="../Debugger/DebugUI.py" line="316"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Debugovat projekt</b><p>Nastavení parametrů příkazové řádky a nastavení aktuální řádky jako první python příkaz hlavního skriptu v aktuálním projektu. Pokud jsou v projektu neuložené změny, měly by se měly nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="304"/> + <location filename="../Debugger/DebugUI.py" line="330"/> <source>Restart the last debugged script</source> <translation>Restartovat posledně debugovaný skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="331"/> + <location filename="../Debugger/DebugUI.py" line="357"/> <source>Continue</source> <translation>Pokračovat</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="331"/> + <location filename="../Debugger/DebugUI.py" line="357"/> <source>&Continue</source> <translation>&Pokračovat</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="336"/> + <location filename="../Debugger/DebugUI.py" line="362"/> <source>Continue running the program from the current line</source> <translation>Pokračovat v běhu programu od aktuální řádky</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="338"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation><b>Pokračovat</b><p>Pokračovat v běhu programu od aktuální řádky. Program se zastaví na nejbližším breakpointu nebo běží až do konce.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="347"/> + <location filename="../Debugger/DebugUI.py" line="373"/> <source>Continue to Cursor</source> <translation>Pokračovat až na kurzor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="347"/> + <location filename="../Debugger/DebugUI.py" line="373"/> <source>Continue &To Cursor</source> <translation>Pokračova&t až na kurzor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="352"/> + <location filename="../Debugger/DebugUI.py" line="378"/> <source>Continue running the program from the current line to the current cursor position</source> <translation>Pokračovat v běhu programu od aktuální řádky až na pozici kurzoru</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="355"/> + <location filename="../Debugger/DebugUI.py" line="381"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation><b>Pokračovat až na kurzor</b><p>Běh programu pokračuje až na řádek, na kterém se nachází kurzor.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="383"/> + <location filename="../Debugger/DebugUI.py" line="426"/> <source>Single Step</source> <translation>Krok dovnitř</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="383"/> - <source>Sin&gle Step</source> - <translation>&Krok dovnitř</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="388"/> - <source>Execute a single Python statement</source> - <translation>Vykonat jen jeden python příkaz</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="389"/> - <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> - <translation><b>Krok dovnitř</b><p>Vykoná se jen jeden python příkaz. Pokud je příkaz <tt>import</tt>, konstruktor třídy, metoda nebo funkce, tak debuger vstoupí dovnitř funkce a zastaví se na prvním příkazu v těle funkce.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="399"/> - <source>Step Over</source> - <translation>Krok přes</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="399"/> - <source>Step &Over</source> - <translation>Kr&ok přes</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="404"/> - <source>Execute a single Python statement staying in the current frame</source> - <translation>Vykonat jeden python příkaz ale nevstupovat do něj</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="407"/> - <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> - <translation><b>Krok přes</b><p>Vykoná se jeden python příkaz. Pokud je příkaz <tt>import</tt>, konstruktor třídy, metoda nebo funkce, tak debuger nevstupuje dovnitř funkce, ale vykoná ji celou a zastaví se až na následujícím příkazu.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="418"/> - <source>Step Out</source> - <translation>Krok ven</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="418"/> - <source>Step Ou&t</source> - <translation>Krok &ven</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="423"/> - <source>Execute Python statements until leaving the current frame</source> - <translation>Vykonávat python příkazy tak dlouho, dokud nedojde k opuštění těla kódu</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="426"/> - <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> - <translation><b>Krok ven</b><p>Provádí se python příkazy tak dlouho, dokud nedojde k opuštění těla aktuálního bloku kódu. Pokud je příkaz <tt>import</tt>, konstruktor třídy, metoda nebo funkce, tak debuger provádí příkazy tak dlouho, dokud z daného bloku nevystoupí. Zastaví se až na příkazu následujícím za daným blokem.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="437"/> - <source>Stop</source> - <translation></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="437"/> - <source>&Stop</source> - <translation>&Stop</translation> + <source>Sin&gle Step</source> + <translation>&Krok dovnitř</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="431"/> + <source>Execute a single Python statement</source> + <translation>Vykonat jen jeden python příkaz</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="432"/> + <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> + <translation><b>Krok dovnitř</b><p>Vykoná se jen jeden python příkaz. Pokud je příkaz <tt>import</tt>, konstruktor třídy, metoda nebo funkce, tak debuger vstoupí dovnitř funkce a zastaví se na prvním příkazu v těle funkce.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="442"/> + <source>Step Over</source> + <translation>Krok přes</translation> </message> <message> <location filename="../Debugger/DebugUI.py" line="442"/> - <source>Stop debugging</source> - <translation>Stop debugování</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="443"/> - <source><b>Stop</b><p>Stop the running debugging session.</p></source> - <translation><b>Stop</b><p>Stop běhu aktuální debug relace.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="450"/> - <source>Variables Type Filter</source> - <translation>Filtr typů proměnných</translation> + <source>Step &Over</source> + <translation>Kr&ok přes</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="447"/> + <source>Execute a single Python statement staying in the current frame</source> + <translation>Vykonat jeden python příkaz ale nevstupovat do něj</translation> </message> <message> <location filename="../Debugger/DebugUI.py" line="450"/> - <source>Varia&bles Type Filter...</source> - <translation>&Filtr typů proměnných...</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="454"/> - <source>Configure variables type filter</source> - <translation>Nastavit filtr typů proměnných</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="456"/> - <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> - <translation><b>Filtr typů proměnných</b><p>Nastavení filtru typů proměnných. Během debugování jsou v okně globálních nebo lokálních proměnných zobrazovány jen ty typy proměnných, které nebyly vybrány.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="466"/> - <source>Exceptions Filter</source> - <translation>Filtr výjimek</translation> + <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> + <translation><b>Krok přes</b><p>Vykoná se jeden python příkaz. Pokud je příkaz <tt>import</tt>, konstruktor třídy, metoda nebo funkce, tak debuger nevstupuje dovnitř funkce, ale vykoná ji celou a zastaví se až na následujícím příkazu.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="461"/> + <source>Step Out</source> + <translation>Krok ven</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="461"/> + <source>Step Ou&t</source> + <translation>Krok &ven</translation> </message> <message> <location filename="../Debugger/DebugUI.py" line="466"/> - <source>&Exceptions Filter...</source> - <translation>Filtr výjim&ek...</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="470"/> - <source>Configure exceptions filter</source> - <translation>Konfigurace filtru výjimek</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="472"/> - <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> - <translation><b>Filtr výjimek</b><p>Nastavení filtru výjimek. Během debugování jsou zvýrazněny jen ty výjimky, které jsou uvedeny v seznamu.</p><p>Všimněte si, že neošetřené výjimky jsou zvýrazněny nezávisle na seznamu filtru.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="508"/> - <source>Toggle Breakpoint</source> - <translation>Přepnout breakpoint</translation> + <source>Execute Python statements until leaving the current frame</source> + <translation>Vykonávat python příkazy tak dlouho, dokud nedojde k opuštění těla kódu</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="469"/> + <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> + <translation><b>Krok ven</b><p>Provádí se python příkazy tak dlouho, dokud nedojde k opuštění těla aktuálního bloku kódu. Pokud je příkaz <tt>import</tt>, konstruktor třídy, metoda nebo funkce, tak debuger provádí příkazy tak dlouho, dokud z daného bloku nevystoupí. Zastaví se až na příkazu následujícím za daným blokem.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="480"/> + <source>Stop</source> + <translation></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="480"/> + <source>&Stop</source> + <translation>&Stop</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="485"/> + <source>Stop debugging</source> + <translation>Stop debugování</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="486"/> + <source><b>Stop</b><p>Stop the running debugging session.</p></source> + <translation><b>Stop</b><p>Stop běhu aktuální debug relace.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="493"/> + <source>Variables Type Filter</source> + <translation>Filtr typů proměnných</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="493"/> + <source>Varia&bles Type Filter...</source> + <translation>&Filtr typů proměnných...</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="497"/> + <source>Configure variables type filter</source> + <translation>Nastavit filtr typů proměnných</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="499"/> + <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> + <translation><b>Filtr typů proměnných</b><p>Nastavení filtru typů proměnných. Během debugování jsou v okně globálních nebo lokálních proměnných zobrazovány jen ty typy proměnných, které nebyly vybrány.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="509"/> + <source>Exceptions Filter</source> + <translation>Filtr výjimek</translation> </message> <message> <location filename="../Debugger/DebugUI.py" line="509"/> + <source>&Exceptions Filter...</source> + <translation>Filtr výjim&ek...</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="513"/> + <source>Configure exceptions filter</source> + <translation>Konfigurace filtru výjimek</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="515"/> + <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> + <translation><b>Filtr výjimek</b><p>Nastavení filtru výjimek. Během debugování jsou zvýrazněny jen ty výjimky, které jsou uvedeny v seznamu.</p><p>Všimněte si, že neošetřené výjimky jsou zvýrazněny nezávisle na seznamu filtru.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="551"/> + <source>Toggle Breakpoint</source> + <translation>Přepnout breakpoint</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="552"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation><b>Přepnout breakpoint</b><p>Zapíná/vypíná breakpoint na aktuální řádce v aktuálním editoru.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="523"/> + <location filename="../Debugger/DebugUI.py" line="566"/> <source>Edit Breakpoint</source> <translation>Editovat breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="517"/> + <location filename="../Debugger/DebugUI.py" line="560"/> <source>Edit Breakpoint...</source> <translation>Editovat breakpoint...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="524"/> - <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> - <translation><b>Editovat breakpoint</b><p>Otevře dialog s editací vlastností breakpointů. Zpracovává aktuální řádku v aktuálním editoru.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="539"/> - <source>Next Breakpoint</source> - <translation>Následující breakpoint</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="532"/> - <source>Ctrl+Shift+PgDown</source> - <comment>Debug|Next Breakpoint</comment> - <translation></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="540"/> - <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> - <translation><b>Následující breakpoint</b><p>Jít na následující breakpoint v aktuálním editoru.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="554"/> - <source>Previous Breakpoint</source> - <translation>Předchozí breakpoint</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="547"/> - <source>Ctrl+Shift+PgUp</source> - <comment>Debug|Previous Breakpoint</comment> - <translation></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="555"/> - <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> - <translation><b>Předchozí breakpoint</b><p>Jít na předchozí brakpoint v aktuálním editoru.</p></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="567"/> + <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> + <translation><b>Editovat breakpoint</b><p>Otevře dialog s editací vlastností breakpointů. Zpracovává aktuální řádku v aktuálním editoru.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="582"/> + <source>Next Breakpoint</source> + <translation>Následující breakpoint</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="575"/> + <source>Ctrl+Shift+PgDown</source> + <comment>Debug|Next Breakpoint</comment> + <translation></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="583"/> + <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> + <translation><b>Následující breakpoint</b><p>Jít na následující breakpoint v aktuálním editoru.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="597"/> + <source>Previous Breakpoint</source> + <translation>Předchozí breakpoint</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="590"/> + <source>Ctrl+Shift+PgUp</source> + <comment>Debug|Previous Breakpoint</comment> + <translation></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="598"/> + <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> + <translation><b>Předchozí breakpoint</b><p>Jít na předchozí brakpoint v aktuálním editoru.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="610"/> <source>Clear Breakpoints</source> <translation>Zrušit breakpointy</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="568"/> + <location filename="../Debugger/DebugUI.py" line="611"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation><b>Zrušit breakpointy</b><p>Zrušení breakpointů ve všech editorech.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="594"/> + <location filename="../Debugger/DebugUI.py" line="637"/> <source>&Debug</source> <translation>&Debugování</translation> </message> @@ -7189,306 +7224,365 @@ <translation type="obsolete">&Start</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="598"/> + <location filename="../Debugger/DebugUI.py" line="641"/> <source>&Breakpoints</source> <translation>&Breakpointy</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="641"/> + <location filename="../Debugger/DebugUI.py" line="684"/> <source>Start</source> <translation>Start</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="655"/> + <location filename="../Debugger/DebugUI.py" line="698"/> <source>Debug</source> <translation>Debug</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1099"/> + <location filename="../Debugger/DebugUI.py" line="1169"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation>Program, který je právě debugován, obsahuje nespecifikovanou syntaktickou chybu.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1136"/> + <location filename="../Debugger/DebugUI.py" line="1212"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation>Objevila se neošetřená výjimka. Detaily naleznete v shell okně.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1266"/> + <location filename="../Debugger/DebugUI.py" line="1345"/> <source>The program being debugged has terminated unexpectedly.</source> <translation>Debugovaný program byl neočekávaně ukončen.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1343"/> + <location filename="../Debugger/DebugUI.py" line="1452"/> <source>Breakpoint Condition Error</source> <translation>Chyba v podmíněném breakpointu</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1585"/> + <location filename="../Debugger/DebugUI.py" line="1700"/> <source>Coverage of Project</source> <translation>Pokrytí projektu</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1572"/> + <location filename="../Debugger/DebugUI.py" line="1687"/> <source>Coverage of Script</source> <translation>Pokrytí skriptu</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1857"/> + <location filename="../Debugger/DebugUI.py" line="1973"/> <source>There is no main script defined for the current project. Aborting</source> <translation>V aktuálním projektu není definován hlavní skript. Zrušeno</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1720"/> + <location filename="../Debugger/DebugUI.py" line="1837"/> <source>Profile of Project</source> <translation>Profilovat projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1707"/> + <location filename="../Debugger/DebugUI.py" line="1824"/> <source>Profile of Script</source> <translation>Profilovat skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1997"/> + <location filename="../Debugger/DebugUI.py" line="2111"/> <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> - <location filename="../Debugger/DebugUI.py" line="321"/> + <location filename="../Debugger/DebugUI.py" line="347"/> <source>Stop the running script.</source> <translation>Zastavit běžící skript.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1379"/> + <location filename="../Debugger/DebugUI.py" line="1491"/> <source>Watch Expression Error</source> <translation>Chyba sledovacího bodu</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1419"/> + <location filename="../Debugger/DebugUI.py" line="1531"/> <source>Watch expression already exists</source> <translation>Sledovací bod již existuje</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="483"/> + <location filename="../Debugger/DebugUI.py" line="526"/> <source>Ignored Exceptions</source> <translation>Ignorované výjimky</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="483"/> + <location filename="../Debugger/DebugUI.py" line="526"/> <source>&Ignored Exceptions...</source> <translation>&Ignorované výjimky...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="487"/> + <location filename="../Debugger/DebugUI.py" line="530"/> <source>Configure ignored exceptions</source> <translation>Konfigurovat ignorované výjimky</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="489"/> + <location filename="../Debugger/DebugUI.py" line="532"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation><b>Ignorované výjimky</b><p>Seznam ignorovaných výjimek. Během debugování jsou zvýrazněny jen ty typy výjimek, které nejsou uvedeny v tomto seznamu.</p><p>Všimněte si prosím, že výjimky typu unhalted nelze ignorovat.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="502"/> + <location filename="../Debugger/DebugUI.py" line="545"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="517"/> + <location filename="../Debugger/DebugUI.py" line="560"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1118"/> + <location filename="../Debugger/DebugUI.py" line="1188"/> <source><p>The file <b>{0}</b> contains the syntax error <b>{1}</b> at line <b>{2}</b>, character <b>{3}</b>.</p></source> <translation><p>Soubor <b>{0}</b> na řádce <b>{1}</b>, písmeno <b>{2}</b>, obsahuje syntaktickou chybu <b>{3}</b>.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1186"/> + <location filename="../Debugger/DebugUI.py" line="1262"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation><p>Debugovaný program vyvolal výjimku <b>{0}</b><br>"<b>{1}</b>"<br>Soubor: <b>{2}</b>, řádek: <b>{3}</b></p><p>Zastavit zde?</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1201"/> + <location filename="../Debugger/DebugUI.py" line="1277"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation><p>Debugovaný program vyvolal výjimku <b>{0}</b><br>"<b>{1}</b>"</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1343"/> + <location filename="../Debugger/DebugUI.py" line="1452"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation><p>Podmínka breakpointu <b>{0}, {1}</b> obsahuje syntaktickou chybu.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1379"/> + <location filename="../Debugger/DebugUI.py" line="1491"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation><p>Sledovací bod <b>{0}</b> obsahuje syntaktickou chybu.</p></translation> </message> <message> + <location filename="../Debugger/DebugUI.py" line="1521"/> + <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> + <translation><p>Sledovací bod '<b>{0}</b>' již existuje.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1526"/> + <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> + <translation><p>Sledovací bod '<b>{0}</b>' pro proměnnou <b>{1}</b> již existuje.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1141"/> + <source>Program terminated</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="326"/> + <source>Restart</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="332"/> + <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="348"/> + <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1331"/> + <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1122"/> + <source>Message: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="406"/> + <source>Move Instruction Pointer to Cursor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="406"/> + <source>&Jump To Cursor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="411"/> + <source>Skip the code from the current line to the current cursor position</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="414"/> + <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Debugger/DebugUI.py" line="1409"/> - <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> - <translation><p>Sledovací bod '<b>{0}</b>' již existuje.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1414"/> - <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> - <translation><p>Sledovací bod '<b>{0}</b>' pro proměnnou <b>{1}</b> již existuje.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1068"/> - <source>Program terminated</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="300"/> - <source>Restart</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="306"/> - <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="322"/> - <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1252"/> - <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1035"/> - <source><p>Message: {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1040"/> - <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1045"/> - <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1053"/> - <source>Message: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1059"/> - <source>The program has terminated with an exit status of {0}. -{1}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1063"/> - <source>"{0}" has terminated with an exit status of {1}. -{2}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1073"/> - <source>The program has terminated with an exit status of {0}. -{1} -</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1077"/> - <source>"{0}" has terminated with an exit status of {1}. -{2} -</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="363"/> - <source>Move Instruction Pointer to Cursor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="363"/> - <source>&Jump To Cursor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="368"/> - <source>Skip the code from the current line to the current cursor position</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="371"/> - <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1312"/> <source>No locals available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="596"/> + <location filename="../Debugger/DebugUI.py" line="639"/> <source>Sta&rt</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/DebugUI.py" line="177"/> + <source>Notification</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="389"/> + <source>Continue Until</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="389"/> + <source>Continue &Until</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="394"/> + <source>Continue running the program from the current line to the current cursor position or until leaving the current frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="397"/> + <source><b>Continue Until</b><p>Continue running the program from the current line to the cursor position greater than the current line or until leaving the current frame.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1127"/> + <source><p>The program has terminated with an exit status of {0}.</p><p>{1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1131"/> + <source><p><b>{0}</b> has terminated with an exit status of {1}.</p><p>{2}</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>DebugViewer</name> <message> - <location filename="../Debugger/DebugViewer.py" line="144"/> + <location filename="../Debugger/DebugViewer.py" line="195"/> <source>Enter regular expression patterns separated by ';' to define variable filters. </source> <translation>Zadání vzorků regulárních výrazů oddělených ';' pro definování proměnných filtrů.</translation> </message> <message> - <location filename="../Debugger/DebugViewer.py" line="148"/> + <location filename="../Debugger/DebugViewer.py" line="199"/> <source>Enter regular expression patterns separated by ';' to define variable filters. All variables and class attributes matched by one of the expressions are not shown in the list above.</source> <translation>Zadání vzorků regulárních výrazů oddělených ';' pro definování proměnných filtrů. Proměnné a atributy tříd nalezené jedním z uvedených výrazů, nejsou zobrazovány v seznamu nahoře.</translation> </message> <message> - <location filename="../Debugger/DebugViewer.py" line="154"/> + <location filename="../Debugger/DebugViewer.py" line="205"/> <source>Set</source> <translation>Množina</translation> </message> <message> - <location filename="../Debugger/DebugViewer.py" line="129"/> + <location filename="../Debugger/DebugViewer.py" line="180"/> <source>Source</source> <translation>Zdroj</translation> </message> <message> - <location filename="../Debugger/DebugViewer.py" line="239"/> + <location filename="../Debugger/DebugViewer.py" line="278"/> <source>Threads:</source> - <translation>Thready:</translation> - </message> - <message> - <location filename="../Debugger/DebugViewer.py" line="241"/> + <translation type="obsolete">Thready:</translation> + </message> + <message> + <location filename="../Debugger/DebugViewer.py" line="106"/> <source>ID</source> <translation></translation> </message> <message> - <location filename="../Debugger/DebugViewer.py" line="241"/> + <location filename="../Debugger/DebugViewer.py" line="280"/> <source>Name</source> - <translation>Jméno</translation> - </message> - <message> - <location filename="../Debugger/DebugViewer.py" line="241"/> + <translation type="obsolete">Jméno</translation> + </message> + <message> + <location filename="../Debugger/DebugViewer.py" line="106"/> <source>State</source> <translation>Stav</translation> </message> <message> - <location filename="../Debugger/DebugViewer.py" line="476"/> + <location filename="../Debugger/DebugViewer.py" line="66"/> <source>waiting at breakpoint</source> <translation>čekající na breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugViewer.py" line="478"/> + <location filename="../Debugger/DebugViewer.py" line="70"/> <source>running</source> <translation>běžící</translation> </message> + <message> + <location filename="../Debugger/DebugViewer.py" line="68"/> + <source>waiting at exception</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugViewer.py" line="942"/> + <source>unknown state ({0})</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugViewer.py" line="706"/> + <source><p>Debugger with ID <b>{0}</b> has been connected.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugViewer.py" line="213"/> + <source>Shows the list of local variables and their values.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugViewer.py" line="233"/> + <source>Shows the current call stack.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugViewer.py" line="246"/> + <source>Shows a trace of the program flow.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugViewer.py" line="258"/> + <source>Shows a list of defined breakpoints.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugViewer.py" line="270"/> + <source>Shows a list of defined watchpoints.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugViewer.py" line="280"/> + <source>Shows a list of raised exceptions.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugViewer.py" line="291"/> + <source>Shows a code disassembly in case of an exception.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugViewer.py" line="157"/> + <source>Shows the list of global variables and their values.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugViewer.py" line="103"/> + <source>Debuggers and Threads:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugViewer.py" line="72"/> + <source>syntax error</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>DebuggerGeneralPage</name> @@ -7746,12 +7840,12 @@ <translation>Všechna síťová připojení (IPv6)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="503"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="512"/> <source>Select to change the breakpoint toggle order from Off->On->Off to Off->On (permanent)->On (temporary)->Off</source> <translation>Vybrat pro změnu přepínání breakpointu od Off->On->Off na Off->On (trvale)->On (dočasně)->Off</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="506"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="515"/> <source>Three state breakpoint</source> <translation>Třístavový breakpoint</translation> </message> @@ -7768,30 +7862,30 @@ <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="484"/> <source>Select to suppress the client exit dialog for a clean exit</source> - <translation>Potlačit dialog ukončení klienta při čistém ukončení</translation> + <translation type="obsolete">Potlačit dialog ukončení klienta při čistém ukončení</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="487"/> <source>Don't show client exit dialog for a clean exit</source> - <translation>Nezobrazovat dialog ukončení klienta při čistém ukončení</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="497"/> + <translation type="obsolete">Nezobrazovat dialog ukončení klienta při čistém ukončení</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="506"/> <source>Breakpoints</source> <translation>Breakpointy</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="556"/> - <source>Exceptions</source> - <translation>Výjimky</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="562"/> - <source>Select to always break at exceptions</source> - <translation>Vybrat vždy zastavit na výjimkách</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="565"/> + <source>Exceptions</source> + <translation>Výjimky</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="571"/> + <source>Select to always break at exceptions</source> + <translation>Vybrat vždy zastavit na výjimkách</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="574"/> <source>Always break at exceptions</source> <translation>Vždy zastavit na výjimkách</translation> </message> @@ -7801,62 +7895,62 @@ <translation><p>Zadaná adresa <b>{0}</b> není validní IP v4 nebo IP v6. Zrušeno...</p></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="761"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="770"/> <source>Local Variables Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="767"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="776"/> <source>Automatically view source code when user changes the callstack frame in the callstack viewer.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="770"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="779"/> <source>Automatically view source code</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="572"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="581"/> <source>Select to show exception information in the shell window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="575"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="584"/> <source>Show exceptions in Shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="596"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="605"/> <source>Max. Variable Size:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="603"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="612"/> <source>Enter the maximum size of a variable to be shown (0 = no limit)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="609"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="618"/> <source>no limit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="615"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="624"/> <source> Bytes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="585"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="594"/> <source>Variables Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="515"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="524"/> <source>Number of recent files and conditions:</source> <translation type="unfinished">Počet nedávných souborů:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="522"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="531"/> <source>Enter the number of recent files and breakpoint conditions to remember</source> <translation type="unfinished"></translation> </message> @@ -7898,75 +7992,90 @@ <translation type="unfinished">Vyberte, má-li debuger běžet vzdáleně</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="682"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="691"/> <source>Changed elements:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="689"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="698"/> <source>First time opened elements:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="643"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="652"/> <source>Background Colors</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="672"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="681"/> <source>Select the background color for changed items.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="708"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="717"/> <source>Select the background color for elements which are loaded for the first time.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="487"/> + <source>Multi Process Debugging</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="493"/> + <source>Select to enable multiprocess debugging support globally</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="496"/> + <source>Enable Multi Process Debugging Support</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="496"/> <source>Start Debugger</source> <translation type="unfinished">Spustit debuger</translation> </message> <message> <location filename="../Debugger/DebuggerInterfacePython.py" line="1015"/> <source>Parent Process</source> - <translation type="unfinished">Rodičovský proces</translation> + <translation type="obsolete">Rodičovský proces</translation> </message> <message> <location filename="../Debugger/DebuggerInterfacePython.py" line="1016"/> <source>Child process</source> - <translation type="unfinished">Dětský proces</translation> + <translation type="obsolete">Dětský proces</translation> </message> <message> <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/> <source>Client forking</source> - <translation type="unfinished">Větvení klienta</translation> + <translation type="obsolete">Větvení klienta</translation> </message> <message> <location filename="../Debugger/DebuggerInterfacePython.py" line="1017"/> <source>Select the fork branch to follow.</source> - <translation type="unfinished">Pokračovat ve fork větvi.</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="456"/> + <translation type="obsolete">Pokračovat ve fork větvi.</translation> + </message> + <message> + <location filename="../Debugger/DebuggerInterfacePython.py" line="496"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>Debugovací backend nelze spustit.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1346"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1061"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1346"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="351"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="380"/> <source><p>No suitable Python3 environment configured.</p></source> <translation type="unfinished"></translation> </message> @@ -8119,7 +8228,7 @@ <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="236"/> <source>Select to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> - <translation type="unfinished">Vyberte pro přesměrování stdin, stdout, a stderr programu, který je debugován v eric5 IDE {6 ?}</translation> + <translation type="obsolete">Vyberte pro přesměrování stdin, stdout, a stderr programu, který je debugován v eric5 IDE {6 ?}</translation> </message> <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="39"/> @@ -8158,6 +8267,11 @@ <source>Environment Variables:</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Project/DebuggerPropertiesDialog.ui" line="236"/> + <source>Select to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>DebuggerPython2Page</name> @@ -8312,7 +8426,7 @@ <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="171"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> - <translation type="unfinished">Vyberte pro přesměrování stdin, stdout, a stderr programu, který je debugován v eric5 IDE {6 ?}</translation> + <translation type="obsolete">Vyberte pro přesměrování stdin, stdout, a stderr programu, který je debugován v eric5 IDE {6 ?}</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="43"/> @@ -8339,6 +8453,11 @@ <source>Refresh</source> <translation type="unfinished">Obnovit</translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="171"/> + <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>DeepLEngine</name> @@ -8676,7 +8795,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="83"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="86"/> <source>docstring summary does not end with a period</source> <translation type="unfinished"></translation> </message> @@ -8711,7 +8830,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="117"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="128"/> <source>docstring summary is not followed by a blank line</source> <translation type="unfinished"></translation> </message> @@ -8721,92 +8840,92 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="70"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="73"/> <source>private function/method is missing a docstring</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="73"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="76"/> <source>private class is missing a docstring</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="77"/> - <source>leading quotes of docstring not on separate line</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="80"/> + <source>leading quotes of docstring not on separate line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="83"/> <source>trailing quotes of docstring not on separate line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="87"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="90"/> <source>docstring does not contain a @return line but function/method returns something</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="91"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="94"/> <source>docstring contains a @return line but function/method doesn't return anything</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="95"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="106"/> <source>docstring does not contain enough @param/@keyparam lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="98"/> - <source>docstring contains too many @param/@keyparam lines</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="101"/> - <source>keyword only arguments must be documented with @keyparam lines</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="104"/> - <source>order of @param/@keyparam lines does not match the function/method signature</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="107"/> - <source>class docstring is preceded by a blank line</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="109"/> - <source>class docstring is followed by a blank line</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="111"/> - <source>function/method docstring is preceded by a blank line</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="114"/> - <source>function/method docstring is followed by a blank line</source> + <source>docstring contains too many @param/@keyparam lines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="112"/> + <source>keyword only arguments must be documented with @keyparam lines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="115"/> + <source>order of @param/@keyparam lines does not match the function/method signature</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="118"/> + <source>class docstring is preceded by a blank line</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="120"/> + <source>class docstring is followed by a blank line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="122"/> + <source>function/method docstring is preceded by a blank line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="125"/> + <source>function/method docstring is followed by a blank line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="131"/> <source>last paragraph of docstring is followed by a blank line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="123"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="134"/> <source>docstring does not contain a @exception line but function/method raises an exception</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="127"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="138"/> <source>docstring contains a @exception line but function/method doesn't raise an exception</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="150"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="161"/> <source>{0}: {1}</source> <translation type="unfinished"></translation> </message> @@ -8816,42 +8935,42 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="85"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="88"/> <source>docstring summary does not start with '{0}'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="131"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="142"/> <source>raised exception '{0}' is not documented in docstring</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="134"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="145"/> <source>documented exception '{0}' is not raised</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="137"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="148"/> <source>docstring does not contain a @signal line but class defines signals</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="140"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="151"/> <source>docstring contains a @signal line but class doesn't define signals</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="143"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="154"/> <source>defined signal '{0}' is not documented in docstring</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="146"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="157"/> <source>documented signal '{0}' is not defined</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="75"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="78"/> <source>class docstring is still a default string</source> <translation type="unfinished"></translation> </message> @@ -8865,6 +8984,44 @@ <source>module docstring is still a default string</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="98"/> + <source>docstring does not contain a @yield line but function/method yields something</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="102"/> + <source>docstring contains a @yield line but function/method doesn't yield anything</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="70"/> + <source>function docstring still contains some placeholders</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>DocstringGenerator</name> + <message> + <location filename="../QScintilla/DocstringGenerator/__init__.py" line="42"/> + <source>Eric</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/DocstringGenerator/__init__.py" line="44"/> + <source>NumPy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/DocstringGenerator/__init__.py" line="46"/> + <source>Google</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/DocstringGenerator/__init__.py" line="48"/> + <source>Sphinx</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>DotDesktopListSelectionDialog</name> @@ -9489,22 +9646,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Download/DownloadManager.py" line="589"/> + <location filename="../WebBrowser/Download/DownloadManager.py" line="588"/> <source>Download Manager</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Download/DownloadManager.py" line="501"/> + <location filename="../WebBrowser/Download/DownloadManager.py" line="500"/> <source>Downloads finished</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Download/DownloadManager.py" line="501"/> + <location filename="../WebBrowser/Download/DownloadManager.py" line="500"/> <source>All files have been downloaded.</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../WebBrowser/Download/DownloadManager.py" line="623"/> + <location filename="../WebBrowser/Download/DownloadManager.py" line="622"/> <source>{0}% of %n file(s) ({1}) {2}</source> <translation type="unfinished"> <numerusform></numerusform> @@ -9513,7 +9670,7 @@ </translation> </message> <message> - <location filename="../WebBrowser/Download/DownloadManager.py" line="630"/> + <location filename="../WebBrowser/Download/DownloadManager.py" line="629"/> <source>{0}% - Download Manager</source> <translation type="unfinished"></translation> </message> @@ -9602,6 +9759,19 @@ </message> </context> <context> + <name>E5ComboSelectionDialog</name> + <message> + <location filename="../E5Gui/E5ComboSelectionDialog.ui" line="14"/> + <source>Select from List</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Gui/E5ComboSelectionDialog.ui" line="23"/> + <source>Select from the list below:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>E5ErrorMessageFilterDialog</name> <message> <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="14"/> @@ -10124,24 +10294,6 @@ </message> </context> <context> - <name>E5NetworkIcon</name> - <message> - <location filename="../E5Network/E5NetworkIcon.py" line="60"/> - <source><p>Shows the network status<br/><br/><b>Network:</b> {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../E5Network/E5NetworkIcon.py" line="64"/> - <source>Connected</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../E5Network/E5NetworkIcon.py" line="66"/> - <source>Offline</source> - <translation type="unfinished"></translation> - </message> -</context> -<context> <name>E5NetworkMonitor</name> <message> <location filename="../E5Network/E5NetworkMonitor.ui" line="14"/> @@ -10772,12 +10924,12 @@ <translation type="unfinished">neznámý</translation> </message> <message> - <location filename="../E5Network/E5SslInfoWidget.py" line="170"/> + <location filename="../E5Network/E5SslInfoWidget.py" line="166"/> <source>It uses protocol: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslInfoWidget.py" line="177"/> + <location filename="../E5Network/E5SslInfoWidget.py" line="173"/> <source>It is encrypted using {0} at {1} bits, with {2} for message authentication and {3} as key exchange mechanism. </source> @@ -11211,930 +11363,940 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3097"/> + <location filename="../QScintilla/Editor.py" line="3124"/> <source>Open File</source> <translation>Otevřít soubor</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="770"/> + <location filename="../QScintilla/Editor.py" line="785"/> <source>Undo</source> <translation>Vrátit</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="773"/> + <location filename="../QScintilla/Editor.py" line="788"/> <source>Redo</source> <translation>Znovu použít</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="776"/> + <location filename="../QScintilla/Editor.py" line="791"/> <source>Revert to last saved state</source> <translation>Vrátit k poslednímu uloženému stavu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="780"/> + <location filename="../QScintilla/Editor.py" line="795"/> <source>Cut</source> <translation>Vyjmout</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="783"/> + <location filename="../QScintilla/Editor.py" line="798"/> <source>Copy</source> <translation>Kopírovat</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="786"/> + <location filename="../QScintilla/Editor.py" line="801"/> <source>Paste</source> <translation>Vložit</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="794"/> - <source>Indent</source> - <translation>Odsadit</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="797"/> - <source>Unindent</source> - <translation>Zrušit odsazení</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="800"/> - <source>Comment</source> - <translation>Vytvořit komentář</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="803"/> - <source>Uncomment</source> - <translation>Zrušit komentář</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="806"/> - <source>Stream Comment</source> - <translation>Proudový komentář</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="809"/> - <source>Box Comment</source> - <translation>Obdélníkový komentář</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="813"/> - <source>Select to brace</source> - <translation>Vybrat až po závorku</translation> + <source>Indent</source> + <translation>Odsadit</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="812"/> + <source>Unindent</source> + <translation>Zrušit odsazení</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="815"/> - <source>Select all</source> - <translation>Vybrat vše</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="816"/> - <source>Deselect all</source> - <translation>Zrušit celý výběr</translation> + <source>Comment</source> + <translation>Vytvořit komentář</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="818"/> + <source>Uncomment</source> + <translation>Zrušit komentář</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="821"/> + <source>Stream Comment</source> + <translation>Proudový komentář</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="824"/> + <source>Box Comment</source> + <translation>Obdélníkový komentář</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="832"/> + <source>Select to brace</source> + <translation>Vybrat až po závorku</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="834"/> + <source>Select all</source> + <translation>Vybrat vše</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="835"/> + <source>Deselect all</source> + <translation>Zrušit celý výběr</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="853"/> <source>Shorten empty lines</source> <translation>Zkrátit prázdné řádky</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="841"/> + <location filename="../QScintilla/Editor.py" line="860"/> <source>Use Monospaced Font</source> <translation>Použít neporoporcionální font</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="846"/> + <location filename="../QScintilla/Editor.py" line="865"/> <source>Autosave enabled</source> <translation>Zapnout autosave</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="889"/> + <location filename="../QScintilla/Editor.py" line="908"/> <source>Close</source> <translation>Zavřít</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="895"/> - <source>Save</source> - <translation>Uložit</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="898"/> - <source>Save As...</source> - <translation>Uložit jako...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="914"/> + <source>Save</source> + <translation>Uložit</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="917"/> + <source>Save As...</source> + <translation>Uložit jako...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="933"/> <source>Print</source> <translation>Tisk</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="943"/> + <location filename="../QScintilla/Editor.py" line="962"/> <source>Complete from Document</source> <translation type="unfinished">z dokumentu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="945"/> + <location filename="../QScintilla/Editor.py" line="964"/> <source>Complete from APIs</source> <translation type="unfinished">z API</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="947"/> + <location filename="../QScintilla/Editor.py" line="966"/> <source>Complete from Document and APIs</source> <translation type="unfinished">z dokumentu a API</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="961"/> + <location filename="../QScintilla/Editor.py" line="980"/> <source>Check</source> <translation>Zkontrolovat</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="981"/> + <location filename="../QScintilla/Editor.py" line="1000"/> <source>Show</source> <translation>Zobrazit</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="983"/> + <location filename="../QScintilla/Editor.py" line="1002"/> <source>Code metrics...</source> <translation>Metrika kódu...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="984"/> + <location filename="../QScintilla/Editor.py" line="1003"/> <source>Code coverage...</source> <translation>Pokrytí kódu...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="986"/> - <source>Show code coverage annotations</source> - <translation>Zobrazit poznámky pokrytí kódu</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="989"/> - <source>Hide code coverage annotations</source> - <translation>Skrýt poznámky pokrytí kódu</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="992"/> - <source>Profile data...</source> - <translation>Profilovat data...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1005"/> - <source>Diagrams</source> - <translation>Diagramy</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1007"/> - <source>Class Diagram...</source> - <translation>Diagram třídy...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1009"/> - <source>Package Diagram...</source> - <translation>Diagram balíčku...</translation> + <source>Show code coverage annotations</source> + <translation>Zobrazit poznámky pokrytí kódu</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1008"/> + <source>Hide code coverage annotations</source> + <translation>Skrýt poznámky pokrytí kódu</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1011"/> + <source>Profile data...</source> + <translation>Profilovat data...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1024"/> + <source>Diagrams</source> + <translation>Diagramy</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1026"/> + <source>Class Diagram...</source> + <translation>Diagram třídy...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1028"/> + <source>Package Diagram...</source> + <translation>Diagram balíčku...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1030"/> <source>Imports Diagram...</source> <translation>Diagram importů...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1013"/> + <location filename="../QScintilla/Editor.py" line="1032"/> <source>Application Diagram...</source> <translation>Diagram aplikace...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1031"/> + <location filename="../QScintilla/Editor.py" line="1050"/> <source>Languages</source> <translation>Jazyky</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1164"/> + <location filename="../QScintilla/Editor.py" line="1183"/> <source>No Language</source> <translation>Žádný jazyk</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1211"/> + <location filename="../QScintilla/Editor.py" line="1230"/> <source>Toggle bookmark</source> <translation>Přepnout záložku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1213"/> + <location filename="../QScintilla/Editor.py" line="1232"/> <source>Next bookmark</source> <translation>Následující záložka</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1215"/> + <location filename="../QScintilla/Editor.py" line="1234"/> <source>Previous bookmark</source> <translation>Předchozí záložka</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1217"/> - <source>Clear all bookmarks</source> - <translation>Zrušit všechny záložky</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1291"/> - <source>Goto syntax error</source> - <translation>Jít na chybu syntaxe</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1295"/> - <source>Show syntax error message</source> - <translation>Zobrazit hlášení syntaktické chyby</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1300"/> - <source>Clear syntax error</source> - <translation>Zrušit chybu syntaxe</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1226"/> - <source>Toggle breakpoint</source> - <translation>Přepnout breakpoint</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1228"/> - <source>Toggle temporary breakpoint</source> - <translation>Přepnout dočasný breakpoint</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1231"/> - <source>Edit breakpoint...</source> - <translation>Editovat breakpoint...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5600"/> - <source>Enable breakpoint</source> - <translation>Aktivovat breakpoint</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1236"/> + <source>Clear all bookmarks</source> + <translation>Zrušit všechny záložky</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1310"/> + <source>Goto syntax error</source> + <translation>Jít na chybu syntaxe</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1314"/> + <source>Show syntax error message</source> + <translation>Zobrazit hlášení syntaktické chyby</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1319"/> + <source>Clear syntax error</source> + <translation>Zrušit chybu syntaxe</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1245"/> + <source>Toggle breakpoint</source> + <translation>Přepnout breakpoint</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1247"/> + <source>Toggle temporary breakpoint</source> + <translation>Přepnout dočasný breakpoint</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1250"/> + <source>Edit breakpoint...</source> + <translation>Editovat breakpoint...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5634"/> + <source>Enable breakpoint</source> + <translation>Aktivovat breakpoint</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1255"/> <source>Next breakpoint</source> <translation>Následující breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1238"/> + <location filename="../QScintilla/Editor.py" line="1257"/> <source>Previous breakpoint</source> <translation>Předchozí breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1243"/> + <location filename="../QScintilla/Editor.py" line="1262"/> <source>Clear all breakpoints</source> <translation>Zrušit všechny breakpointy</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1341"/> <source>Next uncovered line</source> <translation>Následující odkrytá řádka</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1326"/> + <location filename="../QScintilla/Editor.py" line="1345"/> <source>Previous uncovered line</source> <translation>Předchozí odkrytá řádka</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1331"/> + <location filename="../QScintilla/Editor.py" line="1350"/> <source>Next task</source> <translation>Následující úloha</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1335"/> + <location filename="../QScintilla/Editor.py" line="1354"/> <source>Previous task</source> <translation>Předchozí úloha</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1952"/> + <location filename="../QScintilla/Editor.py" line="1979"/> <source>Modification of Read Only file</source> <translation>Modifikace souboru otevřeného jen pro čtení</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1952"/> + <location filename="../QScintilla/Editor.py" line="1979"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Pokoušíte se změnit soubor, který je otevřen jen pro čtení. Prosím, uložte jej nejdříve do jiného souboru.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2662"/> + <location filename="../QScintilla/Editor.py" line="2689"/> <source>Printing...</source> <translation>Tisk...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2679"/> + <location filename="../QScintilla/Editor.py" line="2706"/> <source>Printing completed</source> <translation>Tisk je hotov</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2681"/> + <location filename="../QScintilla/Editor.py" line="2708"/> <source>Error while printing</source> <translation>Chyba během tisku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2684"/> + <location filename="../QScintilla/Editor.py" line="2711"/> <source>Printing aborted</source> <translation>Tisk byl zrušen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3284"/> + <location filename="../QScintilla/Editor.py" line="3311"/> <source>Save File</source> <translation>Uložit soubor</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3039"/> + <location filename="../QScintilla/Editor.py" line="3066"/> <source>File Modified</source> <translation>Soubor je modifikován</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4762"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>Autocompletion</source> <translation>Autodoplňování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4762"/> + <location filename="../QScintilla/Editor.py" line="4789"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Autodoplňování není dostupné protože zdrojová část autodoplňování nebyla nalezena.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5603"/> + <location filename="../QScintilla/Editor.py" line="5637"/> <source>Disable breakpoint</source> <translation>Deaktivovat breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5978"/> + <location filename="../QScintilla/Editor.py" line="6012"/> <source>Code Coverage</source> <translation>Pokrytí kódu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5978"/> + <location filename="../QScintilla/Editor.py" line="6012"/> <source>Please select a coverage file</source> <translation>Prosím, vyberte soubor s pokrytím kódu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6041"/> + <location filename="../QScintilla/Editor.py" line="6075"/> <source>Show Code Coverage Annotations</source> <translation>Zobrazit poznámky pokrytí kódu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6034"/> + <location filename="../QScintilla/Editor.py" line="6068"/> <source>All lines have been covered.</source> <translation>Všechny řádky byly pokryty.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6041"/> + <location filename="../QScintilla/Editor.py" line="6075"/> <source>There is no coverage file available.</source> <translation>Soubor s pokrytím není dostupný.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6158"/> + <location filename="../QScintilla/Editor.py" line="6192"/> <source>Profile Data</source> <translation>Profilovat data</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6158"/> + <location filename="../QScintilla/Editor.py" line="6192"/> <source>Please select a profile file</source> <translation>Prosím, vyberte soubor s profilem</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6320"/> + <location filename="../QScintilla/Editor.py" line="6354"/> <source>Syntax Error</source> <translation>Chyba syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6320"/> + <location filename="../QScintilla/Editor.py" line="6354"/> <source>No syntax error message available.</source> <translation>Hlášení syntaktické chyby není dostupné.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6709"/> + <location filename="../QScintilla/Editor.py" line="6743"/> <source>Macro Name</source> <translation>Název makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6709"/> + <location filename="../QScintilla/Editor.py" line="6743"/> <source>Select a macro name:</source> <translation>Vyberte název makra:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6737"/> + <location filename="../QScintilla/Editor.py" line="6771"/> <source>Load macro file</source> <translation>Načíst soubor makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6779"/> + <location filename="../QScintilla/Editor.py" line="6813"/> <source>Macro files (*.macro)</source> <translation>Macro soubory (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6759"/> + <location filename="../QScintilla/Editor.py" line="6793"/> <source>Error loading macro</source> <translation>Chyba při načítání makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6779"/> + <location filename="../QScintilla/Editor.py" line="6813"/> <source>Save macro file</source> <translation>Uložit soubor s makrem</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6796"/> + <location filename="../QScintilla/Editor.py" line="6830"/> <source>Save macro</source> <translation>Uložit makro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6811"/> + <location filename="../QScintilla/Editor.py" line="6845"/> <source>Error saving macro</source> <translation>Chyba při ukládání makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6824"/> + <location filename="../QScintilla/Editor.py" line="6858"/> <source>Start Macro Recording</source> <translation>Spustit záznam makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6824"/> + <location filename="../QScintilla/Editor.py" line="6858"/> <source>Macro recording is already active. Start new?</source> <translation>Nahrávání makra již probíhá. Spustit nové?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6850"/> + <location filename="../QScintilla/Editor.py" line="6884"/> <source>Macro Recording</source> <translation>Záznam makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6850"/> + <location filename="../QScintilla/Editor.py" line="6884"/> <source>Enter name of the macro:</source> <translation>Vložte název makra:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6990"/> + <location filename="../QScintilla/Editor.py" line="7054"/> <source>File changed</source> <translation>Soubor změněn</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7301"/> + <location filename="../QScintilla/Editor.py" line="7386"/> <source>Drop Error</source> <translation>Zahodit chybu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7322"/> + <location filename="../QScintilla/Editor.py" line="7407"/> <source>Resources</source> <translation>Zdroje</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7324"/> + <location filename="../QScintilla/Editor.py" line="7409"/> <source>Add file...</source> <translation>Přidat soubor...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7326"/> + <location filename="../QScintilla/Editor.py" line="7411"/> <source>Add files...</source> <translation>Přidat soubory...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7328"/> + <location filename="../QScintilla/Editor.py" line="7413"/> <source>Add aliased file...</source> <translation>Přidat zástupce souboru...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7331"/> + <location filename="../QScintilla/Editor.py" line="7416"/> <source>Add localized resource...</source> <translation>Přidat lokalizované resource...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7335"/> + <location filename="../QScintilla/Editor.py" line="7420"/> <source>Add resource frame</source> <translation>Přidat resource frame</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7354"/> + <location filename="../QScintilla/Editor.py" line="7439"/> <source>Add file resource</source> <translation>Přidat soubor resource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7370"/> + <location filename="../QScintilla/Editor.py" line="7455"/> <source>Add file resources</source> <translation>Přidat soubory resource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7397"/> + <location filename="../QScintilla/Editor.py" line="7482"/> <source>Add aliased file resource</source> <translation>Přidat zástupce souboru resource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7463"/> + <location filename="../QScintilla/Editor.py" line="7548"/> <source>Package Diagram</source> <translation>Diagram balíčku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7463"/> + <location filename="../QScintilla/Editor.py" line="7548"/> <source>Include class attributes?</source> <translation>Včetně atributů třídy?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7499"/> + <location filename="../QScintilla/Editor.py" line="7584"/> <source>Application Diagram</source> <translation>Diagram aplikace</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7499"/> + <location filename="../QScintilla/Editor.py" line="7584"/> <source>Include module names?</source> <translation>Včetně jmen modulů?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1189"/> + <location filename="../QScintilla/Editor.py" line="1208"/> <source>Export as</source> <translation>Exportovat jako</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1385"/> + <location filename="../QScintilla/Editor.py" line="1404"/> <source>Export source</source> <translation>Export zdroj</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1385"/> + <location filename="../QScintilla/Editor.py" line="1404"/> <source>No export format given. Aborting...</source> <translation>Nebyl zadán forám exportu. Zrušeno....</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7485"/> + <location filename="../QScintilla/Editor.py" line="7570"/> <source>Imports Diagram</source> <translation>Importovat diagram</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7485"/> + <location filename="../QScintilla/Editor.py" line="7570"/> <source>Include imports from external modules?</source> <translation>Zahrnout importy z externích modulů?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="865"/> + <location filename="../QScintilla/Editor.py" line="884"/> <source>Calltip</source> <translation>Rychlé tipy</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="911"/> + <location filename="../QScintilla/Editor.py" line="930"/> <source>Print Preview</source> <translation>Náhled tisku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="455"/> + <location filename="../QScintilla/Editor.py" line="470"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>Okno editoru zdrojového kódu</b><p>V tomto okně se zobrazuje a edituje soubor se zdrojovým kódem. Můžete otevřít oken podle libosti. Jméno souboru se zobrazuje v titlebaru okna.</p><p>Kliknutím do prostoru mezi čísly řádku a značkami skládání nastavíte breakpoint. Přes kontextové menu je pak lze editovat.</p><p>Záložka se vkládá kliknutím na stejné místo se stisknutou klávesou Shift.</p><p>Tyto akce mohou být navráceny zpět i opětovným kliknutím nebo přes kontextové menu.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="850"/> + <location filename="../QScintilla/Editor.py" line="869"/> <source>Typing aids enabled</source> <translation>Pomůcky při psaní zapnuty</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="1140"/> + <source>End-of-Line Type</source> + <translation>Typ Konec-řádku</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1144"/> + <source>Unix</source> + <translation>Unix</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1151"/> + <source>Windows</source> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1158"/> + <source>Macintosh</source> + <translation>Macintosh</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1099"/> + <source>Encodings</source> + <translation>Kódování</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1079"/> + <source>Guessed</source> + <translation>Odhadem</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1419"/> + <source>Alternatives</source> + <translation>Alternativy</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1435"/> + <source>Pygments Lexer</source> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1435"/> + <source>Select the Pygments lexer to apply.</source> + <translation>Použít Pygments lexer.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7913"/> + <source>Check spelling...</source> + <translation>Zatrhnout kontrolu...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="843"/> + <source>Check spelling of selection...</source> + <translation>Zatrhnout výběr kontroly...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7916"/> + <source>Add to dictionary</source> + <translation>Přidat do slovníku</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7918"/> + <source>Ignore All</source> + <translation>Ignorovat vše</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="847"/> + <source>Remove from dictionary</source> + <translation>Odebrat ze slovníku</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="381"/> + <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> + <translation><p>Velikost souboru <b>{0}</b> je <b>{1} KB</b>. Opravdu jej chcete načíst?</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1396"/> + <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> + <translation><p>Pro formát exportu <b>{0}</b> není exportér dostupný. Zrušeno.</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1415"/> + <source>Alternatives ({0})</source> + <translation>Alternativy ({0})</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="3066"/> + <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="../QScintilla/Editor.py" line="3124"/> + <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> + <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="3248"/> + <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> + <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6784"/> + <source><p>The macro file <b>{0}</b> could not be read.</p></source> + <translation><p>Soubor s makrem <b>{0}</b> nelze načíst.</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6793"/> + <source><p>The macro file <b>{0}</b> is corrupt.</p></source> + <translation><p>Soubor s makrem <b>{0}</b> je poškozen.</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6845"/> + <source><p>The macro file <b>{0}</b> could not be written.</p></source> + <translation><p>So souboru s makrem <b>{0}</b> nelze zapisovat.</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7245"/> + <source>{0} (ro)</source> + <translation>{0} (ro)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7386"/> + <source><p><b>{0}</b> is not a file.</p></source> + <translation><p><b>{0}</b> není soubor.</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7482"/> + <source>Alias for file <b>{0}</b>:</source> + <translation>Zástupce pro soubor <b>{0}</b>:</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1324"/> + <source>Next warning</source> + <translation>Následující varování</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1328"/> + <source>Previous warning</source> + <translation>Předchozí varování</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1332"/> + <source>Show warning message</source> + <translation>Zobrazit varování</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1336"/> + <source>Clear warnings</source> + <translation>Vyčistit varování</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="3311"/> + <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> + <translation type="unfinished"><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6830"/> + <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6631"/> + <source>Warning: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6638"/> + <source>Error: {0}</source> + <translation type="unfinished">Chyby: {0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7050"/> + <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> + <source>Open 'rejection' file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1036"/> + <source>Load Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1359"/> + <source>Next change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1363"/> + <source>Previous change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="8334"/> + <source>Sort Lines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="8334"/> + <source>The selection contains illegal data for a numerical sort.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6566"/> + <source>Warning</source> + <translation type="unfinished">Varování</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6566"/> + <source>No warning messages available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6628"/> + <source>Style: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="900"/> + <source>New Document View</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="903"/> + <source>New Document View (with new split)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="990"/> + <source>Tools</source> + <translation type="unfinished">Nástroje</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="1121"/> - <source>End-of-Line Type</source> - <translation>Typ Konec-řádku</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1125"/> - <source>Unix</source> - <translation>Unix</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1132"/> - <source>Windows</source> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1139"/> - <source>Macintosh</source> - <translation>Macintosh</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1080"/> - <source>Encodings</source> - <translation>Kódování</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1060"/> - <source>Guessed</source> - <translation>Odhadem</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1400"/> - <source>Alternatives</source> - <translation>Alternativy</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1416"/> - <source>Pygments Lexer</source> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1416"/> - <source>Select the Pygments lexer to apply.</source> - <translation>Použít Pygments lexer.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7828"/> - <source>Check spelling...</source> - <translation>Zatrhnout kontrolu...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="824"/> - <source>Check spelling of selection...</source> - <translation>Zatrhnout výběr kontroly...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7831"/> - <source>Add to dictionary</source> - <translation>Přidat do slovníku</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7833"/> - <source>Ignore All</source> - <translation>Ignorovat vše</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="828"/> - <source>Remove from dictionary</source> - <translation>Odebrat ze slovníku</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="366"/> - <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> - <translation><p>Velikost souboru <b>{0}</b> je <b>{1} KB</b>. Opravdu jej chcete načíst?</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1377"/> - <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> - <translation><p>Pro formát exportu <b>{0}</b> není exportér dostupný. Zrušeno.</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1396"/> - <source>Alternatives ({0})</source> - <translation>Alternativy ({0})</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="3039"/> - <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="../QScintilla/Editor.py" line="3097"/> - <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> - <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="3221"/> - <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> - <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6750"/> - <source><p>The macro file <b>{0}</b> could not be read.</p></source> - <translation><p>Soubor s makrem <b>{0}</b> nelze načíst.</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6759"/> - <source><p>The macro file <b>{0}</b> is corrupt.</p></source> - <translation><p>Soubor s makrem <b>{0}</b> je poškozen.</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6811"/> - <source><p>The macro file <b>{0}</b> could not be written.</p></source> - <translation><p>So souboru s makrem <b>{0}</b> nelze zapisovat.</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7160"/> - <source>{0} (ro)</source> - <translation>{0} (ro)</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7301"/> - <source><p><b>{0}</b> is not a file.</p></source> - <translation><p><b>{0}</b> není soubor.</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7397"/> - <source>Alias for file <b>{0}</b>:</source> - <translation>Zástupce pro soubor <b>{0}</b>:</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1305"/> - <source>Next warning</source> - <translation>Následující varování</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1309"/> - <source>Previous warning</source> - <translation>Předchozí varování</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1313"/> - <source>Show warning message</source> - <translation>Zobrazit varování</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1317"/> - <source>Clear warnings</source> - <translation>Vyčistit varování</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="3284"/> - <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> - <translation type="unfinished"><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6796"/> - <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6597"/> - <source>Warning: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6604"/> - <source>Error: {0}</source> - <translation type="unfinished">Chyby: {0}</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6986"/> - <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="907"/> - <source>Open 'rejection' file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1017"/> - <source>Load Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1340"/> - <source>Next change</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1344"/> - <source>Previous change</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="8249"/> - <source>Sort Lines</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="8249"/> - <source>The selection contains illegal data for a numerical sort.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6532"/> - <source>Warning</source> - <translation type="unfinished">Varování</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6532"/> - <source>No warning messages available.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6594"/> - <source>Style: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="881"/> - <source>New Document View</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="884"/> - <source>New Document View (with new split)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="971"/> - <source>Tools</source> - <translation type="unfinished">Nástroje</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1102"/> <source>Re-Open With Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6980"/> + <location filename="../QScintilla/Editor.py" line="6992"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> - <translation type="unfinished"><p>Soubor <b>{0}</b> byl změněn po té co již byl načten do eric5. Znovu načíst?</p> {0}?} {6.?}</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="857"/> + <translation type="obsolete"><p>Soubor <b>{0}</b> byl změněn po té co již byl načten do eric5. Znovu načíst?</p> {0}?} {6.?}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="876"/> <source>Automatic Completion enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="937"/> + <location filename="../QScintilla/Editor.py" line="956"/> <source>Complete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4892"/> + <location filename="../QScintilla/Editor.py" line="4921"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4892"/> + <location filename="../QScintilla/Editor.py" line="4921"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5171"/> + <location filename="../QScintilla/Editor.py" line="5200"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5171"/> + <location filename="../QScintilla/Editor.py" line="5200"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8338"/> + <location filename="../QScintilla/Editor.py" line="8423"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8338"/> + <location filename="../QScintilla/Editor.py" line="8423"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="901"/> + <location filename="../QScintilla/Editor.py" line="920"/> <source>Save Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="940"/> + <location filename="../QScintilla/Editor.py" line="959"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="867"/> + <location filename="../QScintilla/Editor.py" line="886"/> <source>Code Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1348"/> + <location filename="../QScintilla/Editor.py" line="1367"/> <source>Clear changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="790"/> + <location filename="../QScintilla/Editor.py" line="805"/> <source>Execute Selection In Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8459"/> + <location filename="../QScintilla/Editor.py" line="8544"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8459"/> + <location filename="../QScintilla/Editor.py" line="8544"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1252"/> + <location filename="../QScintilla/Editor.py" line="1271"/> <source>Toggle all folds</source> <translation type="unfinished">Složit/rozložit všechna skládání</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1257"/> + <location filename="../QScintilla/Editor.py" line="1276"/> <source>Toggle all folds (including children)</source> <translation type="unfinished">Složit/rozložit všechna skládání (i s podsložkami)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1262"/> + <location filename="../QScintilla/Editor.py" line="1281"/> <source>Toggle current fold</source> <translation type="unfinished">Složit/rozložit aktuální složený blok</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1268"/> + <location filename="../QScintilla/Editor.py" line="1287"/> <source>Expand (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1273"/> + <location filename="../QScintilla/Editor.py" line="1292"/> <source>Collapse (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1279"/> + <location filename="../QScintilla/Editor.py" line="1298"/> <source>Clear all folds</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1160"/> + <location filename="../QScintilla/Editor.py" line="1179"/> <source>Spell Check Languages</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/Editor.py" line="7044"/> + <source><p>The file <b>{0}</b> has been changed while it was opened in eric. Reread it?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="8738"/> + <source>Generate Docstring</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorAPIsPage</name> @@ -13399,72 +13561,72 @@ <translation><b>Konfigurace hlavních nastavení editoru</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="125"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="169"/> <source>Displays the selected indentation width.</source> <translation>Zobrazuje vybranou šířku odsazení.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="103"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="147"/> <source>Move to set the indentation width.</source> <translation>Posunout pro nastavení šířky odsazení.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="93"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="137"/> <source>Indentation width:</source> <translation>Šířka odsazení:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="55"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="99"/> <source>Move to set the tab width.</source> <translation>Posunout pro nastavení šířky tabulátoru.</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="89"/> + <source>Tab width:</source> + <translation>Šířka tabulátoru:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="121"/> + <source>Displays the selected tab width.</source> + <translation>Zobrazuje vybranou šířku tabulátoru.</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="45"/> - <source>Tab width:</source> - <translation>Šířka tabulátoru:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="77"/> - <source>Displays the selected tab width.</source> - <translation>Zobrazuje vybranou šířku tabulátoru.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="236"/> <source>Select whether autoindentation shall be enabled</source> <translation type="unfinished">Vybrat, jestliže se mají zobrazovat vodítka odsazování.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="239"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="48"/> <source>Auto indentation</source> <translation type="unfinished">Zobrazit vodítka odsazování</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="266"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="75"/> <source>Select whether tabs shall be converted upon opening the file</source> <translation>Vybrat, mají-li se při otevírání souboru konvertovat tabulátory</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="269"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="78"/> <source>Convert tabs upon open</source> <translation>Konvertovat tabulátory po otevření</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="246"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="55"/> <source>Select whether tab characters are used for indentations.</source> <translation>Vybrat, jsou-li znaky tabulátoru použity pro odsazování.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="249"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="58"/> <source>Use tabs for indentations</source> <translation>Používat tabulátory pro odsazování</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="256"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="65"/> <source>Select whether pressing the tab key indents.</source> <translation>Vybrat, má-li stisknutí tabulátoru odsazovat.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="259"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="68"/> <source>Tab key indents</source> <translation>Tabulátor odsazuje</translation> </message> @@ -13474,135 +13636,160 @@ <translation>Taby && Odsazování</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="371"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="373"/> <source>Comments</source> <translation>Komentáře</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="377"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="379"/> <source>Select to insert the comment sign at column 0</source> <translation>Vybrat pro vložení značky komentáře do sloupce 0</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="383"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="385"/> <source>Insert comment at column 0</source> <translation>Vložit komentář do sloupce 0</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="380"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="382"/> <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> <translation><b>Vložit komentář do sloupce 0</b><p>Vybrat pro vložení značky komentáře do sloupce 0. Jinak je značka komentáře vložena na první neprázdnou pozici.</p></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="393"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="434"/> <source>Virtual Space</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="399"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="440"/> <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="409"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="450"/> <source>Select to enable a rectangular selection to extend into virtual space</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="412"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="453"/> <source>Selection may access virtual space</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="419"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="460"/> <source>Select to allow the cursor to be moved into virtual space</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="422"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="463"/> <source>Cursor can move into virtual space</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="158"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="206"/> <source>Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="211"/> <source>Tab Width</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="168"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="216"/> <source>Indent Width</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="196"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="244"/> <source>Press to add a language specific override</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="203"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="251"/> <source>Press to delete the selected language specific override</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="210"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="258"/> <source>Press to edit the selected language specific override</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="223"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="243"/> <source>Tab and Indent Override</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="223"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="243"/> <source>Shall the selected entries really be removed?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="283"/> <source>Select to enable the source code outline view</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="284"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="286"/> <source>Source Code Outline</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="295"/> <source>Default Width:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="320"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="302"/> <source>Enter the default width of the source code outline view</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="313"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="321"/> <source>Width Step Size:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="339"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="328"/> <source>Enter the amount of pixels the width of the outline should be increased or decreased</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="358"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="360"/> <source>Select to show the source code encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="361"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="363"/> <source>Show source file encoding</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="395"/> + <source>Docstring</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="401"/> + <source>Docstring Style:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="414"/> + <source>Select the docstring style to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="421"/> + <source>Select this to generate a docstring when the docstring start sequence was entered (e.g. """ for Python).</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="424"/> + <source>Generate Docstring when Docstring start is entered</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorHighlightersPage</name> @@ -16696,32 +16883,32 @@ <translation>Typ</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="76"/> + <location filename="../UI/EmailDialog.py" line="75"/> <source>Send</source> <translation>Odeslat</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="134"/> + <location filename="../UI/EmailDialog.py" line="133"/> <source>Close dialog</source> <translation>Zavřít dialog</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="134"/> + <location filename="../UI/EmailDialog.py" line="133"/> <source>Do you really want to close the dialog?</source> <translation>Opravdu chcete zavřít dialog?</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="322"/> + <location filename="../UI/EmailDialog.py" line="321"/> <source>Mail Server Password</source> <translation>Heslo mail serveru</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="322"/> + <location filename="../UI/EmailDialog.py" line="321"/> <source>Enter your mail server password</source> <translation>Zadejte heslo vašeho mail serveru</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="424"/> + <location filename="../UI/EmailDialog.py" line="423"/> <source>Attach file</source> <translation>Připojit soubor</translation> </message> @@ -16736,52 +16923,52 @@ <translation>Přílohy</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="65"/> + <location filename="../UI/EmailDialog.py" line="64"/> <source>Enter your &feature request below. Version information is added automatically.</source> <translation>Zadejte níže váš &požadavek na vlastnost. Informace o verzi bude přidána automaticky.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="71"/> + <location filename="../UI/EmailDialog.py" line="70"/> <source>Enter your &bug description below. Version information is added automatically.</source> <translation>Zadejte níže popis &problému. Informace o verzi bude přidána automaticky.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="64"/> + <location filename="../UI/EmailDialog.py" line="63"/> <source>Send feature request</source> <translation>Poslat požadavek na vlastnost</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="342"/> + <location filename="../UI/EmailDialog.py" line="341"/> <source><p>Authentication failed.<br>Reason: {0}</p></source> <translation><p>Autentizace selhala.<br>Důvod: {0}</p></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="411"/> + <location filename="../UI/EmailDialog.py" line="410"/> <source><p>Message could not be sent.<br>Reason: {0}</p></source> <translation><p>Zprávu nelze odeslat.<br>Důvod: {0}</p></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="81"/> + <location filename="../UI/EmailDialog.py" line="80"/> <source>Google Mail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="158"/> + <location filename="../UI/EmailDialog.py" line="157"/> <source>Gmail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="367"/> + <location filename="../UI/EmailDialog.py" line="366"/> <source>Send Message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="152"/> + <location filename="../UI/EmailDialog.py" line="151"/> <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="411"/> + <location filename="../UI/EmailDialog.py" line="410"/> <source>Send Message via Gmail</source> <translation type="unfinished"></translation> </message> @@ -17015,120 +17202,135 @@ <context> <name>EricSchemeReply</name> <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="164"/> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="159"/> <source>Content blocked by AdBlock Plus</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="165"/> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="160"/> <source>Blocked by rule: <i>{0} ({1})</i></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="190"/> - <source>Welcome to eric6 Web Browser!</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="192"/> - <source>About eric6</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="193"/> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="217"/> <source>eric6 Web Browser</source> - <translation type="unfinished">eric5 web prohlížeč {6 ?}</translation> - </message> - <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="194"/> + <translation type="obsolete">eric5 web prohlížeč {6 ?}</translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="218"/> <source>Search!</source> <translation type="unfinished">Hledat!</translation> </message> <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="233"/> - <source>Speed Dial</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="234"/> - <source>URL</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="235"/> - <source>Title</source> - <translation type="unfinished">Titulek</translation> - </message> - <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="236"/> - <source>Apply</source> - <translation type="unfinished">Použít</translation> - </message> - <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="237"/> - <source>Close</source> - <translation type="unfinished">Zavřít</translation> - </message> - <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="238"/> - <source>New Page</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="239"/> - <source>Edit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="240"/> - <source>Remove</source> - <translation type="unfinished">Odebrat</translation> - </message> - <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="241"/> - <source>Reload</source> - <translation type="unfinished">Obnovit</translation> - </message> - <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="242"/> - <source>Are you sure to remove this speed dial?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="245"/> - <source>Are you sure you want to reload all speed dials?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="248"/> - <source>Load title from page</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="250"/> - <source>Speed Dial Settings</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="252"/> - <source>Add New Page</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="253"/> - <source>Maximum pages in a row:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="255"/> - <source>Change size of pages:</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="257"/> + <source>Speed Dial</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="258"/> + <source>URL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="259"/> + <source>Title</source> + <translation type="unfinished">Titulek</translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="260"/> + <source>Apply</source> + <translation type="unfinished">Použít</translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="261"/> + <source>Close</source> + <translation type="unfinished">Zavřít</translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="262"/> + <source>New Page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="263"/> + <source>Edit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="264"/> + <source>Remove</source> + <translation type="unfinished">Odebrat</translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="265"/> + <source>Reload</source> + <translation type="unfinished">Obnovit</translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="266"/> + <source>Are you sure to remove this speed dial?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="269"/> + <source>Are you sure you want to reload all speed dials?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="272"/> + <source>Load title from page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="274"/> + <source>Speed Dial Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="276"/> + <source>Add New Page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="277"/> + <source>Maximum pages in a row:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="279"/> + <source>Change size of pages:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="281"/> <source>SpeedDial requires enabled JavaScript.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="185"/> + <source>Error accessing eric: URL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="187"/> + <source>The special URL <strong>{0}</strong> is not supported. Please use one of these.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="214"/> + <source>Welcome to eric Web Browser!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="216"/> + <source>About eric</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="217"/> + <source>eric Web Browser</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EricapiConfigDialog</name> @@ -17312,7 +17514,7 @@ <message> <location filename="../Plugins/PluginEricapi.py" line="61"/> <source>Eric6 API File Generator</source> - <translation type="unfinished">Generátor Eric5 API souboru {6 ?}</translation> + <translation type="obsolete">Generátor Eric5 API souboru {6 ?}</translation> </message> <message> <location filename="../Plugins/PluginEricapi.py" line="102"/> @@ -17334,6 +17536,11 @@ <source><b>Generate API file</b><p>Generate an API file using eric6_api.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/PluginEricapi.py" line="61"/> + <source>eric API File Generator</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EricdocConfigDialog</name> @@ -17767,7 +17974,7 @@ <message> <location filename="../Plugins/PluginEricdoc.py" line="61"/> <source>Eric6 Documentation Generator</source> - <translation type="unfinished">Generátor Eric5 dokumentace {6 ?}</translation> + <translation type="obsolete">Generátor Eric5 dokumentace {6 ?}</translation> </message> <message> <location filename="../Plugins/PluginEricdoc.py" line="123"/> @@ -17789,6 +17996,11 @@ <source><b>Generate documentation</b><p>Generate API documentation using eric6_doc.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/PluginEricdoc.py" line="61"/> + <source>eric Documentation Generator</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ErrorLogDialog</name> @@ -18097,13 +18309,28 @@ <message> <location filename="../Debugger/ExceptionLogger.py" line="99"/> <source>An unhandled exception occured. See the shell window for details.</source> - <translation>Objevila se neošetřená výjimka. Detaily naleznete v shell okně.</translation> + <translation type="obsolete">Objevila se neošetřená výjimka. Detaily naleznete v shell okně.</translation> </message> <message> <location filename="../Debugger/ExceptionLogger.py" line="66"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> + <message> + <location filename="../Debugger/ExceptionLogger.py" line="105"/> + <source>{0}: An unhandled exception occured. See the shell window for details.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/ExceptionLogger.py" line="112"/> + <source>{0}: {1}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/ExceptionLogger.py" line="115"/> + <source>{0}: {1}, {2}</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ExceptionsFilterDialog</name> @@ -18191,52 +18418,52 @@ <context> <name>ExporterHTML</name> <message> - <location filename="../QScintilla/Exporters/ExporterHTML.py" line="528"/> + <location filename="../QScintilla/Exporters/ExporterHTML.py" line="551"/> <source>Export source</source> <translation>Zdroj exportu</translation> </message> <message> - <location filename="../QScintilla/Exporters/ExporterHTML.py" line="390"/> + <location filename="../QScintilla/Exporters/ExporterHTML.py" line="413"/> <source>HTML Files (*.html)</source> <translation>HTML soubory (*.html)</translation> </message> <message> - <location filename="../QScintilla/Exporters/ExporterHTML.py" line="460"/> + <location filename="../QScintilla/Exporters/ExporterHTML.py" line="483"/> <source><p>The source could not be exported to <b>{0}</b>.</p><p>Reason: {1}</p></source> <translation><p>Zdroj nemohl být do <b>{0}</b> exportován.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Exporters/ExporterHTML.py" line="468"/> + <location filename="../QScintilla/Exporters/ExporterHTML.py" line="491"/> <source><p>The source could not be exported to <b>{0}</b>.</p><p>Reason: No HTML code generated.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Exporters/ExporterHTML.py" line="528"/> + <location filename="../QScintilla/Exporters/ExporterHTML.py" line="551"/> <source><p>Markdown export requires the <b>python-markdown</b> package.<br/>Install it with your package manager, 'pip install docutils' or see <a href="http://pythonhosted.org/Markdown/install.html"> installation instructions.</a></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Exporters/ExporterHTML.py" line="493"/> + <location filename="../QScintilla/Exporters/ExporterHTML.py" line="516"/> <source><p>ReStructuredText export requires the <b>python-docutils</b> package.<br/>Install it with your package manager, 'pip install docutils' or see <a href="http://pypi.python.org/pypi/docutils">this page.</a></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Exporters/ExporterHTML.py" line="407"/> + <location filename="../QScintilla/Exporters/ExporterHTML.py" line="430"/> <source>Light Background Color</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Exporters/ExporterHTML.py" line="408"/> + <location filename="../QScintilla/Exporters/ExporterHTML.py" line="431"/> <source>Dark Background Color</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Exporters/ExporterHTML.py" line="410"/> + <location filename="../QScintilla/Exporters/ExporterHTML.py" line="433"/> <source>Markdown Export</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Exporters/ExporterHTML.py" line="410"/> + <location filename="../QScintilla/Exporters/ExporterHTML.py" line="433"/> <source>Select color scheme:</source> <translation type="unfinished"></translation> </message> @@ -18267,12 +18494,12 @@ <translation>PDF Soubory (*.pdf)</translation> </message> <message> - <location filename="../QScintilla/Exporters/ExporterPDF.py" line="614"/> + <location filename="../QScintilla/Exporters/ExporterPDF.py" line="630"/> <source>Export source</source> <translation>Zdroj exportu</translation> </message> <message> - <location filename="../QScintilla/Exporters/ExporterPDF.py" line="614"/> + <location filename="../QScintilla/Exporters/ExporterPDF.py" line="630"/> <source><p>The source could not be exported to <b>{0}</b>.</p><p>Reason: {1}</p></source> <translation><p>Zdroj nemohl být do <b>{0}</b> exportován.</p><p>Důvod: {1}</p></translation> </message> @@ -18285,12 +18512,12 @@ <translation>RTF Soubory (*.rtf)</translation> </message> <message> - <location filename="../QScintilla/Exporters/ExporterRTF.py" line="369"/> + <location filename="../QScintilla/Exporters/ExporterRTF.py" line="215"/> <source>Export source</source> <translation>Zdroj exportu</translation> </message> <message> - <location filename="../QScintilla/Exporters/ExporterRTF.py" line="369"/> + <location filename="../QScintilla/Exporters/ExporterRTF.py" line="215"/> <source><p>The source could not be exported to <b>{0}</b>.</p><p>Reason: {1}</p></source> <translation><p>Zdroj nemohl být do <b>{0}</b> exportován.</p><p>Důvod: {1}</p></translation> </message> @@ -18298,17 +18525,17 @@ <context> <name>ExporterTEX</name> <message> - <location filename="../QScintilla/Exporters/ExporterTEX.py" line="111"/> + <location filename="../QScintilla/Exporters/ExporterTEX.py" line="117"/> <source>TeX Files (*.tex)</source> <translation>TeX soubory (*.tex)</translation> </message> <message> - <location filename="../QScintilla/Exporters/ExporterTEX.py" line="279"/> + <location filename="../QScintilla/Exporters/ExporterTEX.py" line="300"/> <source>Export source</source> <translation>Zdroj exportu</translation> </message> <message> - <location filename="../QScintilla/Exporters/ExporterTEX.py" line="279"/> + <location filename="../QScintilla/Exporters/ExporterTEX.py" line="300"/> <source><p>The source could not be exported to <b>{0}</b>.</p><p>Reason: {1}</p></source> <translation><p>Zdroj nemohl být do <b>{0}</b> exportován.</p><p>Důvod: {1}</p></translation> </message> @@ -18533,22 +18760,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Feeds/FeedsDialog.py" line="44"/> + <location filename="../WebBrowser/Feeds/FeedsDialog.py" line="45"/> <source>Add</source> <translation type="unfinished">Přidat</translation> </message> <message> - <location filename="../WebBrowser/Feeds/FeedsDialog.py" line="90"/> + <location filename="../WebBrowser/Feeds/FeedsDialog.py" line="86"/> <source>Add RSS Feed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Feeds/FeedsDialog.py" line="85"/> + <location filename="../WebBrowser/Feeds/FeedsDialog.py" line="81"/> <source>The feed was added successfully.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Feeds/FeedsDialog.py" line="90"/> + <location filename="../WebBrowser/Feeds/FeedsDialog.py" line="86"/> <source>The feed was already added before.</source> <translation type="unfinished"></translation> </message> @@ -18725,7 +18952,7 @@ <context> <name>FileDialogWizardDialog</name> <message> - <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="74"/> + <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="72"/> <source>QFileDialog Wizard</source> <translation>QFileDialog průvodce</translation> </message> @@ -18855,7 +19082,7 @@ <translation>Zobrazit jen adresáře</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="91"/> + <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="89"/> <source>Test</source> <translation></translation> </message> @@ -19005,7 +19232,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="69"/> + <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="67"/> <source>E5FileDialog Wizard</source> <translation type="unfinished"></translation> </message> @@ -19231,12 +19458,12 @@ <translation>Hledat &text:</translation> </message> <message> - <location filename="../UI/FindFileDialog.ui" line="340"/> + <location filename="../UI/FindFileDialog.ui" line="353"/> <source>Shows the progress of the search action</source> <translation>Zobrazit průběh vyhledávání</translation> </message> <message> - <location filename="../UI/FindFileDialog.ui" line="377"/> + <location filename="../UI/FindFileDialog.ui" line="390"/> <source>Text</source> <translation>Text</translation> </message> @@ -19286,22 +19513,22 @@ <translation>Zadejte text k nahrazení nebo regulární výraz</translation> </message> <message> - <location filename="../UI/FindFileDialog.ui" line="372"/> + <location filename="../UI/FindFileDialog.ui" line="385"/> <source>File/Line</source> <translation>Soubor/Řádek</translation> </message> <message> - <location filename="../UI/FindFileDialog.ui" line="385"/> + <location filename="../UI/FindFileDialog.ui" line="398"/> <source>Press to apply the selected replacements</source> <translation>Stisknout pro použití vybraných náhrad</translation> </message> <message> - <location filename="../UI/FindFileDialog.ui" line="388"/> + <location filename="../UI/FindFileDialog.ui" line="401"/> <source>Replace</source> <translation>Nahradit</translation> </message> <message> - <location filename="../UI/FindFileDialog.py" line="670"/> + <location filename="../UI/FindFileDialog.py" line="740"/> <source>Replace in Files</source> <translation>Nahradit v souborech</translation> </message> @@ -19326,53 +19553,53 @@ <translation>Pocit jako</translation> </message> <message> - <location filename="../UI/FindFileDialog.py" line="697"/> + <location filename="../UI/FindFileDialog.py" line="767"/> <source>Open</source> <translation>Otevřít</translation> </message> <message> - <location filename="../UI/FindFileDialog.py" line="698"/> + <location filename="../UI/FindFileDialog.py" line="768"/> <source>Copy Path to Clipboard</source> <translation>Kopírovat cestu do schránky</translation> </message> <message> - <location filename="../UI/FindFileDialog.py" line="396"/> + <location filename="../UI/FindFileDialog.py" line="450"/> <source>Invalid search expression</source> <translation>Neplatný výraz hledání</translation> </message> <message> - <location filename="../UI/FindFileDialog.py" line="396"/> + <location filename="../UI/FindFileDialog.py" line="450"/> <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="629"/> + <location filename="../UI/FindFileDialog.py" line="699"/> <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="670"/> + <location filename="../UI/FindFileDialog.py" line="740"/> <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="644"/> + <location filename="../UI/FindFileDialog.py" line="714"/> <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> <message> - <location filename="../UI/FindFileDialog.ui" line="349"/> + <location filename="../UI/FindFileDialog.ui" line="362"/> <source>%v/%m Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/FindFileDialog.py" line="516"/> + <location filename="../UI/FindFileDialog.py" line="573"/> <source>{0} / {1}</source> <comment>occurrences / files</comment> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../UI/FindFileDialog.py" line="517"/> + <location filename="../UI/FindFileDialog.py" line="574"/> <source>%n occurrence(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -19381,7 +19608,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../UI/FindFileDialog.py" line="517"/> + <location filename="../UI/FindFileDialog.py" line="574"/> <source>%n file(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -19399,6 +19626,16 @@ <source>Search in protocols</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../UI/FindFileDialog.ui" line="310"/> + <source>Select to exclude hidden files and directories when searching a directory tree.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/FindFileDialog.ui" line="313"/> + <source>Exclude hidden files and directories</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>FindFileNameDialog</name> @@ -26646,27 +26883,27 @@ <context> <name>Globals</name> <message> - <location filename="../Globals/__init__.py" line="446"/> + <location filename="../Globals/__init__.py" line="453"/> <source>{0:4.2f} Bytes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Globals/__init__.py" line="450"/> + <location filename="../Globals/__init__.py" line="457"/> <source>{0:4.2f} KiB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Globals/__init__.py" line="454"/> + <location filename="../Globals/__init__.py" line="461"/> <source>{0:4.2f} MiB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Globals/__init__.py" line="458"/> + <location filename="../Globals/__init__.py" line="465"/> <source>{0:4.2f} GiB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Globals/__init__.py" line="462"/> + <location filename="../Globals/__init__.py" line="469"/> <source>{0:4.2f} TiB</source> <translation type="unfinished"></translation> </message> @@ -26748,12 +26985,12 @@ <context> <name>Gpg</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py" line="79"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py" line="67"/> <source>Verify Signatures</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py" line="117"/> <source>Sign Revision</source> <translation type="unfinished"></translation> </message> @@ -26877,7 +27114,7 @@ <context> <name>GreaseMonkeyAddScriptDialog</name> <message> - <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="101"/> + <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="100"/> <source>GreaseMonkey Script Installation</source> <translation type="unfinished"></translation> </message> @@ -26912,22 +27149,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="52"/> + <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="51"/> <source><p>runs at:<br/><i>{0}</i></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="56"/> + <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="55"/> <source><p>does not run at:<br/><i>{0}</i></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="86"/> + <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="85"/> <source><p><b>{0}</b> installed successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="91"/> + <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="90"/> <source><p>Cannot install script.</p></source> <translation type="unfinished"></translation> </message> @@ -27368,7 +27605,7 @@ <context> <name>HelpDocsInstaller</name> <message> - <location filename="../WebBrowser/QtHelp/HelpDocsInstaller.py" line="240"/> + <location filename="../WebBrowser/QtHelp/HelpDocsInstaller.py" line="239"/> <source><p>The file <b>{0}</b> could not be registered. <br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -27426,12 +27663,12 @@ <translation type="obsolete"><b>Poznámka</b>: Ponechte prázdné má-li se použít proměnná prostředí PYSIDEDOCDIR, je-li nastavena.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="46"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="54"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation>HTML soubory (*.html *.htm);;Všechny soubory (*)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="35"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="34"/> <source>HTML Files (*.html *.htm);;Compressed Help Files (*.chm);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -27466,17 +27703,17 @@ <translation type="unfinished"><b>Poznámka</b>: Ponechte prázdné má-li se použít proměnná prostředí QT4DOCDIR, je-li nastavena. {5D?}</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> <source>PyQt5 Documentation</source> <translation type="unfinished">PyQt4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> <source>Enter the PyQt5 documentation directory</source> <translation type="unfinished">Zadejte adresář PyQt4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> <source><b>Note</b>: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source> <translation type="unfinished"><b>Poznámka</b>: Ponechte prázdné má-li se použít proměnná prostředí PYQT4DOCDIR, je-li nastavena. {5D?}</translation> </message> @@ -27496,20 +27733,65 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="247"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="262"/> <source>Enter the PySide2 documentation directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="269"/> <source><b>Note</b>: Leave empty to use the PYSIDE2DOCDIR environment variable, if set.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <source>Qt6 Documentation</source> + <translation type="unfinished">Qt4 dokumentace {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <source>Enter the Qt6 documentation directory</source> + <translation type="unfinished">Zadejte adresář Qt4 dokumentace {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <source><b>Note</b>: Leave empty to use the QT6DOCDIR environment variable, if set.</source> + <translation type="unfinished"><b>Poznámka</b>: Ponechte prázdné má-li se použít proměnná prostředí QT4DOCDIR, je-li nastavena. {6D?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="212"/> + <source>PyQt6 Documentation</source> + <translation type="unfinished">PyQt4 dokumentace {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="227"/> + <source>Enter the PyQt6 documentation directory</source> + <translation type="unfinished">Zadejte adresář PyQt4 dokumentace {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="234"/> + <source><b>Note</b>: Leave empty to use the PYQT6DOCDIR environment variable, if set.</source> + <translation type="unfinished"><b>Poznámka</b>: Ponechte prázdné má-li se použít proměnná prostředí PYQT4DOCDIR, je-li nastavena. {6D?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="282"/> + <source>PySide6 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="297"/> + <source>Enter the PySide6 documentation directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="304"/> + <source><b>Note</b>: Leave empty to use the PYSIDE6DOCDIR environment variable, if set.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpIndexWidget</name> @@ -30162,11 +30444,6 @@ <translation type="unfinished">Všechny soubory (*)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1181"/> - <source>eric6 Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="963"/> <source>The loaded file has unsaved changes.</source> <translation type="unfinished"></translation> @@ -30240,16 +30517,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1284"/> - <source>About eric6 Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1284"/> - <source>The eric6 Hex Editor is a simple editor component to edit binary files.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="485"/> <source>Search previous occurrence</source> <translation type="unfinished"></translation> @@ -30316,6 +30583,21 @@ <source>&Clear</source> <translation type="unfinished">&Vyčistit</translation> </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="1181"/> + <source>eric Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="1284"/> + <source>About eric Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="1284"/> + <source>The eric Hex Editor is a simple editor component to edit binary files.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HexEditReplaceWidget</name> @@ -30683,242 +30965,242 @@ <translation>Naklonovat projekt z Mercurial úložiště</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="614"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="586"/> <source>Synchronizing with the Mercurial repository</source> <translation>Synchronizovat s Mercurial úložištěm</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="661"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="615"/> <source>Adding files/directories to the Mercurial repository</source> <translation>Přidat soubory/složky do Mercurial úložiště</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="726"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="671"/> <source>Removing files/directories from the Mercurial repository</source> <translation>Odebrat soubory/složky z Mercurial úložiště</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="783"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="720"/> <source>Renaming {0}</source> <translation>Přejmenování {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="973"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="891"/> <source>Reverting changes</source> <translation>Navrácení změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1024"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="933"/> <source>Merging</source> <translation>Merging</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1301"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1170"/> <source>Mercurial command</source> <translation>Mercurial příkaz</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1462"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1323"/> <source>Copying {0}</source> <translation>Kopírování {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1800"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1638"/> <source>Pulling from a remote Mercurial repository</source> <translation>Stažení (pull) z Mercurial repozitáře</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1683"/> + <source>Pushing to a remote Mercurial repository</source> + <translation>Odeslání (push) do Mercurial repozitáře</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1842"/> + <source>Creating branch in the Mercurial repository</source> + <translation>Vytvoření větve v Mercurial repozitáři</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1952"/> + <source>Verifying the integrity of the Mercurial repository</source> + <translation>Ověřit integritu Mercurial repozitáře</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1966"/> + <source>Showing the combined configuration settings</source> + <translation>Zobrazení nastavení kombinovaných konfigurací</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1979"/> + <source>Showing aliases for remote repositories</source> + <translation>Zobrazení aliasů pro vzdálené úložiště</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1992"/> + <source>Recovering from interrupted transaction</source> + <translation>Obnovení z přerušené transakce</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2178"/> + <source>Shall the working directory be updated?</source> + <translation>Má být pracovní adresář aktualizován?</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1860"/> - <source>Pushing to a remote Mercurial repository</source> - <translation>Odeslání (push) do Mercurial repozitáře</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2052"/> - <source>Creating branch in the Mercurial repository</source> - <translation>Vytvoření větve v Mercurial repozitáři</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2188"/> - <source>Verifying the integrity of the Mercurial repository</source> - <translation>Ověřit integritu Mercurial repozitáře</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2213"/> - <source>Showing the combined configuration settings</source> - <translation>Zobrazení nastavení kombinovaných konfigurací</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2237"/> - <source>Showing aliases for remote repositories</source> - <translation>Zobrazení aliasů pro vzdálené úložiště</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2261"/> - <source>Recovering from interrupted transaction</source> - <translation>Obnovení z přerušené transakce</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2491"/> - <source>Shall the working directory be updated?</source> - <translation>Má být pracovní adresář aktualizován?</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2081"/> <source>Showing current branch</source> <translation>Zobrazení aktuální větve</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2422"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2131"/> <source>Create changegroup</source> <translation>Vytvořit skupinu změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2503"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2190"/> <source>Apply changegroups</source> <translation>Použít skupinu změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2522"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2209"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Neplatný bisect podpříkaz ({0}).</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2551"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2229"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2443"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> <source>Preview changegroup</source> <translation>Náhled skupiny změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2285"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2005"/> <source>Identifying project directory</source> <translation>Rozpoznat složku projektu</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2037"/> <source>Create .hgignore file</source> <translation>Vytvořit soubor .hgignore</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2037"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2583"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2252"/> <source>Removing files from the Mercurial repository only</source> <translation>Odebrat soubory jen z Mercurial úložiště</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2379"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2088"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Soubory Mercurial skupiny změn (*.hg)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2482"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2169"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation>Soubory Mercurial skupiny změn (*.hg);;Všechny soubory (*)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2637"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2295"/> <source>Backing out changeset</source> <translation>Zálohovat skupinu změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2617"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2275"/> <source>No revision given. Aborting...</source> <translation>Nebyla dána žádná revize. Ruším...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2396"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2105"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2664"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2311"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2657"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2304"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="543"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="530"/> <source>Committing changes to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3388"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2947"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3242"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2809"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3388"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2947"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2734"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2363"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2786"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2404"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2833"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2441"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2890"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2490"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2939"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2530"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3095"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2673"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3127"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2705"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3077"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2655"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3146"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2724"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3146"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2724"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3116"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2694"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -30933,32 +31215,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="967"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="885"/> <source>Revert changes</source> <translation type="unfinished">Vrátit změny</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="958"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="876"/> <source>Do you really want to revert all changes to these files or directories?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="967"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="885"/> <source>Do you really want to revert all changes of the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2994"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2578"/> <source>Create Unversioned Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1558"/> <source>Mercurial Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1558"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"><p>Soubor <b>{0}</b> nelze přečíst.</p></translation> </message> @@ -30968,132 +31250,132 @@ <translation type="obsolete">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="916"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="843"/> <source>Tagging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2059"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1849"/> <source>Created new branch <{0}>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1101"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="992"/> <source>Current branch tip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3511"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3059"/> <source>Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3533"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3073"/> <source>Delete Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3533"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3073"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3544"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3084"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3577"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3108"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3619"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3142"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3701"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3210"/> <source>Pull Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3701"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3210"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3713"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3222"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3745"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3245"/> <source>Push Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3745"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3245"/> <source>Select the bookmark to be push:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3757"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3257"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1071"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="971"/> <source>Re-Merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1062"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="962"/> <source>Do you really want to re-merge these files or directories?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1071"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="971"/> <source>Do you really want to re-merge the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1076"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="976"/> <source>Re-Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1986"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1797"/> <source>Marking as 'unresolved'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1988"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1799"/> <source>Marking as 'resolved'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3011"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2589"/> <source>Delete All Backups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3011"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2589"/> <source><p>Do you really want to delete all backup bundles stored the backup area <b>{0}</b>?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2951"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <source>Copy Changesets (Stop)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2964"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2555"/> <source>Copy Changesets (Abort)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2019"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1820"/> <source>Aborting uncommitted merge</source> <translation type="unfinished"></translation> </message> @@ -31670,12 +31952,12 @@ <translation type="obsolete">Zadejte data, která se odešlou do hg procesu</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="48"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="46"/> <source>Mercurial Incoming Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="50"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="48"/> <source>Mercurial Outgoing Bookmarks</source> <translation type="unfinished"></translation> </message> @@ -31690,7 +31972,7 @@ <translation type="obsolete">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="126"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="114"/> <source>no bookmarks found</source> <translation type="unfinished"></translation> </message> @@ -31770,72 +32052,72 @@ <translation type="obsolete">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="132"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="118"/> <source>no bookmarks defined</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="39"/> + <source>Refresh</source> + <translation type="unfinished">Obnovit</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="41"/> - <source>Refresh</source> - <translation type="unfinished">Obnovit</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="43"/> <source>Press to refresh the bookmarks display</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="261"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="247"/> <source>Switch to</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="265"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="251"/> <source>Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="268"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="254"/> <source>Rename</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="272"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="258"/> <source>Pull</source> <translation type="unfinished">Stáhnout</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="276"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="262"/> <source>Push</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="292"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="277"/> <source>Switch</source> <translation type="unfinished">Přepnout</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="292"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="277"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished">Projekt bude znovu načten. Má se provést?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="311"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="296"/> <source>Delete Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="311"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="296"/> <source><p>Shall the bookmark <b>{0}</b> really be deleted?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="327"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="312"/> <source>Rename Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="327"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="312"/> <source><p>Enter the new name for bookmark <b>{0}</b>:</p></source> <translation type="unfinished"></translation> </message> @@ -32254,7 +32536,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="186"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="173"/> <source>Resolved</source> <translation type="unfinished"></translation> </message> @@ -32264,7 +32546,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="184"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="171"/> <source>Unresolved</source> <translation type="unfinished"></translation> </message> @@ -32314,12 +32596,12 @@ <translation type="obsolete">Zadejte data, která se odešlou do hg procesu</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="53"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="51"/> <source>&Refresh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="55"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="53"/> <source>Press to refresh the list of conflicts</source> <translation type="unfinished"></translation> </message> @@ -32334,7 +32616,7 @@ <translation type="obsolete">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="188"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="175"/> <source>Unknown Status</source> <translation type="unfinished"></translation> </message> @@ -32814,7 +33096,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="232"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="218"/> <source>Revision</source> <translation type="unfinished">Revize</translation> </message> @@ -32879,7 +33161,7 @@ <translation type="obsolete">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="102"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="89"/> <source>no signatures found</source> <translation type="unfinished"></translation> </message> @@ -33502,7 +33784,7 @@ <translation type="obsolete">Nelze spustit hg program.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="842"/> <source>Mercurial Error</source> <translation>Mercurial chyba</translation> </message> @@ -33573,12 +33855,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1986"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1997"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2294"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2302"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished">Projekt bude znovu načten. Má se provést?</translation> </message> @@ -33603,7 +33885,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2058"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2068"/> <source>Switch</source> <translation type="unfinished">Přepnout</translation> </message> @@ -33623,7 +33905,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1126"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1135"/> <source>{0} (large file)</source> <translation type="unfinished"></translation> </message> @@ -33668,12 +33950,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2436"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2443"/> <source>Find Commit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2436"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2443"/> <source>'{0}' was not found.</source> <translation type="unfinished">'{0}' nebyl nalezen.</translation> </message> @@ -33698,7 +33980,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2156"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2165"/> <source>Pull Changes</source> <translation type="unfinished"></translation> </message> @@ -33728,7 +34010,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2202"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2211"/> <source>Strip Changesets</source> <translation type="unfinished"></translation> </message> @@ -33758,27 +34040,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2081"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2091"/> <source>Define Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2081"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2091"/> <source>Enter bookmark name for changeset "{0}":</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2105"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2115"/> <source>Move Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2105"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2115"/> <source>Select the bookmark to be moved to changeset "{0}":</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2044"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2054"/> <source>Select bookmark to switch to (leave empty to use revision):</source> <translation type="unfinished"></translation> </message> @@ -33839,7 +34121,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2294"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2302"/> <source>Apply Changegroup</source> <translation type="unfinished"></translation> </message> @@ -33879,57 +34161,57 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1365"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1376"/> <source>Side-by-Side Diff to Parent {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1376"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1387"/> <source><a href="sbsdiff:{0}_{1}">Side-by-Side Compare</a></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1512"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1523"/> <source>Pull Selected Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2480"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2487"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2490"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2497"/> <source>Differences to Parent {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2513"/> <source>Diff to Parent {0}{1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2531"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2538"/> <source>There is no difference.</source> <translation type="unfinished">Žádné rozdíly nebyly nalezeny.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2673"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2680"/> <source>Save Diff</source> <translation type="unfinished">Uložit Diff</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2641"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2648"/> <source>Patch Files (*.diff)</source> <translation type="unfinished">Patch soubory (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2658"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2665"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2673"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2680"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation type="unfinished"><p>Patch soubor <b>{0}</b> nelze uložit.<br />Důvod: {1}</p></translation> </message> @@ -33939,7 +34221,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2479"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2486"/> <source>Generating differences ...</source> <translation type="unfinished"></translation> </message> @@ -34686,7 +34968,7 @@ <translation><b>Vrátit změny</b><p>Vrátí se všechny změny, které byly provedeny v lokálním projektu.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1729"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1728"/> <source>Merge</source> <translation>Sloučit</translation> </message> @@ -34971,7 +35253,7 @@ <translation>Vytvořit soubor s skupinou změn obsahující množinu změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1861"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1860"/> <source>Apply changegroups</source> <translation>Použít skupinu změn</translation> </message> @@ -34986,7 +35268,7 @@ <translation>Použít soubory s jednou nebo více skupinami změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1358"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1357"/> <source>Changegroup Management</source> <translation>Správa skupin změn</translation> </message> @@ -35066,7 +35348,7 @@ <translation><b>Reset</b><p>Zresetuje bisect vyhledávání v datech.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1371"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1370"/> <source>Bisect</source> <translation>Bisect</translation> </message> @@ -35171,17 +35453,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1349"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1348"/> <source>Specials</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1672"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1671"/> <source>Pull</source> <translation type="unfinished">Stáhnout</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2001"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2000"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished">Projekt bude znovu načten. Má se provést?</translation> </message> @@ -35211,7 +35493,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1416"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1415"/> <source>Extensions</source> <translation type="unfinished"></translation> </message> @@ -35291,7 +35573,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1917"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1916"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> @@ -35311,12 +35593,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1365"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1364"/> <source>Patch Management</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1937"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1936"/> <source>Revert Changes</source> <translation type="unfinished"></translation> </message> @@ -35361,7 +35643,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1957"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1956"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> @@ -35391,7 +35673,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1972"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1971"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> @@ -35456,7 +35738,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1436"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1435"/> <source>Sub-Repository</source> <translation type="unfinished"></translation> </message> @@ -35511,7 +35793,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1323"/> <source>Administration</source> <translation type="unfinished"></translation> </message> @@ -35696,17 +35978,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1395"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1394"/> <source>Bookmarks</source> <translation type="unfinished">Záložky</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1379"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1378"/> <source>Tags</source> <translation type="unfinished">Tagy</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1386"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1385"/> <source>Branches</source> <translation type="unfinished"></translation> </message> @@ -35761,7 +36043,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1524"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1523"/> <source>Mercurial</source> <translation type="unfinished"></translation> </message> @@ -35836,17 +36118,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1440"/> <source>Merge Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1986"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1985"/> <source>Copy Changesets (Stop)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2001"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2000"/> <source>Copy Changesets (Abort)</source> <translation type="unfinished"></translation> </message> @@ -35962,32 +36244,32 @@ <translation type="unfinished">Odebrat</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="110"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="96"/> <source>Unsaved Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="110"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="96"/> <source>The guards list has been changed. Shall the changes be applied?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="219"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="205"/> <source>Remove Guards</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="219"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="205"/> <source>Do you really want to remove the selected guards?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="267"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="253"/> <source>Apply Guard Definitions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="267"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="253"/> <source><p>The defined guards could not be applied.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> @@ -36071,7 +36353,7 @@ <translation type="obsolete">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="108"/> <source>Error: </source> <translation type="unfinished"></translation> </message> @@ -36089,12 +36371,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListAllGuardsDialog.py" line="79"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListAllGuardsDialog.py" line="66"/> <source>Unguarded</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListAllGuardsDialog.py" line="84"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListAllGuardsDialog.py" line="71"/> <source>no patches found</source> <translation type="unfinished"></translation> </message> @@ -36169,32 +36451,32 @@ <translation type="obsolete">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="138"/> <source>no patches found</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="43"/> + <source>applied</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="45"/> - <source>applied</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="47"/> <source>guarded</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="48"/> - <source>missing</source> - <translation type="unfinished">chybějící</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="209"/> - <source>unknown</source> - <translation type="unfinished">neznámý</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="46"/> + <source>missing</source> + <translation type="unfinished">chybějící</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="193"/> + <source>unknown</source> + <translation type="unfinished">neznámý</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="44"/> <source>not applied</source> <translation type="unfinished"></translation> </message> @@ -36232,7 +36514,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.py" line="102"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.py" line="88"/> <source>Unguarded</source> <translation type="unfinished"></translation> </message> @@ -36348,12 +36630,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.py" line="69"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.py" line="67"/> <source>Refresh</source> <translation type="unfinished">Obnovit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.py" line="71"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.py" line="69"/> <source>Press to refresh the queues list</source> <translation type="unfinished"></translation> </message> @@ -37092,27 +37374,27 @@ <translation type="obsolete">Zadejte data, která se odešlou do hg procesu</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="51"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="49"/> <source>&Refresh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="53"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="51"/> <source>Press to refresh the list of shelves</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="60"/> + <source>Restore selected shelve</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="62"/> - <source>Restore selected shelve</source> + <source>Delete selected shelves</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="64"/> - <source>Delete selected shelves</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="66"/> <source>Delete all shelves</source> <translation type="unfinished"></translation> </message> @@ -37127,7 +37409,7 @@ <translation type="obsolete">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="279"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="266"/> <source>%n file(s) changed</source> <translation type="unfinished"> <numerusform></numerusform> @@ -37136,7 +37418,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="281"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="268"/> <source>%n line(s) inserted</source> <translation type="unfinished"> <numerusform></numerusform> @@ -37145,7 +37427,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="283"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="270"/> <source>%n line(s) deleted</source> <translation type="unfinished"> <numerusform></numerusform> @@ -37349,37 +37631,37 @@ <translation type="obsolete">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="505"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="494"/> <source>Commit</source> <translation>Zapsat měny</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="671"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="660"/> <source>There are no uncommitted changes available/selected.</source> <translation>Nezapsné změny nejsou dostupné/vybrané.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="569"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="558"/> <source>Add</source> <translation>Přidat</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="569"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="558"/> <source>There are no unversioned entries available/selected.</source> <translation>Položky mimo verzi nejsou dostupné/vybrány.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="633"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="622"/> <source>Revert</source> <translation>Vrátit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="592"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="581"/> <source>Remove</source> <translation>Odebrat</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="633"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="622"/> <source>There are no missing entries available/selected.</source> <translation>Chybějící záznamy nejsou dostupné/vybrány.</translation> </message> @@ -37399,17 +37681,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="427"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="416"/> <source>all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="651"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="640"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="505"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="494"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> @@ -37424,12 +37706,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="678"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="667"/> <source>Side-by-Side Diff</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="678"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="667"/> <source>Only one file with uncommitted changes must be selected.</source> <translation type="unfinished"></translation> </message> @@ -37529,7 +37811,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="772"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="761"/> <source>Merge</source> <translation type="unfinished">Sloučit</translation> </message> @@ -37679,12 +37961,12 @@ <translation type="unfinished">Chyby</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="34"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="32"/> <source>Refresh</source> <translation type="unfinished">Obnovit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="36"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="34"/> <source>Press to refresh the summary display</source> <translation type="unfinished"></translation> </message> @@ -37699,152 +37981,152 @@ <translation type="obsolete">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="234"/> <source><tr><td><b>Parent</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="249"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="238"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation type="unfinished"><tr><td><b>Tagy</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="253"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="242"/> <source><tr><td><b>Commit Message</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="259"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="248"/> <source>empty repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="261"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="250"/> <source>no revision checked out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="262"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="251"/> <source><tr><td><b>Remarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="266"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="255"/> <source><tr><td><b>Branch</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="263"/> + <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="270"/> + <source>{0} modified</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="272"/> + <source>{0} added</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="274"/> - <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="281"/> - <source>{0} modified</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="283"/> - <source>{0} added</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="285"/> <source>{0} removed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="287"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="276"/> <source>{0} renamed</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="278"/> + <source>{0} copied</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="280"/> + <source>{0} deleted</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="282"/> + <source>{0} unknown</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="284"/> + <source>{0} ignored</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="286"/> + <source>{0} unresolved</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="289"/> - <source>{0} copied</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="291"/> - <source>{0} deleted</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="293"/> - <source>{0} unknown</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="295"/> - <source>{0} ignored</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="297"/> - <source>{0} unresolved</source> + <source>{0} subrepos</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="292"/> + <source>Merge needed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="294"/> + <source>New Branch</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="296"/> + <source>Head is closed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="298"/> + <source>No commit required</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="300"/> - <source>{0} subrepos</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="303"/> - <source>Merge needed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="305"/> - <source>New Branch</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="307"/> - <source>Head is closed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="309"/> - <source>No commit required</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="311"/> <source>New Branch Head</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="312"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="301"/> <source><tr><td><b>Commit Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="306"/> <source>current</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="332"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="321"/> <source>unknown status</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="333"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="322"/> <source><tr><td><b>Update Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="338"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="327"/> <source>synched</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="342"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="331"/> <source>1 or more incoming changesets</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="344"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="333"/> <source>%n outgoing changeset(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -37853,42 +38135,42 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="353"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="342"/> <source><tr><td><b>Remote Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="358"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="347"/> <source>empty queue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="362"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="351"/> <source>{0} applied</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="365"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="354"/> <source>{0} unapplied</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="368"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="357"/> <source><tr><td><b>Queues Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="382"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="371"/> <source><p>No status information available.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="241"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="230"/> <source><tr><td><b>Parent #{0}</b></td><td>{1}</td></tr></source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="319"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="308"/> <source>%n new changeset(s)<br/>Update required</source> <translation type="unfinished"> <numerusform></numerusform> @@ -37897,7 +38179,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="323"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="312"/> <source>%n new changeset(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -37906,7 +38188,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="325"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="314"/> <source>%n branch head(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -37915,13 +38197,13 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="327"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="316"/> <source>{0}<br/>{1}<br/>Merge required</source> <comment>0 is changesets, 1 is branch heads</comment> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="347"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="336"/> <source>%n incoming bookmark(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -37930,7 +38212,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="350"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="339"/> <source>%n outgoing bookmark(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -37939,12 +38221,12 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="373"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="362"/> <source>No files to upload</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="375"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="364"/> <source>%n file(s) to upload</source> <translation type="unfinished"> <numerusform></numerusform> @@ -37953,7 +38235,7 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="377"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="366"/> <source><tr><td><b>Large Files</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> @@ -38033,12 +38315,12 @@ <translation type="obsolete">Mód ve&psání hesla</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="91"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="88"/> <source>Mercurial Branches List</source> <translation>Mercurial sezam větví</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="92"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="89"/> <source>Status</source> <translation>Status</translation> </message> @@ -38053,62 +38335,62 @@ <translation type="obsolete">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="212"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="200"/> <source>active</source> <translation>aktivní</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="217"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="205"/> <source>yes</source> <translation>ano</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="42"/> + <source>&Refresh</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="44"/> - <source>&Refresh</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="46"/> <source>Press to refresh the list</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="291"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="278"/> <source>Switch to</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="346"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="333"/> <source>Close Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="320"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="307"/> <source>Switch</source> <translation type="unfinished">Přepnout</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="320"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="307"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished">Projekt bude znovu načten. Má se provést?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="339"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="326"/> <source>The branch "default" cannot be closed. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="346"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="333"/> <source><p>Shall the branch <b>{0}</b> really be closed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="379"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="366"/> <source>Close Branches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="379"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="366"/> <source>Do you really want to close all listed branches?</source> <translation type="unfinished"></translation> </message> @@ -38728,22 +39010,22 @@ <context> <name>Histedit</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py" line="75"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py" line="66"/> <source>Starting histedit session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py" line="110"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py" line="92"/> <source>Continue histedit session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py" line="145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py" line="120"/> <source>Abort histedit session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py" line="181"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py" line="147"/> <source>Edit Plan</source> <translation type="unfinished"></translation> </message> @@ -38796,7 +39078,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="184"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="180"/> <source>Edit Plan</source> <translation type="unfinished"></translation> </message> @@ -38816,22 +39098,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="132"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="131"/> <source>Start History Editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="184"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="180"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished">Projekt bude znovu načten. Má se provést?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="149"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="147"/> <source>Continue History Editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="163"/> <source>Abort History Editing</source> <translation type="unfinished"></translation> </message> @@ -38930,42 +39212,42 @@ <context> <name>HistoryMenu</name> <message> - <location filename="../WebBrowser/History/HistoryMenu.py" line="381"/> + <location filename="../WebBrowser/History/HistoryMenu.py" line="382"/> <source>Show All History...</source> <translation>Zobrazit celou historii...</translation> </message> <message> - <location filename="../WebBrowser/History/HistoryMenu.py" line="384"/> + <location filename="../WebBrowser/History/HistoryMenu.py" line="385"/> <source>Clear History...</source> <translation>Vyčistit historii...</translation> </message> <message> - <location filename="../WebBrowser/History/HistoryMenu.py" line="416"/> + <location filename="../WebBrowser/History/HistoryMenu.py" line="417"/> <source>Clear History</source> <translation>Vyčistit historii</translation> </message> <message> - <location filename="../WebBrowser/History/HistoryMenu.py" line="416"/> + <location filename="../WebBrowser/History/HistoryMenu.py" line="417"/> <source>Do you want to clear the history?</source> <translation>Chcete vyčistit historii?</translation> </message> <message> - <location filename="../WebBrowser/History/HistoryMenu.py" line="367"/> + <location filename="../WebBrowser/History/HistoryMenu.py" line="368"/> <source>Most Visited</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/History/HistoryMenu.py" line="306"/> + <location filename="../WebBrowser/History/HistoryMenu.py" line="307"/> <source>Closed Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/History/HistoryMenu.py" line="446"/> + <location filename="../WebBrowser/History/HistoryMenu.py" line="447"/> <source>Restore All Closed Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/History/HistoryMenu.py" line="449"/> + <location filename="../WebBrowser/History/HistoryMenu.py" line="450"/> <source>Clear List</source> <translation type="unfinished"></translation> </message> @@ -40341,17 +40623,17 @@ <message> <location filename="../IconEditor/IconEditorWindow.py" line="1241"/> <source>eric6 Icon Editor</source> - <translation type="unfinished">eric5 editor ikon {6 ?}</translation> + <translation type="obsolete">eric5 editor ikon {6 ?}</translation> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="1331"/> <source>About eric6 Icon Editor</source> - <translation type="unfinished">O eric5 editoru ikon {6 ?}</translation> + <translation type="obsolete">O eric5 editoru ikon {6 ?}</translation> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="1331"/> <source>The eric6 Icon Editor is a simple editor component to perform icon drawing tasks.</source> - <translation type="unfinished">Eric5 editor ikon je jednoduchý editor pro kreslení ikon. {6 ?}</translation> + <translation type="obsolete">Eric5 editor ikon je jednoduchý editor pro kreslení ikon. {6 ?}</translation> </message> <message> <location filename="../IconEditor/IconEditorWindow.py" line="293"/> @@ -40393,6 +40675,21 @@ <source>JPEG2000 File (*.jp2)</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="1241"/> + <source>eric Icon Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="1331"/> + <source>About eric Icon Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../IconEditor/IconEditorWindow.py" line="1331"/> + <source>The eric Icon Editor is a simple editor component to perform icon drawing tasks.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>IconSizeDialog</name> @@ -42624,7 +42921,7 @@ </message> <message> <location filename="../Network/IRC/IrcNetworkManager.py" line="32"/> - <source>IRC for eric6 IDE</source> + <source>IRC for eric IDE</source> <translation type="unfinished"></translation> </message> </context> @@ -42837,7 +43134,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Network/IRC/IrcNetworkWidget.py" line="352"/> + <location filename="../Network/IRC/IrcNetworkWidget.py" line="346"/> <source>Press to connect to the selected network</source> <translation type="unfinished"></translation> </message> @@ -42867,57 +43164,57 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Network/IRC/IrcNetworkWidget.py" line="440"/> + <location filename="../Network/IRC/IrcNetworkWidget.py" line="434"/> <source>Save Messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Network/IRC/IrcNetworkWidget.py" line="423"/> + <location filename="../Network/IRC/IrcNetworkWidget.py" line="417"/> <source>HTML Files (*.{0});;Text Files (*.txt);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Network/IRC/IrcNetworkWidget.py" line="440"/> + <location filename="../Network/IRC/IrcNetworkWidget.py" line="434"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="../Network/IRC/IrcNetworkWidget.py" line="458"/> + <location filename="../Network/IRC/IrcNetworkWidget.py" line="452"/> <source>Error saving Messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Network/IRC/IrcNetworkWidget.py" line="458"/> + <location filename="../Network/IRC/IrcNetworkWidget.py" line="452"/> <source><p>The messages contents could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Network/IRC/IrcNetworkWidget.py" line="471"/> + <location filename="../Network/IRC/IrcNetworkWidget.py" line="465"/> <source>Copy</source> <translation type="unfinished">Kopírovat</translation> </message> <message> - <location filename="../Network/IRC/IrcNetworkWidget.py" line="475"/> + <location filename="../Network/IRC/IrcNetworkWidget.py" line="469"/> <source>Cut all</source> <translation type="unfinished">Vyjmout vše</translation> </message> <message> - <location filename="../Network/IRC/IrcNetworkWidget.py" line="478"/> + <location filename="../Network/IRC/IrcNetworkWidget.py" line="472"/> <source>Copy all</source> <translation type="unfinished">Kopírovat vše</translation> </message> <message> - <location filename="../Network/IRC/IrcNetworkWidget.py" line="482"/> + <location filename="../Network/IRC/IrcNetworkWidget.py" line="476"/> <source>Clear</source> <translation type="unfinished">Vyčistit</translation> </message> <message> - <location filename="../Network/IRC/IrcNetworkWidget.py" line="486"/> + <location filename="../Network/IRC/IrcNetworkWidget.py" line="480"/> <source>Save</source> <translation type="unfinished">Uložit</translation> </message> <message> - <location filename="../Network/IRC/IrcNetworkWidget.py" line="347"/> + <location filename="../Network/IRC/IrcNetworkWidget.py" line="341"/> <source>Press to disconnect from the network</source> <translation type="unfinished"></translation> </message> @@ -43046,111 +43343,106 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="663"/> - <source><b>Note:</b> Notifications will only be shown, if the global usage of notifications is enabled on the notifications configuration page.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="680"/> <source>Select to show a notification for join and leave events</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="666"/> + <source>Join/Leave Event</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="683"/> - <source>Join/Leave Event</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="690"/> <source>Select to show a notification for every mentioning of your nick</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="693"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="686"/> <source>Mentioning of Own Nick</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="700"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="673"/> <source>Select to show a notification for every message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="703"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="676"/> <source>Every Message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="713"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="696"/> <source>Select this to enable the automatic lookup of user information for joined channels</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="716"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="699"/> <source>Enable Automatic User Information Lookup (/WHO)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="728"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="711"/> <source>Max. Number of Users in Channel:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="735"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="718"/> <source>Enter the maximum numbers of users in a channel allowed for this function</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="761"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="744"/> <source>Update Interval:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="768"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="751"/> <source>Enter the user information update interval</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="774"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="757"/> <source> s</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="793"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="776"/> <source>Marker</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="799"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="782"/> <source>Select to mark the current position, when the chat window is hidden</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="802"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="785"/> <source>Mark Current Position When Hidden</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="809"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="792"/> <source>Marker Foreground:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="861"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="844"/> <source>Marker Background:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="871"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="854"/> <source>Shutdown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="877"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="860"/> <source>Select to confirm a shutdown operation while still connected to an IRC server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="880"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="863"/> <source>Confirm Shutdown When Connected</source> <translation type="unfinished"></translation> </message> @@ -43220,12 +43512,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="822"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="805"/> <source>Select the foreground color for the marker</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="851"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="834"/> <source>Select the background color for the marker</source> <translation type="unfinished"></translation> </message> @@ -43790,30 +44082,40 @@ <context> <name>Largefiles</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="74"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="69"/> <source>Convert Project - Converting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="85"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="93"/> <source>Convert Project - Extracting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="139"/> <source>Adding files to the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="171"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="168"/> <source>Pulling large files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="200"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="189"/> <source>Verifying the integrity of large files</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="82"/> + <source>Mercurial Command Server</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="82"/> + <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>LargefilesProjectBrowserHelper</name> @@ -46104,97 +46406,77 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="54"/> + <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="52"/> <source>Refresh</source> <translation type="unfinished">Obnovit</translation> </message> <message> - <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="56"/> + <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="54"/> <source>Install Selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="59"/> + <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="57"/> <source>Uninstall Selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="62"/> + <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="60"/> <source>Cancel</source> <translation type="unfinished">Zrušit</translation> </message> <message> - <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="99"/> - <source>Network Status: online</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="101"/> - <source>Network Status: offline</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="202"/> - <source>Error populating list of dictionaries</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="396"/> - <source>Computer is offline.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="230"/> + <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="177"/> <source>Error downloading dictionaries list</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="230"/> + <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="177"/> <source><p>Could not download the dictionaries list from {0}.</p><p>Error: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="253"/> + <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="200"/> <source>Dictionaries URL Changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="253"/> + <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="200"/> <source>The URL of the spell check dictionaries has changed. Select the "Refresh" button to get the new dictionaries list.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="265"/> + <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="212"/> <source>Error installing dictionaries</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="265"/> + <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="212"/> <source><p>None of the dictionary locations is writable by you. Please download required dictionaries manually and install them as administrator.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="316"/> + <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="263"/> <source>{0} ({1})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="434"/> + <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="372"/> <source>Error downloading dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="419"/> + <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="357"/> <source><p>Could not download the requested dictionary file from {0}.</p><p>Error: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="419"/> + <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="357"/> <source>Error downloading dictionary file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="434"/> + <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="372"/> <source><p>The downloaded dictionary archive is invalid. Skipping it.</p></source> <translation type="unfinished"></translation> </message> @@ -46772,27 +47054,27 @@ <context> <name>MicroPythonDevice</name> <message> - <location filename="../MicroPython/MicroPythonDevices.py" line="226"/> + <location filename="../MicroPython/MicroPythonDevices.py" line="264"/> <source>Unsupported Device</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonDevices.py" line="236"/> - <source>REPL is not supported by this device.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonDevices.py" line="255"/> - <source>Plotter is not supported by this device.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MicroPython/MicroPythonDevices.py" line="274"/> + <source>REPL is not supported by this device.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonDevices.py" line="293"/> + <source>Plotter is not supported by this device.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonDevices.py" line="312"/> <source>Running scripts is not supported by this device.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonDevices.py" line="294"/> + <location filename="../MicroPython/MicroPythonDevices.py" line="332"/> <source>File Manager is not supported by this device.</source> <translation type="unfinished"></translation> </message> @@ -47166,35 +47448,20 @@ <message> <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="298"/> <source>Documentation</source> - <translation type="unfinished">Dokumentace</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="304"/> - <source>MicroPython:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="311"/> + <translation type="obsolete">Dokumentace</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="260"/> <source>Enter the URL for the MicroPython documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="318"/> - <source>CircuitPython:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="325"/> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="297"/> <source>Enter the URL for the CircuitPython documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="332"/> - <source>BBC micro:bit:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="339"/> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="348"/> <source>Enter the URL for the BBC micro:bit MicroPython documentation</source> <translation type="unfinished"></translation> </message> @@ -47214,26 +47481,16 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="233"/> - <source>Firmware</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="246"/> <source>Enter the URL for the MicroPython firmware for PyBoard, ESP8266 and ESP32</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="260"/> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="283"/> <source>Enter the URL for the CircuitPython firmware</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="274"/> - <source>Enter the URL for the BBC micro:bit Firmware</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="140"/> <source>Chart Pane</source> <translation type="unfinished"></translation> @@ -47294,20 +47551,60 @@ <translation type="unfinished">Qt</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="346"/> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="358"/> <source>Calliope mini:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="288"/> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="371"/> <source>Enter the URL for the Callope mini Firmware</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="353"/> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="385"/> <source>Enter the URL for the Calliope mini MicroPython documentation</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="233"/> + <source>MicroPython</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="364"/> + <source>Firmware:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="378"/> + <source>Documentation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="270"/> + <source>CircuitPython</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="307"/> + <source>BBC micro:bit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="320"/> + <source>Enter the URL for the BBC micro:bit DAPLink Firmware</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="327"/> + <source>MicroPython:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="334"/> + <source>Enter the URL for the BBC micro:bit MicroPython Firmware</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>MicroPythonProgressInfoDialog</name> @@ -47350,7 +47647,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="492"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="495"/> <source>Press to connect the selected device</source> <translation type="unfinished"></translation> </message> @@ -47379,32 +47676,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="462"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="465"/> <source>Clear</source> <translation type="unfinished">Vyčistit</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="464"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="467"/> <source>Copy</source> <translation type="unfinished">Kopírovat</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="465"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="468"/> <source>Paste</source> <translation type="unfinished">Vložit</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="487"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="490"/> <source>Press to disconnect the current device</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="508"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="511"/> <source>No device attached</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="508"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="511"/> <source>Please ensure the device is plugged into your computer and selected. It must have a version of MicroPython (or CircuitPython) flashed onto it before anything will work. @@ -47413,212 +47710,212 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="535"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="538"/> <source>Start REPL</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="535"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="538"/> <source><p>The REPL cannot be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="925"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="928"/> <source>Serial Device Connect</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="925"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="928"/> <source><p>Cannot connect to device at serial port <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="970"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="973"/> <source>Run Script</source> <translation type="unfinished">Spustit skript</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="953"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="956"/> <source>There is no editor open. Abort...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="961"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="964"/> <source>The current editor does not contain a script. Abort...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="970"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="973"/> <source><p>Cannot run script.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="993"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="996"/> <source>Open Python File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="993"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="996"/> <source>Python3 Files (*.py);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1037"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1040"/> <source>Start Chart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1037"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1040"/> <source><p>The Chart cannot be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1066"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1069"/> <source>Unsaved Chart Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1066"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1069"/> <source>The chart contains unsaved data.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1117"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1120"/> <source>Start File Manager</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1117"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1120"/> <source><p>The File Manager cannot be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1168"/> - <source>Show Version</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MicroPython/MicroPythonWidget.py" line="1171"/> + <source>Show Version</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1174"/> <source>Show Implementation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1285"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1288"/> <source>Synchronize Time</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1179"/> - <source>Show Device Time</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MicroPython/MicroPythonWidget.py" line="1182"/> + <source>Show Device Time</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1185"/> <source>Show Local Time</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1496"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1499"/> <source>Compile Python File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1516"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1519"/> <source>Compile Current Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1223"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1226"/> <source><h3>Device Version Information</h3></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1232"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1235"/> <source>No version information available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1234"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1237"/> <source>Device Version Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1257"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1260"/> <source>unknown</source> <translation type="unfinished">neznámý</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1261"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1264"/> <source>Device Implementation Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1261"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1264"/> <source><h3>Device Implementation Information</h3><p>This device contains <b>{0} {1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1285"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1288"/> <source><p>The time of the connected device was synchronized with the local time.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1307"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1310"/> <source><h3>Device Date and Time</h3><table><tr><td><b>Date</b></td><td>{0}</td></tr><tr><td><b>Time</b></td><td>{1}</td></tr></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1315"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1318"/> <source><h3>Device Date and Time</h3><p>{0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1329"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1332"/> <source>Device Date and Time</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1342"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1345"/> <source>Local Date and Time</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1342"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1345"/> <source><h3>Local Date and Time</h3><table><tr><td><b>Date</b></td><td>{0}</td></tr><tr><td><b>Time</b></td><td>{1}</td></tr></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1409"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1412"/> <source>Error handling device</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1409"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1412"/> <source><p>There was an error communicating with the connected device.</p><p>Method: {0}</p><p>Message: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1448"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1451"/> <source>The MicroPython cross compiler <b>mpy-cross</b> cannot be found. Ensure it is in the search path or configure it on the MicroPython configuration page.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1466"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1469"/> <source>Python Files (*.py);;All Files (*)</source> <translation type="unfinished">Python soubory (*.py);;Všechny soubory (*)</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1476"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1479"/> <source>The Python file <b>{0}</b> does not exist. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1486"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1489"/> <source>'mpy-cross' Output</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1509"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1512"/> <source>The current editor does not contain a Python file. Aborting...</source> <translation type="unfinished"></translation> </message> @@ -47633,47 +47930,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1050"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1053"/> <source>µPy Chart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1130"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1133"/> <source>µPy Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1206"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1209"/> <source>Show Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1213"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1216"/> <source>Configure</source> <translation type="unfinished">Konfigurovat</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1185"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1188"/> <source>Show Time</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1202"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1205"/> <source>Download Firmware</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1385"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1388"/> <source>Date and Time</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1368"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1371"/> <source><table><tr><th></th><th>Local Date and Time</th><th>Device Date and Time</th></tr><tr><td><b>Date</b></td><td align='center'>{0}</td><td align='center'>{2}</td></tr><tr><td><b>Time</b></td><td align='center'>{1}</td><td align='center'>{3}</td></tr></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1385"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1388"/> <source><table><tr><th>Local Date and Time</th><th>Device Date and Time</th></tr><tr><td align='center'>{0} {1}</td><td align='center'>{2}</td></tr></table></source> <translation type="unfinished"></translation> </message> @@ -47693,7 +47990,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1210"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1213"/> <source>Ignored Serial Devices</source> <translation type="unfinished"></translation> </message> @@ -47711,57 +48008,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicrobitDevices.py" line="185"/> + <location filename="../MicroPython/MicrobitDevices.py" line="188"/> <source>Save Script as 'main.py'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicrobitDevices.py" line="187"/> + <location filename="../MicroPython/MicrobitDevices.py" line="190"/> <source>Save the current script as 'main.py' on the connected device</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicrobitDevices.py" line="240"/> - <source>MicroPython Firmware Files (*.hex);;All Files (*)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../MicroPython/MicrobitDevices.py" line="285"/> + <location filename="../MicroPython/MicrobitDevices.py" line="310"/> <source>The script is empty. Aborting.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicrobitDevices.py" line="275"/> + <location filename="../MicroPython/MicrobitDevices.py" line="300"/> <source>The current editor does not contain a Python script. Write it anyway?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicrobitDevices.py" line="313"/> + <location filename="../MicroPython/MicrobitDevices.py" line="338"/> <source><p>The script could not be saved to the device.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicrobitDevices.py" line="240"/> - <source>Flash MicroPython Firmware</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../MicroPython/MicrobitDevices.py" line="272"/> + <location filename="../MicroPython/MicrobitDevices.py" line="297"/> <source>Save Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicrobitDevices.py" line="302"/> + <location filename="../MicroPython/MicrobitDevices.py" line="327"/> <source>Save Script as '{0}'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicrobitDevices.py" line="293"/> + <location filename="../MicroPython/MicrobitDevices.py" line="318"/> <source>Enter a file name on the device:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicrobitDevices.py" line="182"/> + <location filename="../MicroPython/MicrobitDevices.py" line="185"/> <source>Save the current script to the selected device</source> <translation type="unfinished"></translation> </message> @@ -47771,20 +48058,65 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicrobitDevices.py" line="231"/> + <location filename="../MicroPython/MicrobitDevices.py" line="256"/> <source>Could not find an attached {0}. Please make sure the device is plugged into this computer.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicrobitDevices.py" line="191"/> + <location filename="../MicroPython/MicrobitDevices.py" line="194"/> <source>Reset {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicrobitDevices.py" line="212"/> - <source><p>The BBC micro:bit is not ready for flashing. Follow these instructions.</p><ul><li>unplug USB cable and any batteries</li><li>keep RESET button pressed an plug USB cable back in</li><li>a drive called MAINTENANCE should be available</li></ul><p>See the <a href="https://microbit.org/guide/firmware/">micro:bit web site</a> for details.</p></source> + <location filename="../MicroPython/MicrobitDevices.py" line="177"/> + <source>Flash MicroPython</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/MicrobitDevices.py" line="180"/> + <source>Flash Firmware</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/MicrobitDevices.py" line="265"/> + <source>Flash MicroPython/Firmware</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/MicrobitDevices.py" line="224"/> + <source><p>The BBC micro:bit is not ready for flashing the DAPLink firmware. Follow these instructions. </p><ul><li>unplug USB cable and any batteries</li><li>keep RESET button pressed an plug USB cable back in</li><li>a drive called MAINTENANCE should be available</li></ul><p>See the <a href="https://microbit.org/guide/firmware/">micro:bit web site</a> for details.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/MicrobitDevices.py" line="244"/> + <source><p>The BBC micro:bit is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MICROBIT is available.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/MicrobitDevices.py" line="265"/> + <source>MicroPython/Firmware Files (*.hex);;All Files (*)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/MicrobitDevices.py" line="410"/> + <source>MicroPython</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/MicrobitDevices.py" line="410"/> + <source>DAPLink</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/MicrobitDevices.py" line="410"/> + <source>Firmware Type</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/MicrobitDevices.py" line="410"/> + <source>Select the firmware type to download from the list below:</source> <translation type="unfinished"></translation> </message> </context> @@ -47847,677 +48179,692 @@ <context> <name>MiniEditor</name> <message> - <location filename="../QScintilla/MiniEditor.py" line="485"/> + <location filename="../QScintilla/MiniEditor.py" line="545"/> <source>New</source> <translation>Nový</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="485"/> + <location filename="../QScintilla/MiniEditor.py" line="545"/> <source>&New</source> <translation>&Nový</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="485"/> + <location filename="../QScintilla/MiniEditor.py" line="545"/> <source>Ctrl+N</source> <comment>File|New</comment> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="491"/> + <location filename="../QScintilla/MiniEditor.py" line="551"/> <source>Open an empty editor window</source> <translation>Otevřít prázdné editační okno</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="492"/> + <location filename="../QScintilla/MiniEditor.py" line="552"/> <source><b>New</b><p>An empty editor window will be created.</p></source> <translation><b>Nový</b><p>Bude otevřeno prázdné editační okno.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="499"/> + <location filename="../QScintilla/MiniEditor.py" line="559"/> <source>Open</source> <translation>Otevřít</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="499"/> + <location filename="../QScintilla/MiniEditor.py" line="559"/> <source>&Open...</source> <translation>&Otevřít...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="499"/> + <location filename="../QScintilla/MiniEditor.py" line="559"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="505"/> - <source>Open a file</source> - <translation>Otevřít soubor</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="506"/> - <source><b>Open a file</b><p>You will be asked for the name of a file to be opened.</p></source> - <translation><b>Otevřít soubor</b><p>Budete dotázáni na jméno souboru, který se má otevřít do editačního okna.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="513"/> - <source>Save</source> - <translation>Uložit</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="513"/> - <source>&Save</source> - <translation>&Uložit</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="513"/> - <source>Ctrl+S</source> - <comment>File|Save</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="519"/> - <source>Save the current file</source> - <translation>Uložit aktuální soubor</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="520"/> - <source><b>Save File</b><p>Save the contents of current editor window.</p></source> - <translation><b>Uložit soubor</b><p>Uložit obsah aktuálního editačního okna.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="527"/> - <source>Save as</source> - <translation>Uložit jako</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="527"/> - <source>Save &as...</source> - <translation>Uložit j&ako...</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="527"/> - <source>Shift+Ctrl+S</source> - <comment>File|Save As</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="533"/> - <source>Save the current file to a new one</source> - <translation>Uložit aktuální soubor do nového</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="535"/> - <source><b>Save File as</b><p>Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.</p></source> - <translation><b>Uložit soubor jako</b><p>Uložit obsah aktuálního editačního okna do nového souboru. Název souboru bude zadán v dialogu výběru souboru.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="558"/> - <source>Close</source> - <translation>Zavřít</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="558"/> - <source>&Close</source> - <translation>&Zavřít</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="558"/> - <source>Ctrl+W</source> - <comment>File|Close</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="564"/> - <source>Close the editor window</source> - <translation>Zavřít editační okno</translation> - </message> - <message> <location filename="../QScintilla/MiniEditor.py" line="565"/> - <source><b>Close Window</b><p>Close the current window.</p></source> - <translation><b>Zavřít okno</b><p>Zavřít aktuální okno.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="604"/> - <source>Undo</source> - <translation>Vrátit</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="604"/> - <source>&Undo</source> - <translation>&Vrátit</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="604"/> - <source>Ctrl+Z</source> - <comment>Edit|Undo</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="604"/> - <source>Alt+Backspace</source> - <comment>Edit|Undo</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="611"/> - <source>Undo the last change</source> - <translation>Vrátit poslední změnu</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="612"/> - <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> - <translation><b>Undo</b><p>Vrátit poslední změnu v aktuálním editačním okně.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="619"/> - <source>Redo</source> - <translation>Znovu použít</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="619"/> - <source>&Redo</source> - <translation>&Znovu použít</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="619"/> - <source>Ctrl+Shift+Z</source> - <comment>Edit|Redo</comment> - <translation></translation> + <source>Open a file</source> + <translation>Otevřít soubor</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="566"/> + <source><b>Open a file</b><p>You will be asked for the name of a file to be opened.</p></source> + <translation><b>Otevřít soubor</b><p>Budete dotázáni na jméno souboru, který se má otevřít do editačního okna.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="573"/> + <source>Save</source> + <translation>Uložit</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="573"/> + <source>&Save</source> + <translation>&Uložit</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="573"/> + <source>Ctrl+S</source> + <comment>File|Save</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="579"/> + <source>Save the current file</source> + <translation>Uložit aktuální soubor</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="580"/> + <source><b>Save File</b><p>Save the contents of current editor window.</p></source> + <translation><b>Uložit soubor</b><p>Uložit obsah aktuálního editačního okna.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="587"/> + <source>Save as</source> + <translation>Uložit jako</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="587"/> + <source>Save &as...</source> + <translation>Uložit j&ako...</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="587"/> + <source>Shift+Ctrl+S</source> + <comment>File|Save As</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="593"/> + <source>Save the current file to a new one</source> + <translation>Uložit aktuální soubor do nového</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="595"/> + <source><b>Save File as</b><p>Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.</p></source> + <translation><b>Uložit soubor jako</b><p>Uložit obsah aktuálního editačního okna do nového souboru. Název souboru bude zadán v dialogu výběru souboru.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="618"/> + <source>Close</source> + <translation>Zavřít</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="618"/> + <source>&Close</source> + <translation>&Zavřít</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="618"/> + <source>Ctrl+W</source> + <comment>File|Close</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="624"/> + <source>Close the editor window</source> + <translation>Zavřít editační okno</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="625"/> - <source>Redo the last change</source> - <translation>Znovu použít poslední změnu</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="626"/> - <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> - <translation><b>Redo</b><p>Znovu použít poslení změnu, která byla provedena v aktuálním editačním okně.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="633"/> - <source>Cut</source> - <translation>Vyjmout</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="633"/> - <source>Cu&t</source> - <translation>Vyjmou&t</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="633"/> - <source>Ctrl+X</source> - <comment>Edit|Cut</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="633"/> - <source>Shift+Del</source> - <comment>Edit|Cut</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="640"/> - <source>Cut the selection</source> - <translation>Vyjmout výběr</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="641"/> - <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> - <translation><b>Vyjmout</b><p>Vyjme vybraný text z aktuálního editačního okna a vloží jej do schránky.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="649"/> - <source>Copy</source> - <translation>Kopírovat</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="649"/> - <source>&Copy</source> - <translation>&Kopírovat</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="649"/> - <source>Ctrl+C</source> - <comment>Edit|Copy</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="649"/> - <source>Ctrl+Ins</source> - <comment>Edit|Copy</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="656"/> - <source>Copy the selection</source> - <translation>Kopírovat výběr</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="657"/> - <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> - <translation><b>Kopírovat</b><p>Zkopíruje vybraný text v aktuálním editačním okně a uloží jej do schránky.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="665"/> - <source>Paste</source> - <translation>Vložit</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="665"/> - <source>&Paste</source> - <translation>V&ložit</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="665"/> - <source>Ctrl+V</source> - <comment>Edit|Paste</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="665"/> - <source>Shift+Ins</source> - <comment>Edit|Paste</comment> - <translation></translation> + <source><b>Close Window</b><p>Close the current window.</p></source> + <translation><b>Zavřít okno</b><p>Zavřít aktuální okno.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="664"/> + <source>Undo</source> + <translation>Vrátit</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="664"/> + <source>&Undo</source> + <translation>&Vrátit</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="664"/> + <source>Ctrl+Z</source> + <comment>Edit|Undo</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="664"/> + <source>Alt+Backspace</source> + <comment>Edit|Undo</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="671"/> + <source>Undo the last change</source> + <translation>Vrátit poslední změnu</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="672"/> + <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> + <translation><b>Undo</b><p>Vrátit poslední změnu v aktuálním editačním okně.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="679"/> + <source>Redo</source> + <translation>Znovu použít</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="679"/> + <source>&Redo</source> + <translation>&Znovu použít</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="679"/> + <source>Ctrl+Shift+Z</source> + <comment>Edit|Redo</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="685"/> + <source>Redo the last change</source> + <translation>Znovu použít poslední změnu</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="686"/> + <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> + <translation><b>Redo</b><p>Znovu použít poslení změnu, která byla provedena v aktuálním editačním okně.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="693"/> + <source>Cut</source> + <translation>Vyjmout</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="693"/> + <source>Cu&t</source> + <translation>Vyjmou&t</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="693"/> + <source>Ctrl+X</source> + <comment>Edit|Cut</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="693"/> + <source>Shift+Del</source> + <comment>Edit|Cut</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="700"/> + <source>Cut the selection</source> + <translation>Vyjmout výběr</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="701"/> + <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> + <translation><b>Vyjmout</b><p>Vyjme vybraný text z aktuálního editačního okna a vloží jej do schránky.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="709"/> + <source>Copy</source> + <translation>Kopírovat</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="709"/> + <source>&Copy</source> + <translation>&Kopírovat</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="709"/> + <source>Ctrl+C</source> + <comment>Edit|Copy</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="709"/> + <source>Ctrl+Ins</source> + <comment>Edit|Copy</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="716"/> + <source>Copy the selection</source> + <translation>Kopírovat výběr</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="717"/> + <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> + <translation><b>Kopírovat</b><p>Zkopíruje vybraný text v aktuálním editačním okně a uloží jej do schránky.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="725"/> + <source>Paste</source> + <translation>Vložit</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="725"/> + <source>&Paste</source> + <translation>V&ložit</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="725"/> + <source>Ctrl+V</source> + <comment>Edit|Paste</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="725"/> + <source>Shift+Ins</source> + <comment>Edit|Paste</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="732"/> <source>Paste the last cut/copied text</source> <translation>Vložit text ze schránky</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="674"/> + <location filename="../QScintilla/MiniEditor.py" line="734"/> <source><b>Paste</b><p>Paste the last cut/copied text from the clipboard to the current editor.</p></source> <translation><b>Vložit</b><p>Vloží text, který byl uložen do schránky při předchozím kroku Vyjmout nebo Kopírovat.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="682"/> + <location filename="../QScintilla/MiniEditor.py" line="742"/> <source>Clear</source> <translation>Vyčistit</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="682"/> + <location filename="../QScintilla/MiniEditor.py" line="742"/> <source>Cl&ear</source> <translation>Vyči&stit</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="682"/> + <location filename="../QScintilla/MiniEditor.py" line="742"/> <source>Alt+Shift+C</source> <comment>Edit|Clear</comment> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="689"/> + <location filename="../QScintilla/MiniEditor.py" line="749"/> <source>Clear all text</source> <translation>Vyčistit všechen text</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="690"/> + <location filename="../QScintilla/MiniEditor.py" line="750"/> <source><b>Clear</b><p>Delete all text of the current editor.</p></source> <translation><b>Vyčistit</b><p>Smazat všechnen text v aktuálním editoru.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2293"/> - <source>About</source> - <translation>O aplikaci</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2293"/> - <source>&About</source> - <translation>O &aplikaci</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2297"/> - <source>Display information about this software</source> - <translation>Zobrazit informace a tomto software</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2299"/> - <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="../QScintilla/MiniEditor.py" line="2305"/> - <source>About Qt</source> - <translation>O Qt</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2305"/> - <source>About &Qt</source> - <translation>O &Qt</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2309"/> - <source>Display information about the Qt toolkit</source> - <translation>Zobrazit informace o Qt toolkitu</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2311"/> - <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> - <translation><b>O Qt</b><p>Zobrazit informace o Qt toolkitu.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2341"/> - <source>&File</source> - <translation>S&oubor</translation> - </message> - <message> <location filename="../QScintilla/MiniEditor.py" line="2353"/> + <source>About</source> + <translation>O aplikaci</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2353"/> + <source>&About</source> + <translation>O &aplikaci</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2357"/> + <source>Display information about this software</source> + <translation>Zobrazit informace a tomto software</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2359"/> + <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="../QScintilla/MiniEditor.py" line="2365"/> + <source>About Qt</source> + <translation>O Qt</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2365"/> + <source>About &Qt</source> + <translation>O &Qt</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2369"/> + <source>Display information about the Qt toolkit</source> + <translation>Zobrazit informace o Qt toolkitu</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2371"/> + <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> + <translation><b>O Qt</b><p>Zobrazit informace o Qt toolkitu.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2401"/> + <source>&File</source> + <translation>S&oubor</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2413"/> <source>&Edit</source> <translation>&Edit</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2379"/> + <location filename="../QScintilla/MiniEditor.py" line="2439"/> <source>&Help</source> <translation>&Nápověda</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2456"/> + <location filename="../QScintilla/MiniEditor.py" line="2516"/> <source><p>This part of the status bar displays the line number of the editor.</p></source> <translation><p>Tato část status baru zobrazuje číslo řádku v editoru.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2463"/> + <location filename="../QScintilla/MiniEditor.py" line="2523"/> <source><p>This part of the status bar displays the cursor position of the editor.</p></source> <translation><p>Tato část status baru zobrazuje pozici kurzoru v editoru.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2480"/> + <location filename="../QScintilla/MiniEditor.py" line="2540"/> <source>Ready</source> <translation>Hotovo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2562"/> + <location filename="../QScintilla/MiniEditor.py" line="2622"/> <source>File loaded</source> <translation>Soubor načten</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2995"/> + <location filename="../QScintilla/MiniEditor.py" line="3055"/> <source>Untitled</source> <translation>Beze jména</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2677"/> + <location filename="../QScintilla/MiniEditor.py" line="2737"/> <source>Mini Editor</source> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3036"/> - <source>Select all</source> - <translation>Vybrat vše</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="3037"/> - <source>Deselect all</source> - <translation>Zrušit celý výběr</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="3051"/> - <source>Languages</source> - <translation>Jazyky</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="3054"/> - <source>No Language</source> - <translation>Žádný jazyk</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2534"/> - <source>Open File</source> - <translation>Otevřít soubor</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2648"/> - <source>File saved</source> - <translation>Soubor uložen</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2449"/> - <source><p>This part of the status bar displays an indication of the editors files writability.</p></source> - <translation><p>Tato část statusbaru zobrazuje indikátor práva zápisu editoru do souboru.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2318"/> - <source>What's This?</source> - <translation>Co je to?</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2318"/> - <source>&What's This?</source> - <translation>&Co je to?</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2318"/> - <source>Shift+F1</source> - <comment>Help|What's This?'</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2324"/> - <source>Context sensitive help</source> - <translation>Kontextově senzitivní nápověda</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2325"/> - <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="../QScintilla/MiniEditor.py" line="2391"/> - <source>File</source> - <translation>Soubor</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2404"/> - <source>Edit</source> - <translation>Editovat</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2414"/> - <source>Find</source> - <translation>Hledat</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2428"/> - <source>Help</source> - <translation>Nápověda</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="572"/> - <source>Print</source> - <translation>Tisk</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="572"/> - <source>&Print</source> - <translation>&Tisk</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="572"/> - <source>Ctrl+P</source> - <comment>File|Print</comment> - <translation></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="578"/> - <source>Print the current file</source> - <translation>Tisk aktuálního souboru</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2958"/> - <source>Printing...</source> - <translation>Tisk...</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2976"/> - <source>Printing completed</source> - <translation>Tisk je hotov</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2978"/> - <source>Error while printing</source> - <translation>Chyba během tisku</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2981"/> - <source>Printing aborted</source> - <translation>Tisk byl zrušen</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="579"/> - <source><b>Print File</b><p>Print the contents of the current file.</p></source> - <translation><b>Tisk souboru</b><p>Tisk obsahu aktuálního souboru.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="586"/> - <source>Print Preview</source> - <translation>Náhled tisku</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="591"/> - <source>Print preview of the current file</source> - <translation>Náhled tisku aktuálního souboru</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="593"/> - <source><b>Print Preview</b><p>Print preview of the current file.</p></source> - <translation><b>Náhkled tisku</b><p>Náhkled tisku aktuálního souboru.</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="3078"/> - <source>Guessed</source> - <translation>Odhadem</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="3100"/> - <source>Alternatives</source> - <translation>Alternativy</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="3124"/> - <source>Pygments Lexer</source> - <translation>Pygments Lexer</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="3124"/> - <source>Select the Pygments lexer to apply.</source> - <translation>Použít Pygments lexer.</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="407"/> - <source>Line: {0:5}</source> - <translation>Řádek: {0:5}</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="411"/> - <source>Pos: {0:5}</source> - <translation>Poz: {0:5}</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2534"/> - <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> - <translation><p>Soubor <b>{0}</b> nelze otevřít.<br />Důvod: {1}</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2641"/> - <source>Save File</source> - <translation>Uložit soubor</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2641"/> - <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> - <translation><p>Soubor <b>{0}</b> nelze uložit.<br />Důvod: {1}</p></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2677"/> - <source>{0}[*] - {1}</source> - <translation></translation> - </message> - <message> <location filename="../QScintilla/MiniEditor.py" line="3096"/> - <source>Alternatives ({0})</source> - <translation>Alternativy ({0})</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2507"/> - <source>The document has unsaved changes.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="337"/> - <source>About eric6 Mini Editor</source> - <translation type="unfinished">O eric5 Mini Editoru {6 ?}</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="337"/> - <source>The eric6 Mini Editor is an editor component based on QScintilla. It may be used for simple editing tasks, that don't need the power of a full blown editor.</source> - <translation type="unfinished">Eric5 Mini editor je odvozen od modulu QScintilla. Lze jej použít pro jednoduché úpravy, kde není nutné mít k dispozici všechny vlastnosti plného editoru. {6 ?}</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2507"/> - <source>eric6 Mini Editor</source> - <translation type="unfinished">eric5 Mini Editor {6 ?}</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="543"/> - <source>Save Copy</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="543"/> - <source>Save &Copy...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="548"/> - <source>Save a copy of the current file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="550"/> - <source><b>Save Copy</b><p>Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="3638"/> - <source>EditorConfig Properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="3638"/> - <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2660"/> - <source>[*] - {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="426"/> - <source>Language: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2371"/> - <source>&View</source> - <translation type="unfinished">Poh&led</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2421"/> - <source>View</source> - <translation type="unfinished">Pohled</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="2441"/> - <source><p>This part of the status bar displays the editor language.</p></source> - <translation type="unfinished"></translation> + <source>Select all</source> + <translation>Vybrat vše</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="3097"/> + <source>Deselect all</source> + <translation>Zrušit celý výběr</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="3111"/> + <source>Languages</source> + <translation>Jazyky</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="3114"/> + <source>No Language</source> + <translation>Žádný jazyk</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2594"/> + <source>Open File</source> + <translation>Otevřít soubor</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2708"/> + <source>File saved</source> + <translation>Soubor uložen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2509"/> + <source><p>This part of the status bar displays an indication of the editors files writability.</p></source> + <translation><p>Tato část statusbaru zobrazuje indikátor práva zápisu editoru do souboru.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2378"/> + <source>What's This?</source> + <translation>Co je to?</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2378"/> + <source>&What's This?</source> + <translation>&Co je to?</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2378"/> + <source>Shift+F1</source> + <comment>Help|What's This?'</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2384"/> + <source>Context sensitive help</source> + <translation>Kontextově senzitivní nápověda</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2385"/> + <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="../QScintilla/MiniEditor.py" line="2451"/> + <source>File</source> + <translation>Soubor</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2464"/> + <source>Edit</source> + <translation>Editovat</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="2474"/> + <source>Find</source> + <translation>Hledat</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2488"/> + <source>Help</source> + <translation>Nápověda</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="632"/> + <source>Print</source> + <translation>Tisk</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="632"/> + <source>&Print</source> + <translation>&Tisk</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="632"/> + <source>Ctrl+P</source> + <comment>File|Print</comment> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="638"/> + <source>Print the current file</source> + <translation>Tisk aktuálního souboru</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="3018"/> + <source>Printing...</source> + <translation>Tisk...</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="3036"/> + <source>Printing completed</source> + <translation>Tisk je hotov</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="3038"/> + <source>Error while printing</source> + <translation>Chyba během tisku</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="3041"/> + <source>Printing aborted</source> + <translation>Tisk byl zrušen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="639"/> + <source><b>Print File</b><p>Print the contents of the current file.</p></source> + <translation><b>Tisk souboru</b><p>Tisk obsahu aktuálního souboru.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="646"/> + <source>Print Preview</source> + <translation>Náhled tisku</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="651"/> + <source>Print preview of the current file</source> + <translation>Náhled tisku aktuálního souboru</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="653"/> + <source><b>Print Preview</b><p>Print preview of the current file.</p></source> + <translation><b>Náhkled tisku</b><p>Náhkled tisku aktuálního souboru.</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="3138"/> + <source>Guessed</source> + <translation>Odhadem</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="3160"/> + <source>Alternatives</source> + <translation>Alternativy</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="3184"/> + <source>Pygments Lexer</source> + <translation>Pygments Lexer</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="3184"/> + <source>Select the Pygments lexer to apply.</source> + <translation>Použít Pygments lexer.</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="467"/> + <source>Line: {0:5}</source> + <translation>Řádek: {0:5}</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="471"/> + <source>Pos: {0:5}</source> + <translation>Poz: {0:5}</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2594"/> + <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> + <translation><p>Soubor <b>{0}</b> nelze otevřít.<br />Důvod: {1}</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2701"/> + <source>Save File</source> + <translation>Uložit soubor</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2701"/> + <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> + <translation><p>Soubor <b>{0}</b> nelze uložit.<br />Důvod: {1}</p></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2737"/> + <source>{0}[*] - {1}</source> + <translation></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="3156"/> + <source>Alternatives ({0})</source> + <translation>Alternativy ({0})</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2567"/> + <source>The document has unsaved changes.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="366"/> + <source>About eric6 Mini Editor</source> + <translation type="obsolete">O eric5 Mini Editoru {6 ?}</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="366"/> + <source>The eric6 Mini Editor is an editor component based on QScintilla. It may be used for simple editing tasks, that don't need the power of a full blown editor.</source> + <translation type="obsolete">Eric5 Mini editor je odvozen od modulu QScintilla. Lze jej použít pro jednoduché úpravy, kde není nutné mít k dispozici všechny vlastnosti plného editoru. {6 ?}</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2536"/> + <source>eric6 Mini Editor</source> + <translation type="obsolete">eric5 Mini Editor {6 ?}</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="603"/> + <source>Save Copy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="603"/> + <source>Save &Copy...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="608"/> + <source>Save a copy of the current file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="610"/> + <source><b>Save Copy</b><p>Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="3698"/> + <source>EditorConfig Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="3698"/> + <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2720"/> + <source>[*] - {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="486"/> + <source>Language: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2431"/> + <source>&View</source> + <translation type="unfinished">Poh&led</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2481"/> + <source>View</source> + <translation type="unfinished">Pohled</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2501"/> + <source><p>This part of the status bar displays the editor language.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2534"/> <source><p>This part of the status bar allows zooming the editor.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="397"/> + <source>About eric Mini Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="397"/> + <source>The eric Mini Editor is an editor component based on QScintilla. It may be used for simple editing tasks, that don't need the power of a full blown editor.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2567"/> + <source>eric Mini Editor</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>MiscellaneousChecker</name> @@ -49606,202 +49953,202 @@ <translation><b>Konfigurovat siť</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="64"/> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="45"/> <source>Download directory:</source> <translation>Download adresář:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="61"/> + <source>Enter the download directory (leave empty to use the default location)</source> + <translation>Zadejte download adresář (ponechte prázdné pro výchozí lokaci)</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="151"/> + <source>Select to use a web proxy</source> + <translation>Výběr použití web proxy</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="154"/> + <source>Network Proxy</source> + <translation type="unfinished">Použít síťovou proxy</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="70"/> + <source>Select to ask the user for a download filename</source> + <translation>Vybrat pro požádání uživatele aby si stáhnul soubor s názvem</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="73"/> + <source>Request name of downloaded file</source> + <translation>Požádat o jméno souboru ke stažení</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="179"/> + <source>Select to use the system proxy configuration</source> + <translation>Zvolte, chccete-li použít systémovou proxy konfiguraci</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="182"/> + <source>Use system proxy configuration</source> + <translation>Použít systémouvou proxy konfiguraci</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="189"/> + <source>Select to use an application specific proxy configuration</source> + <translation>Zvolte pro použití proxy konfigurace konkrétní aplikace</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="192"/> + <source>Manual proxy configuration:</source> + <translation>Ruční proxy konfigurace:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="205"/> + <source>Manual proxy settings</source> + <translation>Ruční proxy nastavení</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="227"/> + <source>Enter the name of the HTTP proxy host</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="356"/> + <source>Port:</source> + <translation type="unfinished">Port:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="241"/> + <source>Enter the HTTP proxy port</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="260"/> + <source>Select to use the HTTP proxy for all</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="263"/> + <source>Use this proxy for all protocols</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="286"/> + <source>Enter the name of the HTTPS proxy host</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="300"/> + <source>Enter the HTTPS proxy port</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="349"/> + <source>Enter the name of the FTP proxy host</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="363"/> + <source>Enter the FTP proxy port</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="37"/> + <source>Downloads</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="80"/> - <source>Enter the download directory (leave empty to use the default location)</source> - <translation>Zadejte download adresář (ponechte prázdné pro výchozí lokaci)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="170"/> - <source>Select to use a web proxy</source> - <translation>Výběr použití web proxy</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="173"/> - <source>Network Proxy</source> - <translation type="unfinished">Použít síťovou proxy</translation> + <source>Download Manager Cleanup Policy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="86"/> + <source>Select to never cleanup automatically</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="89"/> - <source>Select to ask the user for a download filename</source> - <translation>Vybrat pro požádání uživatele aby si stáhnul soubor s názvem</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="92"/> - <source>Request name of downloaded file</source> - <translation>Požádat o jméno souboru ke stažení</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="198"/> - <source>Select to use the system proxy configuration</source> - <translation>Zvolte, chccete-li použít systémovou proxy konfiguraci</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="201"/> - <source>Use system proxy configuration</source> - <translation>Použít systémouvou proxy konfiguraci</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="208"/> - <source>Select to use an application specific proxy configuration</source> - <translation>Zvolte pro použití proxy konfigurace konkrétní aplikace</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="211"/> - <source>Manual proxy configuration:</source> - <translation>Ruční proxy konfigurace:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="224"/> - <source>Manual proxy settings</source> - <translation>Ruční proxy nastavení</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="246"/> - <source>Enter the name of the HTTP proxy host</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="375"/> - <source>Port:</source> - <translation type="unfinished">Port:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="260"/> - <source>Enter the HTTP proxy port</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="279"/> - <source>Select to use the HTTP proxy for all</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="282"/> - <source>Use this proxy for all protocols</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="305"/> - <source>Enter the name of the HTTPS proxy host</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="319"/> - <source>Enter the HTTPS proxy port</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="368"/> - <source>Enter the name of the FTP proxy host</source> + <source>Never</source> + <translation type="unfinished">Nikdy</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="96"/> + <source>Select to cleanup upon exiting</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="99"/> + <source>When exiting the application</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="106"/> + <source>Select to cleanup after a successful download</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="109"/> + <source>When download finished successfully</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="322"/> + <source>FTP-Proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="342"/> + <source>Hostname:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="328"/> + <source>Proxy Type:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="335"/> + <source>Select the type of the FTP proxy</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="382"/> - <source>Enter the FTP proxy port</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="56"/> - <source>Downloads</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="99"/> - <source>Download Manager Cleanup Policy</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="105"/> - <source>Select to never cleanup automatically</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="108"/> - <source>Never</source> - <translation type="unfinished">Nikdy</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="115"/> - <source>Select to cleanup upon exiting</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="118"/> - <source>When exiting the application</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="125"/> - <source>Select to cleanup after a successful download</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="128"/> - <source>When download finished successfully</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="341"/> - <source>FTP-Proxy</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="361"/> - <source>Hostname:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="347"/> - <source>Proxy Type:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="354"/> - <source>Select the type of the FTP proxy</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="401"/> <source>User Name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="408"/> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="389"/> <source>Enter the user name for the proxy authentication</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="415"/> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="396"/> <source>Password:</source> <translation type="unfinished">Heslo:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="422"/> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="403"/> <source>Enter the password for the proxy authentication</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="432"/> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="413"/> <source>Account:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="439"/> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="420"/> <source>Enter the account info for the proxy authentication</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="470"/> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="451"/> <source>Press to clear the saved passwords for the Http(s) proxy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="473"/> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="454"/> <source>Clear HTTP(S) Proxy Passwords</source> <translation type="unfinished"></translation> </message> @@ -49851,72 +50198,57 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="233"/> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="214"/> <source>HTTP-Proxy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="292"/> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="273"/> <source>HTTPS-Proxy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="454"/> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="435"/> <source>Exceptions:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="461"/> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="442"/> <source>Enter host names or IP-addresses for which the proxy is to be circumvented separated by ',' (wildcards * or ? may be used)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="185"/> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="166"/> <source>Select to not use a network proxy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="188"/> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="169"/> <source>Do not use proxy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="37"/> - <source>Online Status</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="43"/> - <source>Select to determine the online status dynamically (assume online if unchecked)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="46"/> - <source>Dynamic Online Status Determination</source> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="119"/> + <source>Download Manager Display Policy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="125"/> + <source>Select to open the download manager dialog when starting a download</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="128"/> + <source>Open when starting download</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="135"/> + <source>Select to close the download manager dialog when the last download is finished</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="138"/> - <source>Download Manager Display Policy</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="144"/> - <source>Select to open the download manager dialog when starting a download</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="147"/> - <source>Open when starting download</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="154"/> - <source>Select to close the download manager dialog when the last download is finished</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="157"/> <source>Close when downloads finished</source> <translation type="unfinished"></translation> </message> @@ -50006,70 +50338,130 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="40"/> - <source>Select to enable notifications</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="43"/> - <source>Enable Notifications</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="52"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="42"/> <source>Auto Close Timeout:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="59"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="49"/> <source>Enter the timeout for closing the notification</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="55"/> <source> s</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="104"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="94"/> <source>Enter the X-position the notification should be shown at</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="127"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="117"/> <source>Enter the Y-position the notification should be shown at</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="91"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="81"/> <source>Position</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="97"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="87"/> <source>X:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="120"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="110"/> <source>Y:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="143"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="133"/> <source>Press to select the position visually, release to get it</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="89"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="102"/> <source>Visual Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="90"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="102"/> <source>Drag the notification window to the desired place and release the button.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="151"/> + <source>Warning Notification</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="285"/> + <source>Press to select the foreground color</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="288"/> + <source>Foreground</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="295"/> + <source>Press to select the background color</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="298"/> + <source>Background</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="305"/> + <source>Press to reset the colors to the current values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="308"/> + <source>Reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="315"/> + <source>Press to reset the colors to default values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="318"/> + <source>Default</source> + <translation type="unfinished">Výchozí</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="239"/> + <source>Warning</source> + <translation type="unfinished">Varování</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="258"/> + <source>This is a message to notify about a warning.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="279"/> + <source>Critical Notification</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="367"/> + <source>Critical</source> + <translation type="unfinished">Kritický</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="386"/> + <source>This is a message to notify about a critical event.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>NumbersWidget</name> @@ -50783,92 +51175,92 @@ <context> <name>PersonalInformationManager</name> <message> - <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="89"/> + <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="91"/> <source>Full Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="90"/> - <source>Last Name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="91"/> - <source>First Name</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="92"/> - <source>E-mail</source> + <source>Last Name</source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="93"/> - <source>Mobile</source> + <source>First Name</source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="94"/> - <source>Phone</source> + <source>E-mail</source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="95"/> - <source>Address</source> - <translation type="unfinished">Adresa</translation> + <source>Mobile</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="96"/> - <source>City</source> + <source>Phone</source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="97"/> - <source>ZIP Code</source> - <translation type="unfinished"></translation> + <source>Address</source> + <translation type="unfinished">Adresa</translation> </message> <message> <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="98"/> - <source>State/Region</source> + <source>City</source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="99"/> - <source>Country</source> + <source>ZIP Code</source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="100"/> - <source>Home Page</source> + <source>State/Region</source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="101"/> - <source>Custom 1</source> + <source>Country</source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="102"/> - <source>Custom 2</source> + <source>Home Page</source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="103"/> - <source>Custom 3</source> + <source>Custom 1</source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="104"/> + <source>Custom 2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="105"/> + <source>Custom 3</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="106"/> <source>Custom 4</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="149"/> + <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="151"/> <source>Insert Personal Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="159"/> + <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="162"/> <source>Edit Personal Information</source> <translation type="unfinished"></translation> </message> @@ -51095,7 +51487,7 @@ <context> <name>PipFreezeDialog</name> <message> - <location filename="../PipInterface/PipFreezeDialog.py" line="222"/> + <location filename="../PipInterface/PipFreezeDialog.py" line="225"/> <source>Generate Requirements</source> <translation type="unfinished"></translation> </message> @@ -51180,27 +51572,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/PipFreezeDialog.py" line="222"/> + <location filename="../PipInterface/PipFreezeDialog.py" line="225"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished">Textové soubory (*.txt);;Všechny soubory (*)</translation> </message> <message> - <location filename="../PipInterface/PipFreezeDialog.py" line="112"/> + <location filename="../PipInterface/PipFreezeDialog.py" line="114"/> <source>The requirements were changed. Do you want to overwrite these changes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/PipFreezeDialog.py" line="153"/> + <location filename="../PipInterface/PipFreezeDialog.py" line="156"/> <source>No output generated by 'pip freeze'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/PipFreezeDialog.py" line="190"/> + <location filename="../PipInterface/PipFreezeDialog.py" line="193"/> <source>The file <b>{0}</b> already exists. Do you want to overwrite it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/PipFreezeDialog.py" line="202"/> + <location filename="../PipInterface/PipFreezeDialog.py" line="205"/> <source><p>The requirements could not be written to <b>{0}</b>.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -52283,22 +52675,22 @@ <context> <name>PluginManager</name> <message> - <location filename="../PluginManager/PluginManager.py" line="630"/> + <location filename="../PluginManager/PluginManager.py" line="628"/> <source>Incompatible plugin activation method.</source> <translation>Nekompatibilní metoda aktivace pluginu.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="408"/> + <location filename="../PluginManager/PluginManager.py" line="406"/> <source>Module is missing the 'autoactivate' attribute.</source> <translation>Modulu chybí atribut 'autoaktivace'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="419"/> + <location filename="../PluginManager/PluginManager.py" line="417"/> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation>Modulu chybí atributy 'pluginType' a/nebo 'pluginTypename'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1213"/> + <location filename="../PluginManager/PluginManager.py" line="1211"/> <source>Plugin Manager Error</source> <translation>Chyba plugin manažeru</translation> </message> @@ -52308,37 +52700,37 @@ <translation>Nelze vytvořit balíček pro {0}.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="244"/> + <location filename="../PluginManager/PluginManager.py" line="242"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation>Interní adresář zásuvných modulů <b>{0}</b> neexistuje.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="443"/> + <location filename="../PluginManager/PluginManager.py" line="441"/> <source>Module failed to load. Error: {0}</source> <translation>Modul se nepodařilo načíst. Chyba: {0}</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1213"/> + <location filename="../PluginManager/PluginManager.py" line="1211"/> <source><p>The plugin download directory <b>{0}</b> could not be created. Please configure it via the configuration dialog.</p><p>Reason: {1}</p></source> <translation><p>Download plugin adresář <b>{0}</b> se nepodařilo vytvořit. Prosím, upravte nastavení přes konfigurační dialog.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1294"/> + <location filename="../PluginManager/PluginManager.py" line="1292"/> <source>Error downloading file</source> <translation type="unfinished">Chyba při stahování souboru</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1294"/> + <location filename="../PluginManager/PluginManager.py" line="1292"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation type="unfinished"><p>Nelze stáhnout požadovaný soubor z {0}.</p><p>Chyba: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1331"/> + <location filename="../PluginManager/PluginManager.py" line="1329"/> <source>New plugin versions available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1331"/> + <location filename="../PluginManager/PluginManager.py" line="1329"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation type="unfinished"></translation> </message> @@ -52592,179 +52984,164 @@ <context> <name>PluginRepositoryWidget</name> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="92"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="91"/> <source>Update</source> <translation>Obnovit</translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="94"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="93"/> <source>Download</source> <translation>Download</translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="101"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="100"/> <source>Cancel</source> <translation>Zrušit</translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="104"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="103"/> <source>Close && Install</source> <translation>Zavřít && Instalovat</translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="403"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="359"/> <source>Download Plugin Files</source> <translation>Download plugin soubory</translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="403"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="359"/> <source>The requested plugins were downloaded.</source> <translation>Požadované pluginy byly staženy.</translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="458"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="415"/> <source>Read plugins repository file</source> <translation>Číst soubor repozitáře pluginů</translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="466"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="423"/> <source>No plugin repository file available. Select Update.</source> <translation>Soubor repozitáře pluginů není k dispozici. Vyberte Obnovit.</translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="537"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="484"/> <source>Error downloading file</source> <translation>Chyba při stahování souboru</translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="621"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="568"/> <source>Stable</source> <translation>Stabilní</translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="627"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="574"/> <source>Unstable</source> <translation>Nestabilní</translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="639"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="586"/> <source>Unknown</source> <translation>Neznámý</translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="458"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="415"/> <source><p>The plugins repository file <b>{0}</b> could not be read. Select Update</p></source> <translation><p>Soubor repozitáře pluginů <b>{0}</b> nelze přečíst. Vyberte Obnovit</p></translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="537"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="484"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation><p>Nelze stáhnout požadovaný soubor z {0}.</p><p>Chyba: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="97"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="96"/> <source>Download && Install</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="450"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="407"/> <source>Plugins Repository URL Changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="450"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="407"/> <source>The URL of the Plugins Repository has changed. Select the "Update" button to get the new repository file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="118"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="117"/> <source>Hide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="120"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="119"/> <source>Hide Selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="123"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="122"/> <source>Show All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="126"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="125"/> <source>Cleanup Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="653"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="600"/> <source>up-to-date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="656"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="603"/> <source>new download available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="660"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="607"/> <source>update installable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="664"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="611"/> <source>updated download available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="1032"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="979"/> <source>Cleanup of Plugin Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="1032"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="979"/> <source><p>The plugin download <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="173"/> - <source>Network Status: online</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="175"/> - <source>Network Status: offline</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="506"/> - <source>Computer is offline.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="473"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="430"/> <source>New: <b>{0}</b></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="475"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="432"/> <source>Local Updates: <b>{0}</b></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="477"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="434"/> <source>Remote Updates: <b>{0}</b></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="633"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="580"/> <source>Obsolete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="668"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="615"/> <source>error determining status</source> <translation type="unfinished"></translation> </message> @@ -52772,17 +53149,17 @@ <context> <name>PluginRepositoryWindow</name> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="916"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="863"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="916"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="863"/> <source>OK</source> <translation>OK</translation> </message> <message> - <location filename="../PluginManager/PluginRepositoryDialog.py" line="916"/> + <location filename="../PluginManager/PluginRepositoryDialog.py" line="863"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit zveřejnění.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> @@ -52838,7 +53215,7 @@ <translation>Globální adresář s pluginy</translation> </message> <message> - <location filename="../PluginManager/PluginUninstallDialog.py" line="199"/> + <location filename="../PluginManager/PluginUninstallDialog.py" line="198"/> <source>Plugin Uninstallation</source> <translation>Odinstalace pluginu</translation> </message> @@ -52858,7 +53235,7 @@ <translation><p>Plugin balíček <b>{0}</b> nelze odebrat. Zrušeno...</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginUninstallDialog.py" line="199"/> + <location filename="../PluginManager/PluginUninstallDialog.py" line="198"/> <source><p>The plugin <b>{0}</b> was uninstalled successfully from {1}.</p></source> <translation><p>Plugin <b>{0}</b> byl úspěšně odinstalován z {1}.</p></translation> </message> @@ -53134,17 +53511,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1625"/> + <location filename="../Preferences/__init__.py" line="1637"/> <source>Export Preferences</source> <translation>Předvolby exportu</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1653"/> + <location filename="../Preferences/__init__.py" line="1665"/> <source>Import Preferences</source> <translation>Předvolby importu</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1653"/> + <location filename="../Preferences/__init__.py" line="1665"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -53492,32 +53869,32 @@ <translation type="obsolete">Kompilátor resource (Ruby, Qt4)</translation> </message> <message> - <location filename="../Preferences/ProgramsDialog.py" line="202"/> + <location filename="../Preferences/ProgramsDialog.py" line="230"/> <source>CORBA IDL Compiler</source> <translation>CORBA IDL kompilátor</translation> </message> <message> - <location filename="../Preferences/ProgramsDialog.py" line="341"/> + <location filename="../Preferences/ProgramsDialog.py" line="369"/> <source>(not configured)</source> <translation>(nezkonfigurováno)</translation> </message> <message> - <location filename="../Preferences/ProgramsDialog.py" line="399"/> + <location filename="../Preferences/ProgramsDialog.py" line="436"/> <source>(not executable)</source> <translation>(nevykonavatelný)</translation> </message> <message> - <location filename="../Preferences/ProgramsDialog.py" line="442"/> + <location filename="../Preferences/ProgramsDialog.py" line="479"/> <source>(not found)</source> <translation>(nenalezeno)</translation> </message> <message> - <location filename="../Preferences/ProgramsDialog.py" line="396"/> + <location filename="../Preferences/ProgramsDialog.py" line="433"/> <source>(unknown)</source> <translation>(neznámý)</translation> </message> <message> - <location filename="../Preferences/ProgramsDialog.py" line="235"/> + <location filename="../Preferences/ProgramsDialog.py" line="263"/> <source>Spell Checker - PyEnchant</source> <translation></translation> </message> @@ -53537,7 +53914,7 @@ <translation type="obsolete">Kompilátor resourců (Python, PySide)</translation> </message> <message> - <location filename="../Preferences/ProgramsDialog.py" line="252"/> + <location filename="../Preferences/ProgramsDialog.py" line="280"/> <source>Source Highlighter - Pygments</source> <translation type="unfinished"></translation> </message> @@ -53577,57 +53954,57 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ProgramsDialog.py" line="210"/> + <location filename="../Preferences/ProgramsDialog.py" line="238"/> <source>Protobuf Compiler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ProgramsDialog.py" line="217"/> + <location filename="../Preferences/ProgramsDialog.py" line="245"/> <source>gRPC Compiler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ProgramsDialog.py" line="375"/> + <location filename="../Preferences/ProgramsDialog.py" line="398"/> <source>(module not found)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ProgramsDialog.py" line="162"/> + <location filename="../Preferences/ProgramsDialog.py" line="174"/> <source>Translation Extractor (Python, PySide2)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ProgramsDialog.py" line="172"/> + <location filename="../Preferences/ProgramsDialog.py" line="184"/> <source>Resource Compiler (Python, PySide2)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ProgramsDialog.py" line="167"/> + <location filename="../Preferences/ProgramsDialog.py" line="179"/> <source>Forms Compiler (Python, PySide2)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ProgramsDialog.py" line="183"/> + <location filename="../Preferences/ProgramsDialog.py" line="211"/> <source>conda Manager</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ProgramsDialog.py" line="191"/> + <location filename="../Preferences/ProgramsDialog.py" line="219"/> <source>PyPI Package Management</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ProgramsDialog.py" line="259"/> + <location filename="../Preferences/ProgramsDialog.py" line="287"/> <source>MicroPython - MPY Cross Compiler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ProgramsDialog.py" line="262"/> + <location filename="../Preferences/ProgramsDialog.py" line="290"/> <source>MicroPython - ESP Tool</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ProgramsDialog.py" line="268"/> + <location filename="../Preferences/ProgramsDialog.py" line="296"/> <source>MicroPython - PyBoard Flasher</source> <translation type="unfinished"></translation> </message> @@ -53656,206 +54033,231 @@ <source>Unavailable Tools Only</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ProgramsDialog.py" line="161"/> + <source>Translation Extractor (Python, PyQt6)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ProgramsDialog.py" line="166"/> + <source>Forms Compiler (Python, PyQt6)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ProgramsDialog.py" line="190"/> + <source>Translation Extractor (Python, PySide6)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ProgramsDialog.py" line="195"/> + <source>Forms Compiler (Python, PySide6)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ProgramsDialog.py" line="200"/> + <source>Resource Compiler (Python, PySide6)</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="269"/> + <location filename="../Project/Project.py" line="272"/> <source>Console</source> <translation>Konzole</translation> </message> <message> - <location filename="../Project/Project.py" line="270"/> + <location filename="../Project/Project.py" line="273"/> <source>Other</source> <translation>Ostatní</translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="803"/> <source>Read project file</source> <translation>Načíst soubor projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="884"/> + <location filename="../Project/Project.py" line="906"/> <source>Save project file</source> <translation>Uložit soubor projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="920"/> + <location filename="../Project/Project.py" line="942"/> <source>Read user project properties</source> <translation>Načíst uživatelská nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="944"/> + <location filename="../Project/Project.py" line="966"/> <source>Save user project properties</source> <translation>Uložit uživatelská nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="1002"/> + <location filename="../Project/Project.py" line="1024"/> <source>Read project session</source> <translation>Načíst relaci projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="1227"/> + <location filename="../Project/Project.py" line="1249"/> <source>Please save the project first.</source> <translation>Prosím, nejdříve uložte projekt.</translation> </message> <message> - <location filename="../Project/Project.py" line="1038"/> + <location filename="../Project/Project.py" line="1060"/> <source>Save project session</source> <translation>Uložit relaci projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="1067"/> + <location filename="../Project/Project.py" line="1089"/> <source>Delete project session</source> <translation>Smazat relaci projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="1101"/> + <location filename="../Project/Project.py" line="1123"/> <source>Read tasks</source> <translation>Načíst úlohy</translation> </message> <message> - <location filename="../Project/Project.py" line="1121"/> + <location filename="../Project/Project.py" line="1143"/> <source>Save tasks</source> <translation>Uložit úlohy</translation> </message> <message> - <location filename="../Project/Project.py" line="1180"/> + <location filename="../Project/Project.py" line="1202"/> <source>Read debugger properties</source> <translation>Načíst nastavení debuggeru</translation> </message> <message> - <location filename="../Project/Project.py" line="1215"/> + <location filename="../Project/Project.py" line="1237"/> <source>Save debugger properties</source> <translation>Uložit nastavení debuggeru</translation> </message> <message> - <location filename="../Project/Project.py" line="1241"/> + <location filename="../Project/Project.py" line="1263"/> <source>Delete debugger properties</source> <translation>Smazat nastavení debuggeru</translation> </message> <message> - <location filename="../Project/Project.py" line="1369"/> + <location filename="../Project/Project.py" line="1402"/> <source>Add Language</source> <translation>Přidat jazyk</translation> </message> <message> - <location filename="../Project/Project.py" line="1494"/> + <location filename="../Project/Project.py" line="1528"/> <source>Delete translation</source> <translation>Smazat překlad</translation> </message> <message> - <location filename="../Project/Project.py" line="1659"/> + <location filename="../Project/Project.py" line="1693"/> <source>Add file</source> <translation>Přidat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="1791"/> + <location filename="../Project/Project.py" line="1825"/> <source>The target directory must not be empty.</source> <translation>Cílový adresář nesmí být prázdný.</translation> </message> <message> - <location filename="../Project/Project.py" line="1802"/> + <location filename="../Project/Project.py" line="1836"/> <source>Add directory</source> <translation>Přidat adresář</translation> </message> <message> - <location filename="../Project/Project.py" line="1802"/> + <location filename="../Project/Project.py" line="1836"/> <source>The source directory must not be empty.</source> <translation>Cílový adresář nesmí být prázdný.</translation> </message> <message> - <location filename="../Project/Project.py" line="1939"/> + <location filename="../Project/Project.py" line="1973"/> <source>Rename file</source> <translation>Přejmenovat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="1963"/> + <location filename="../Project/Project.py" line="1997"/> <source>Rename File</source> <translation>Přejmenovat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2247"/> <source>Delete file</source> <translation>Smazat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="2243"/> + <location filename="../Project/Project.py" line="2277"/> <source>Delete directory</source> <translation>Smazat adresář</translation> </message> <message> - <location filename="../Project/Project.py" line="2338"/> + <location filename="../Project/Project.py" line="2372"/> <source>Create project directory</source> <translation>Vytvořit adresář projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="2943"/> + <location filename="../Project/Project.py" line="2992"/> <source>New Project</source> <translation>Nový projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2458"/> + <location filename="../Project/Project.py" line="2492"/> <source>Add existing files to the project?</source> <translation>Přidat existující soubory do projektu?</translation> </message> <message> - <location filename="../Project/Project.py" line="2585"/> + <location filename="../Project/Project.py" line="2619"/> <source>Would you like to edit the VCS command options?</source> <translation>Chcete editovat parametry VCS příkazu?</translation> </message> <message> - <location filename="../Project/Project.py" line="3812"/> + <location filename="../Project/Project.py" line="3861"/> <source>New project</source> <translation>Nový projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2528"/> + <location filename="../Project/Project.py" line="2562"/> <source>Shall the project file be added to the repository?</source> <translation>Má být projekt přidán do repozitáře?</translation> </message> <message> - <location filename="../Project/Project.py" line="2557"/> + <location filename="../Project/Project.py" line="2591"/> <source>Select version control system for the project</source> <translation>Výběr verzovacího systému projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3826"/> + <location filename="../Project/Project.py" line="3875"/> <source>Open project</source> <translation>Otevřít projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3087"/> + <location filename="../Project/Project.py" line="3136"/> <source>Project Files (*.e4p)</source> <translation>Soubory projektu (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3912"/> <source>Save project as</source> <translation>Uložit projekt jako</translation> </message> <message> - <location filename="../Project/Project.py" line="3102"/> + <location filename="../Project/Project.py" line="3151"/> <source>Save File</source> <translation>Uložit soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="3138"/> + <location filename="../Project/Project.py" line="3187"/> <source>Close Project</source> <translation>Zavřít projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3138"/> + <location filename="../Project/Project.py" line="3187"/> <source>The current project has unsaved changes.</source> <translation>Aktuální projekt obsahuje neuložené změny.</translation> </message> <message> - <location filename="../Project/Project.py" line="3315"/> + <location filename="../Project/Project.py" line="3364"/> <source>Syntax errors detected</source> <translation>Zjištěny syntaktické chyby</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3315"/> + <location filename="../Project/Project.py" line="3364"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Projekt obsahuje %n soubor se syntaktickými chybami.</numerusform> @@ -53864,627 +54266,627 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3812"/> + <location filename="../Project/Project.py" line="3861"/> <source>&New...</source> <translation>&Nový...</translation> </message> <message> - <location filename="../Project/Project.py" line="3817"/> + <location filename="../Project/Project.py" line="3866"/> <source>Generate a new project</source> <translation>Vygenerovat nový projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3818"/> - <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="3826"/> - <source>&Open...</source> - <translation>&Otevřít...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3831"/> - <source>Open an existing project</source> - <translation>Otevřít existující projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3832"/> - <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="3839"/> - <source>Close project</source> - <translation>Zavřít projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3839"/> - <source>&Close</source> - <translation>&Zavřít</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3843"/> - <source>Close the current project</source> - <translation>Uzavře aktuální projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3844"/> - <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="3851"/> - <source>Save project</source> - <translation>Uložit projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4043"/> - <source>&Save</source> - <translation>&Uložit</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3855"/> - <source>Save the current project</source> - <translation>Uložit aktuální projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3856"/> - <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="3863"/> - <source>Save &as...</source> - <translation>Uložit j&ako...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3867"/> - <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="3869"/> - <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="3878"/> - <source>Add files to project</source> - <translation>Přidat soubory do projektu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3878"/> - <source>Add &files...</source> - <translation>&Přidat soubory...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3883"/> - <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="3885"/> - <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="3894"/> - <source>Add directory to project</source> - <translation>Přidat adresář do projektu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3894"/> - <source>Add directory...</source> - <translation>Přidat adresář...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3899"/> - <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="3901"/> - <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="3909"/> - <source>Add translation to project</source> - <translation>Přidat překlad do projektu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3909"/> - <source>Add &translation...</source> - <translation>Přida&t překlad...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3914"/> - <source>Add a translation to the current project</source> - <translation>Přidat překlad do aktuálního projektu</translation> + <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="3875"/> + <source>&Open...</source> + <translation>&Otevřít...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3880"/> + <source>Open an existing project</source> + <translation>Otevřít existující projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3881"/> + <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="3888"/> + <source>Close project</source> + <translation>Zavřít projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3888"/> + <source>&Close</source> + <translation>&Zavřít</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3892"/> + <source>Close the current project</source> + <translation>Uzavře aktuální projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3893"/> + <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="3900"/> + <source>Save project</source> + <translation>Uložit projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4092"/> + <source>&Save</source> + <translation>&Uložit</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3904"/> + <source>Save the current project</source> + <translation>Uložit aktuální projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3905"/> + <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="3912"/> + <source>Save &as...</source> + <translation>Uložit j&ako...</translation> </message> <message> <location filename="../Project/Project.py" line="3916"/> + <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="3918"/> + <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="3927"/> + <source>Add files to project</source> + <translation>Přidat soubory do projektu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3927"/> + <source>Add &files...</source> + <translation>&Přidat soubory...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3932"/> + <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="3934"/> + <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="3943"/> + <source>Add directory to project</source> + <translation>Přidat adresář do projektu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3943"/> + <source>Add directory...</source> + <translation>Přidat adresář...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3948"/> + <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="3950"/> + <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="3958"/> + <source>Add translation to project</source> + <translation>Přidat překlad do projektu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3958"/> + <source>Add &translation...</source> + <translation>Přida&t překlad...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3963"/> + <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="3965"/> <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="3924"/> + <location filename="../Project/Project.py" line="3973"/> <source>Search new files</source> <translation>Hledat nové soubory</translation> </message> <message> - <location filename="../Project/Project.py" line="3924"/> + <location filename="../Project/Project.py" line="3973"/> <source>Searc&h new files...</source> <translation>&Hledat nové soubory...</translation> </message> <message> - <location filename="../Project/Project.py" line="3928"/> + <location filename="../Project/Project.py" line="3977"/> <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="3954"/> + <location filename="../Project/Project.py" line="4003"/> <source>Project properties</source> <translation>Nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3954"/> + <location filename="../Project/Project.py" line="4003"/> <source>&Properties...</source> <translation>&Natavení...</translation> </message> <message> - <location filename="../Project/Project.py" line="3959"/> + <location filename="../Project/Project.py" line="4008"/> <source>Show the project properties</source> <translation>Zobrazit nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3960"/> + <location filename="../Project/Project.py" line="4009"/> <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="3967"/> + <location filename="../Project/Project.py" line="4016"/> <source>User project properties</source> <translation>Uživatelská nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3967"/> + <location filename="../Project/Project.py" line="4016"/> <source>&User Properties...</source> <translation>Uživat&elská nastavení...</translation> </message> <message> - <location filename="../Project/Project.py" line="3972"/> + <location filename="../Project/Project.py" line="4021"/> <source>Show the user specific project properties</source> <translation>Zobrazit uživatelem definovaná nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3974"/> - <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="3982"/> - <source>Filetype Associations</source> - <translation>Asociace typů souborů</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3982"/> - <source>Filetype Associations...</source> - <translation>Asociace typů souborů...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3986"/> - <source>Show the project filetype associations</source> - <translation>Zobrazit asociace typů souborů</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4018"/> - <source>Debugger Properties</source> - <translation>Nastavení debugeru</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4018"/> - <source>Debugger &Properties...</source> - <translation>Nastavení &debuggeru...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4022"/> - <source>Show the debugger properties</source> - <translation>Zobrazit nastavení debugeru</translation> - </message> - <message> <location filename="../Project/Project.py" line="4023"/> - <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> + <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="4031"/> - <source>Load</source> - <translation>Načíst</translation> + <source>Filetype Associations</source> + <translation>Asociace typů souborů</translation> </message> <message> <location filename="../Project/Project.py" line="4031"/> - <source>&Load</source> - <translation>&Načíst</translation> + <source>Filetype Associations...</source> + <translation>Asociace typů souborů...</translation> </message> <message> <location filename="../Project/Project.py" line="4035"/> - <source>Load the debugger properties</source> - <translation>Načíst nastavení debugeru</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4036"/> - <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="4043"/> - <source>Save</source> - <translation>Uložit</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4047"/> - <source>Save the debugger properties</source> - <translation>Uložit nastavení debugeru</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4048"/> - <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="4055"/> - <source>Delete</source> - <translation>Smazat</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4055"/> - <source>&Delete</source> - <translation>Sma&zat</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4059"/> - <source>Delete the debugger properties</source> - <translation>Smazat nastavení debugeru</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4060"/> - <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="4068"/> - <source>Reset</source> - <translation></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4068"/> - <source>&Reset</source> - <translation>&Reset</translation> + <source>Show the project filetype associations</source> + <translation>Zobrazit asociace typů souborů</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4067"/> + <source>Debugger Properties</source> + <translation>Nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4067"/> + <source>Debugger &Properties...</source> + <translation>Nastavení &debuggeru...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4071"/> + <source>Show the debugger properties</source> + <translation>Zobrazit nastavení debugeru</translation> </message> <message> <location filename="../Project/Project.py" line="4072"/> - <source>Reset the debugger properties</source> - <translation>Reset nastavení debugeru</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4073"/> - <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="4082"/> - <source>Load session</source> - <translation>Načíst relaci</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4086"/> - <source>Load the projects session file.</source> - <translation>Načíst soubor s relací projektu.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4087"/> - <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="4100"/> - <source>Save session</source> - <translation>Uložit relaci</translation> + <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="4080"/> + <source>Load</source> + <translation>Načíst</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4080"/> + <source>&Load</source> + <translation>&Načíst</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4084"/> + <source>Load the debugger properties</source> + <translation>Načíst nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4085"/> + <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="4092"/> + <source>Save</source> + <translation>Uložit</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4096"/> + <source>Save the debugger properties</source> + <translation>Uložit nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4097"/> + <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="4104"/> - <source>Save the projects session file.</source> - <translation>Uložit soubor s relací projektu.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4105"/> - <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="4118"/> - <source>Delete session</source> - <translation>Smazat relaci</translation> + <source>Delete</source> + <translation>Smazat</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4104"/> + <source>&Delete</source> + <translation>Sma&zat</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4108"/> + <source>Delete the debugger properties</source> + <translation>Smazat nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4109"/> + <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="4117"/> + <source>Reset</source> + <translation></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4117"/> + <source>&Reset</source> + <translation>&Reset</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4121"/> + <source>Reset the debugger properties</source> + <translation>Reset nastavení debugeru</translation> </message> <message> <location filename="../Project/Project.py" line="4122"/> - <source>Delete the projects session file.</source> - <translation>Smaže soubor s relací projektu.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4123"/> - <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="4132"/> - <source>Code Metrics</source> - <translation>Metriky kódu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4132"/> - <source>&Code Metrics...</source> - <translation>Metriky &kódu...</translation> + <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="4131"/> + <source>Load session</source> + <translation>Načíst relaci</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4135"/> + <source>Load the projects session file.</source> + <translation>Načíst soubor s relací projektu.</translation> </message> <message> <location filename="../Project/Project.py" line="4136"/> - <source>Show some code metrics for the project.</source> - <translation>Zobrazit metriky kódu projektu.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4138"/> - <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="4146"/> - <source>Python Code Coverage</source> - <translation>Pokrytí python kódu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4146"/> - <source>Code Co&verage...</source> - <translation>Pokr&ytí kódu...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4150"/> - <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="4152"/> - <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="5036"/> - <source>Profile Data</source> - <translation>Profilovat data</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4160"/> - <source>&Profile Data...</source> - <translation>&Profilovat data...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4164"/> - <source>Show profiling data for the project.</source> - <translation>Zobrazit profilování dat projektu.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4166"/> - <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="5090"/> - <source>Application Diagram</source> - <translation>Diagram aplikace</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4175"/> - <source>&Application Diagram...</source> - <translation>Diagram &aplikace...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4179"/> - <source>Show a diagram of the project.</source> - <translation>Zobrazit diagram projektu.</translation> + <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="4149"/> + <source>Save session</source> + <translation>Uložit relaci</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4153"/> + <source>Save the projects session file.</source> + <translation>Uložit soubor s relací projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4154"/> + <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="4167"/> + <source>Delete session</source> + <translation>Smazat relaci</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4171"/> + <source>Delete the projects session file.</source> + <translation>Smaže soubor s relací projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4172"/> + <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="4181"/> + <source>Code Metrics</source> + <translation>Metriky kódu</translation> </message> <message> <location filename="../Project/Project.py" line="4181"/> + <source>&Code Metrics...</source> + <translation>Metriky &kódu...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4185"/> + <source>Show some code metrics for the project.</source> + <translation>Zobrazit metriky kódu projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4187"/> + <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="4195"/> + <source>Python Code Coverage</source> + <translation>Pokrytí python kódu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4195"/> + <source>Code Co&verage...</source> + <translation>Pokr&ytí kódu...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4199"/> + <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="4201"/> + <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="5085"/> + <source>Profile Data</source> + <translation>Profilovat data</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4209"/> + <source>&Profile Data...</source> + <translation>&Profilovat data...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4213"/> + <source>Show profiling data for the project.</source> + <translation>Zobrazit profilování dat projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4215"/> + <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="5139"/> + <source>Application Diagram</source> + <translation>Diagram aplikace</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4224"/> + <source>&Application Diagram...</source> + <translation>Diagram &aplikace...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4228"/> + <source>Show a diagram of the project.</source> + <translation>Zobrazit diagram projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4230"/> <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="4306"/> + <location filename="../Project/Project.py" line="4355"/> <source>&Project</source> <translation>&Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4307"/> + <location filename="../Project/Project.py" line="4356"/> <source>Open &Recent Projects</source> <translation>Otevřít poslední p&rojekty</translation> </message> <message> - <location filename="../Project/Project.py" line="4312"/> + <location filename="../Project/Project.py" line="4361"/> <source>&Version Control</source> <translation>Kontrola &verzí</translation> </message> <message> - <location filename="../Project/Project.py" line="4316"/> + <location filename="../Project/Project.py" line="4365"/> <source>Chec&k</source> <translation>Zkontro&lovat</translation> </message> <message> - <location filename="../Project/Project.py" line="4318"/> + <location filename="../Project/Project.py" line="4367"/> <source>Sho&w</source> <translation>Zo&brazit</translation> </message> <message> - <location filename="../Project/Project.py" line="4319"/> + <location filename="../Project/Project.py" line="4368"/> <source>&Diagrams</source> <translation>&Diagramy</translation> </message> <message> - <location filename="../Project/Project.py" line="4308"/> + <location filename="../Project/Project.py" line="4357"/> <source>Session</source> <translation>Relace</translation> </message> <message> - <location filename="../Project/Project.py" line="4321"/> + <location filename="../Project/Project.py" line="4370"/> <source>Source &Documentation</source> <translation>Zd&rojová dokumentace</translation> </message> <message> - <location filename="../Project/Project.py" line="4309"/> + <location filename="../Project/Project.py" line="4358"/> <source>Debugger</source> <translation></translation> </message> <message> - <location filename="../Project/Project.py" line="4320"/> + <location filename="../Project/Project.py" line="4369"/> <source>Pac&kagers</source> <translation>Balíč&ky</translation> </message> <message> - <location filename="../Project/Project.py" line="4446"/> + <location filename="../Project/Project.py" line="4495"/> <source>Project</source> <translation>Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4512"/> + <location filename="../Project/Project.py" line="4561"/> <source>&Clear</source> <translation>&Vyčistit</translation> </message> <message> - <location filename="../Project/Project.py" line="4685"/> + <location filename="../Project/Project.py" line="4734"/> <source>Search New Files</source> <translation>Hledat nové soubory</translation> </message> <message> - <location filename="../Project/Project.py" line="4685"/> + <location filename="../Project/Project.py" line="4734"/> <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="4833"/> + <location filename="../Project/Project.py" line="4882"/> <source>Version Control System</source> <translation>Version Control System</translation> </message> <message> - <location filename="../Project/Project.py" line="4963"/> + <location filename="../Project/Project.py" line="5012"/> <source>Coverage Data</source> <translation>Datové pokrytí</translation> </message> <message> - <location filename="../Project/Project.py" line="5013"/> + <location filename="../Project/Project.py" line="5062"/> <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="4986"/> + <location filename="../Project/Project.py" line="5035"/> <source>Code Coverage</source> <translation>Pokrytí kódu</translation> </message> <message> - <location filename="../Project/Project.py" line="4986"/> + <location filename="../Project/Project.py" line="5035"/> <source>Please select a coverage file</source> <translation>Prosím, vyberte soubor pokrytí</translation> </message> <message> - <location filename="../Project/Project.py" line="5036"/> + <location filename="../Project/Project.py" line="5085"/> <source>Please select a profile file</source> <translation>Prosím, vyberte soubor s profilem</translation> </message> <message> - <location filename="../Project/Project.py" line="5090"/> + <location filename="../Project/Project.py" line="5139"/> <source>Include module names?</source> <translation>Včetně jmen modulů?</translation> </message> <message> - <location filename="../Project/Project.py" line="5285"/> + <location filename="../Project/Project.py" line="5334"/> <source>Create Package List</source> <translation>Vytvořit seznam balíčků</translation> </message> <message> - <location filename="../Project/Project.py" line="4204"/> + <location filename="../Project/Project.py" line="4253"/> <source>Create &Package List</source> <translation type="unfinished">Vytvořit Plugin &archiv</translation> </message> <message> - <location filename="../Project/Project.py" line="5558"/> + <location filename="../Project/Project.py" line="5605"/> <source>Create Plugin Archive</source> <translation>Vytvořit Plugin archiv</translation> </message> <message> - <location filename="../Project/Project.py" line="5234"/> + <location filename="../Project/Project.py" line="5283"/> <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="5304"/> + <location filename="../Project/Project.py" line="5353"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Projekt nemá definován hlavní skript. Zrušeno...</translation> </message> <message> - <location filename="../Project/Project.py" line="1690"/> + <location filename="../Project/Project.py" line="1724"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Zdrojový adresář neobsahuje žádné soubory související s danou kategorií.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2943"/> + <location filename="../Project/Project.py" line="2992"/> <source>Select Version Control System</source> <translation>Vybrat Version Control System</translation> </message> <message> - <location filename="../Project/Project.py" line="2564"/> + <location filename="../Project/Project.py" line="2598"/> <source>None</source> <translation>None</translation> </message> <message> - <location filename="../Project/Project.py" line="367"/> + <location filename="../Project/Project.py" line="377"/> <source>Registering Project Type</source> <translation>Zaregistrovat typ projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="4220"/> + <location filename="../Project/Project.py" line="4269"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1369"/> + <location filename="../Project/Project.py" line="1402"/> <source>You have to specify a translation pattern first.</source> <translation>Nejdříve musíte specifikovat vzor překladu.</translation> </message> <message> - <location filename="../Project/Project.py" line="2666"/> + <location filename="../Project/Project.py" line="2700"/> <source>Translation Pattern</source> <translation>Vzor překladu</translation> </message> <message> - <location filename="../Project/Project.py" line="2666"/> + <location filename="../Project/Project.py" line="2700"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <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="4000"/> + <location filename="../Project/Project.py" line="4049"/> <source>Lexer Associations</source> <translation>Spojení lexeru</translation> </message> <message> - <location filename="../Project/Project.py" line="4000"/> + <location filename="../Project/Project.py" line="4049"/> <source>Lexer Associations...</source> <translation>Spojení lexeru...</translation> </message> <message> - <location filename="../Project/Project.py" line="4004"/> + <location filename="../Project/Project.py" line="4053"/> <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="4006"/> + <location filename="../Project/Project.py" line="4055"/> <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> @@ -54494,439 +54896,474 @@ <translation type="obsolete">PySide konzole</translation> </message> <message> - <location filename="../Project/Project.py" line="174"/> + <location filename="../Project/Project.py" line="175"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation>Python3 soubory (*.py *.py3);;Python3 GUI soubory (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="803"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor projektu <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="884"/> + <location filename="../Project/Project.py" line="906"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru projektu <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="920"/> + <location filename="../Project/Project.py" line="942"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>Uživatelská nastavení projektu <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="944"/> + <location filename="../Project/Project.py" line="966"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s uživatelskými nastaveními <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1002"/> + <location filename="../Project/Project.py" line="1024"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s relací projektu <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1038"/> + <location filename="../Project/Project.py" line="1060"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s relací projektu <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1067"/> + <location filename="../Project/Project.py" line="1089"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>Soubor s relací projektu <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1101"/> + <location filename="../Project/Project.py" line="1123"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s úlohami <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1121"/> + <location filename="../Project/Project.py" line="1143"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s úlohami <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1180"/> + <location filename="../Project/Project.py" line="1202"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s nastaveními debuggeru <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1215"/> + <location filename="../Project/Project.py" line="1237"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s nastaveními debuggeru <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1241"/> + <location filename="../Project/Project.py" line="1263"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>Soubor s nastaveními debuggeru <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1723"/> + <location filename="../Project/Project.py" line="1757"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3102"/> + <location filename="../Project/Project.py" line="3151"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1963"/> + <location filename="../Project/Project.py" line="1997"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2338"/> + <location filename="../Project/Project.py" line="2372"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>Adresář projektu <b>{0}</b> nelze vytvořit.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4833"/> + <location filename="../Project/Project.py" line="4882"/> <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="5285"/> + <location filename="../Project/Project.py" line="5334"/> <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="5444"/> + <location filename="../Project/Project.py" line="5493"/> <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="5517"/> + <location filename="../Project/Project.py" line="5564"/> <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> <message> - <location filename="../Project/Project.py" line="1646"/> + <location filename="../Project/Project.py" line="1680"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Vybraný soubor <b>{0}</b> nelze přidat do <b>{1}</b>.</p><p>Důvod: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1705"/> + <location filename="../Project/Project.py" line="1739"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Cílový adresář <b>{0}</b> nelze vytvořit.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2424"/> + <location filename="../Project/Project.py" line="2458"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2424"/> + <location filename="../Project/Project.py" line="2458"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4189"/> + <location filename="../Project/Project.py" line="4238"/> <source>Load Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4189"/> + <location filename="../Project/Project.py" line="4238"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4193"/> + <location filename="../Project/Project.py" line="4242"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4195"/> + <location filename="../Project/Project.py" line="4244"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="367"/> + <location filename="../Project/Project.py" line="377"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="355"/> + <location filename="../Project/Project.py" line="365"/> <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="266"/> - <source>PyQt5 GUI</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="267"/> + <source>PyQt5 GUI</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="268"/> <source>PyQt5 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4821"/> + <location filename="../Project/Project.py" line="4870"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5558"/> + <location filename="../Project/Project.py" line="5605"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4209"/> - <source>Create an initial PKGLIST file for an eric6 plugin.</source> - <translation type="unfinished">Vytvořit soubor eric5 plugin archivu. {6 ?}</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4211"/> - <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> - <translation type="unfinished"><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> {6 ?}</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4225"/> - <source>Create eric6 plugin archive files.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4227"/> - <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5408"/> + <source>Create an initial PKGLIST file for an eric6 plugin.</source> + <translation type="obsolete">Vytvořit soubor eric5 plugin archivu. {6 ?}</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4229"/> + <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> + <translation type="obsolete"><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> {6 ?}</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5426"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> - <translation type="unfinished"><p>Soubor s eric5 plugin archivem <b>{0}</b> nelze vytvořit. Zrušeno...</p><p>Důvod: {1}</p> {6 ?} {0}?} {1}?}</translation> - </message> - <message> - <location filename="../Project/Project.py" line="268"/> + <translation type="obsolete"><p>Soubor s eric5 plugin archivem <b>{0}</b> nelze vytvořit. Zrušeno...</p><p>Důvod: {1}</p> {6 ?} {0}?} {1}?}</translation> + </message> + <message> + <location filename="../Project/Project.py" line="271"/> <source>Eric6 Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2913"/> + <location filename="../Project/Project.py" line="2962"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2913"/> + <location filename="../Project/Project.py" line="2962"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3939"/> + <location filename="../Project/Project.py" line="3988"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3945"/> + <location filename="../Project/Project.py" line="3994"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3947"/> + <location filename="../Project/Project.py" line="3996"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3939"/> + <location filename="../Project/Project.py" line="3988"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3939"/> - <source>Search Project File...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5340"/> - <source>Create Plugin Archives</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4237"/> - <source>Create Plugin Archives (Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4237"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4242"/> - <source>Create eric6 plugin archive files (snapshot releases).</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4244"/> - <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5318"/> - <source>Select package lists:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5336"/> - <source>Creating plugin archives...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5336"/> - <source>Abort</source> - <translation type="unfinished">Přerušit</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5336"/> - <source>%v/%m Archives</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5352"/> - <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5463"/> - <source><p>The eric6 plugin archive files were created with some errors.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5466"/> - <source><p>The eric6 plugin archive files were created successfully.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5329"/> - <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5380"/> - <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3930"/> - <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3988"/> + <source>Search Project File...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5389"/> + <source>Create Plugin Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4286"/> + <source>Create Plugin Archives (Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4286"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5367"/> + <source>Select package lists:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5385"/> + <source>Creating plugin archives...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5385"/> + <source>Abort</source> + <translation type="unfinished">Přerušit</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5385"/> + <source>%v/%m Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5401"/> + <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5378"/> + <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5429"/> + <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3979"/> + <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4037"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol 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 type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1494"/> + <location filename="../Project/Project.py" line="1528"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2247"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2243"/> + <location filename="../Project/Project.py" line="2277"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2739"/> + <location filename="../Project/Project.py" line="2773"/> <source>Create Makefile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2739"/> + <location filename="../Project/Project.py" line="2773"/> <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5744"/> + <location filename="../Project/Project.py" line="5790"/> <source>Execute Make</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Project/Project.py" line="4307"/> + <source>&Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4311"/> + <source>Perform a 'make' run.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4313"/> + <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5771"/> + <source>Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4321"/> + <source>&Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4325"/> + <source>Question 'make', if a rebuild is needed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4327"/> + <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4372"/> + <source>Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5719"/> + <source>The make process did not start.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5764"/> + <source>The make process crashed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5774"/> + <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5779"/> + <source><p>There are changes that require the default make target to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5790"/> + <source>The makefile contains errors.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="285"/> + <source>PySide2 GUI</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="286"/> + <source>PySide2 Console</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4360"/> + <source>Project-T&ools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="354"/> + <source><p>The Programming Language <b>{0}</b> is not supported (project type: {1}).</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="269"/> + <source>PyQt6 GUI</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="270"/> + <source>PyQt6 Console</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="291"/> + <source>PySide6 GUI</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="292"/> + <source>PySide6 Console</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Project/Project.py" line="4258"/> - <source>&Execute Make</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4262"/> - <source>Perform a 'make' run.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4264"/> - <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5724"/> - <source>Test for Changes</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4272"/> - <source>&Test for Changes</source> + <source>Create an initial PKGLIST file for an eric plugin.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4260"/> + <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4274"/> + <source>Create eric plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4276"/> - <source>Question 'make', if a rebuild is needed.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4278"/> - <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4323"/> - <source>Make</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5672"/> - <source>The make process did not start.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5717"/> - <source>The make process crashed.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5727"/> - <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5732"/> - <source><p>There are changes that require the default make target to be rebuilt.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5744"/> - <source>The makefile contains errors.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="281"/> - <source>PySide2 GUI</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="282"/> - <source>PySide2 Console</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4311"/> - <source>Project-T&ools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="344"/> - <source><p>The Programming Language <b>{0}</b> is not supported (project type: {1}).</p></source> + <source><b>Create Plugin Archives</b><p>This creates eric plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4291"/> + <source>Create eric plugin archive files (snapshot releases).</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4293"/> + <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5457"/> + <source><p>The eric plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5512"/> + <source><p>The eric plugin archive files were created with some errors.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5520"/> + <source><p>The eric plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> </context> @@ -55185,292 +55622,292 @@ <context> <name>ProjectFormsBrowser</name> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="999"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1005"/> <source>Forms</source> <translation>Formuláře</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="69"/> + <location filename="../Project/ProjectFormsBrowser.py" line="72"/> <source><b>Project Forms Browser</b><p>This allows to easily see all forms contained in the current project. Several actions can be executed via the context menu.</p></source> <translation><b>Prohlížeč formulářů projektu</b><p>Umožňuje jednoduše vidět všechny formuláře aktuálního projektu. Několik akcí lze provést i přes kontextové menu.</p></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="88"/> + <location filename="../Project/ProjectFormsBrowser.py" line="91"/> <source>Dialog</source> <translation>Dialog</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="89"/> + <location filename="../Project/ProjectFormsBrowser.py" line="92"/> <source>Widget</source> <translation>Widget</translation> </message> <message> + <location filename="../Project/ProjectFormsBrowser.py" line="96"/> + <source>Dialog with Buttons (Bottom)</source> + <translation>Dialog s tlačítky (dole)</translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="98"/> + <source>Dialog with Buttons (Right)</source> + <translation>Dialog s tlačítky (vpravo)</translation> + </message> + <message> <location filename="../Project/ProjectFormsBrowser.py" line="93"/> - <source>Dialog with Buttons (Bottom)</source> - <translation>Dialog s tlačítky (dole)</translation> + <source>Main Window</source> + <translation>Hlavní okno aplikace</translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="94"/> + <source>Dialog with Buttonbox (Bottom)</source> + <translation>Dialog s boxem s tlačítky (dole)</translation> </message> <message> <location filename="../Project/ProjectFormsBrowser.py" line="95"/> - <source>Dialog with Buttons (Right)</source> - <translation>Dialog s tlačítky (vpravo)</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="90"/> - <source>Main Window</source> - <translation>Hlavní okno aplikace</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="91"/> - <source>Dialog with Buttonbox (Bottom)</source> - <translation>Dialog s boxem s tlačítky (dole)</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="92"/> <source>Dialog with Buttonbox (Right)</source> <translation>Dialog s boxem s tlačítky (vpravo)</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="94"/> + <location filename="../Project/ProjectFormsBrowser.py" line="97"/> <source>Dialog with Buttons (Bottom-Center)</source> <translation>Dialog s tlačítky (dole uprostřed)</translation> </message> <message> + <location filename="../Project/ProjectFormsBrowser.py" line="156"/> + <source>Compile form</source> + <translation>Kompilovat formulář</translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="349"/> + <source>Compile all forms</source> + <translation>Kompilovat všechny formuláře</translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="255"/> + <source>Open in Qt-Designer</source> + <translation>Otevřít v Qt-Designeru</translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="257"/> + <source>Open in Editor</source> + <translation>Otevřít v editoru</translation> + </message> + <message> <location filename="../Project/ProjectFormsBrowser.py" line="151"/> - <source>Compile form</source> - <translation>Kompilovat formulář</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="345"/> - <source>Compile all forms</source> - <translation>Kompilovat všechny formuláře</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="251"/> - <source>Open in Qt-Designer</source> - <translation>Otevřít v Qt-Designeru</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="253"/> - <source>Open in Editor</source> - <translation>Otevřít v editoru</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="146"/> <source>Preview form</source> <translation>Náhled formuláře</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="256"/> - <source>Preview translations</source> - <translation>Náhled překladů</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="179"/> - <source>Rename file</source> - <translation>Přejmenovat soubor</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="304"/> - <source>Remove from project</source> - <translation>Odebrat z projektu</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="307"/> - <source>Delete</source> - <translation>Smazat</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="315"/> - <source>New form...</source> - <translation>Nový formulář...</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="351"/> - <source>Add forms...</source> - <translation>Přidat formuláře...</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="353"/> - <source>Add forms directory...</source> - <translation>Přidat adresář s formuláři...</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="356"/> - <source>Expand all directories</source> - <translation>Rozložit všechny adresáře</translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="358"/> - <source>Collapse all directories</source> - <translation>Složit všechny adresáře</translation> - </message> - <message> <location filename="../Project/ProjectFormsBrowser.py" line="260"/> + <source>Preview translations</source> + <translation>Náhled překladů</translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="184"/> + <source>Rename file</source> + <translation>Přejmenovat soubor</translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="308"/> + <source>Remove from project</source> + <translation>Odebrat z projektu</translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="311"/> + <source>Delete</source> + <translation>Smazat</translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="319"/> + <source>New form...</source> + <translation>Nový formulář...</translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="355"/> + <source>Add forms...</source> + <translation>Přidat formuláře...</translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="357"/> + <source>Add forms directory...</source> + <translation>Přidat adresář s formuláři...</translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="360"/> + <source>Expand all directories</source> + <translation>Rozložit všechny adresáře</translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="362"/> + <source>Collapse all directories</source> + <translation>Složit všechny adresáře</translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="264"/> <source>Compile forms</source> <translation>Kompilovat formuláře</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="624"/> + <location filename="../Project/ProjectFormsBrowser.py" line="630"/> <source>New Form</source> <translation>Nový formulář</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="579"/> + <location filename="../Project/ProjectFormsBrowser.py" line="585"/> <source>Select a form type:</source> <translation>Vybrat typ formuláře:</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="612"/> + <location filename="../Project/ProjectFormsBrowser.py" line="618"/> <source>The file already exists! Overwrite it?</source> <translation>Soubor již existuje! Přepsat jej?</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="652"/> + <location filename="../Project/ProjectFormsBrowser.py" line="658"/> <source>Delete forms</source> <translation>Smazat formuláře</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="652"/> + <location filename="../Project/ProjectFormsBrowser.py" line="658"/> <source>Do you really want to delete these forms from the project?</source> <translation>Opravdu chcete odebrat tyto formuláře z projektu?</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="791"/> + <location filename="../Project/ProjectFormsBrowser.py" line="784"/> <source>Form Compilation</source> <translation>Kompilace formuláře</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="763"/> + <location filename="../Project/ProjectFormsBrowser.py" line="768"/> <source>The compilation of the form file was successful.</source> <translation>Kompilace souboru s formulářem byla úspěšná.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="791"/> + <location filename="../Project/ProjectFormsBrowser.py" line="784"/> <source>The compilation of the form file failed.</source> <translation>Kompilace souboru s formulářem selhala.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="864"/> + <location filename="../Project/ProjectFormsBrowser.py" line="870"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="956"/> + <location filename="../Project/ProjectFormsBrowser.py" line="962"/> <source>Compiling forms...</source> <translation>Kompilovat formuláře...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="995"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1001"/> <source>Abort</source> <translation>Přerušit</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="995"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1001"/> <source>Determining changed forms...</source> <translation>Určení změněných formulářů...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="1025"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1031"/> <source>Compiling changed forms...</source> <translation>Kompilování změněných formulářů...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="162"/> + <location filename="../Project/ProjectFormsBrowser.py" line="167"/> <source>Generate Dialog Code...</source> <translation>Generovat kód Dialog...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="270"/> + <location filename="../Project/ProjectFormsBrowser.py" line="274"/> <source>Open</source> <translation>Otevřít</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="593"/> + <location filename="../Project/ProjectFormsBrowser.py" line="599"/> <source>Qt User-Interface Files (*.ui);;All Files (*)</source> <translation>Qt User-Interface soubory (*.ui);;Všechny soubory (*)</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="361"/> + <location filename="../Project/ProjectFormsBrowser.py" line="365"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="324"/> + <location filename="../Project/ProjectFormsBrowser.py" line="328"/> <source>Copy Path to Clipboard</source> <translation>Kopírovat cestu do schránky</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="624"/> + <location filename="../Project/ProjectFormsBrowser.py" line="630"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation><p>Nový soubor s formulářem <b>{0}</b> se nepodařilo vytvořit..<br>Problém: {1}</p></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="778"/> + <location filename="../Project/ProjectFormsBrowser.py" line="775"/> <source><p>The compilation of the form file failed.</p><p>Reason: {0}</p></source> <translation><p>Kompilace formuláře se nepodařila.</p><p>Důvod: {0}</p></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="864"/> + <location filename="../Project/ProjectFormsBrowser.py" line="870"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Nelze spustit {0}.<br>Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="97"/> - <source>QWizard</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="98"/> - <source>QWizardPage</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/ProjectFormsBrowser.py" line="99"/> - <source>QDockWidget</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/ProjectFormsBrowser.py" line="100"/> - <source>QFrame</source> + <source>QWizard</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/ProjectFormsBrowser.py" line="101"/> - <source>QGroupBox</source> + <source>QWizardPage</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/ProjectFormsBrowser.py" line="102"/> - <source>QScrollArea</source> + <source>QDockWidget</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/ProjectFormsBrowser.py" line="103"/> - <source>QMdiArea</source> + <source>QFrame</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/ProjectFormsBrowser.py" line="104"/> - <source>QTabWidget</source> + <source>QGroupBox</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/ProjectFormsBrowser.py" line="105"/> - <source>QToolBox</source> + <source>QScrollArea</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/ProjectFormsBrowser.py" line="106"/> + <source>QMdiArea</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="107"/> + <source>QTabWidget</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="108"/> + <source>QToolBox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/ProjectFormsBrowser.py" line="109"/> <source>QStackedWidget</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="995"/> + <location filename="../Project/ProjectFormsBrowser.py" line="1001"/> <source>%v/%m Forms</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectFormsBrowser.py" line="339"/> + <location filename="../Project/ProjectFormsBrowser.py" line="343"/> <source>Configure uic Compiler</source> <translation type="unfinished"></translation> </message> @@ -55478,142 +55915,142 @@ <context> <name>ProjectInterfacesBrowser</name> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="74"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="75"/> <source>Interfaces (IDL)</source> <translation>Interfaces (IDL)</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="76"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="77"/> <source><b>Project Interfaces Browser</b><p>This allows to easily see all interfaces (CORBA IDL files) contained in the current project. Several actions can be executed via the context menu.</p></source> <translation><b>Prohlížeč Interfaces projektu</b><p>Umožňuje jednoduše vidět všechny interface (CORBA IDL soubory) nacházející se v aktuálním projektu. Několik akcí je možné provést přes kontextové menu.</p></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="139"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="140"/> <source>Compile interface</source> <translation>Kompilovat interface</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="257"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="258"/> <source>Compile all interfaces</source> <translation>Kompilovat všechny interface</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="202"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="203"/> <source>Open</source> <translation>Otevřít</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="109"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="110"/> <source>Rename file</source> <translation>Přejmenovat soubor</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="230"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="231"/> <source>Remove from project</source> <translation>Odebrat z projektu</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="233"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="234"/> <source>Delete</source> <translation>Smazat</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="265"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="266"/> <source>Add interfaces...</source> <translation>Přidat interfaces...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="267"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="268"/> <source>Add interfaces directory...</source> <translation>Přidat adresář s interaces...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="270"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="271"/> <source>Expand all directories</source> <translation>Rozložit všechny adresáře</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="272"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="273"/> <source>Collapse all directories</source> <translation>Složit všechny adresáře</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="194"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="195"/> <source>Compile interfaces</source> <translation>Kompilovat interfaces</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="459"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="460"/> <source>Delete interfaces</source> <translation>Smazat interfaces</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="459"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="460"/> <source>Do you really want to delete these interfaces from the project?</source> <translation>Opravdu chcete odebrat tyto interfaces z projektu?</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="549"/> - <source>Interface Compilation</source> - <translation>Kompilace interface</translation> - </message> - <message> <location filename="../Project/ProjectInterfacesBrowser.py" line="535"/> + <source>Interface Compilation</source> + <translation>Kompilace interface</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="528"/> <source>The compilation of the interface file was successful.</source> <translation>Kompilace souboru interface byla úspěšná.</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="549"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="535"/> <source>The compilation of the interface file failed.</source> <translation>Kompliace interface souboru selhala.</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="599"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="587"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="659"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="647"/> <source>Compiling interfaces...</source> <translation>Kompilovat interfaces...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="659"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="647"/> <source>Abort</source> <translation>Přerušit</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="275"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="276"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="277"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="278"/> <source>Configure CORBA...</source> <translation>Konfigurovat CORBA...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="243"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="244"/> <source>Copy Path to Clipboard</source> <translation>Kopírovat cestu do schránky</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="599"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="587"/> <source><p>Could not start {0}.<br>Ensure that it is in the search path.</p></source> <translation><p>Nelze spustit {0}.<br>Ověřte, že je umístěn v požadované cestě.</p></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="659"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="647"/> <source>%v/%m Interfaces</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="665"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="653"/> <source>Interfaces</source> <translation type="unfinished">Interface soubory</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="261"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="262"/> <source>Configure IDL compiler</source> <translation type="unfinished"></translation> </message> @@ -55942,162 +56379,162 @@ <context> <name>ProjectProtocolsBrowser</name> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="68"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="69"/> <source>Protocols (protobuf)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="70"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="71"/> <source><b>Project Protocols Browser</b><p>This allows to easily see all protocols (protobuf files) contained in the current project. Several actions can be executed via the context menu.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="134"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="135"/> <source>Compile protocol</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="250"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="251"/> <source>Compile all protocols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="140"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="141"/> <source>Compile protocol as gRPC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="254"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="255"/> <source>Compile all protocols as gRPC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="198"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="199"/> <source>Open</source> <translation type="unfinished">Otevřít</translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="105"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="106"/> <source>Rename file</source> <translation type="unfinished">Přejmenovat soubor</translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="224"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="225"/> <source>Remove from project</source> <translation type="unfinished">Odebrat z projektu</translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="227"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="228"/> <source>Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="257"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="258"/> <source>Add protocols...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="259"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="260"/> <source>Add protocols directory...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="237"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="238"/> <source>Copy Path to Clipboard</source> <translation type="unfinished">Kopírovat cestu do schránky</translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="262"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="263"/> <source>Expand all directories</source> <translation type="unfinished">Rozložit všechny adresáře</translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="264"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="265"/> <source>Collapse all directories</source> <translation type="unfinished">Složit všechny adresáře</translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="267"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="268"/> <source>Configure...</source> <translation type="unfinished">Konfigurovat...</translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="269"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="270"/> <source>Configure Protobuf...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="190"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="191"/> <source>Compile protocols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="194"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="195"/> <source>Compile protocols as gRPC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="451"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="452"/> <source>Delete Protocols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="451"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="452"/> <source>Do you really want to delete these protocol files from the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="580"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="566"/> <source>Protocol Compilation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="562"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="555"/> <source>The compilation of the protocol file was successful.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="580"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="566"/> <source>The compilation of the protocol file failed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="632"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="620"/> <source>Process Generation Error</source> <translation type="unfinished">Chyba v procesu generování</translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="632"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="620"/> <source><p>Could not start {0}.<br>Ensure that it is in the search path.</p></source> <translation type="unfinished"><p>Nelze spustit {0}.<br>Ověřte, že je umístěn v požadované cestě.</p></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="641"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="629"/> <source>Compiler Invalid</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="641"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="629"/> <source>The configured compiler is invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="707"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="695"/> <source>Compiling Protocols...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="707"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="695"/> <source>Abort</source> <translation type="unfinished">Přerušit</translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="707"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="695"/> <source>%v/%m Protocols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectProtocolsBrowser.py" line="713"/> + <location filename="../Project/ProjectProtocolsBrowser.py" line="701"/> <source>Protocols</source> <translation type="unfinished"></translation> </message> @@ -56105,102 +56542,102 @@ <context> <name>ProjectResourcesBrowser</name> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="859"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="857"/> <source>Resources</source> <translation>Resources</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="61"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="62"/> <source><b>Project Resources Browser</b><p>This allows to easily see all resources contained in the current project. Several actions can be executed via the context menu.</p></source> <translation><b>Prohlížeč Resources projektu</b><p>Umožňuje jednoduše vidět všechny Resources aktuálního projektu. Několik akcí lze provést i přes kontextové menu.</p></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="96"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="98"/> <source>Compile resource</source> <translation>Kompilovat Resource</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="286"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="293"/> <source>Compile all resources</source> <translation>Kompilovat všechny Resource</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="211"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="216"/> <source>Open</source> <translation>Otevřít</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="114"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="116"/> <source>Rename file</source> <translation>Přejmenovat soubor</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="247"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="253"/> <source>Remove from project</source> <translation>Odebrat z projektu</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="250"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="256"/> <source>Delete</source> <translation>Smazat</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="254"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="260"/> <source>New resource...</source> <translation>Nový Resource...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="292"/> - <source>Add resources...</source> - <translation>Přidat resources...</translation> - </message> - <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="295"/> - <source>Add resources directory...</source> - <translation>Přidat adresář se zdroji...</translation> - </message> - <message> <location filename="../Project/ProjectResourcesBrowser.py" line="299"/> + <source>Add resources...</source> + <translation>Přidat resources...</translation> + </message> + <message> + <location filename="../Project/ProjectResourcesBrowser.py" line="302"/> + <source>Add resources directory...</source> + <translation>Přidat adresář se zdroji...</translation> + </message> + <message> + <location filename="../Project/ProjectResourcesBrowser.py" line="306"/> <source>Expand all directories</source> <translation>Rozložit všechny adresáře</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="301"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="308"/> <source>Collapse all directories</source> <translation>Složit všechny adresáře</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="205"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="210"/> <source>Compile resources</source> <translation>Kompilovat Resource</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="503"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="510"/> <source>New Resource</source> <translation>Nový Resource</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="462"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="469"/> <source>Qt Resource Files (*.qrc)</source> <translation>Qt Resource soubory (*.qrc)</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="481"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="488"/> <source>The file already exists! Overwrite it?</source> <translation>Soubor již existuje! Přepsat jej?</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="532"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="539"/> <source>Delete resources</source> <translation>Smazat Resource</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="532"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="539"/> <source>Do you really want to delete these resources from the project?</source> <translation>Opravdu chcete odebrat tyto Resource z projektu?</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="631"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="624"/> <source>Resource Compilation</source> <translation>Kompilovat Resource</translation> </message> @@ -56210,47 +56647,47 @@ <translation>Kompilace souboru Resource byla úspěšná.</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="631"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="624"/> <source>The compilation of the resource file failed.</source> <translation>Kompliace Resource souboru selhala.</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="715"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="713"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="781"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="779"/> <source>Compiling resources...</source> <translation>Kompilovat resources...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="855"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="853"/> <source>Abort</source> <translation>Přerušit</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="855"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="853"/> <source>Determining changed resources...</source> <translation>Určení změněných resources...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="891"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="889"/> <source>Compiling changed resources...</source> <translation>Kompilování změněných resources...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="304"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="311"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="262"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="268"/> <source>Copy Path to Clipboard</source> <translation>Kopírovat cestu do schránky</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="503"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="510"/> <source><p>The new resource file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation><p>Nový soubor s resource <b>{0}</b> se nepodařilo vytvořit..<br>Problém: {1}</p></translation> </message> @@ -56260,17 +56697,17 @@ <translation><p>Kompilace Resource se nepodařila.</p><p>Důvod: {0}</p></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="715"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="713"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Nelze spustit {0}.<br>Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="855"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="853"/> <source>%v/%m Resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectResourcesBrowser.py" line="280"/> + <location filename="../Project/ProjectResourcesBrowser.py" line="287"/> <source>Configure rcc Compiler</source> <translation type="unfinished"></translation> </message> @@ -56486,197 +56923,197 @@ <context> <name>ProjectTranslationsBrowser</name> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="62"/> + <location filename="../Project/ProjectTranslationsBrowser.py" line="64"/> <source>Translations</source> <translation>Překlady</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="64"/> + <location filename="../Project/ProjectTranslationsBrowser.py" line="66"/> <source><b>Project Translations Browser</b><p>This allows to easily see all translations contained in the current project. Several actions can be executed via the context menu.</p></source> <translation><b>Prohlížeč jazykových překladů projektu</b><p>Umožňuje jednoduše vidět všechny překlady aktuálního projektu. Několik akcí lze provést i přes kontextové menu.</p></translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="154"/> + <location filename="../Project/ProjectTranslationsBrowser.py" line="157"/> <source>Generate translation</source> <translation>Generovat překlad</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="162"/> + <location filename="../Project/ProjectTranslationsBrowser.py" line="165"/> <source>Generate translation (with obsolete)</source> <translation>Generovat překlad (původní)</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="404"/> + <location filename="../Project/ProjectTranslationsBrowser.py" line="410"/> <source>Generate all translations</source> <translation>Generovat všechny překlady</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="411"/> + <location filename="../Project/ProjectTranslationsBrowser.py" line="417"/> <source>Generate all translations (with obsolete)</source> <translation>Generovat všechny překlady (původní)</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="305"/> + <location filename="../Project/ProjectTranslationsBrowser.py" line="310"/> <source>Open in Qt-Linguist</source> <translation>Otevřít v Qt-Linguist</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="352"/> - <source>Open in Editor</source> - <translation>Otevřít v editoru</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="196"/> - <source>Release translation</source> - <translation>Zveřejnit překlad</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="419"/> - <source>Release all translations</source> - <translation>Zveřejnit všechny překlady</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="138"/> - <source>Preview translation</source> - <translation>Náhled překladu</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="391"/> - <source>Preview all translations</source> - <translation>Náhled všech překladů</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="365"/> - <source>Remove from project</source> - <translation>Odebrat z projektu</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="426"/> - <source>Delete</source> - <translation>Smazat</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="430"/> - <source>Add translation...</source> - <translation>Přidat překlad...</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="432"/> - <source>Add translation files...</source> - <translation>Přidat soubory s překladem...</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="330"/> - <source>Generate translations</source> - <translation>Generovat překlady</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="338"/> - <source>Generate translations (with obsolete)</source> - <translation>Generovat překlady (původní)</translation> - </message> - <message> <location filename="../Project/ProjectTranslationsBrowser.py" line="357"/> - <source>Release translations</source> - <translation>Zveřejnit překlady</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="317"/> - <source>Preview translations</source> - <translation>Náhled překladů</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="677"/> - <source>Delete translation files</source> - <translation>Smazat soubory s překlady</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="677"/> - <source>Do you really want to delete these translation files from the project?</source> - <translation>Opravdu chcete odebrat tyto soubory s překlady z projektu?</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1207"/> - <source>Write temporary project file</source> - <translation>Zapsat dočasný soubor projektu</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1207"/> - <source>No translation files (*.ts) selected.</source> - <translation>Nebyly vybrány žádné soubory s překlady (*.ts).</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="949"/> - <source>Translation file generation</source> - <translation>Generování souboru s překladem</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="938"/> - <source>The generation of the translation files (*.ts) was successful.</source> - <translation>Generování souboru s překladem (*.ts) bylo úspěšné.</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1235"/> - <source>Process Generation Error</source> - <translation>Chyba v procesu generování</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1145"/> - <source>Translation file release</source> - <translation>Zveřejnění souboru s překladem</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1129"/> - <source>The release of the translation files (*.qm) was successful.</source> - <translation>Zveřejnění souboru s překladem (*.qm) bylo úspěšné.</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1145"/> - <source>The release of the translation files (*.qm) has failed.</source> - <translation>Zveřejnění souboru s překladem (*.qm) selhalo.</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="439"/> - <source>Configure...</source> - <translation>Konfigurovat...</translation> - </message> - <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="396"/> - <source>Extract messages</source> - <translation>Extrahovat zprávy</translation> + <source>Open in Editor</source> + <translation>Otevřít v editoru</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="199"/> + <source>Release translation</source> + <translation>Zveřejnit překlad</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="425"/> + <source>Release all translations</source> + <translation>Zveřejnit všechny překlady</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="141"/> + <source>Preview translation</source> + <translation>Náhled překladu</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="397"/> + <source>Preview all translations</source> + <translation>Náhled všech překladů</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="370"/> + <source>Remove from project</source> + <translation>Odebrat z projektu</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="432"/> + <source>Delete</source> + <translation>Smazat</translation> </message> <message> <location filename="../Project/ProjectTranslationsBrowser.py" line="436"/> + <source>Add translation...</source> + <translation>Přidat překlad...</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="438"/> + <source>Add translation files...</source> + <translation>Přidat soubory s překladem...</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="335"/> + <source>Generate translations</source> + <translation>Generovat překlady</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="343"/> + <source>Generate translations (with obsolete)</source> + <translation>Generovat překlady (původní)</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="362"/> + <source>Release translations</source> + <translation>Zveřejnit překlady</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="322"/> + <source>Preview translations</source> + <translation>Náhled překladů</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="687"/> + <source>Delete translation files</source> + <translation>Smazat soubory s překlady</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="687"/> + <source>Do you really want to delete these translation files from the project?</source> + <translation>Opravdu chcete odebrat tyto soubory s překlady z projektu?</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1274"/> + <source>Write temporary project file</source> + <translation>Zapsat dočasný soubor projektu</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1274"/> + <source>No translation files (*.ts) selected.</source> + <translation>Nebyly vybrány žádné soubory s překlady (*.ts).</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1060"/> + <source>Translation file generation</source> + <translation>Generování souboru s překladem</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="940"/> + <source>The generation of the translation files (*.ts) was successful.</source> + <translation>Generování souboru s překladem (*.ts) bylo úspěšné.</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1305"/> + <source>Process Generation Error</source> + <translation>Chyba v procesu generování</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1209"/> + <source>Translation file release</source> + <translation>Zveřejnění souboru s překladem</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1193"/> + <source>The release of the translation files (*.qm) was successful.</source> + <translation>Zveřejnění souboru s překladem (*.qm) bylo úspěšné.</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1209"/> + <source>The release of the translation files (*.qm) has failed.</source> + <translation>Zveřejnění souboru s překladem (*.qm) selhalo.</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="445"/> + <source>Configure...</source> + <translation>Konfigurovat...</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="402"/> + <source>Extract messages</source> + <translation>Extrahovat zprávy</translation> + </message> + <message> + <location filename="../Project/ProjectTranslationsBrowser.py" line="442"/> <source>Copy Path to Clipboard</source> <translation>Kopírovat cestu do schránky</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="822"/> + <location filename="../Project/ProjectTranslationsBrowser.py" line="832"/> <source><p>The temporary project file <b>{0}</b> could not be written.</p></source> <translation><p>Do dočasného souboru projektu <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1057"/> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1128"/> <source>Could not start {0}.<br>Ensure that it is in the search path.</source> <translation>Nelze spustit {0}.<br>Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="1235"/> + <location filename="../Project/ProjectTranslationsBrowser.py" line="1305"/> <source><p>Could not start lrelease.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit zveřejnění.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="347"/> + <location filename="../Project/ProjectTranslationsBrowser.py" line="352"/> <source>Open</source> <translation type="unfinished">Otevřít</translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="946"/> + <location filename="../Project/ProjectTranslationsBrowser.py" line="948"/> <source> The process has crashed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectTranslationsBrowser.py" line="949"/> + <location filename="../Project/ProjectTranslationsBrowser.py" line="951"/> <source>The generation of the translation files (*.ts) has failed.{0}</source> <translation type="unfinished"></translation> </message> @@ -56711,24 +57148,24 @@ <p>Pokud je projekt pod správou verzovacího systému, tak se informace o repozitáři zobrazí stisknutím tlačítka "Zobrazit info o repozitáři".</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="284"/> + <location filename="../Project/PropertiesDialog.ui" line="298"/> <source>&Author:</source> <translation>&Autor:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="294"/> + <location filename="../Project/PropertiesDialog.ui" line="308"/> <source>Enter authors name</source> <translation>Zadejte jméno autora</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="297"/> + <location filename="../Project/PropertiesDialog.ui" line="311"/> <source><b>Author</b> <p>Enter the name of the author.</p></source> <translation><b>Autor</b> <p>Zadání jmána autora.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="326"/> + <location filename="../Project/PropertiesDialog.ui" line="340"/> <source>&Description:</source> <translation>&Popis:</translation> </message> @@ -56750,12 +57187,12 @@ <p>Zadání čísla verze.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="339"/> + <location filename="../Project/PropertiesDialog.ui" line="353"/> <source>Enter description</source> <translation>Zadejte popis</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="342"/> + <location filename="../Project/PropertiesDialog.ui" line="356"/> <source><b>Description</b> <p>Enter a short description for the project.</p></source> <translation><b>Popis</b> @@ -56775,17 +57212,17 @@ <p>Zadání adresáře projektu. Stisknutím pravého tlačítka jej můžete vybrat i pomocí dialogu.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="305"/> + <location filename="../Project/PropertiesDialog.ui" line="319"/> <source>&Email:</source> <translation>&Email:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="315"/> + <location filename="../Project/PropertiesDialog.ui" line="329"/> <source>Enter authors email</source> <translation>Zadejte email autora</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="318"/> + <location filename="../Project/PropertiesDialog.ui" line="332"/> <source><b>Email</b> <p>Enter the email address of the author</p></source> <translation><b>Email</b> @@ -56857,22 +57294,22 @@ <translation></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="383"/> + <location filename="../Project/PropertiesDialog.ui" line="397"/> <source>Press to show information about the repository</source> <translation>Stisknout pro zobrazení informace o repozitáři</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="386"/> + <location filename="../Project/PropertiesDialog.ui" line="400"/> <source>Show &Repository Info</source> <translation>Zobrazit info o &repozitáři</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="389"/> + <location filename="../Project/PropertiesDialog.ui" line="403"/> <source>Alt+R</source> <translation></translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="119"/> + <location filename="../Project/PropertiesDialog.py" line="127"/> <source>The project is not version controlled.</source> <translation>Projekt není pod správou verzovacího systému.</translation> </message> @@ -56918,12 +57355,12 @@ <translation>Nastavení kontroly pravopisu...</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="113"/> + <location filename="../Project/PropertiesDialog.py" line="121"/> <source>The project is version controlled by <b>{0}</b>.</source> <translation>Projekt je pod správou verzovacího systému <b>{0}</b>.</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="58"/> + <location filename="../Project/PropertiesDialog.py" line="66"/> <source>Source Files ({0});;All Files (*)</source> <translation>Zdrojové soubory ({0});;Všechny soubory (*)</translation> </message> @@ -56958,12 +57395,12 @@ <translation>Windows/DOS</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="358"/> + <location filename="../Project/PropertiesDialog.ui" line="372"/> <source>Select to create a version controlled project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="361"/> + <location filename="../Project/PropertiesDialog.ui" line="375"/> <source>Version Controlled Project</source> <translation type="unfinished"></translation> </message> @@ -56982,6 +57419,21 @@ <source>Press to open a dialog to enter the 'make' parameters</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="284"/> + <source>Docstring Style:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="291"/> + <source>Select the docstring style for the project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.py" line="50"/> + <source>None</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProtobufPage</name> @@ -57067,22 +57519,22 @@ <context> <name>Purge</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py" line="78"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py" line="70"/> <source>Purge All Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py" line="79"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py" line="71"/> <source>Do really want to delete all files not tracked by Mercurial (including ignored ones)?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py" line="83"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py" line="75"/> <source>Purge Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py" line="84"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py" line="76"/> <source>Do really want to delete files not tracked by Mercurial?</source> <translation type="unfinished"></translation> </message> @@ -61772,22 +62224,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="219"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="436"/> <source>Indent Width:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="226"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="417"/> <source>Select the indent width (default: 4)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="320"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="617"/> <source>Generate imports relative to '.'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="289"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="586"/> <source>Tools Directory:</source> <translation type="unfinished"></translation> </message> @@ -61797,17 +62249,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="204"/> - <source>Enter the path of the PyQt tools directory, if they are not found.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.py" line="86"/> + <location filename="../Preferences/ConfigurationPages/QtPage.py" line="134"/> <source>Sample: {0}designer{1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="305"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="516"/> <source>Enter the path of the PySide2 tools directory, if they are not found.</source> <translation type="unfinished"></translation> </message> @@ -61822,27 +62269,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="213"/> - <source>pyuic Options</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="265"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="407"/> <source>Select to generate extra code to test and display the form</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="268"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="410"/> <source>Generate Extra Test Code</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="281"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="458"/> <source>PySide2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="314"/> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="525"/> <source>pyside2-uic Options</source> <translation type="unfinished"></translation> </message> @@ -61863,186 +62305,251 @@ <p>Enter a postfix used to determine the Qt tool executable name. It is composed of the prefix, the tool name and the postfix. The executable extension is added automatically on Windows.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="186"/> + <source>PyQt 5</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="552"/> + <source>Virtual Environment:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="565"/> + <source>Select the virtual environment to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="572"/> + <source>Press to open the virtual environment manager dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="244"/> + <source>Enter the path of the PyQt 5 tools directory, if they are not found.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="253"/> + <source>pyuic5 Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="321"/> + <source>PyQt 6</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="379"/> + <source>Enter the path of the PyQt 6 tools directory, if they are not found.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="388"/> + <source>pyuic6 Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="452"/> + <source>PySide</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="544"/> + <source>PySide6</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="602"/> + <source>Enter the path of the PySide6 tools directory, if they are not found.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="611"/> + <source>pyside6-uic Options</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Queues</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="210"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="195"/> <source>New Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="260"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="237"/> <source>Update Current Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="315"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="282"/> <source>Pop Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="319"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="286"/> <source>Push Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="323"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="290"/> <source>Go to Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="394"/> <source>Select Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="335"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="302"/> <source>Select the target patch name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="394"/> <source>No patches to select from.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="387"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="343"/> <source>Finish Applied Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="421"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="368"/> <source>Rename Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="443"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="380"/> <source>Select the patch to be deleted:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="452"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="389"/> <source>Delete Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="500"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="427"/> <source>Fold Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="495"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="422"/> <source>No patches selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="500"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="427"/> <source>No patches available to be folded.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="444"/> <source>List Guards</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="444"/> <source>No patches available to list guards for.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="470"/> + <source>Define Guards</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="498"/> + <source>No patches available to define guards for.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="498"/> + <source>Drop All Guards</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="482"/> + <source>Select the patch to drop guards for (leave empty for the current patch):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="526"/> + <source>Set Active Guards</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="526"/> + <source>No guards available to select from.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="539"/> + <source>Deactivate Guards</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="563"/> + <source>Create New Queue</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="565"/> - <source>Define Guards</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="602"/> - <source>No patches available to define guards for.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="602"/> - <source>Drop All Guards</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="586"/> - <source>Select the patch to drop guards for (leave empty for the current patch):</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="639"/> - <source>Set Active Guards</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="639"/> - <source>No guards available to select from.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="661"/> - <source>Deactivate Guards</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="702"/> - <source>Create New Queue</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="704"/> <source>Rename Active Queue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="726"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="587"/> <source>Error while creating a new queue.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="729"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="590"/> <source>Error while renaming the active queue.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="760"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="613"/> <source>Purge Queue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="762"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="615"/> <source>Delete Queue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="764"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="617"/> <source>Activate Queue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="789"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="642"/> <source>Error while purging the queue.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="644"/> <source>Error while deleting the queue.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="793"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="646"/> <source>Error while setting the active queue.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="822"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="666"/> <source>Available Queues</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="845"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="682"/> <source>Initializing new queue repository</source> <translation type="unfinished"></translation> </message> @@ -62655,12 +63162,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="831"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="826"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished">Projekt bude znovu načten. Má se provést?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="831"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="826"/> <source>Changing Applied Patches</source> <translation type="unfinished"></translation> </message> @@ -62837,17 +63344,17 @@ <context> <name>Rebase</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/rebase.py" line="78"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/rebase.py" line="68"/> <source>Rebase Changesets</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/rebase.py" line="86"/> + <source>Rebase Changesets (Continue)</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/rebase.py" line="104"/> - <source>Rebase Changesets (Continue)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/rebase.py" line="130"/> <source>Rebase Changesets (Abort)</source> <translation type="unfinished"></translation> </message> @@ -62855,7 +63362,7 @@ <context> <name>RebaseProjectHelper</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="109"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="108"/> <source>Rebase Changesets</source> <translation type="unfinished"></translation> </message> @@ -62905,17 +63412,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="139"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="136"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished">Projekt bude znovu načten. Má se provést?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="124"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="122"/> <source>Rebase Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="139"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="136"/> <source>Rebase Changesets (Abort)</source> <translation type="unfinished"></translation> </message> @@ -63355,55 +63862,55 @@ <context> <name>SafeBrowsingManager</name> <message> - <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="243"/> + <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="242"/> <source>Safe Browsing is disabled.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="246"/> + <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="245"/> <source>The fair use wait period has not expired yet.Expiration will be at {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="272"/> + <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="271"/> <source>Updating threat lists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="288"/> + <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="287"/> <source>Deleting obsolete threat lists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="310"/> + <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="309"/> <source>Updating hash prefixes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="336"/> + <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="335"/> <source>Local cache checksum does not match the server. Consider cleaning the cache. Threat update has been aborted.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="211"/> + <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="209"/> <source>Updating threat lists...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="215"/> - <source>Updating threat lists done</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="218"/> - <source>Updating threat lists failed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="165"/> + <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="166"/> <source>Google Safe Browsing</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="213"/> + <source>Updating threat lists done.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="216"/> + <source>Updating threat lists failed.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SearchReplaceWidget</name> @@ -64084,107 +64591,107 @@ <context> <name>SessionManager</name> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="285"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="286"/> <source>Backup 1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="292"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="293"/> <source>Backup 2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="323"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="324"/> <source>Default Session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="488"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="490"/> <source>Clone Session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="491"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="493"/> <source>Rename Session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="492"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="494"/> <source>Please enter a new name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="645"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="647"/> <source>The session file "{0}" exists already. Please enter another name.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="517"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="519"/> <source>An error occurred while cloning the session file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="525"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="527"/> <source>An error occurred while renaming the session file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="556"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="558"/> <source>Save Session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="540"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="542"/> <source>Please enter a name for the session:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="540"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="542"/> <source>Saved Session ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="576"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="578"/> <source>Restore Backup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="576"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="578"/> <source>Are you sure you want to replace the current session?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="616"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="618"/> <source>Delete Session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="616"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="618"/> <source>Are you sure you want to delete session "{0}"?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="645"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="647"/> <source>New Session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="629"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="631"/> <source>Please enter a name for the new session:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="629"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="631"/> <source>New Session ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="689"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="691"/> <source>Please select the startup session:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="708"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="710"/> <source>{0} (last session)</source> <translation type="unfinished"></translation> </message> @@ -64776,113 +65283,113 @@ <translation></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="272"/> + <location filename="../QScintilla/Shell.py" line="274"/> <source>Passive >>> </source> <translation>Pasivní >>> </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="288"/> + <location filename="../QScintilla/Shell.py" line="290"/> <source>Start</source> <translation></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="301"/> + <location filename="../QScintilla/Shell.py" line="303"/> <source>Copy</source> <translation>Kopírovat</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="302"/> + <location filename="../QScintilla/Shell.py" line="304"/> <source>Paste</source> <translation>Vložit</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="308"/> + <location filename="../QScintilla/Shell.py" line="310"/> <source>Clear</source> <translation>Vyčistit</translation> </message> <message> + <location filename="../QScintilla/Shell.py" line="842"/> + <source>No.</source> + <translation>Č.</translation> + </message> + <message> + <location filename="../QScintilla/Shell.py" line="2177"/> + <source>Drop Error</source> + <translation>Zahodit chybu</translation> + </message> + <message> + <location filename="../QScintilla/Shell.py" line="838"/> + <source>Passive Debug Mode</source> + <translation>Pasivní debug mód</translation> + </message> + <message> + <location filename="../QScintilla/Shell.py" line="295"/> + <source>History</source> + <translation>Historie</translation> + </message> + <message> + <location filename="../QScintilla/Shell.py" line="296"/> + <source>Select entry</source> + <translation>Vybrat vstupy</translation> + </message> + <message> + <location filename="../QScintilla/Shell.py" line="297"/> + <source>Show</source> + <translation>Zobrazit</translation> + </message> + <message> + <location filename="../QScintilla/Shell.py" line="772"/> + <source>Select History</source> + <translation>Vybrat historii</translation> + </message> + <message> + <location filename="../QScintilla/Shell.py" line="772"/> + <source>Select the history entry to execute (most recent shown last).</source> + <translation>Vybrat vstup historie pro vykonání (nejaktuálnější zobrazen poslední).</translation> + </message> + <message> <location filename="../QScintilla/Shell.py" line="839"/> - <source>No.</source> - <translation>Č.</translation> - </message> - <message> - <location filename="../QScintilla/Shell.py" line="2157"/> - <source>Drop Error</source> - <translation>Zahodit chybu</translation> - </message> - <message> - <location filename="../QScintilla/Shell.py" line="835"/> - <source>Passive Debug Mode</source> - <translation>Pasivní debug mód</translation> - </message> - <message> - <location filename="../QScintilla/Shell.py" line="293"/> - <source>History</source> - <translation>Historie</translation> - </message> - <message> - <location filename="../QScintilla/Shell.py" line="294"/> - <source>Select entry</source> - <translation>Vybrat vstupy</translation> - </message> - <message> - <location filename="../QScintilla/Shell.py" line="295"/> - <source>Show</source> - <translation>Zobrazit</translation> - </message> - <message> - <location filename="../QScintilla/Shell.py" line="767"/> - <source>Select History</source> - <translation>Vybrat historii</translation> - </message> - <message> - <location filename="../QScintilla/Shell.py" line="767"/> - <source>Select the history entry to execute (most recent shown last).</source> - <translation>Vybrat vstup historie pro vykonání (nejaktuálnější zobrazen poslední).</translation> - </message> - <message> - <location filename="../QScintilla/Shell.py" line="836"/> <source> Not connected</source> <translation>Nepřipojen</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="316"/> + <location filename="../QScintilla/Shell.py" line="318"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="300"/> + <location filename="../QScintilla/Shell.py" line="302"/> <source>Cut</source> <translation>Vyjmout</translation> </message> <message> <location filename="../QScintilla/Shell.py" line="841"/> <source>{0} on {1}, {2}</source> - <translation>{0} na {1}, {2}</translation> - </message> - <message> - <location filename="../QScintilla/Shell.py" line="1030"/> + <translation type="obsolete">{0} na {1}, {2}</translation> + </message> + <message> + <location filename="../QScintilla/Shell.py" line="1032"/> <source>StdOut: {0}</source> <translation>StdOut: {0}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1038"/> + <location filename="../QScintilla/Shell.py" line="1040"/> <source>StdErr: {0}</source> <translation>StdErr: {0}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="2157"/> + <location filename="../QScintilla/Shell.py" line="2177"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> není soubor.</p></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="306"/> + <location filename="../QScintilla/Shell.py" line="308"/> <source>Find</source> <translation type="unfinished">Hledat</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="888"/> + <location filename="../QScintilla/Shell.py" line="890"/> <source>Exception "{0}" {1} File: {2}, Line: {3} @@ -64890,32 +65397,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="923"/> - <source>Unspecified syntax error. -</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Shell.py" line="898"/> - <source>Exception "{0}" -{1} -</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Shell.py" line="925"/> + <source>Unspecified syntax error. +</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Shell.py" line="900"/> + <source>Exception "{0}" +{1} +</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Shell.py" line="927"/> <source>Syntax error "{1}" in file {0} at line {2}, character {3}. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="948"/> + <location filename="../QScintilla/Shell.py" line="950"/> <source>Signal "{0}" generated in file {1} at line {2}. Function: {3}({4})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="2015"/> + <location filename="../QScintilla/Shell.py" line="2034"/> <source>Project</source> <translation type="unfinished">Projekt</translation> </message> @@ -64930,33 +65437,43 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="309"/> + <location filename="../QScintilla/Shell.py" line="311"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="310"/> + <location filename="../QScintilla/Shell.py" line="312"/> <source>Restart and Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="314"/> + <location filename="../QScintilla/Shell.py" line="316"/> <source>Active Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1835"/> + <location filename="../QScintilla/Shell.py" line="1849"/> <source>Available Virtual Environments: {0} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1876"/> + <location filename="../QScintilla/Shell.py" line="1895"/> <source>Current Virtual Environment: '{0}' </source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/Shell.py" line="844"/> + <source>{0} on {1}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Shell.py" line="1066"/> + <source><{0}> {1}</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ShellHistoryDialog</name> @@ -65381,16 +65898,6 @@ <translation type="unfinished"><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="../QScintilla/ShellWindow.py" line="1094"/> - <source>About eric6 Shell Window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1094"/> - <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1122"/> <source>&File</source> <translation type="unfinished">S&oubor</translation> @@ -65466,16 +65973,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1030"/> - <source>eric6 Shell</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1028"/> - <source>eric6 Shell [{0}]</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="242"/> <source><b>Restart</b><p>Restart the shell for the currently selected environment.</p></source> <translation type="unfinished"></translation> @@ -65505,51 +66002,71 @@ <source><b>Clear</b><p>Delete all text.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1030"/> + <source>eric Shell</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1028"/> + <source>eric Shell [{0}]</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1094"/> + <source>About eric Shell Window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1094"/> + <source>The eric Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Shelve</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="110"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="95"/> <source>Shelve current changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="135"/> <source>Restore shelved changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="185"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="152"/> <source>Abort restore operation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="212"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="171"/> <source>Continue restore operation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="236"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="187"/> <source>Select the shelves to be deleted:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="208"/> <source>Delete shelves</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="247"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="198"/> <source>Do you really want to delete these shelves?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="283"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="225"/> <source>Delete all shelves</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="275"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="217"/> <source>Do you really want to delete all shelved changes?</source> <translation type="unfinished"></translation> </message> @@ -65710,17 +66227,17 @@ <translation type="unfinished">Projekt bude znovu načten. Má se provést?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="202"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="200"/> <source>Unshelve</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="210"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="207"/> <source>Abort Unshelve</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="220"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="216"/> <source>Continue Unshelve</source> <translation type="unfinished"></translation> </message> @@ -65943,7 +66460,12 @@ <message> <location filename="../Preferences/ShortcutsDialog.py" line="197"/> <source>eric6 Web Browser</source> - <translation type="unfinished">eric5 web prohlížeč {6 ?}</translation> + <translation type="obsolete">eric5 web prohlížeč {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ShortcutsDialog.py" line="197"/> + <source>eric Web Browser</source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -66218,102 +66740,102 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="81"/> + <location filename="../Snapshot/SnapWidget.py" line="76"/> <source>Rectangular Selection</source> <translation type="unfinished">Obdélníkový výběr</translation> </message> <message> + <location filename="../Snapshot/SnapWidget.py" line="122"/> + <source>Windows Bitmap File (*.bmp)</source> + <translation type="unfinished">Windows Bitmap soubor (*.bmp)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="123"/> + <source>Graphic Interchange Format File (*.gif)</source> + <translation type="unfinished">Graphic Interchange Format soubor (*.gif)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="124"/> + <source>Windows Icon File (*.ico)</source> + <translation type="unfinished">Windows Icon soubor (*.ico)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="125"/> + <source>JPEG File (*.jpg)</source> + <translation type="unfinished">JPEG soubor (*.jpg)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="126"/> + <source>Multiple-Image Network Graphics File (*.mng)</source> + <translation type="unfinished">Multiple-Image Network Graphics soubor (*.mng)</translation> + </message> + <message> <location filename="../Snapshot/SnapWidget.py" line="127"/> - <source>Windows Bitmap File (*.bmp)</source> - <translation type="unfinished">Windows Bitmap soubor (*.bmp)</translation> + <source>Portable Bitmap File (*.pbm)</source> + <translation type="unfinished">Portable Bitmap soubor (*.pbm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="128"/> - <source>Graphic Interchange Format File (*.gif)</source> - <translation type="unfinished">Graphic Interchange Format soubor (*.gif)</translation> + <source>Paintbrush Bitmap File (*.pcx)</source> + <translation type="unfinished">Paintbrush Bitmap soubor (*.pcx)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="129"/> - <source>Windows Icon File (*.ico)</source> - <translation type="unfinished">Windows Icon soubor (*.ico)</translation> + <source>Portable Graymap File (*.pgm)</source> + <translation type="unfinished">Portable Graymap soubor (*.pgm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="130"/> - <source>JPEG File (*.jpg)</source> - <translation type="unfinished">JPEG soubor (*.jpg)</translation> + <source>Portable Network Graphics File (*.png)</source> + <translation type="unfinished">Portable Network Graphics soubor (*.png)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="131"/> - <source>Multiple-Image Network Graphics File (*.mng)</source> - <translation type="unfinished">Multiple-Image Network Graphics soubor (*.mng)</translation> + <source>Portable Pixmap File (*.ppm)</source> + <translation type="unfinished">Portable Pixmap soubor (*.ppm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="132"/> - <source>Portable Bitmap File (*.pbm)</source> - <translation type="unfinished">Portable Bitmap soubor (*.pbm)</translation> + <source>Silicon Graphics Image File (*.sgi)</source> + <translation type="unfinished">Silicon Graphics Image soubor (*.sgi)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="133"/> - <source>Paintbrush Bitmap File (*.pcx)</source> - <translation type="unfinished">Paintbrush Bitmap soubor (*.pcx)</translation> + <source>Scalable Vector Graphics File (*.svg)</source> + <translation type="unfinished">Scalable Vector Graphics soubor (*.svg)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="134"/> - <source>Portable Graymap File (*.pgm)</source> - <translation type="unfinished">Portable Graymap soubor (*.pgm)</translation> + <source>Targa Graphic File (*.tga)</source> + <translation type="unfinished">Targa Graphic soubor (*.tga)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="135"/> - <source>Portable Network Graphics File (*.png)</source> - <translation type="unfinished">Portable Network Graphics soubor (*.png)</translation> + <source>TIFF File (*.tif)</source> + <translation type="unfinished">TIFF soubor (*.tif)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="136"/> - <source>Portable Pixmap File (*.ppm)</source> - <translation type="unfinished">Portable Pixmap soubor (*.ppm)</translation> + <source>X11 Bitmap File (*.xbm)</source> + <translation type="unfinished">X11 Bitmap soubor (*.xbm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="137"/> - <source>Silicon Graphics Image File (*.sgi)</source> - <translation type="unfinished">Silicon Graphics Image soubor (*.sgi)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="138"/> - <source>Scalable Vector Graphics File (*.svg)</source> - <translation type="unfinished">Scalable Vector Graphics soubor (*.svg)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="139"/> - <source>Targa Graphic File (*.tga)</source> - <translation type="unfinished">Targa Graphic soubor (*.tga)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="140"/> - <source>TIFF File (*.tif)</source> - <translation type="unfinished">TIFF soubor (*.tif)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="141"/> - <source>X11 Bitmap File (*.xbm)</source> - <translation type="unfinished">X11 Bitmap soubor (*.xbm)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="142"/> <source>X11 Pixmap File (*.xpm)</source> <translation type="unfinished">X11 Pixmap soubor (*.xpm)</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="257"/> + <location filename="../Snapshot/SnapWidget.py" line="252"/> <source>Save Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="236"/> + <location filename="../Snapshot/SnapWidget.py" line="231"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="257"/> + <location filename="../Snapshot/SnapWidget.py" line="252"/> <source>Cannot write file '{0}: {1}.</source> <translation type="unfinished">Nelze zapsat do souboru '{0}: @@ -66350,17 +66872,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="87"/> + <location filename="../Snapshot/SnapWidget.py" line="82"/> <source>Freehand Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="100"/> + <location filename="../Snapshot/SnapWidget.py" line="95"/> <source>snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="394"/> + <location filename="../Snapshot/SnapWidget.py" line="389"/> <source>The application contains an unsaved snapshot.</source> <translation type="unfinished"></translation> </message> @@ -66375,22 +66897,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="424"/> - <source>eric6 Snapshot</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="360"/> + <location filename="../Snapshot/SnapWidget.py" line="355"/> <source>Preview of the snapshot image ({0} x {1})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="84"/> + <location filename="../Snapshot/SnapWidget.py" line="79"/> <source>Elliptical Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="75"/> + <location filename="../Snapshot/SnapWidget.py" line="70"/> <source>Select Screen</source> <translation type="unfinished"></translation> </message> @@ -66415,15 +66932,20 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="78"/> + <location filename="../Snapshot/SnapWidget.py" line="73"/> <source>Select Window</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="419"/> + <source>eric Snapshot</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SnapshotFreehandGrabber</name> <message> - <location filename="../Snapshot/SnapshotFreehandGrabber.py" line="70"/> + <location filename="../Snapshot/SnapshotFreehandGrabber.py" line="72"/> <source>Select a region using the mouse. To take the snapshot, press the Enter key or double click. Press Esc to quit.</source> <translation type="unfinished"></translation> </message> @@ -66431,7 +66953,7 @@ <context> <name>SnapshotRegionGrabber</name> <message> - <location filename="../Snapshot/SnapshotRegionGrabber.py" line="101"/> + <location filename="../Snapshot/SnapshotRegionGrabber.py" line="104"/> <source>Select a region using the mouse. To take the snapshot, press the Enter key or double click. Press Esc to quit.</source> <translation type="unfinished"></translation> </message> @@ -66439,7 +66961,7 @@ <context> <name>SnapshotTimer</name> <message numerus="yes"> - <location filename="../Snapshot/SnapshotTimer.py" line="109"/> + <location filename="../Snapshot/SnapshotTimer.py" line="104"/> <source>Snapshot will be taken in %n seconds</source> <translation type="unfinished"> <numerusform></numerusform> @@ -66451,27 +66973,27 @@ <context> <name>SnapshotWaylandGrabber</name> <message> - <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="383"/> + <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="371"/> <source>Screenshot Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="357"/> + <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="345"/> <source><p>Received an unexpected number of reply arguments. Expected {0} but got {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="367"/> + <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="355"/> <source><p>Received error <b>{0}</b> from DBus while performing screenshot.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="377"/> + <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="365"/> <source>Received an invalid reply.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="383"/> + <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="371"/> <source>Received an unexpected reply.</source> <translation type="unfinished"></translation> </message> @@ -66998,7 +67520,12 @@ <message> <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="14"/> <source>eric6 SQL Browser</source> - <translation type="unfinished">eric5 SQL prohlížeč {6 ?}</translation> + <translation type="obsolete">eric5 SQL prohlížeč {6 ?}</translation> + </message> + <message> + <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="14"/> + <source>eric SQL Browser</source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -67429,127 +67956,122 @@ <translation type="obsolete">Příkazový řá&dek:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="164"/> + <location filename="../Debugger/StartDebugDialog.ui" line="209"/> <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="167"/> + <location filename="../Debugger/StartDebugDialog.ui" line="212"/> <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="171"/> + <location filename="../Debugger/StartDebugDialog.ui" line="216"/> <source>Report exceptions</source> <translation type="unfinished">R&eport výjimek</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="174"/> + <location filename="../Debugger/StartDebugDialog.ui" line="219"/> <source>Alt+E</source> <translation></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="214"/> + <location filename="../Debugger/StartDebugDialog.ui" line="164"/> <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="217"/> + <location filename="../Debugger/StartDebugDialog.ui" line="167"/> <source>Trace into interpreter libraries</source> <translation type="unfinished">&Trasovat do knihoven inerpretru</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="220"/> + <location filename="../Debugger/StartDebugDialog.ui" line="170"/> <source>Alt+T</source> <translation></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="184"/> + <location filename="../Debugger/StartDebugDialog.ui" line="193"/> <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="187"/> + <location filename="../Debugger/StartDebugDialog.ui" line="196"/> <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="190"/> + <location filename="../Debugger/StartDebugDialog.ui" line="199"/> <source>Clear interpreter window</source> <translation type="unfinished">Vyčistit okno &interpretru</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="227"/> + <location filename="../Debugger/StartDebugDialog.ui" line="177"/> <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="230"/> + <location filename="../Debugger/StartDebugDialog.ui" line="180"/> <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="233"/> + <location filename="../Debugger/StartDebugDialog.ui" line="183"/> <source>Don't stop at first line</source> <translation>Nezastavovat na prvním řádku</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="200"/> + <location filename="../Debugger/StartDebugDialog.ui" line="229"/> <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="203"/> + <location filename="../Debugger/StartDebugDialog.ui" line="232"/> <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="207"/> + <location filename="../Debugger/StartDebugDialog.ui" line="236"/> <source>Start in console</source> <translation>Spustit na konzoli</translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="245"/> <source>Forking</source> - <translation>Forkování</translation> + <translation type="obsolete">Forkování</translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="251"/> <source>Select to go through the fork without asking</source> - <translation>Neptat se když se prochází přes fork</translation> + <translation type="obsolete">Neptat se když se prochází přes fork</translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="254"/> <source><b>Fork without pausing</b> <p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> - <translation><b>Fork bez zastavení</b> + <translation type="obsolete"><b>Fork bez zastavení</b> <p>Procházet přes fork bez ptaní a provést rozhodnutí pro fork založeném na výběru Rodič/Potomek.</p></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="258"/> <source>Fork without pausing</source> - <translation>Fork bez zastavení</translation> + <translation type="obsolete">Fork bez zastavení</translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="268"/> <source>Select to debug the child process after forking</source> - <translation>Vybrat pro ladění potomka procesu po forku</translation> + <translation type="obsolete">Vybrat pro ladění potomka procesu po forku</translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="271"/> <source><b>Debug Child Process</b> <p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> - <translation><b>Ladit potomka procesu</b> + <translation type="obsolete"><b>Ladit potomka procesu</b> <p>Výběr debugování potomka procesu po forku. Není-li toto vybráno, je laděn rodičovský proces. Toto nastavení nemá efekt, není-li nastaveno forkování bez zastavení.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="275"/> - <source>Follow Child Process</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartDebugDialog.ui" line="25"/> <source>Virtual Environment:</source> <translation type="unfinished"></translation> @@ -67569,39 +68091,69 @@ <source>Script Parameters:</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="245"/> + <source>Select this to enable multi process debugging.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="248"/> + <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"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="251"/> + <source>Multi Process Debugging</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="260"/> + <source>Don't Debug:</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDialog</name> <message> - <location filename="../Debugger/StartDialog.py" line="104"/> + <location filename="../Debugger/StartDialog.py" line="108"/> <source>Clear Histories</source> <translation>Vyčistit historii</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="267"/> + <location filename="../Debugger/StartDialog.py" line="279"/> <source>Edit History</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="263"/> + <location filename="../Debugger/StartDialog.py" line="266"/> <source>Command Line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="264"/> - <source>Working Directory</source> - <translation type="unfinished">Pracovní adresář</translation> - </message> - <message> - <location filename="../Debugger/StartDialog.py" line="265"/> - <source>Environment</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartDialog.py" line="267"/> + <source>Working Directory</source> + <translation type="unfinished">Pracovní adresář</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.py" line="268"/> + <source>Environment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDialog.py" line="279"/> <source>Select the history list to be edited:</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartDialog.py" line="277"/> + <source>No Debug Programs</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDialog.py" line="142"/> + <source>Enter the list of programs or program patterns not to be debugged separated by '{0}'.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartHistoryEditDialog</name> @@ -67941,43 +68493,38 @@ <message> <location filename="../Debugger/StartRunDialog.ui" line="216"/> <source>Forking</source> - <translation>Větvení</translation> + <translation type="obsolete">Větvení</translation> </message> <message> <location filename="../Debugger/StartRunDialog.ui" line="222"/> <source>Select to go through the fork without asking</source> - <translation>Neptat se když se prochází přes větvení</translation> + <translation type="obsolete">Neptat se když se prochází přes větvení</translation> </message> <message> <location filename="../Debugger/StartRunDialog.ui" line="225"/> <source><b>Fork without pausing</b> <p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> - <translation><b>Větvení bez zastavení</b> + <translation type="obsolete"><b>Větvení bez zastavení</b> <p>Procházet přes větvení bez ptaní a provést rozhodnutí pro fork založeném na výběru Rodič/Potomek.</p></translation> </message> <message> <location filename="../Debugger/StartRunDialog.ui" line="229"/> <source>Fork without pausing</source> - <translation>Fork bez zastavení</translation> + <translation type="obsolete">Fork bez zastavení</translation> </message> <message> <location filename="../Debugger/StartRunDialog.ui" line="239"/> <source>Select to debug the child process after forking</source> - <translation>Vybrat pro ladění potomka procesu po větvení</translation> + <translation type="obsolete">Vybrat pro ladění potomka procesu po větvení</translation> </message> <message> <location filename="../Debugger/StartRunDialog.ui" line="242"/> <source><b>Debug Child Process</b> <p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> - <translation><b>Ladit potomka procesu</b> + <translation type="obsolete"><b>Ladit potomka procesu</b> <p>Výběr debugování potomka procesu po forku. Není-li toto vybráno, je laděn rodičovský proces. Toto nastavení nemá efekt, není-li nastaveno větvení bez zastavení.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="246"/> - <source>Follow Child Process</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartRunDialog.ui" line="25"/> <source>Virtual Environment:</source> <translation type="unfinished"></translation> @@ -68044,7 +68591,7 @@ <context> <name>Strip</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/strip.py" line="71"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/strip.py" line="60"/> <source>Stripping changesets from repository</source> <translation type="unfinished"></translation> </message> @@ -73716,7 +74263,7 @@ <translation>Stisknout pro zobrazení všech souborů, které obsahují problém</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="396"/> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="397"/> <source>No issues found.</source> <translation>Žádné problémy nenalezeny.</translation> </message> @@ -73741,7 +74288,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="287"/> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="288"/> <source>Error: {0}</source> <translation type="unfinished">Chyby: {0}</translation> </message> @@ -73751,7 +74298,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="273"/> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="274"/> <source>Preparing files...</source> <translation type="unfinished"></translation> </message> @@ -73761,7 +74308,7 @@ <translation type="unfinished">Chyby</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="297"/> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="298"/> <source>Transferring data...</source> <translation type="unfinished"></translation> </message> @@ -76476,17 +77023,17 @@ <translation>Nastavení</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="180"/> + <location filename="../Tools/TrayStarter.py" line="192"/> <source>Quit</source> <translation>Konec</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="267"/> + <location filename="../Tools/TrayStarter.py" line="279"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="267"/> + <location filename="../Tools/TrayStarter.py" line="279"/> <source>OK</source> <translation>OK</translation> </message> @@ -76516,7 +77063,7 @@ <translation></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="267"/> + <location filename="../Tools/TrayStarter.py" line="279"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit proces.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> @@ -76531,34 +77078,24 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="165"/> + <location filename="../Tools/TrayStarter.py" line="187"/> <source>Configure Tray Starter</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Tools/TrayStarter.py" line="82"/> <source>Eric6 tray starter</source> - <translation type="unfinished">Eric5 tray startér {6 ?}</translation> - </message> - <message> - <location filename="../Tools/TrayStarter.py" line="157"/> + <translation type="obsolete">Eric5 tray startér {6 ?}</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="159"/> <source>eric6 Web Browser</source> - <translation type="unfinished">eric5 web prohlížeč {6 ?}</translation> + <translation type="obsolete">eric5 web prohlížeč {6 ?}</translation> </message> <message> <location filename="../Tools/TrayStarter.py" line="148"/> - <source>eric6 IDE</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Tools/TrayStarter.py" line="151"/> <source>eric6 Mini Editor</source> - <translation type="unfinished">eric5 Mini Editor {6 ?}</translation> - </message> - <message> - <location filename="../Tools/TrayStarter.py" line="154"/> - <source>eric6 Hex Editor</source> - <translation type="unfinished"></translation> + <translation type="obsolete">eric5 Mini Editor {6 ?}</translation> </message> <message> <location filename="../Tools/TrayStarter.py" line="89"/> @@ -76566,25 +77103,60 @@ <translation type="unfinished">Zobrazit verze</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="521"/> + <location filename="../Tools/TrayStarter.py" line="549"/> <source><h3>Version Numbers</h3><table></source> <translation type="unfinished"><h3>Čísla verzí</h3><table></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="557"/> + <location filename="../Tools/TrayStarter.py" line="585"/> <source></table></source> <translation type="unfinished"></table></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="160"/> - <source>eric6 Shell Window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="93"/> <source>QRegularExpression editor</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Tools/TrayStarter.py" line="82"/> + <source>eric tray starter</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="148"/> + <source>eric Mini Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="151"/> + <source>eric Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="154"/> + <source>eric Shell Window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="159"/> + <source>eric Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="162"/> + <source>eric Web Browser (with QtHelp)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="166"/> + <source>eric Web Browser (Private Mode)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="182"/> + <source>eric IDE</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>TrayStarterPage</name> @@ -77167,17 +77739,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/UicCompilerOptionsDialog.ui" line="23"/> + <location filename="../Project/UicCompilerOptionsDialog.ui" line="39"/> <source>'import' Package</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/UicCompilerOptionsDialog.ui" line="29"/> + <location filename="../Project/UicCompilerOptionsDialog.ui" line="45"/> <source>Enter the package name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/UicCompilerOptionsDialog.ui" line="36"/> + <location filename="../Project/UicCompilerOptionsDialog.ui" line="52"/> <source><b>Note</b>: This generates statements like 'from PACKAGE import ...'.</source> <translation type="unfinished"></translation> </message> @@ -77197,12 +77769,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/UicCompilerOptionsDialog.ui" line="49"/> + <location filename="../Project/UicCompilerOptionsDialog.ui" line="23"/> <source>Package Root</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/UicCompilerOptionsDialog.ui" line="55"/> + <location filename="../Project/UicCompilerOptionsDialog.ui" line="29"/> <source>Enter the project relative path of the packages root directory</source> <translation type="unfinished"></translation> </message> @@ -77210,7 +77782,7 @@ <context> <name>UnittestDialog</name> <message> - <location filename="../PyUnit/UnittestDialog.py" line="896"/> + <location filename="../PyUnit/UnittestDialog.py" line="903"/> <source>Unittest</source> <translation></translation> </message> @@ -77350,42 +77922,42 @@ <translation>V běhu</translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="89"/> + <location filename="../PyUnit/UnittestDialog.py" line="96"/> <source>Start</source> <translation>Spustit</translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="91"/> + <location filename="../PyUnit/UnittestDialog.py" line="98"/> <source>Start the selected testsuite</source> <translation>Spustit vybranou soupravu testů</translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="93"/> + <location filename="../PyUnit/UnittestDialog.py" line="100"/> <source><b>Start Test</b><p>This button starts the selected testsuite.</p></source> <translation><b>Spustit test</b><p>Toto tlačítko spustí vybranou soupravu testů.</p></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="104"/> + <location filename="../PyUnit/UnittestDialog.py" line="111"/> <source>Stop</source> <translation>Zastavit</translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="106"/> + <location filename="../PyUnit/UnittestDialog.py" line="113"/> <source>Stop the running unittest</source> <translation>Zastaví běžící unittest</translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="107"/> + <location filename="../PyUnit/UnittestDialog.py" line="114"/> <source><b>Stop Test</b><p>This button stops a running unittest.</p></source> <translation><b>Zastavit test</b><p>Toto tlačítko zastaví běžící unittest.</p></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="159"/> + <location filename="../PyUnit/UnittestDialog.py" line="166"/> <source>^Failure: </source> <translation>^Selhalo: </translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="160"/> + <location filename="../PyUnit/UnittestDialog.py" line="167"/> <source>^Error: </source> <translation>^Chyby: </translation> </message> @@ -77395,22 +77967,22 @@ <translation type="obsolete">Musíte zadat soubor soupravy testu.</translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="692"/> + <location filename="../PyUnit/UnittestDialog.py" line="699"/> <source>Preparing Testsuite</source> <translation>Příprava soupravy testu</translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="978"/> + <location filename="../PyUnit/UnittestDialog.py" line="985"/> <source>Running</source> <translation>Běží</translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="1142"/> + <location filename="../PyUnit/UnittestDialog.py" line="1158"/> <source>Show Source</source> <translation>Zobrazit zdroj</translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="297"/> + <location filename="../PyUnit/UnittestDialog.py" line="304"/> <source>Python Files (*.py);;All Files (*)</source> <translation>Python soubory (*.py);;Všechny soubory (*)</translation> </message> @@ -77435,12 +78007,12 @@ <translation type="obsolete">Doběhlo {0} testů za {1:.3f}s</translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="1022"/> + <location filename="../PyUnit/UnittestDialog.py" line="1029"/> <source>Failure: {0}</source> <translation>Selhalo: {0}</translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="1037"/> + <location filename="../PyUnit/UnittestDialog.py" line="1044"/> <source>Error: {0}</source> <translation>Chyby: {0}</translation> </message> @@ -77475,32 +78047,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="1052"/> + <location filename="../PyUnit/UnittestDialog.py" line="1059"/> <source> Skipped: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="1067"/> + <location filename="../PyUnit/UnittestDialog.py" line="1077"/> <source> Expected Failure</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="1081"/> + <location filename="../PyUnit/UnittestDialog.py" line="1094"/> <source> Unexpected Success</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="96"/> + <location filename="../PyUnit/UnittestDialog.py" line="103"/> <source>Rerun Failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="98"/> + <location filename="../PyUnit/UnittestDialog.py" line="105"/> <source>Reruns failed tests of the selected testsuite</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="100"/> + <location filename="../PyUnit/UnittestDialog.py" line="107"/> <source><b>Rerun Failed</b><p>This button reruns all failed tests of the selected testsuite.</p></source> <translation type="unfinished"></translation> </message> @@ -77587,17 +78159,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="696"/> + <location filename="../PyUnit/UnittestDialog.py" line="703"/> <source>Unittest with auto-discovery</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="780"/> + <location filename="../PyUnit/UnittestDialog.py" line="787"/> <source>You must enter a start directory for auto-discovery.</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../PyUnit/UnittestDialog.py" line="1002"/> + <location filename="../PyUnit/UnittestDialog.py" line="1009"/> <source>Ran %n test(s) in {0:.3f}s</source> <translation type="unfinished"> <numerusform></numerusform> @@ -77611,27 +78183,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="82"/> + <location filename="../PyUnit/UnittestDialog.py" line="89"/> <source>Discover</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="84"/> + <location filename="../PyUnit/UnittestDialog.py" line="91"/> <source>Discover tests</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="375"/> + <location filename="../PyUnit/UnittestDialog.py" line="382"/> <source>Discovering Tests</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="440"/> + <location filename="../PyUnit/UnittestDialog.py" line="447"/> <source><p>Unable to discover tests.</p><p>{0}</p></source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../PyUnit/UnittestDialog.py" line="612"/> + <location filename="../PyUnit/UnittestDialog.py" line="619"/> <source>Discovered %n Test(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -77640,27 +78212,27 @@ </translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="617"/> + <location filename="../PyUnit/UnittestDialog.py" line="624"/> <source><p>Unable to discover tests.</p><p>{0}<br/>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="683"/> + <location filename="../PyUnit/UnittestDialog.py" line="690"/> <source>You must select auto-discovery or enter a test suite file or a dotted test name.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="705"/> + <location filename="../PyUnit/UnittestDialog.py" line="712"/> <source><Unnamed Test></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="896"/> + <location filename="../PyUnit/UnittestDialog.py" line="903"/> <source><p>Unable to run test <b>{0}</b>.</p><p>{1}<br/>{2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="86"/> + <location filename="../PyUnit/UnittestDialog.py" line="93"/> <source><b>Discover</b><p>This button starts a discovery of available tests.</p></source> <translation type="unfinished"></translation> </message> @@ -77685,12 +78257,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="713"/> + <location filename="../PyUnit/UnittestDialog.py" line="720"/> <source>No test case has been selected. Shall all test cases be run?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.py" line="293"/> + <location filename="../PyUnit/UnittestDialog.py" line="300"/> <source>Python3 Files ({0});;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -77735,37 +78307,37 @@ <context> <name>UserAgentMenu</name> <message> - <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="55"/> + <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="56"/> <source>Default</source> <translation type="unfinished">Výchozí</translation> </message> <message> - <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="76"/> + <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="77"/> <source>Other...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="99"/> + <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="100"/> <source>Custom user agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="99"/> + <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="100"/> <source>User agent:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="186"/> + <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="188"/> <source>Parsing default user agents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="186"/> + <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="188"/> <source><p>Error parsing default user agents.</p><p>{0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="175"/> + <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="177"/> <source>Various</source> <translation type="unfinished">Různé</translation> </message> @@ -77827,568 +78399,568 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="278"/> + <location filename="../UI/UserInterface.py" line="276"/> <source>Generating Main User Interface...</source> <translation>Generování hlavního uživatelského rozhraní...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="328"/> + <location filename="../UI/UserInterface.py" line="326"/> <source>Setting up connections...</source> <translation>Nastavení připojení...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="585"/> + <location filename="../UI/UserInterface.py" line="571"/> <source>Initializing Tools...</source> <translation>Inicializace nástrojů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="595"/> + <location filename="../UI/UserInterface.py" line="581"/> <source>Registering Objects...</source> <translation>Registrování objektů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="628"/> + <location filename="../UI/UserInterface.py" line="614"/> <source>Initializing Actions...</source> <translation>Inicializace akcí...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="630"/> + <location filename="../UI/UserInterface.py" line="616"/> <source>Initializing Menus...</source> <translation>Inicializace menu...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="632"/> + <location filename="../UI/UserInterface.py" line="618"/> <source>Initializing Toolbars...</source> <translation>Inicializace nástrojových lišt...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="634"/> + <location filename="../UI/UserInterface.py" line="620"/> <source>Initializing Statusbar...</source> <translation>Inicializace statusbaru...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="661"/> + <location filename="../UI/UserInterface.py" line="647"/> <source>Initializing Single Application Server...</source> <translation>Inicializace jednouživatelského aplikačního serveru...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1749"/> + <location filename="../UI/UserInterface.py" line="1735"/> <source>Project-Viewer</source> <translation>Prohlížeč projektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1784"/> + <location filename="../UI/UserInterface.py" line="1770"/> <source>Debug-Viewer</source> <translation>Prohlížeč debugeru</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1836"/> + <location filename="../UI/UserInterface.py" line="1822"/> <source>Log-Viewer</source> <translation>Prohlížeč logu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1854"/> + <location filename="../UI/UserInterface.py" line="1840"/> <source>Task-Viewer</source> <translation>Prohlížeč úloh</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1873"/> + <location filename="../UI/UserInterface.py" line="1859"/> <source>Template-Viewer</source> <translation>Prohlížeč šablon</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1802"/> + <location filename="../UI/UserInterface.py" line="1788"/> <source>Shell</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1819"/> + <location filename="../UI/UserInterface.py" line="1805"/> <source>File-Browser</source> <translation>Browser souborů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1637"/> + <location filename="../UI/UserInterface.py" line="1623"/> <source>Quit</source> <translation>Konec</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1637"/> + <location filename="../UI/UserInterface.py" line="1623"/> <source>&Quit</source> <translation>&Konec</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1637"/> + <location filename="../UI/UserInterface.py" line="1623"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1643"/> + <location filename="../UI/UserInterface.py" line="1629"/> <source>Quit the IDE</source> <translation>Ukončit IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1644"/> + <location filename="../UI/UserInterface.py" line="1630"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Ukončit IDE</b><p>Ukončí se IDE. Nejdříve by se měly uložit neuložené změny. Python programy běžící v debug procesu budou ukončeny a nastavení budou uložena.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1715"/> + <location filename="../UI/UserInterface.py" line="1701"/> <source>Edit Profile</source> <translation>Editační profil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1721"/> + <location filename="../UI/UserInterface.py" line="1707"/> <source>Activate the edit view profile</source> <translation>Aktivovat profil editace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1723"/> + <location filename="../UI/UserInterface.py" line="1709"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Editační profil</b><p>Aktivování skupiny 'Editační profil'. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu 'Konfigurace profilu pohledů'.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1732"/> + <location filename="../UI/UserInterface.py" line="1718"/> <source>Debug Profile</source> <translation>Debugovací profil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1738"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>Activate the debug view profile</source> <translation>Aktivovat debugovací profil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1740"/> + <location filename="../UI/UserInterface.py" line="1726"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Debugovací profil</b><p>Aktivování skupiny 'Debugovací profil'. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu 'Konfigurace profilu pohledů'.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1749"/> + <location filename="../UI/UserInterface.py" line="1735"/> <source>&Project-Viewer</source> <translation>Prohlížeč &projektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1749"/> + <location filename="../UI/UserInterface.py" line="1735"/> <source>Alt+Shift+P</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1784"/> + <location filename="../UI/UserInterface.py" line="1770"/> <source>Alt+Shift+D</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1802"/> + <location filename="../UI/UserInterface.py" line="1788"/> <source>&Shell</source> <translation>&Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1802"/> + <location filename="../UI/UserInterface.py" line="1788"/> <source>Alt+Shift+S</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1819"/> + <location filename="../UI/UserInterface.py" line="1805"/> <source>Alt+Shift+F</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1836"/> + <location filename="../UI/UserInterface.py" line="1822"/> <source>Alt+Shift+G</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1854"/> + <location filename="../UI/UserInterface.py" line="1840"/> <source>Alt+Shift+T</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1766"/> + <location filename="../UI/UserInterface.py" line="1752"/> <source>Alt+Shift+M</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2121"/> + <location filename="../UI/UserInterface.py" line="2107"/> <source>What's This?</source> <translation>Co je to?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2121"/> + <location filename="../UI/UserInterface.py" line="2107"/> <source>&What's This?</source> <translation>&Co je to?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2121"/> + <location filename="../UI/UserInterface.py" line="2107"/> <source>Shift+F1</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2113"/> <source>Context sensitive help</source> <translation>Kontextově senzitivní nápověda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2128"/> + <location filename="../UI/UserInterface.py" line="2114"/> <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="../UI/UserInterface.py" line="2139"/> + <location filename="../UI/UserInterface.py" line="2125"/> <source>Helpviewer</source> <translation>Prohlížeč nápovědy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2139"/> + <location filename="../UI/UserInterface.py" line="2125"/> <source>&Helpviewer...</source> <translation>Pro&hlížeč nápovědy...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2139"/> + <location filename="../UI/UserInterface.py" line="2125"/> <source>F1</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2145"/> + <location filename="../UI/UserInterface.py" line="2131"/> <source>Open the helpviewer window</source> <translation>Otevřít okno prohlížeče nápovědy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2165"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source>Show Versions</source> <translation>Zobrazit verze</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2165"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source>Show &Versions</source> <translation>Zobrazit &verze</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2169"/> + <location filename="../UI/UserInterface.py" line="2155"/> <source>Display version information</source> <translation>Zobrazit informace o verzích</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2171"/> + <location filename="../UI/UserInterface.py" line="2157"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Zobrazit verze</b><p>Zobrazí informace o verzích.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2181"/> + <location filename="../UI/UserInterface.py" line="2167"/> <source>Check for Updates</source> <translation>Zjistit aktualizace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2178"/> + <location filename="../UI/UserInterface.py" line="2164"/> <source>Check for &Updates...</source> <translation>Zjistit akt&ualizace...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3779"/> + <location filename="../UI/UserInterface.py" line="3814"/> <source>Report Bug</source> <translation>Reportovat Bugy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2230"/> + <location filename="../UI/UserInterface.py" line="2216"/> <source>Report &Bug...</source> <translation>Reportovat &Bugy...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2234"/> + <location filename="../UI/UserInterface.py" line="2220"/> <source>Report a bug</source> <translation>Reportovat bug</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2235"/> + <location filename="../UI/UserInterface.py" line="2221"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>Reportovat bug...</b><p>Otevře se dialog pro reportování bugu.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3313"/> + <location filename="../UI/UserInterface.py" line="3353"/> <source>Unittest</source> <translation></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2243"/> + <source>&Unittest...</source> + <translation>&Unittest...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2248"/> + <source>Start unittest dialog</source> + <translation>Otevřít dialog unittestu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2249"/> + <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> + <translation><b>Unittest</b><p>Provést unittesty. V dialogovém okně se nastaví který test se má provést.</p></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2257"/> - <source>&Unittest...</source> - <translation>&Unittest...</translation> + <source>Unittest Restart</source> + <translation>Restart unittestu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2257"/> + <source>&Restart Unittest...</source> + <translation>&Restart unittestu...</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2262"/> - <source>Start unittest dialog</source> - <translation>Otevřít dialog unittestu</translation> + <source>Restart last unittest</source> + <translation>Restart posledního unittestu</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2263"/> - <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> - <translation><b>Unittest</b><p>Provést unittesty. V dialogovém okně se nastaví který test se má provést.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2271"/> - <source>Unittest Restart</source> - <translation>Restart unittestu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2271"/> - <source>&Restart Unittest...</source> - <translation>&Restart unittestu...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2276"/> - <source>Restart last unittest</source> - <translation>Restart posledního unittestu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2277"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>Restart unittestu</b><p>Restartuje se poslední provedený unittest.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2301"/> + <location filename="../UI/UserInterface.py" line="2287"/> <source>Unittest Script</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2301"/> + <location filename="../UI/UserInterface.py" line="2287"/> <source>Unittest &Script...</source> <translation>Unittest &Script...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2306"/> + <location filename="../UI/UserInterface.py" line="2292"/> <source>Run unittest with current script</source> <translation>Spustit unittest s aktuálním skriptem</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2308"/> + <location filename="../UI/UserInterface.py" line="2294"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation><b>Unittest Script</b><p>Spustit unittest s aktuálním skriptem.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2316"/> + <location filename="../UI/UserInterface.py" line="2302"/> <source>Unittest Project</source> <translation>Unittest Projekt</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2316"/> + <location filename="../UI/UserInterface.py" line="2302"/> <source>Unittest &Project...</source> <translation>Unittest &Projekt...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2321"/> + <location filename="../UI/UserInterface.py" line="2307"/> <source>Run unittest with current project</source> <translation>Spustit unittest s aktuálním projektem</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2323"/> + <location filename="../UI/UserInterface.py" line="2309"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>Unittest projekt</b><p>Spustit unittest s aktuálním projektem.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2384"/> + <location filename="../UI/UserInterface.py" line="2370"/> <source>UI Previewer</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2384"/> + <location filename="../UI/UserInterface.py" line="2370"/> <source>&UI Previewer...</source> <translation>&UI Previewer...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2389"/> + <location filename="../UI/UserInterface.py" line="2375"/> <source>Start the UI Previewer</source> <translation>Spustit UI Previewer</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2376"/> + <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> + <translation><b>UI Previewer</b><p>Spustit UI Previewer.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2383"/> + <source>Translations Previewer</source> + <translation>Náhled překladů</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2383"/> + <source>&Translations Previewer...</source> + <translation>Náhled &překladů...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2388"/> + <source>Start the Translations Previewer</source> + <translation>Spustit Previewer překladů</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2390"/> - <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> - <translation><b>UI Previewer</b><p>Spustit UI Previewer.</p></translation> + <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> + <translation><b>Previewer překladů</b><p>Spustit Previewer překladů.</p></translation> </message> <message> <location filename="../UI/UserInterface.py" line="2397"/> - <source>Translations Previewer</source> - <translation>Náhled překladů</translation> + <source>Compare Files</source> + <translation>Porovnat soubory</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2397"/> - <source>&Translations Previewer...</source> - <translation>Náhled &překladů...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2402"/> - <source>Start the Translations Previewer</source> - <translation>Spustit Previewer překladů</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2404"/> - <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> - <translation><b>Previewer překladů</b><p>Spustit Previewer překladů.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2411"/> - <source>Compare Files</source> - <translation>Porovnat soubory</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2411"/> <source>&Compare Files...</source> <translation>&Porovnat soubory...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2429"/> + <location filename="../UI/UserInterface.py" line="2415"/> <source>Compare two files</source> <translation>Porovnat dva soubory</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2417"/> + <location filename="../UI/UserInterface.py" line="2403"/> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation><b>Porovnat soubory</b><p>Otevře dialog pro porovnání dvou souborů.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2424"/> + <location filename="../UI/UserInterface.py" line="2410"/> <source>Compare Files side by side</source> <translation>Porovnat soubory stranu proti straně</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2430"/> + <location filename="../UI/UserInterface.py" line="2416"/> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>Porovnat soubory stranu proti straně</b><p>Otevře dialog pro porovnání souborů a zobrazení rozdílů strany proti straně.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2524"/> + <location filename="../UI/UserInterface.py" line="2508"/> <source>Preferences</source> <translation>Nastavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2524"/> + <location filename="../UI/UserInterface.py" line="2508"/> <source>&Preferences...</source> <translation>Na&stavení...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2529"/> + <location filename="../UI/UserInterface.py" line="2513"/> <source>Set the prefered configuration</source> <translation>Nastavení konfigurace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2531"/> + <location filename="../UI/UserInterface.py" line="2515"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Nastavení</b><p>Upravit konfiguraci aplikace podle požadavků uživatele.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2568"/> + <location filename="../UI/UserInterface.py" line="2552"/> <source>Reload APIs</source> <translation>Obnovit API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2568"/> + <location filename="../UI/UserInterface.py" line="2552"/> <source>Reload &APIs</source> <translation>Obnovit &API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2572"/> + <location filename="../UI/UserInterface.py" line="2556"/> <source>Reload the API information</source> <translation>Obnovit API nastavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2574"/> + <location filename="../UI/UserInterface.py" line="2558"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>Obnovit API</b><p>Obnovit API nastavení.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2597"/> + <location filename="../UI/UserInterface.py" line="2581"/> <source>View Profiles</source> <translation>Profily pohledů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2597"/> + <location filename="../UI/UserInterface.py" line="2581"/> <source>&View Profiles...</source> <translation>Profily &pohledů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2602"/> + <location filename="../UI/UserInterface.py" line="2586"/> <source>Configure view profiles</source> <translation>Konfigurace profilů pohledů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2604"/> + <location filename="../UI/UserInterface.py" line="2588"/> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation><b>Profily pohledů</b><p>Konfigurace profilu pohledů. V tomto dialogu můžete nastavit zobrazování různých typů pohledů - editačních oken.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2629"/> + <location filename="../UI/UserInterface.py" line="2613"/> <source>Keyboard Shortcuts</source> <translation>Klávesové zkratky</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2629"/> + <location filename="../UI/UserInterface.py" line="2613"/> <source>Keyboard &Shortcuts...</source> <translation>Klávesové &zkratky...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2634"/> + <location filename="../UI/UserInterface.py" line="2618"/> <source>Set the keyboard shortcuts</source> <translation>Nastavení klávesových zkratek</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2636"/> + <location filename="../UI/UserInterface.py" line="2620"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation><b>Klávesové zkratky</b><p>Nastavení klávesových zkratek aplikace podle zvyklostí uživatele.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6251"/> + <location filename="../UI/UserInterface.py" line="6287"/> <source>Export Keyboard Shortcuts</source> <translation>Exportovat klávesové zkratky</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2644"/> + <location filename="../UI/UserInterface.py" line="2628"/> <source>&Export Keyboard Shortcuts...</source> <translation>&Exportovat klávesové zkratky...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2633"/> + <source>Export the keyboard shortcuts</source> + <translation>Export klávesových zkratek</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2635"/> + <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> + <translation><b>Export klávesových zkratek</b><p>Exportují se klávesové zkratky z aplikace.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6311"/> + <source>Import Keyboard Shortcuts</source> + <translation>Import klávesových zkratek</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2642"/> + <source>&Import Keyboard Shortcuts...</source> + <translation>&Import klávesových zkratek...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2647"/> + <source>Import the keyboard shortcuts</source> + <translation>Import klávesových zkratek</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2649"/> - <source>Export the keyboard shortcuts</source> - <translation>Export klávesových zkratek</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2651"/> - <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> - <translation><b>Export klávesových zkratek</b><p>Exportují se klávesové zkratky z aplikace.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6275"/> - <source>Import Keyboard Shortcuts</source> - <translation>Import klávesových zkratek</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2658"/> - <source>&Import Keyboard Shortcuts...</source> - <translation>&Import klávesových zkratek...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2663"/> - <source>Import the keyboard shortcuts</source> - <translation>Import klávesových zkratek</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2665"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Import klávesových zkratek</b><p>Do aplikace se importují klávesové zkratky.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2723"/> + <location filename="../UI/UserInterface.py" line="2707"/> <source>Activate current editor</source> <translation>Aktivovat aktuální editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2723"/> + <location filename="../UI/UserInterface.py" line="2707"/> <source>Alt+Shift+E</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2733"/> + <location filename="../UI/UserInterface.py" line="2717"/> <source>Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2742"/> + <location filename="../UI/UserInterface.py" line="2726"/> <source>Shift+Ctrl+Alt+Tab</source> <translation></translation> </message> @@ -78418,72 +78990,72 @@ <translation type="obsolete">Otevřít PyQt4 dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2923"/> + <location filename="../UI/UserInterface.py" line="2940"/> <source>Eric API Documentation</source> <translation>Eric API dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2923"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>&Eric API Documentation</source> - <translation>&Eric API dokumentace</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2927"/> + <translation type="obsolete">&Eric API dokumentace</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2944"/> <source>Open Eric API Documentation</source> <translation>Otevřít Eric API dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3108"/> + <location filename="../UI/UserInterface.py" line="3145"/> <source>&Unittest</source> <translation>&Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3052"/> + <location filename="../UI/UserInterface.py" line="3089"/> <source>E&xtras</source> <translation>E&xtra funkce</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3125"/> + <location filename="../UI/UserInterface.py" line="3162"/> <source>Select Tool Group</source> <translation>Vybrat skupinu nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3136"/> + <location filename="../UI/UserInterface.py" line="3173"/> <source>Se&ttings</source> <translation>Nas&tavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3166"/> + <location filename="../UI/UserInterface.py" line="3203"/> <source>&Window</source> <translation>O&kno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3227"/> + <location filename="../UI/UserInterface.py" line="3264"/> <source>&Toolbars</source> <translation>&Toolbary</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3241"/> + <location filename="../UI/UserInterface.py" line="3278"/> <source>&Help</source> <translation>&Nápověda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3312"/> + <location filename="../UI/UserInterface.py" line="3352"/> <source>Tools</source> <translation>Nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3314"/> + <location filename="../UI/UserInterface.py" line="3354"/> <source>Settings</source> <translation>Nastavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5181"/> + <location filename="../UI/UserInterface.py" line="5216"/> <source>Help</source> <translation>Nápověda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3316"/> + <location filename="../UI/UserInterface.py" line="3356"/> <source>Profiles</source> <translation>Profily</translation> </message> @@ -78493,27 +79065,27 @@ <translation type="obsolete"><h3>Čísla verzí</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7248"/> + <location filename="../UI/UserInterface.py" line="7255"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3779"/> + <location filename="../UI/UserInterface.py" line="3814"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>Emailová adresa nebo mail server adresa jsou prázdné. Prosím, nastavte váš email v dialogovém okně Nastavení.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4180"/> + <location filename="../UI/UserInterface.py" line="4215"/> <source>Configure Tool Groups ...</source> <translation>Konfigurace Skupin nástrojů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4184"/> + <location filename="../UI/UserInterface.py" line="4219"/> <source>Configure current Tool Group ...</source> <translation>Konfigurace aktuální skupiny nástrojů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4135"/> + <location filename="../UI/UserInterface.py" line="4170"/> <source>&Builtin Tools</source> <translation>&Vestavěné nástroje</translation> </message> @@ -78523,32 +79095,32 @@ <translation type="obsolete">V aktuálním projektu není definován hlavní skript. Zrušeno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5309"/> + <location filename="../UI/UserInterface.py" line="5344"/> <source>Problem</source> <translation>Problém</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5504"/> + <location filename="../UI/UserInterface.py" line="5539"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5181"/> + <location filename="../UI/UserInterface.py" line="5216"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Aktuálně není vybrán žádný prohlížeč. Prosím otevřete Nastavení a nějaký vyberte.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5215"/> + <location filename="../UI/UserInterface.py" line="5250"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Nemohu spustit prohlížeč nápovědy.<br>Ověřte jestli je dostupný jako <b>hh</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5843"/> + <location filename="../UI/UserInterface.py" line="5879"/> <source>Documentation Missing</source> <translation>Dokumentace chybí</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5826"/> + <location filename="../UI/UserInterface.py" line="5862"/> <source>Documentation</source> <translation>Dokumentace</translation> </message> @@ -78558,472 +79130,472 @@ <translation type="obsolete"><p>Počátek dokumentace PySide nebyl nastaven.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6445"/> + <location filename="../UI/UserInterface.py" line="6481"/> <source>Save tasks</source> <translation>Uložit úlohy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6474"/> + <location filename="../UI/UserInterface.py" line="6510"/> <source>Read tasks</source> <translation>Načíst úlohy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6838"/> + <location filename="../UI/UserInterface.py" line="6873"/> <source>Drop Error</source> <translation>Zahodit chybu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7209"/> + <location filename="../UI/UserInterface.py" line="7216"/> <source>Error during updates check</source> <translation>Chyba během zjišťování aktualizací</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7190"/> + <location filename="../UI/UserInterface.py" line="7197"/> <source>Update available</source> <translation>Byla nalezena aktualizace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2586"/> + <location filename="../UI/UserInterface.py" line="2570"/> <source>Show external tools</source> <translation>Zobrazit externí nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2581"/> + <location filename="../UI/UserInterface.py" line="2565"/> <source>Show external &tools</source> <translation>Zobrazit externí nás&troje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7209"/> + <location filename="../UI/UserInterface.py" line="7216"/> <source>Could not perform updates check.</source> <translation>Kontrolu updatů nelze provést.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7023"/> + <location filename="../UI/UserInterface.py" line="7038"/> <source>&Cancel</source> <translation>&Zrušit</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7285"/> + <location filename="../UI/UserInterface.py" line="7292"/> <source>First time usage</source> <translation>Spuštěno poprvé</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="271"/> + <location filename="../UI/UserInterface.py" line="269"/> <source>Initializing Plugin Manager...</source> <translation>Inicializace Plugin manažera...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3089"/> + <location filename="../UI/UserInterface.py" line="3126"/> <source>P&lugins</source> <translation>P&luginy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3317"/> + <location filename="../UI/UserInterface.py" line="3357"/> <source>Plugins</source> <translation>Pluginy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2760"/> + <location filename="../UI/UserInterface.py" line="2744"/> <source>Plugin Infos</source> <translation>Plugin Infa</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2764"/> + <location filename="../UI/UserInterface.py" line="2748"/> <source>Show Plugin Infos</source> <translation>Zobrazit Plugin infa</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2765"/> + <location filename="../UI/UserInterface.py" line="2749"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Plugin Infa</b><p>Otevře dialog, který zobrazí informace o načtených pluginech.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2760"/> + <location filename="../UI/UserInterface.py" line="2744"/> <source>&Plugin Infos...</source> <translation>&Plugin Infa...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4152"/> + <location filename="../UI/UserInterface.py" line="4187"/> <source>&Plugin Tools</source> <translation>&Plugin nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2791"/> + <location filename="../UI/UserInterface.py" line="2775"/> <source>Uninstall Plugin</source> <translation>Odinstalovat plugin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2786"/> + <location filename="../UI/UserInterface.py" line="2770"/> <source>&Uninstall Plugin...</source> <translation>&Odinstalovat plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2792"/> + <location filename="../UI/UserInterface.py" line="2776"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Odinstalovat plugin...</b><p>Otevře dialog pro odinstalaci pluginu.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4301"/> + <location filename="../UI/UserInterface.py" line="4336"/> <source>&Show all</source> <translation>&Zobrazit vše</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4303"/> + <location filename="../UI/UserInterface.py" line="4338"/> <source>&Hide all</source> <translation>&Skrýt vše</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="671"/> + <location filename="../UI/UserInterface.py" line="657"/> <source>Activating Plugins...</source> <translation>Aktivace pluginů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3062"/> + <location filename="../UI/UserInterface.py" line="3099"/> <source>Wi&zards</source> <translation>&Průvodci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2189"/> + <location filename="../UI/UserInterface.py" line="2175"/> <source>Show downloadable versions</source> <translation>Zobrazit verze ke stažení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2189"/> + <location filename="../UI/UserInterface.py" line="2175"/> <source>Show &downloadable versions...</source> <translation>Zobrazit verze pro &download...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2193"/> + <location filename="../UI/UserInterface.py" line="2179"/> <source>Show the versions available for download</source> <translation>Zobrazit dostupné verze ke stažení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7233"/> + <location filename="../UI/UserInterface.py" line="7240"/> <source><h3>Available versions</h3><table></source> <translation><h3>Dostupné verze</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2799"/> + <location filename="../UI/UserInterface.py" line="2783"/> <source>Plugin Repository</source> <translation>Repozitář pluginů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2799"/> + <location filename="../UI/UserInterface.py" line="2783"/> <source>Plugin &Repository...</source> <translation>&Repozitář pluginů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2804"/> + <location filename="../UI/UserInterface.py" line="2788"/> <source>Show Plugins available for download</source> <translation>Zobrazit pluginy dostupné ke stažení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2806"/> + <location filename="../UI/UserInterface.py" line="2790"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Repozitář pluginů...</b><p>Otevře se dialog, který zobrazí seznam pluginů dostupných ke stažení přes internet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2778"/> + <location filename="../UI/UserInterface.py" line="2762"/> <source>Install Plugins</source> <translation>Instalovat pluginy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2773"/> + <location filename="../UI/UserInterface.py" line="2757"/> <source>&Install Plugins...</source> <translation>&Instalovat pluginy...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2779"/> + <location filename="../UI/UserInterface.py" line="2763"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Instalovat pluginy...</b><p>Otevře dialog pro instalaci nebo aktualizaci pluginů.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2456"/> + <location filename="../UI/UserInterface.py" line="2442"/> <source>Mini Editor</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2451"/> + <location filename="../UI/UserInterface.py" line="2437"/> <source>Mini &Editor...</source> <translation>Mini &Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2457"/> + <location filename="../UI/UserInterface.py" line="2443"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini editor</b><p>Otevře se okno s jednoduchým editorem</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2614"/> + <location filename="../UI/UserInterface.py" line="2598"/> <source>Toolbars</source> <translation>Lišty nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2614"/> + <location filename="../UI/UserInterface.py" line="2598"/> <source>Tool&bars...</source> <translation>&Lišty nástrojů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2619"/> + <location filename="../UI/UserInterface.py" line="2603"/> <source>Configure toolbars</source> <translation>Konfigurace lišt nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2620"/> + <location filename="../UI/UserInterface.py" line="2604"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>Listy nástrojů</b><p>Konfigurace lišt nástrojů. S tímto dialogem můžete změnit akce zobrazené v různých nástrojových lištách nebo definovat své vlastní nástrojové lišty.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="687"/> + <location filename="../UI/UserInterface.py" line="673"/> <source>Restoring Toolbarmanager...</source> <translation>Obnovit manažer nástrojových lišt...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5449"/> + <location filename="../UI/UserInterface.py" line="5484"/> <source>External Tools</source> <translation>Externí nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1766"/> + <location filename="../UI/UserInterface.py" line="1752"/> <source>Multiproject-Viewer</source> <translation>Prohlížeč multiprojektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1766"/> + <location filename="../UI/UserInterface.py" line="1752"/> <source>&Multiproject-Viewer</source> <translation>Prohlížeč &multiprojektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6570"/> + <location filename="../UI/UserInterface.py" line="6606"/> <source>Save session</source> <translation>Uložit relaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6554"/> + <location filename="../UI/UserInterface.py" line="6590"/> <source>Read session</source> <translation>Načíst relaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3493"/> + <location filename="../UI/UserInterface.py" line="3533"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Tato část status baru zobrazuje aktuální kódování editorů.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3507"/> + <location filename="../UI/UserInterface.py" line="3547"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Tato část status baru zobrazuje indikátor práva zápisu editoru do souboru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2242"/> + <location filename="../UI/UserInterface.py" line="2228"/> <source>Request Feature</source> <translation>Požadavek na vlastnost</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2242"/> + <location filename="../UI/UserInterface.py" line="2228"/> <source>Request &Feature...</source> <translation>&Požadavek na vlastnost...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2246"/> + <location filename="../UI/UserInterface.py" line="2232"/> <source>Send a feature request</source> <translation>Poslat požadavek na vlastnost</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2248"/> + <location filename="../UI/UserInterface.py" line="2234"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Požadavek na vlastnost...</b><p>Otevře dialog pro odeslání požadavku.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3486"/> + <location filename="../UI/UserInterface.py" line="3526"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Tato část status baru zobrazuje aktuální jazyk editoru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3514"/> + <location filename="../UI/UserInterface.py" line="3554"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Tato část status baru zobrazuje číslo řádku v aktuálním editoru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3521"/> + <location filename="../UI/UserInterface.py" line="3561"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Tato část status baru zobrazuje pozici kurzoru v aktuálním editoru.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1902"/> + <source>Horizontal Toolbox</source> + <translation>Vodorovná nástrojová lišta</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1902"/> + <source>&Horizontal Toolbox</source> + <translation>&Horizontální lista nástrojů</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1906"/> + <source>Toggle the Horizontal Toolbox window</source> + <translation>Přepnout na vodorovnou lištu nástrojů</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1908"/> + <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Přepnout vodorovnou nástrojovou lištu</b><p>Pokud je vodorovná nástrojová lišta skryta, tak se zobrazí. Je-li zobrazena, skryje se.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4134"/> + <source>Restart application</source> + <translation>Restartovat aplikaci</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4134"/> + <source>The application needs to be restarted. Do it now?</source> + <translation>Aplikace potřebuje restartovat. Má se provést nyní?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1859"/> + <source>Alt+Shift+A</source> + <translation></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3135"/> + <source>Configure...</source> + <translation>Konfigurovat...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3540"/> + <source><p>This part of the status bar displays the current editors eol setting.</p></source> + <translation><p>Tato část status baru zobrazuje eol nastavení v aktuálním editoru.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2735"/> + <source>Switch between tabs</source> + <translation>Přepnout mezi taby</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2735"/> + <source>Ctrl+1</source> + <translation></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2524"/> + <source>Export Preferences</source> + <translation>Exportovat předvolby</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2524"/> + <source>E&xport Preferences...</source> + <translation>E&xportovat předvolby...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2529"/> + <source>Export the current configuration</source> + <translation>Export aktuální konfigurace</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2531"/> + <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> + <translation><b>Export předvoleb</b><p>Export aktuální konfigurace do souboru.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2538"/> + <source>Import Preferences</source> + <translation>Import předvoleb</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2538"/> + <source>I&mport Preferences...</source> + <translation>I&mport předvoleb...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2543"/> + <source>Import a previously exported configuration</source> + <translation>Import dříve exportované konfigurace</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2545"/> + <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> + <translation><b>Import předvoleb</b><p>Import dříve exportované konfigurace.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2717"/> + <source>Show next</source> + <translation>Zobrazit další</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2726"/> + <source>Show previous</source> + <translation>Zobrazit předchozí</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1916"/> - <source>Horizontal Toolbox</source> - <translation>Vodorovná nástrojová lišta</translation> + <source>Left Sidebar</source> + <translation>Levé menu</translation> </message> <message> <location filename="../UI/UserInterface.py" line="1916"/> - <source>&Horizontal Toolbox</source> - <translation>&Horizontální lista nástrojů</translation> + <source>&Left Sidebar</source> + <translation>&Levé menu</translation> </message> <message> <location filename="../UI/UserInterface.py" line="1920"/> - <source>Toggle the Horizontal Toolbox window</source> - <translation>Přepnout na vodorovnou lištu nástrojů</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1922"/> - <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Přepnout vodorovnou nástrojovou lištu</b><p>Pokud je vodorovná nástrojová lišta skryta, tak se zobrazí. Je-li zobrazena, skryje se.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4099"/> - <source>Restart application</source> - <translation>Restartovat aplikaci</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4099"/> - <source>The application needs to be restarted. Do it now?</source> - <translation>Aplikace potřebuje restartovat. Má se provést nyní?</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1873"/> - <source>Alt+Shift+A</source> - <translation></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3098"/> - <source>Configure...</source> - <translation>Konfigurovat...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3500"/> - <source><p>This part of the status bar displays the current editors eol setting.</p></source> - <translation><p>Tato část status baru zobrazuje eol nastavení v aktuálním editoru.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2751"/> - <source>Switch between tabs</source> - <translation>Přepnout mezi taby</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2751"/> - <source>Ctrl+1</source> - <translation></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2540"/> - <source>Export Preferences</source> - <translation>Exportovat předvolby</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2540"/> - <source>E&xport Preferences...</source> - <translation>E&xportovat předvolby...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2545"/> - <source>Export the current configuration</source> - <translation>Export aktuální konfigurace</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2547"/> - <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> - <translation><b>Export předvoleb</b><p>Export aktuální konfigurace do souboru.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2554"/> - <source>Import Preferences</source> - <translation>Import předvoleb</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2554"/> - <source>I&mport Preferences...</source> - <translation>I&mport předvoleb...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2559"/> - <source>Import a previously exported configuration</source> - <translation>Import dříve exportované konfigurace</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2561"/> - <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> - <translation><b>Import předvoleb</b><p>Import dříve exportované konfigurace.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2733"/> - <source>Show next</source> - <translation>Zobrazit další</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2742"/> - <source>Show previous</source> - <translation>Zobrazit předchozí</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1930"/> - <source>Left Sidebar</source> - <translation>Levé menu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1930"/> - <source>&Left Sidebar</source> - <translation>&Levé menu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1934"/> <source>Toggle the left sidebar window</source> <translation>Přepnout okno levého menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1921"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Přepnout okno levého menu</b><p>Je-li okno levého menu skryto, tak se zobrazí. Je-li zobrazeno, skryje se.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1957"/> + <location filename="../UI/UserInterface.py" line="1943"/> <source>Bottom Sidebar</source> <translation>Dolní menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1957"/> + <location filename="../UI/UserInterface.py" line="1943"/> <source>&Bottom Sidebar</source> <translation>&Dolní menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1961"/> + <location filename="../UI/UserInterface.py" line="1947"/> <source>Toggle the bottom sidebar window</source> <translation>Přepnout okno dolního menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1963"/> + <location filename="../UI/UserInterface.py" line="1949"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Přepnout okno dolního menu</b><p>Je-li okno dolního menu skryto, tak se zobrazí. Je-li zobrazeno, skryje se.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1784"/> + <location filename="../UI/UserInterface.py" line="1770"/> <source>&Debug-Viewer</source> <translation>Prohlížeč &debugeru</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2438"/> + <location filename="../UI/UserInterface.py" line="2424"/> <source>SQL Browser</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2438"/> + <location filename="../UI/UserInterface.py" line="2424"/> <source>SQL &Browser...</source> <translation>SQL &Browser...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2443"/> + <location filename="../UI/UserInterface.py" line="2429"/> <source>Browse a SQL database</source> <translation>Procházet SQL databázi</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2444"/> + <location filename="../UI/UserInterface.py" line="2430"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>SQL Browser</b><p>Procházet SQL databázi.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2479"/> <source>Icon Editor</source> <translation>Editor ikon</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2479"/> <source>&Icon Editor...</source> <translation>Editor &ikon...</translation> </message> @@ -79048,749 +79620,719 @@ <translation type="obsolete">Otevřít PySide dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1603"/> + <location filename="../UI/UserInterface.py" line="1589"/> <source>{0} - Passive Mode</source> <translation>{0} - Pasivní mód</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1610"/> + <location filename="../UI/UserInterface.py" line="1596"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} - pasivní mód</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1614"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - pasivní mód</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3597"/> + <location filename="../UI/UserInterface.py" line="3632"/> <source>External Tools/{0}</source> <translation>Externí nástroje/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5309"/> + <location filename="../UI/UserInterface.py" line="5344"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Soubor <b>{0}</b> neexistuje nebo má nulovou délku.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5034"/> + <location filename="../UI/UserInterface.py" line="5069"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Designer.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5104"/> + <location filename="../UI/UserInterface.py" line="5139"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Linguist.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5148"/> + <location filename="../UI/UserInterface.py" line="5183"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Assistant.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5195"/> + <location filename="../UI/UserInterface.py" line="5230"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit aktuální prohlížeč.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5265"/> + <location filename="../UI/UserInterface.py" line="5300"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit UI Previewer.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5322"/> + <location filename="../UI/UserInterface.py" line="5357"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Previewer překladů.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5345"/> + <location filename="../UI/UserInterface.py" line="5380"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nelze spustit SQL Browser.<br>Ujistěte se, že je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5440"/> + <location filename="../UI/UserInterface.py" line="5475"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>V externím nástroji '{0}' ve skupině '{1}' nebyl záznam nástroje nalezen.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5449"/> + <location filename="../UI/UserInterface.py" line="5484"/> <source>No toolgroup entry '{0}' found.</source> <translation>Skupina nástrojů '{0}' nenalezena. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5488"/> + <location filename="../UI/UserInterface.py" line="5523"/> <source>Starting process '{0} {1}'. </source> <translation>Spouštím proces '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5504"/> + <location filename="../UI/UserInterface.py" line="5539"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Nemohu spustit příkaz <b>{0}</b><br>Ověřte jestli je dostupný jako <b>{1}</b>. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5582"/> + <location filename="../UI/UserInterface.py" line="5617"/> <source>Process '{0}' has exited. </source> <translation>Proces '{0}' byl ukončen. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5843"/> + <location filename="../UI/UserInterface.py" line="5879"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>Adresář dokumentace "<b>{0}</b>" nebyl nalezen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6445"/> + <location filename="../UI/UserInterface.py" line="6481"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s úlohami <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6474"/> + <location filename="../UI/UserInterface.py" line="6510"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s úlohami <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6508"/> + <location filename="../UI/UserInterface.py" line="6544"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Zápis do souboru relace session <b>{0}</b> se nezdařil.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6554"/> + <location filename="../UI/UserInterface.py" line="6590"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor relace session <b>{0}</b> nelze přečíst.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6838"/> + <location filename="../UI/UserInterface.py" line="6873"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> není soubor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7032"/> + <location filename="../UI/UserInterface.py" line="7047"/> <source>Trying host {0}</source> <translation>Zkouším host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1123"/> + <location filename="../UI/UserInterface.py" line="1109"/> <source>Cooperation</source> <translation>Spolupráce</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1972"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Alt+Shift+O</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1179"/> + <location filename="../UI/UserInterface.py" line="1165"/> <source>Symbols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2009"/> + <location filename="../UI/UserInterface.py" line="1995"/> <source>Alt+Shift+Y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1188"/> + <location filename="../UI/UserInterface.py" line="1174"/> <source>Numbers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2028"/> + <location filename="../UI/UserInterface.py" line="2014"/> <source>Alt+Shift+B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6275"/> + <location filename="../UI/UserInterface.py" line="6311"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2901"/> + <location filename="../UI/UserInterface.py" line="2918"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2901"/> - <source>Python &3 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2905"/> + <location filename="../UI/UserInterface.py" line="2922"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7098"/> + <location filename="../UI/UserInterface.py" line="7105"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7091"/> - <source>The versions information could not be downloaded. Please go online and try again.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6043"/> - <source>Open Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6043"/> - <source>Could not start a web browser</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="7098"/> + <source>The versions information could not be downloaded. Please go online and try again.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6079"/> + <source>Open Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6079"/> + <source>Could not start a web browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7105"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="696"/> + <location filename="../UI/UserInterface.py" line="682"/> <source>Setting View Profile...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="709"/> + <location filename="../UI/UserInterface.py" line="695"/> <source>Reading Tasks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="714"/> + <location filename="../UI/UserInterface.py" line="700"/> <source>Reading Templates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="719"/> + <location filename="../UI/UserInterface.py" line="705"/> <source>Starting Debugger...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1696"/> + <location filename="../UI/UserInterface.py" line="1682"/> <source>New Window</source> <translation type="unfinished">Nové okno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1696"/> + <location filename="../UI/UserInterface.py" line="1682"/> <source>New &Window</source> <translation type="unfinished">&Nové okno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1696"/> + <location filename="../UI/UserInterface.py" line="1682"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2285"/> + <location filename="../UI/UserInterface.py" line="2271"/> <source>Unittest Rerun Failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2285"/> + <location filename="../UI/UserInterface.py" line="2271"/> <source>Rerun Failed Tests...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2290"/> + <location filename="../UI/UserInterface.py" line="2276"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2292"/> + <location filename="../UI/UserInterface.py" line="2278"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2424"/> + <location filename="../UI/UserInterface.py" line="2410"/> <source>Compare &Files side by side...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2509"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2509"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>&Snapshot...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2514"/> + <location filename="../UI/UserInterface.py" line="2498"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2516"/> + <location filename="../UI/UserInterface.py" line="2500"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5417"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7304"/> + <location filename="../UI/UserInterface.py" line="7311"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1891"/> + <location filename="../UI/UserInterface.py" line="1877"/> <source>Left Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1903"/> + <location filename="../UI/UserInterface.py" line="1889"/> <source>Right Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1755"/> + <location filename="../UI/UserInterface.py" line="1741"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1757"/> + <location filename="../UI/UserInterface.py" line="1743"/> <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1772"/> + <location filename="../UI/UserInterface.py" line="1758"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1774"/> + <location filename="../UI/UserInterface.py" line="1760"/> <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1790"/> + <location filename="../UI/UserInterface.py" line="1776"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1792"/> + <location filename="../UI/UserInterface.py" line="1778"/> <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1808"/> + <location filename="../UI/UserInterface.py" line="1794"/> <source>Switch the input focus to the Shell window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1810"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1819"/> + <location filename="../UI/UserInterface.py" line="1805"/> <source>&File-Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1825"/> + <location filename="../UI/UserInterface.py" line="1811"/> <source>Switch the input focus to the File-Browser window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1827"/> + <location filename="../UI/UserInterface.py" line="1813"/> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1836"/> + <location filename="../UI/UserInterface.py" line="1822"/> <source>Lo&g-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1842"/> + <location filename="../UI/UserInterface.py" line="1828"/> <source>Switch the input focus to the Log-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1844"/> + <location filename="../UI/UserInterface.py" line="1830"/> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1854"/> + <location filename="../UI/UserInterface.py" line="1840"/> <source>&Task-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1860"/> + <location filename="../UI/UserInterface.py" line="1846"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1873"/> + <location filename="../UI/UserInterface.py" line="1859"/> <source>Templ&ate-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1879"/> + <location filename="../UI/UserInterface.py" line="1865"/> <source>Switch the input focus to the Template-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1867"/> + <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1877"/> + <source>&Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1880"/> + <source>Toggle the Left Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1881"/> - <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1891"/> - <source>&Left Toolbox</source> + <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1889"/> + <source>&Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1893"/> + <source>Toggle the Right Toolbox window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1894"/> - <source>Toggle the Left Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1895"/> - <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1903"/> - <source>&Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1907"/> - <source>Toggle the Right Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1908"/> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1943"/> + <location filename="../UI/UserInterface.py" line="1929"/> <source>Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1943"/> + <location filename="../UI/UserInterface.py" line="1929"/> <source>&Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1947"/> + <location filename="../UI/UserInterface.py" line="1933"/> <source>Toggle the right sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1949"/> + <location filename="../UI/UserInterface.py" line="1935"/> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1972"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Cooperation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1972"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Co&operation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1978"/> + <location filename="../UI/UserInterface.py" line="1964"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1980"/> + <location filename="../UI/UserInterface.py" line="1966"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2009"/> + <location filename="../UI/UserInterface.py" line="1995"/> <source>Symbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2009"/> + <location filename="../UI/UserInterface.py" line="1995"/> <source>S&ymbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2015"/> + <location filename="../UI/UserInterface.py" line="2001"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2017"/> + <location filename="../UI/UserInterface.py" line="2003"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2028"/> + <location filename="../UI/UserInterface.py" line="2014"/> <source>Numbers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2028"/> + <location filename="../UI/UserInterface.py" line="2014"/> <source>Num&bers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2034"/> + <location filename="../UI/UserInterface.py" line="2020"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2036"/> + <location filename="../UI/UserInterface.py" line="2022"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3175"/> + <location filename="../UI/UserInterface.py" line="3212"/> <source>&Windows</source> <translation type="unfinished">&Windows</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1862"/> + <location filename="../UI/UserInterface.py" line="1848"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1991"/> + <location filename="../UI/UserInterface.py" line="1977"/> <source>IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1991"/> + <location filename="../UI/UserInterface.py" line="1977"/> <source>&IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="1983"/> <source>Switch the input focus to the IRC window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1999"/> + <location filename="../UI/UserInterface.py" line="1985"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2343"/> + <location filename="../UI/UserInterface.py" line="2329"/> <source>Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2343"/> + <location filename="../UI/UserInterface.py" line="2329"/> <source>Qt-&Designer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2348"/> + <location filename="../UI/UserInterface.py" line="2334"/> <source>Start Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2349"/> + <location filename="../UI/UserInterface.py" line="2335"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2369"/> + <location filename="../UI/UserInterface.py" line="2355"/> <source>Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2369"/> + <location filename="../UI/UserInterface.py" line="2355"/> <source>Qt-&Linguist...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2374"/> + <location filename="../UI/UserInterface.py" line="2360"/> <source>Start Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2375"/> + <location filename="../UI/UserInterface.py" line="2361"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2865"/> + <location filename="../UI/UserInterface.py" line="2849"/> <source>Qt5 Documentation</source> <translation type="unfinished">Qt4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2865"/> + <location filename="../UI/UserInterface.py" line="2853"/> <source>Qt&5 Documentation</source> - <translation type="unfinished">Qt&4 dokumentace {5 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2869"/> + <translation type="obsolete">Qt&4 dokumentace {5 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2853"/> <source>Open Qt5 Documentation</source> <translation type="unfinished">Otevřít Qt4 dokumentaci {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2673"/> + <location filename="../UI/UserInterface.py" line="2657"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2657"/> + <source>Manage SSL Certificates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2662"/> + <source>Manage the saved SSL certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2664"/> + <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2673"/> - <source>Manage SSL Certificates...</source> + <source>Edit Message Filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2673"/> + <source>Edit Message Filters...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="2678"/> - <source>Manage the saved SSL certificates</source> + <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="2680"/> - <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2689"/> - <source>Edit Message Filters</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2689"/> - <source>Edit Message Filters...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2694"/> - <source>Edit the message filters used to suppress unwanted messages</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2696"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2880"/> + <location filename="../UI/UserInterface.py" line="2879"/> <source>PyQt5 Documentation</source> <translation type="unfinished">PyQt4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2880"/> - <source>PyQt&5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2884"/> + <location filename="../UI/UserInterface.py" line="2883"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished">Otevřít PyQt4 dokumentaci {5 ?}</translation> </message> <message> <location filename="../UI/UserInterface.py" line="5721"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> - <translation type="unfinished"><p>Adresář PyQt4 dokumentace není nakonfigurován.</p> {5 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2907"/> + <translation type="obsolete"><p>Adresář PyQt4 dokumentace není nakonfigurován.</p> {5 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2924"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7023"/> + <location filename="../UI/UserInterface.py" line="7038"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2208"/> + <location filename="../UI/UserInterface.py" line="2194"/> <source>Show Error Log</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2204"/> + <location filename="../UI/UserInterface.py" line="2190"/> <source>Show Error &Log...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2209"/> - <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7027"/> - <source>Version Check</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1702"/> - <source>Open a new eric6 instance</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1704"/> - <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2147"/> - <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> - <translation type="unfinished"><b>Prohlížeč nápovědy</b><p>Otevře se eric5 web prohlížeč. Toto okno zobrazuje HTML soubory s nápovědou z Qt kolekce. Má schopnosti navigovat přes odkazy, nastavovat záložky, tisknout zobrazenou nápovědu a další možnosti. Můžete jej také použít pro procházení internetem</p><p>Je-li otevřen s hledaným slovem, je toto slovo hledáno v Qt nápovědách.</p> {6 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2182"/> - <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> - <translation type="unfinished"><b>Zjistit aktualizace</b><p>Zkontroluje přes internet jestli existují nějaké aktualizace Eric5.</p> {6.?}</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2195"/> + <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7042"/> + <source>Version Check</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2133"/> + <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> + <translation type="obsolete"><b>Prohlížeč nápovědy</b><p>Otevře se eric5 web prohlížeč. Toto okno zobrazuje HTML soubory s nápovědou z Qt kolekce. Má schopnosti navigovat přes odkazy, nastavovat záložky, tisknout zobrazenou nápovědu a další možnosti. Můžete jej také použít pro procházení internetem</p><p>Je-li otevřen s hledaným slovem, je toto slovo hledáno v Qt nápovědách.</p> {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2168"/> + <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> + <translation type="obsolete"><b>Zjistit aktualizace</b><p>Zkontroluje přes internet jestli existují nějaké aktualizace Eric5.</p> {6.?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2181"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> - <translation type="unfinished"><b>Zobrazit dostupné verze ke stažení</b><p>Zobrazit dostupné verze eric5 pro stažení z internetu.</p> {6 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2479"/> + <translation type="obsolete"><b>Zobrazit dostupné verze ke stažení</b><p>Zobrazit dostupné verze eric5 pro stažení z internetu.</p> {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2465"/> <source>eric6 Web Browser</source> - <translation type="unfinished">eric5 web prohlížeč {6 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2479"/> - <source>eric6 &Web Browser...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2484"/> + <translation type="obsolete">eric5 web prohlížeč {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2470"/> <source>Start the eric6 Web Browser</source> - <translation type="unfinished">Spustit eric5 web prohlížeč {6 ?}</translation> + <translation type="obsolete">Spustit eric5 web prohlížeč {6 ?}</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2486"/> - <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2500"/> <source>Start the eric6 Icon Editor</source> - <translation type="unfinished">Spustit eric5 editor ikon {6 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2502"/> + <translation type="obsolete">Spustit eric5 editor ikon {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2488"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> - <translation type="unfinished"><b>Editor ikon</b><p>Spustí se eric5 editor ikon pro jednoduchou editaci ikon.</p> {6 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2588"/> + <translation type="obsolete"><b>Editor ikon</b><p>Spustí se eric5 editor ikon pro jednoduchou editaci ikon.</p> {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2574"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> - <translation type="unfinished"><b>Zobrazit externí nástroje</b><p>Otevře dialog pro zobrazení cesty a verze externích nástrojů používaných Eric5.</p> {6.?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2929"/> + <translation type="obsolete"><b>Zobrazit externí nástroje</b><p>Otevře dialog pro zobrazení cesty a verze externích nástrojů používaných Eric5.</p> {6.?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2948"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> - <translation type="unfinished"><b>Eric API dokumentace</b><p>Zobrazit Eric API dokumentaci. Umístění dokumentace je v podadresáři Documentation/Source v instalačním adresáři eric5.</p> {6 ?}</translation> + <translation type="obsolete"><b>Eric API dokumentace</b><p>Zobrazit Eric API dokumentaci. Umístění dokumentace je v podadresáři Documentation/Source v instalačním adresáři eric5.</p> {6 ?}</translation> </message> <message> <location filename="../UI/UserInterface.py" line="5062"/> @@ -79798,394 +80340,519 @@ <translation type="obsolete">Qt v.3 není podporováno v eric5. {3 ?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7190"/> + <location filename="../UI/UserInterface.py" line="7199"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> - <translation type="unfinished">Aktualizace <b>{0}</b> eric5 je připravena na <b>{1}</b>. Chcete ji stáhnout a nainstalovat? {0}?} {6 ?} {1}?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7202"/> + <translation type="obsolete">Aktualizace <b>{0}</b> eric5 je připravena na <b>{1}</b>. Chcete ji stáhnout a nainstalovat? {0}?} {6 ?} {1}?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7211"/> <source>Eric6 is up to date</source> - <translation type="unfinished">Eric5 je aktuální {6 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7202"/> + <translation type="obsolete">Eric5 je aktuální {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7211"/> <source>You are using the latest version of eric6</source> - <translation type="unfinished">Používáte poslední verzi eric6</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7285"/> + <translation type="obsolete">Používáte poslední verzi eric6</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7294"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> - <translation type="unfinished">eric5 nebyl ještě nakonfigurován. Bude spuštěn konfigurační dialog. {6 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="673"/> + <translation type="obsolete">eric5 nebyl ještě nakonfigurován. Bude spuštěn konfigurační dialog. {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="659"/> <source>Generating Plugins Toolbars...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4155"/> + <location filename="../UI/UserInterface.py" line="4190"/> <source>&User Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4227"/> + <location filename="../UI/UserInterface.py" line="4262"/> <source>No User Tools Configured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7043"/> - <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2464"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2464"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>&Hex Editor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2469"/> - <source>Start the eric6 Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2471"/> - <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2712"/> + <location filename="../UI/UserInterface.py" line="2696"/> <source>Clear private data</source> <translation type="unfinished">Smazat soukromá data</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2714"/> + <location filename="../UI/UserInterface.py" line="2698"/> <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1670"/> + <location filename="../UI/UserInterface.py" line="1656"/> <source>Save session...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1675"/> + <location filename="../UI/UserInterface.py" line="1661"/> <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6592"/> + <location filename="../UI/UserInterface.py" line="6628"/> <source>Load session</source> <translation type="unfinished">Načíst relaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1683"/> + <location filename="../UI/UserInterface.py" line="1669"/> <source>Load session...</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1674"/> + <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6679"/> + <source>Crash Session found!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6679"/> + <source>A session file of a crashed session was found. Shall this session be restored?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="662"/> + <source>Cleaning Plugins Download Area...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="654"/> + <source>Initializing Plugins...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7185"/> + <source>Update Check</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7185"/> + <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2033"/> + <source>Code Documentation Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2854"/> + <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2885"/> + <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2961"/> + <source>PySide2 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2965"/> + <source>Open PySide2 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2967"/> + <source><b>PySide2 Documentation</b><p>Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5862"/> + <source><p>The PySide{0} documentation starting point has not been configured.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2804"/> + <source>Virtualenv Manager</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2798"/> + <source>&Virtualenv Manager...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2806"/> + <source><b>Virtualenv Manager</b><p>This opens a dialog to manage the defined Python virtual environments.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2821"/> + <source>Virtualenv Configurator</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2815"/> + <source>Virtualenv &Configurator...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2823"/> + <source><b>Virtualenv Configurator</b><p>This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3219"/> + <source>Left Side</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3231"/> + <source>Bottom Side</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3238"/> + <source>Right Side</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3258"/> + <source>Plug-ins</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1640"/> + <source>Restart</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1640"/> + <source>Ctrl+Shift+Q</source> + <comment>File|Quit</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1646"/> + <source>Restart the IDE</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1647"/> + <source><b>Restart the IDE</b><p>This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6036"/> + <source>Start Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2071"/> + <source>Conda</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2053"/> + <source>PyPI</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3572"/> + <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2089"/> + <source>MicroPython</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1977"/> + <source>Ctrl+Alt+Shift+I</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2033"/> + <source>Ctrl+Alt+Shift+D</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2039"/> + <source>Switch the input focus to the Code Documentation Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2042"/> + <source><b>Code Documentation Viewer</b><p>This switches the input focus to the Code Documentation Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2053"/> + <source>Ctrl+Alt+Shift+P</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2059"/> + <source>Switch the input focus to the PyPI window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2061"/> + <source><b>PyPI</b><p>This switches the input focus to the PyPI window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2071"/> + <source>Ctrl+Alt+Shift+C</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2077"/> + <source>Switch the input focus to the Conda window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2079"/> + <source><b>Conda</b><p>This switches the input focus to the Conda window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2089"/> + <source>Ctrl+Alt+Shift+M</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2095"/> + <source>Switch the input focus to the MicroPython window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2097"/> + <source><b>MicroPython</b><p>This switches the input focus to the MicroPython window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3216"/> + <source>Central Park</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3741"/> + <source><h2>Version Numbers</h2><table></source> + <translation type="unfinished"><h3>Čísla verzí</h3><table> {2>?} {2>?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5078"/> + <source><p>Could not find the Qt-Designer executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5148"/> + <source><p>Could not find the Qt-Linguist executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5192"/> + <source><p>Could not find the Qt-Assistant executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2202"/> + <source>Show Install Info</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2202"/> + <source>Show Install &Info...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2206"/> + <source>Show Installation Information</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2208"/> + <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2864"/> + <source>Qt6 Documentation</source> + <translation type="unfinished">Qt4 dokumentace {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2868"/> + <source>Open Qt6 Documentation</source> + <translation type="unfinished">Otevřít Qt4 dokumentaci {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2869"/> + <source><b>Qt6 Documentation</b><p>Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2896"/> + <source>PyQt6 Documentation</source> + <translation type="unfinished">PyQt4 dokumentace {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2900"/> + <source>Open PyQt6 Documentation</source> + <translation type="unfinished">Otevřít PyQt4 dokumentaci {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2902"/> + <source><b>PyQt6 Documentation</b><p>Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2981"/> + <source>PySide6 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2985"/> + <source>Open PySide6 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2987"/> + <source><b>PySide6 Documentation</b><p>Display the PySide6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5757"/> + <source><p>The PyQt{0} documentation starting point has not been configured.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1688"/> - <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6592"/> - <source>eric6 Session Files (*.e5s)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6643"/> - <source>Crash Session found!</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6643"/> - <source>A session file of a crashed session was found. Shall this session be restored?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="676"/> - <source>Cleaning Plugins Download Area...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="668"/> - <source>Initializing Plugins...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7178"/> - <source>Update Check</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7178"/> - <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7168"/> - <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2047"/> - <source>Code Documentation Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2870"/> - <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2886"/> - <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2944"/> - <source>PySide2 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2944"/> - <source>PySide&2 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2948"/> - <source>Open PySide2 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2950"/> - <source><b>PySide2 Documentation</b><p>Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5826"/> - <source><p>The PySide{0} documentation starting point has not been configured.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2820"/> - <source>Virtualenv Manager</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2814"/> - <source>&Virtualenv Manager...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2822"/> - <source><b>Virtualenv Manager</b><p>This opens a dialog to manage the defined Python virtual environments.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2837"/> - <source>Virtualenv Configurator</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2831"/> - <source>Virtualenv &Configurator...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2839"/> - <source><b>Virtualenv Configurator</b><p>This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3182"/> - <source>Left Side</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3194"/> - <source>Bottom Side</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3201"/> - <source>Right Side</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3221"/> - <source>Plug-ins</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1654"/> - <source>Restart</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1654"/> - <source>Ctrl+Shift+Q</source> - <comment>File|Quit</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1660"/> - <source>Restart the IDE</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1661"/> - <source><b>Restart the IDE</b><p>This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6000"/> - <source>Start Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5939"/> - <source>The eric6 web browser could not be started.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6000"/> - <source><p>The eric6 web browser is not started.</p><p>Reason: {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2085"/> - <source>Conda</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2067"/> - <source>PyPI</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3532"/> - <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2103"/> - <source>MicroPython</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1991"/> - <source>Ctrl+Alt+Shift+I</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2047"/> - <source>Ctrl+Alt+Shift+D</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2053"/> - <source>Switch the input focus to the Code Documentation Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2056"/> - <source><b>Code Documentation Viewer</b><p>This switches the input focus to the Code Documentation Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2067"/> - <source>Ctrl+Alt+Shift+P</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2073"/> - <source>Switch the input focus to the PyPI window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2075"/> - <source><b>PyPI</b><p>This switches the input focus to the PyPI window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2085"/> - <source>Ctrl+Alt+Shift+C</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2091"/> - <source>Switch the input focus to the Conda window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2093"/> - <source><b>Conda</b><p>This switches the input focus to the Conda window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2103"/> - <source>Ctrl+Alt+Shift+M</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2109"/> - <source>Switch the input focus to the MicroPython window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2111"/> - <source><b>MicroPython</b><p>This switches the input focus to the MicroPython window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3179"/> - <source>Central Park</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3706"/> - <source><h2>Version Numbers</h2><table></source> - <translation type="unfinished"><h3>Čísla verzí</h3><table> {2>?} {2>?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5043"/> - <source><p>Could not find the Qt-Designer executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5113"/> - <source><p>Could not find the Qt-Linguist executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5157"/> - <source><p>Could not find the Qt-Assistant executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2216"/> - <source>Show Install Info</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2216"/> - <source>Show Install &Info...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2220"/> - <source>Show Installation Information</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2222"/> - <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> + <source>Open a new eric instance</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1690"/> + <source><b>New Window</b><p>This opens a new instance of the eric IDE.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2133"/> + <source><b>Helpviewer</b><p>Display the eric web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2168"/> + <source><b>Check for Updates...</b><p>Checks the internet for updates of eric.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2181"/> + <source><b>Show downloadable versions...</b><p>Shows the eric versions available for download from the internet.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2455"/> + <source>Start the eric Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2457"/> + <source><b>Hex Editor</b><p>Starts the eric Hex Editor for viewing or editing binary files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2465"/> + <source>eric Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2465"/> + <source>eric &Web Browser...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2470"/> + <source>Start the eric Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2472"/> + <source><b>eric Web Browser</b><p>Browse the Internet with the eric Web Browser.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2484"/> + <source>Start the eric Icon Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2486"/> + <source><b>Icon Editor</b><p>Starts the eric Icon Editor for editing simple icons.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2572"/> + <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2946"/> + <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5975"/> + <source>The eric web browser could not be started.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6036"/> + <source><p>The eric web browser is not started.</p><p>Reason: {0}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6628"/> + <source>eric Session Files (*.e5s)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7197"/> + <source>The update to <b>{0}</b> of eric is available at <b>{1}</b>. Would you like to get it?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7175"/> + <source>You are using a snapshot release of eric. A more up-to-date stable release might be available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7209"/> + <source>eric is up to date</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7209"/> + <source>You are using the latest version of eric</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7292"/> + <source>eric has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished"></translation> </message> </context> @@ -80241,7 +80908,7 @@ <context> <name>Utilities</name> <message> - <location filename="../Utilities/__init__.py" line="1519"/> + <location filename="../Utilities/__init__.py" line="1463"/> <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> @@ -80295,106 +80962,101 @@ </message> <message> <location filename="../Debugger/Config.py" line="23"/> - <source>Unicode String</source> + <source>Tuple</source> <translation></translation> </message> <message> <location filename="../Debugger/Config.py" line="24"/> - <source>Tuple</source> + <source>List/Array</source> <translation></translation> </message> <message> <location filename="../Debugger/Config.py" line="25"/> - <source>List/Array</source> + <source>Dictionary/Hash/Map</source> <translation></translation> </message> <message> <location filename="../Debugger/Config.py" line="26"/> - <source>Dictionary/Hash/Map</source> - <translation></translation> - </message> - <message> - <location filename="../Debugger/Config.py" line="27"/> <source>Dictionary Proxy</source> <translation></translation> </message> <message> + <location filename="../Debugger/Config.py" line="29"/> + <source>File</source> + <translation>Soubor</translation> + </message> + <message> <location filename="../Debugger/Config.py" line="30"/> - <source>File</source> - <translation>Soubor</translation> + <source>X Range</source> + <translation></translation> </message> <message> <location filename="../Debugger/Config.py" line="31"/> - <source>X Range</source> + <source>Slice</source> <translation></translation> </message> <message> <location filename="../Debugger/Config.py" line="32"/> - <source>Slice</source> + <source>Buffer</source> <translation></translation> </message> <message> <location filename="../Debugger/Config.py" line="33"/> - <source>Buffer</source> - <translation></translation> + <source>Class</source> + <translation>Třída</translation> </message> <message> <location filename="../Debugger/Config.py" line="34"/> - <source>Class</source> - <translation>Třída</translation> + <source>Class Instance</source> + <translation>Interface třídy</translation> </message> <message> <location filename="../Debugger/Config.py" line="35"/> - <source>Class Instance</source> - <translation>Interface třídy</translation> + <source>Class Method</source> + <translation>Metoda třídy</translation> </message> <message> <location filename="../Debugger/Config.py" line="36"/> - <source>Class Method</source> - <translation>Metoda třídy</translation> + <source>Class Property</source> + <translation>Property třídy</translation> </message> <message> <location filename="../Debugger/Config.py" line="37"/> - <source>Class Property</source> - <translation>Property třídy</translation> + <source>Generator</source> + <translation>Generátor</translation> </message> <message> <location filename="../Debugger/Config.py" line="38"/> - <source>Generator</source> - <translation>Generátor</translation> - </message> - <message> - <location filename="../Debugger/Config.py" line="39"/> <source>Function</source> <translation>Funkce</translation> </message> <message> + <location filename="../Debugger/Config.py" line="40"/> + <source>Builtin Function</source> + <translation>Builtin funkce</translation> + </message> + <message> <location filename="../Debugger/Config.py" line="41"/> - <source>Builtin Function</source> - <translation>Builtin funkce</translation> + <source>Code</source> + <translation>Kód</translation> </message> <message> <location filename="../Debugger/Config.py" line="42"/> - <source>Code</source> - <translation>Kód</translation> + <source>Module</source> + <translation>Modul</translation> </message> <message> <location filename="../Debugger/Config.py" line="43"/> - <source>Module</source> - <translation>Modul</translation> + <source>Ellipsis</source> + <translation></translation> </message> <message> <location filename="../Debugger/Config.py" line="44"/> - <source>Ellipsis</source> + <source>Traceback</source> <translation></translation> </message> <message> <location filename="../Debugger/Config.py" line="45"/> - <source>Traceback</source> - <translation></translation> - </message> - <message> - <location filename="../Debugger/Config.py" line="46"/> <source>Frame</source> <translation></translation> </message> @@ -80404,18 +81066,23 @@ <translation type="obsolete">Jiné</translation> </message> <message> - <location filename="../Debugger/Config.py" line="28"/> + <location filename="../Debugger/Config.py" line="27"/> <source>Set</source> <translation>Množina</translation> </message> <message> - <location filename="../Debugger/Config.py" line="29"/> + <location filename="../Debugger/Config.py" line="28"/> <source>Frozen Set</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Debugger/Config.py" line="46"/> + <source>Bytes</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Debugger/Config.py" line="47"/> - <source>Bytes</source> + <source>Special Attributes</source> <translation type="unfinished"></translation> </message> </context> @@ -80445,7 +81112,7 @@ <context> <name>VariableItem</name> <message> - <location filename="../Debugger/VariablesViewer.py" line="210"/> + <location filename="../Debugger/VariablesViewer.py" line="214"/> <source><double click to show value></source> <translation><dvojitý klik pro zobrazení hodnoty></translation> </message> @@ -80527,22 +81194,22 @@ <context> <name>VariablesModel</name> <message> - <location filename="../Debugger/VariablesViewer.py" line="281"/> + <location filename="../Debugger/VariablesViewer.py" line="275"/> <source>Globals</source> <translation type="unfinished">Globální</translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="283"/> + <location filename="../Debugger/VariablesViewer.py" line="277"/> <source>Locals</source> <translation type="unfinished">Lokální</translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="285"/> + <location filename="../Debugger/VariablesViewer.py" line="279"/> <source>Type</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="285"/> + <location filename="../Debugger/VariablesViewer.py" line="279"/> <source>Value</source> <translation type="unfinished">Hodnota</translation> </message> @@ -81193,22 +81860,22 @@ <translation>Importovat projekt</translation> </message> <message> - <location filename="../VCS/ProjectHelper.py" line="496"/> + <location filename="../VCS/ProjectHelper.py" line="508"/> <source>Remove project from repository</source> <translation>Odebrat projekt z repozitáře</translation> </message> <message> - <location filename="../VCS/ProjectHelper.py" line="496"/> + <location filename="../VCS/ProjectHelper.py" line="508"/> <source>Dou you really want to remove this project from the repository (and disk)?</source> <translation>Opravdu chcete odebrat tento projekt z repozitáře (a z disku)?</translation> </message> <message> - <location filename="../VCS/ProjectHelper.py" line="468"/> + <location filename="../VCS/ProjectHelper.py" line="472"/> <source>Update</source> <translation>Obnovit</translation> </message> <message> - <location filename="../VCS/ProjectHelper.py" line="570"/> + <location filename="../VCS/ProjectHelper.py" line="610"/> <source>The project should be reread. Do this now?</source> <translation>Projekt bude znovu načten. Má se provést?</translation> </message> @@ -81223,7 +81890,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VCS/ProjectHelper.py" line="570"/> + <location filename="../VCS/ProjectHelper.py" line="610"/> <source>Switch</source> <translation type="unfinished">Přepnout</translation> </message> @@ -81321,3193 +81988,3193 @@ <context> <name>ViewManager</name> <message> - <location filename="../ViewManager/ViewManager.py" line="634"/> + <location filename="../ViewManager/ViewManager.py" line="635"/> <source>New</source> <translation>Nový</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="634"/> + <location filename="../ViewManager/ViewManager.py" line="635"/> <source>&New</source> <translation>&Nový</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="634"/> + <location filename="../ViewManager/ViewManager.py" line="635"/> <source>Ctrl+N</source> <comment>File|New</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="642"/> + <location filename="../ViewManager/ViewManager.py" line="643"/> <source>Open an empty editor window</source> <translation>Otevřít prázdné editační okno</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="645"/> + <location filename="../ViewManager/ViewManager.py" line="646"/> <source><b>New</b><p>An empty editor window will be created.</p></source> <translation><b>Nový</b> <p>Bude otevřeno prázdné editační okno.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="653"/> + <location filename="../ViewManager/ViewManager.py" line="654"/> <source>Open</source> <translation>Otevřít</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="653"/> + <location filename="../ViewManager/ViewManager.py" line="654"/> <source>&Open...</source> <translation>&Otevřít...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="653"/> + <location filename="../ViewManager/ViewManager.py" line="654"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="661"/> + <location filename="../ViewManager/ViewManager.py" line="662"/> <source>Open a file</source> <translation>Otevřít soubor</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="663"/> + <location filename="../ViewManager/ViewManager.py" line="664"/> <source><b>Open a file</b><p>You will be asked for the name of a file to be opened in an editor window.</p></source> <translation><b>Otevřít soubor</b> <p>Budete dotázáni na jméno souboru, který se má otevřít do editačního okna.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="674"/> + <location filename="../ViewManager/ViewManager.py" line="675"/> <source>Close</source> <translation>Zavřít</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="674"/> + <location filename="../ViewManager/ViewManager.py" line="675"/> <source>&Close</source> <translation>&Zavřít</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="674"/> + <location filename="../ViewManager/ViewManager.py" line="675"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="682"/> + <location filename="../ViewManager/ViewManager.py" line="683"/> <source>Close the current window</source> <translation>Zavřít aktuální okno</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="685"/> + <location filename="../ViewManager/ViewManager.py" line="686"/> <source><b>Close Window</b><p>Close the current window.</p></source> <translation><b>Zavřít okno</b> <p>Zavřít aktuální okno.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="693"/> + <location filename="../ViewManager/ViewManager.py" line="694"/> <source>Close All</source> <translation>Zavřít vše</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="693"/> + <location filename="../ViewManager/ViewManager.py" line="694"/> <source>Clos&e All</source> <translation>Zavřít vš&e</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="697"/> + <location filename="../ViewManager/ViewManager.py" line="698"/> <source>Close all editor windows</source> <translation>Zavřít všechny editační okna</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="700"/> + <location filename="../ViewManager/ViewManager.py" line="701"/> <source><b>Close All Windows</b><p>Close all editor windows.</p></source> <translation><b>Zavřít všechna okna</b> <p>Zavřít všechna editační okna.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="712"/> + <location filename="../ViewManager/ViewManager.py" line="713"/> <source>Save</source> <translation>Uložit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="712"/> + <location filename="../ViewManager/ViewManager.py" line="713"/> <source>&Save</source> <translation>&Uložit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="712"/> + <location filename="../ViewManager/ViewManager.py" line="713"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="719"/> + <location filename="../ViewManager/ViewManager.py" line="720"/> <source>Save the current file</source> <translation>Uložit aktuální soubor</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="721"/> + <location filename="../ViewManager/ViewManager.py" line="722"/> <source><b>Save File</b><p>Save the contents of current editor window.</p></source> <translation><b>Uložit soubor</b> <p>Uložit obsah aktuálního editačního okna.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="729"/> + <location filename="../ViewManager/ViewManager.py" line="730"/> <source>Save as</source> <translation>Uložit jako</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="729"/> + <location filename="../ViewManager/ViewManager.py" line="730"/> <source>Save &as...</source> <translation>U&ložit jako...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="729"/> + <location filename="../ViewManager/ViewManager.py" line="730"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="736"/> + <location filename="../ViewManager/ViewManager.py" line="737"/> <source>Save the current file to a new one</source> <translation>Uložit aktuální soubor do nového</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="738"/> + <location filename="../ViewManager/ViewManager.py" line="739"/> <source><b>Save File as</b><p>Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.</p></source> <translation><b>Uložit soubor jako</b> <p>Uložit obsah aktuálního editačního okna do nového souboru. Název souboru bude zadán v dialogu výběru souboru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="763"/> + <location filename="../ViewManager/ViewManager.py" line="764"/> <source>Save all</source> <translation>Uložit vše</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="768"/> + <location filename="../ViewManager/ViewManager.py" line="769"/> <source>Save all files</source> <translation>Uložit všechny soubory</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="770"/> + <location filename="../ViewManager/ViewManager.py" line="771"/> <source><b>Save All Files</b><p>Save the contents of all editor windows.</p></source> <translation><b>Uložit všechny soubory</b> <p>Uložit obsah všech editačních oken.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="780"/> + <location filename="../ViewManager/ViewManager.py" line="781"/> <source>Print</source> <translation>Tisk</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="780"/> + <location filename="../ViewManager/ViewManager.py" line="781"/> <source>&Print</source> <translation>&Tisk</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="780"/> + <location filename="../ViewManager/ViewManager.py" line="781"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="787"/> + <location filename="../ViewManager/ViewManager.py" line="788"/> <source>Print the current file</source> <translation>Tisk aktuálního souboru</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="789"/> + <location filename="../ViewManager/ViewManager.py" line="790"/> <source><b>Print File</b><p>Print the contents of current editor window.</p></source> <translation><b>Tisk souboru</b> <p>Tisk obsahu aktuálního editačního okna.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="815"/> + <location filename="../ViewManager/ViewManager.py" line="816"/> <source>Search File</source> <translation>Najít soubor</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="815"/> + <location filename="../ViewManager/ViewManager.py" line="816"/> <source>Search &File...</source> <translation>N&ajít soubor...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="815"/> + <location filename="../ViewManager/ViewManager.py" line="816"/> <source>Alt+Ctrl+F</source> <comment>File|Search File</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="821"/> + <location filename="../ViewManager/ViewManager.py" line="822"/> <source>Search for a file</source> <translation>Vyhledat soubor</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="823"/> + <location filename="../ViewManager/ViewManager.py" line="824"/> <source><b>Search File</b><p>Search for a file.</p></source> <translation><b>Najít soubor</b> <p>Hledání souboru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="837"/> + <location filename="../ViewManager/ViewManager.py" line="838"/> <source>&File</source> <translation>S&oubor</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="839"/> + <location filename="../ViewManager/ViewManager.py" line="840"/> <source>Open &Recent Files</source> <translation>Otevřít poslední soubo&ry</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="842"/> + <location filename="../ViewManager/ViewManager.py" line="843"/> <source>Open &Bookmarked Files</source> <translation>Otevřít sou&bory ze záložek</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="890"/> + <location filename="../ViewManager/ViewManager.py" line="891"/> <source>File</source> <translation>Soubor</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="937"/> + <location filename="../ViewManager/ViewManager.py" line="938"/> <source>Undo</source> <translation>Undo</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="937"/> + <location filename="../ViewManager/ViewManager.py" line="938"/> <source>&Undo</source> <translation>&Vrátit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="937"/> + <location filename="../ViewManager/ViewManager.py" line="938"/> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="937"/> + <location filename="../ViewManager/ViewManager.py" line="938"/> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="946"/> + <location filename="../ViewManager/ViewManager.py" line="947"/> <source>Undo the last change</source> <translation>Vrátit poslední změnu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="948"/> + <location filename="../ViewManager/ViewManager.py" line="949"/> <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> <translation><b>Undo</b> <p>Vrátit poslední změnu v aktuálním editačním okně.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="956"/> + <location filename="../ViewManager/ViewManager.py" line="957"/> <source>Redo</source> <translation>Redo</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="956"/> + <location filename="../ViewManager/ViewManager.py" line="957"/> <source>&Redo</source> <translation>&Znovu použít</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="956"/> + <location filename="../ViewManager/ViewManager.py" line="957"/> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="964"/> + <location filename="../ViewManager/ViewManager.py" line="965"/> <source>Redo the last change</source> <translation>Znovu použít poslední změnu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="966"/> + <location filename="../ViewManager/ViewManager.py" line="967"/> <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> <translation><b>Redo</b> <p>Znovu použít poslení změnu, která byla provedena v aktuálním editačním okně.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="983"/> + <location filename="../ViewManager/ViewManager.py" line="984"/> <source>Revert to last saved state</source> <translation>Vrátit se k poslednímu uloženému stavu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="974"/> + <location filename="../ViewManager/ViewManager.py" line="975"/> <source>Re&vert to last saved state</source> <translation>Vrátit se k &poslednímu uloženému stavu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="974"/> + <location filename="../ViewManager/ViewManager.py" line="975"/> <source>Ctrl+Y</source> <comment>Edit|Revert</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="985"/> + <location filename="../ViewManager/ViewManager.py" line="986"/> <source><b>Revert to last saved state</b><p>Undo all changes up to the last saved state of the current editor.</p></source> <translation><b>Vrátit poslwední uložený stav</b> <p>Zruší všechny změny, které byly provedeny od posledního uložení.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="996"/> + <location filename="../ViewManager/ViewManager.py" line="997"/> <source>Cut</source> <translation>Vyjmout</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="996"/> + <location filename="../ViewManager/ViewManager.py" line="997"/> <source>Cu&t</source> <translation>Vyjmou&t</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="996"/> + <location filename="../ViewManager/ViewManager.py" line="997"/> <source>Ctrl+X</source> <comment>Edit|Cut</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="996"/> + <location filename="../ViewManager/ViewManager.py" line="997"/> <source>Shift+Del</source> <comment>Edit|Cut</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1005"/> + <location filename="../ViewManager/ViewManager.py" line="1006"/> <source>Cut the selection</source> <translation>Vyjmout výběr</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1007"/> + <location filename="../ViewManager/ViewManager.py" line="1008"/> <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> <translation><b>Vyjmout</b> <p>Vyjme vybraný text z aktuálního editačního okna a vloží jej do schránky.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1016"/> + <location filename="../ViewManager/ViewManager.py" line="1017"/> <source>Copy</source> <translation>Kopírovat</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1016"/> + <location filename="../ViewManager/ViewManager.py" line="1017"/> <source>&Copy</source> <translation>&Kopírovat</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1016"/> + <location filename="../ViewManager/ViewManager.py" line="1017"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1016"/> + <location filename="../ViewManager/ViewManager.py" line="1017"/> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1025"/> + <location filename="../ViewManager/ViewManager.py" line="1026"/> <source>Copy the selection</source> <translation>Kopírovat výběr</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1027"/> + <location filename="../ViewManager/ViewManager.py" line="1028"/> <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> <translation><b>Kopírovat</b> <p>Zkopíruje vybraný text v aktuálním editačním okně a uloží jej do schránky.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1036"/> + <location filename="../ViewManager/ViewManager.py" line="1037"/> <source>Paste</source> <translation>Vložit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1036"/> + <location filename="../ViewManager/ViewManager.py" line="1037"/> <source>&Paste</source> <translation>V&ložit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1036"/> + <location filename="../ViewManager/ViewManager.py" line="1037"/> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1036"/> + <location filename="../ViewManager/ViewManager.py" line="1037"/> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1045"/> + <location filename="../ViewManager/ViewManager.py" line="1046"/> <source>Paste the last cut/copied text</source> <translation>Vložit text ze schránky</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1047"/> + <location filename="../ViewManager/ViewManager.py" line="1048"/> <source><b>Paste</b><p>Paste the last cut/copied text from the clipboard to the current editor.</p></source> <translation><b>Vložit</b> <p>Vloží text, který byl uložen do schránky při předchozím kroku Vyjmout nebo Kopírovat.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1056"/> + <location filename="../ViewManager/ViewManager.py" line="1057"/> <source>Clear</source> <translation>Vyčistit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1056"/> + <location filename="../ViewManager/ViewManager.py" line="1057"/> <source>Alt+Shift+C</source> <comment>Edit|Clear</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1064"/> + <location filename="../ViewManager/ViewManager.py" line="1065"/> <source>Clear all text</source> <translation>Vyčistit všechen text</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1066"/> + <location filename="../ViewManager/ViewManager.py" line="1067"/> <source><b>Clear</b><p>Delete all text of the current editor.</p></source> <translation><b>Vyčistit</b> <p>Smazat všechnen text v aktuálním editoru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1091"/> + <location filename="../ViewManager/ViewManager.py" line="1092"/> <source>Indent</source> <translation>Odsadit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1091"/> + <location filename="../ViewManager/ViewManager.py" line="1092"/> <source>&Indent</source> <translation>Odsad&it</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1091"/> + <location filename="../ViewManager/ViewManager.py" line="1092"/> <source>Ctrl+I</source> <comment>Edit|Indent</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1099"/> + <location filename="../ViewManager/ViewManager.py" line="1100"/> <source>Indent line</source> <translation>Odsadit řádek</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1101"/> + <location filename="../ViewManager/ViewManager.py" line="1102"/> <source><b>Indent</b><p>Indents the current line or the lines of the selection by one level.</p></source> <translation><b>Odsadit</b> <p>Odsadí aktuální řádek nebo vybrané řádky o jednu úroveň.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1110"/> + <location filename="../ViewManager/ViewManager.py" line="1111"/> <source>Unindent</source> <translation>Zrušit odsazení</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1110"/> + <location filename="../ViewManager/ViewManager.py" line="1111"/> <source>U&nindent</source> <translation>Zrušit odsaze&ní</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1110"/> + <location filename="../ViewManager/ViewManager.py" line="1111"/> <source>Ctrl+Shift+I</source> <comment>Edit|Unindent</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1118"/> + <location filename="../ViewManager/ViewManager.py" line="1119"/> <source>Unindent line</source> <translation>Zrušit odsazení řádku</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1120"/> + <location filename="../ViewManager/ViewManager.py" line="1121"/> <source><b>Unindent</b><p>Unindents the current line or the lines of the selection by one level.</p></source> <translation><b>Zrušit odsazení</b> <p>Zruší odsazení akruálního řádku nebo vybraných řádků o jednu úroveň.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1129"/> + <location filename="../ViewManager/ViewManager.py" line="1130"/> <source>Smart indent</source> <translation>Chytré odsazení</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1135"/> + <location filename="../ViewManager/ViewManager.py" line="1136"/> <source>Smart indent Line or Selection</source> <translation>Chytré odsazení řádku nebo výběru</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1137"/> + <location filename="../ViewManager/ViewManager.py" line="1138"/> <source><b>Smart indent</b><p>Indents the current line or the lines of the current selection smartly.</p></source> <translation><b>Chytré odsazení</b> <p>Odsadí aktuální řádek nebo výběr podle významu předchozího kódu.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1146"/> + <location filename="../ViewManager/ViewManager.py" line="1147"/> <source>Comment</source> <translation>Vytvořit Komentář</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1146"/> + <location filename="../ViewManager/ViewManager.py" line="1147"/> <source>C&omment</source> <translation>Vytvořit K&omentář</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1146"/> + <location filename="../ViewManager/ViewManager.py" line="1147"/> <source>Ctrl+M</source> <comment>Edit|Comment</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1154"/> + <location filename="../ViewManager/ViewManager.py" line="1155"/> <source>Comment Line or Selection</source> <translation>Vytvořit z řádky nebo výběru komentář</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1156"/> + <location filename="../ViewManager/ViewManager.py" line="1157"/> <source><b>Comment</b><p>Comments the current line or the lines of the current selection.</p></source> <translation><b>Komentář</b> <p>Z aktuální řádky nebo vybraných řádků vytvoří komentář.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1165"/> + <location filename="../ViewManager/ViewManager.py" line="1166"/> <source>Uncomment</source> <translation>Zrušit komentář</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1165"/> + <location filename="../ViewManager/ViewManager.py" line="1166"/> <source>Unco&mment</source> <translation>Zrušit ko&mentář</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1165"/> + <location filename="../ViewManager/ViewManager.py" line="1166"/> <source>Alt+Ctrl+M</source> <comment>Edit|Uncomment</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1173"/> + <location filename="../ViewManager/ViewManager.py" line="1174"/> <source>Uncomment Line or Selection</source> <translation>Zrušit komentář na řádce nebo výběru</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1175"/> + <location filename="../ViewManager/ViewManager.py" line="1176"/> <source><b>Uncomment</b><p>Uncomments the current line or the lines of the current selection.</p></source> <translation><b>Zrušit komentář</b> <p>Zruší komentář na aktuálním řádku nebo výběru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1206"/> + <location filename="../ViewManager/ViewManager.py" line="1207"/> <source>Stream Comment</source> <translation>Stream komentář</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1211"/> + <location filename="../ViewManager/ViewManager.py" line="1212"/> <source>Stream Comment Line or Selection</source> <translation>Steram komentář řádky nebo výběru</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1214"/> + <location filename="../ViewManager/ViewManager.py" line="1215"/> <source><b>Stream Comment</b><p>Stream comments the current line or the current selection.</p></source> <translation><b>Stream komentář</b> <p>Stream zakomentuje aktuální řádku nebo výběr.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1223"/> + <location filename="../ViewManager/ViewManager.py" line="1224"/> <source>Box Comment</source> <translation>Box komentář</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1228"/> + <location filename="../ViewManager/ViewManager.py" line="1229"/> <source>Box Comment Line or Selection</source> <translation>Box komentář řádku nebo výběru</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1230"/> + <location filename="../ViewManager/ViewManager.py" line="1231"/> <source><b>Box Comment</b><p>Box comments the current line or the lines of the current selection.</p></source> <translation><b>Box komentář</b> <p>Bok komentář vytvoří komnetář z aktuálního řádku nebo výběru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1239"/> + <location filename="../ViewManager/ViewManager.py" line="1240"/> <source>Select to brace</source> <translation>Vybrat obsah závorek</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1239"/> + <location filename="../ViewManager/ViewManager.py" line="1240"/> <source>Select to &brace</source> <translation>Vy&brat obsah závorek</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1239"/> + <location filename="../ViewManager/ViewManager.py" line="1240"/> <source>Ctrl+E</source> <comment>Edit|Select to brace</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1246"/> + <location filename="../ViewManager/ViewManager.py" line="1247"/> <source>Select text to the matching brace</source> <translation>Výběr textu, který je mezi závorkami</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1257"/> + <location filename="../ViewManager/ViewManager.py" line="1258"/> <source>Select all</source> <translation>Vybrat vše</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1257"/> + <location filename="../ViewManager/ViewManager.py" line="1258"/> <source>&Select all</source> <translation>Vybrat vš&e</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1257"/> + <location filename="../ViewManager/ViewManager.py" line="1258"/> <source>Ctrl+A</source> <comment>Edit|Select all</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1265"/> + <location filename="../ViewManager/ViewManager.py" line="1266"/> <source>Select all text</source> <translation>Vybrat všechen text</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1275"/> + <location filename="../ViewManager/ViewManager.py" line="1276"/> <source>Deselect all</source> <translation>Zrušit celý výběr</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1275"/> + <location filename="../ViewManager/ViewManager.py" line="1276"/> <source>&Deselect all</source> <translation>Z&rušit celý výběr</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1275"/> + <location filename="../ViewManager/ViewManager.py" line="1276"/> <source>Alt+Ctrl+A</source> <comment>Edit|Deselect all</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1282"/> + <location filename="../ViewManager/ViewManager.py" line="1283"/> <source>Deselect all text</source> <translation>Zrušit výběr</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1299"/> + <location filename="../ViewManager/ViewManager.py" line="1300"/> <source>Convert Line End Characters</source> <translation>Konvertovat znaky konce řádků</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1292"/> + <location filename="../ViewManager/ViewManager.py" line="1293"/> <source>Convert &Line End Characters</source> <translation>Konvertovat znaky konce řá&dků</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1301"/> + <location filename="../ViewManager/ViewManager.py" line="1302"/> <source><b>Convert Line End Characters</b><p>Convert the line end characters to the currently set type.</p></source> <translation><b>Konvertovet znaky konce řádků</b> <p>Konvertuje znaky konců řádků na aktuální nastavený typ.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1315"/> + <location filename="../ViewManager/ViewManager.py" line="1316"/> <source>Shorten empty lines</source> <translation>Zkrátit prázdné řádky</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1317"/> + <location filename="../ViewManager/ViewManager.py" line="1318"/> <source><b>Shorten empty lines</b><p>Shorten lines consisting solely of whitespace characters.</p></source> <translation><b>Zkrátit prázné řádky</b> <p>Zkrátí řádky, které obsabují jen prázdné znaky.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1326"/> + <location filename="../ViewManager/ViewManager.py" line="1327"/> <source>&Complete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2776"/> + <location filename="../ViewManager/ViewManager.py" line="2799"/> <source>Complete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1333"/> + <location filename="../ViewManager/ViewManager.py" line="1334"/> <source>Complete current word</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1335"/> + <location filename="../ViewManager/ViewManager.py" line="1336"/> <source><b>Complete</b><p>Performs a completion of the word containing the cursor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1344"/> + <location filename="../ViewManager/ViewManager.py" line="1345"/> <source>Complete from Document</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1354"/> + <location filename="../ViewManager/ViewManager.py" line="1355"/> <source>Complete current word from Document</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1357"/> + <location filename="../ViewManager/ViewManager.py" line="1358"/> <source><b>Complete from Document</b><p>Performs a completion from document of the word containing the cursor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1367"/> + <location filename="../ViewManager/ViewManager.py" line="1368"/> <source>Complete from APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1377"/> + <location filename="../ViewManager/ViewManager.py" line="1378"/> <source>Complete current word from APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1380"/> + <location filename="../ViewManager/ViewManager.py" line="1381"/> <source><b>Complete from APIs</b><p>Performs a completion from APIs of the word containing the cursor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1390"/> + <location filename="../ViewManager/ViewManager.py" line="1391"/> <source>Complete from Document and APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1400"/> + <location filename="../ViewManager/ViewManager.py" line="1401"/> <source>Complete current word from Document and APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1403"/> + <location filename="../ViewManager/ViewManager.py" line="1404"/> <source><b>Complete from Document and APIs</b><p>Performs a completion from document and APIs of the word containing the cursor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1480"/> + <location filename="../ViewManager/ViewManager.py" line="1503"/> <source>Move left one character</source> <translation>Posun o jeden znak doleva</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1480"/> + <location filename="../ViewManager/ViewManager.py" line="1503"/> <source>Left</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1494"/> + <location filename="../ViewManager/ViewManager.py" line="1517"/> <source>Move right one character</source> <translation>Posun o jeden znak doprava</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1494"/> + <location filename="../ViewManager/ViewManager.py" line="1517"/> <source>Right</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1508"/> + <location filename="../ViewManager/ViewManager.py" line="1531"/> <source>Move up one line</source> <translation>Posun o jeden řádek nahoru</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1508"/> + <location filename="../ViewManager/ViewManager.py" line="1531"/> <source>Up</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1520"/> + <location filename="../ViewManager/ViewManager.py" line="1543"/> <source>Move down one line</source> <translation>Posun o jeden řádek dolu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1520"/> + <location filename="../ViewManager/ViewManager.py" line="1543"/> <source>Down</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1532"/> + <location filename="../ViewManager/ViewManager.py" line="1555"/> <source>Move left one word part</source> <translation>Posun o jednu část slova doleva</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1566"/> + <location filename="../ViewManager/ViewManager.py" line="1589"/> <source>Alt+Left</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1546"/> + <location filename="../ViewManager/ViewManager.py" line="1569"/> <source>Move right one word part</source> <translation>Posun o jednu část slova doprava</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2446"/> + <location filename="../ViewManager/ViewManager.py" line="2469"/> <source>Alt+Right</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1560"/> + <location filename="../ViewManager/ViewManager.py" line="1583"/> <source>Move left one word</source> <translation>Posun o jedno slovo doleva</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1611"/> + <location filename="../ViewManager/ViewManager.py" line="1634"/> <source>Ctrl+Left</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1575"/> + <location filename="../ViewManager/ViewManager.py" line="1598"/> <source>Move right one word</source> <translation>Posun o jedno slovo doprava</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2200"/> + <location filename="../ViewManager/ViewManager.py" line="2223"/> <source>Ctrl+Right</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2401"/> + <location filename="../ViewManager/ViewManager.py" line="2424"/> <source>Home</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1614"/> - <source>Alt+Home</source> - <translation></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2416"/> - <source>End</source> - <translation></translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="1637"/> - <source>Scroll view down one line</source> - <translation>Posun pohledu jeden řádek dolů</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1727"/> - <source>Ctrl+Down</source> - <translation></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1649"/> - <source>Scroll view up one line</source> - <translation>Posun pohledu o jeden řádek nahoru</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1710"/> - <source>Ctrl+Up</source> + <source>Alt+Home</source> + <translation></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="2439"/> + <source>End</source> <translation></translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="1660"/> + <source>Scroll view down one line</source> + <translation>Posun pohledu jeden řádek dolů</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1750"/> + <source>Ctrl+Down</source> + <translation></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1672"/> + <source>Scroll view up one line</source> + <translation>Posun pohledu o jeden řádek nahoru</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1733"/> + <source>Ctrl+Up</source> + <translation></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1683"/> <source>Move up one paragraph</source> <translation>Posun na předchozí odstavec</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1660"/> + <location filename="../ViewManager/ViewManager.py" line="1683"/> <source>Alt+Up</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1669"/> + <location filename="../ViewManager/ViewManager.py" line="1692"/> <source>Move down one paragraph</source> <translation>Posun na následující odstavec</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1669"/> + <location filename="../ViewManager/ViewManager.py" line="1692"/> <source>Alt+Down</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1681"/> + <location filename="../ViewManager/ViewManager.py" line="1704"/> <source>Move up one page</source> <translation>Posun na předchozí stranu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1681"/> + <location filename="../ViewManager/ViewManager.py" line="1704"/> <source>PgUp</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1690"/> - <source>Move down one page</source> - <translation>Posun na následující stranu</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1690"/> - <source>PgDown</source> - <translation></translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="1713"/> - <source>Ctrl+Home</source> - <translation></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1730"/> - <source>Ctrl+End</source> + <source>Move down one page</source> + <translation>Posun na následující stranu</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1713"/> + <source>PgDown</source> <translation></translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="1736"/> + <source>Ctrl+Home</source> + <translation></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1753"/> + <source>Ctrl+End</source> + <translation></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1759"/> <source>Indent one level</source> <translation>Odsadit o jednu úroveň</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1736"/> + <location filename="../ViewManager/ViewManager.py" line="1759"/> <source>Tab</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1745"/> + <location filename="../ViewManager/ViewManager.py" line="1768"/> <source>Unindent one level</source> <translation>Zrušit odsazení o jednu úroveň</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1745"/> + <location filename="../ViewManager/ViewManager.py" line="1768"/> <source>Shift+Tab</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1755"/> + <location filename="../ViewManager/ViewManager.py" line="1778"/> <source>Extend selection left one character</source> <translation>Rozšířit výběr o jeden znak vlevo</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1755"/> + <location filename="../ViewManager/ViewManager.py" line="1778"/> <source>Shift+Left</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1770"/> + <location filename="../ViewManager/ViewManager.py" line="1793"/> <source>Extend selection right one character</source> <translation>Rozšířit výběr o jeden znak vpravo</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1770"/> + <location filename="../ViewManager/ViewManager.py" line="1793"/> <source>Shift+Right</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1785"/> + <location filename="../ViewManager/ViewManager.py" line="1808"/> <source>Extend selection up one line</source> <translation>Rozšířit výběr o řádku nahoru</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1785"/> + <location filename="../ViewManager/ViewManager.py" line="1808"/> <source>Shift+Up</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1800"/> + <location filename="../ViewManager/ViewManager.py" line="1823"/> <source>Extend selection down one line</source> <translation>Rozšířit výběr o jednu řádku dolů</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1800"/> + <location filename="../ViewManager/ViewManager.py" line="1823"/> <source>Shift+Down</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1815"/> + <location filename="../ViewManager/ViewManager.py" line="1838"/> <source>Extend selection left one word part</source> <translation>Rozšířit výběr o jednu část slova vlevo</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1851"/> + <location filename="../ViewManager/ViewManager.py" line="1874"/> <source>Alt+Shift+Left</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1829"/> + <location filename="../ViewManager/ViewManager.py" line="1852"/> <source>Extend selection right one word part</source> <translation>Rozšířit výběr o jednu část slova vpravo</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2461"/> + <location filename="../ViewManager/ViewManager.py" line="2484"/> <source>Alt+Shift+Right</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1843"/> + <location filename="../ViewManager/ViewManager.py" line="1866"/> <source>Extend selection left one word</source> <translation>Rozšířit výběr o jedno slovo vlevo</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2555"/> + <location filename="../ViewManager/ViewManager.py" line="2578"/> <source>Ctrl+Shift+Left</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1860"/> + <location filename="../ViewManager/ViewManager.py" line="1883"/> <source>Extend selection right one word</source> <translation>Rozšířit výběr o jedno slovo vpravo</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2217"/> + <location filename="../ViewManager/ViewManager.py" line="2240"/> <source>Ctrl+Shift+Right</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1889"/> - <source>Shift+Home</source> - <translation></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2321"/> - <source>Alt+Shift+Home</source> - <translation></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1906"/> - <source>Shift+End</source> - <translation></translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="1912"/> + <source>Shift+Home</source> + <translation></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="2344"/> + <source>Alt+Shift+Home</source> + <translation></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1929"/> + <source>Shift+End</source> + <translation></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1935"/> <source>Extend selection up one paragraph</source> <translation>Rozšířit výběr o předchozí odstavec</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1912"/> + <location filename="../ViewManager/ViewManager.py" line="1935"/> <source>Alt+Shift+Up</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1925"/> + <location filename="../ViewManager/ViewManager.py" line="1948"/> <source>Extend selection down one paragraph</source> <translation>Rozšířit výběr o následující odstavec</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1925"/> + <location filename="../ViewManager/ViewManager.py" line="1948"/> <source>Alt+Shift+Down</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1938"/> + <location filename="../ViewManager/ViewManager.py" line="1961"/> <source>Extend selection up one page</source> <translation>Rozšířit výběr na předchozí stranu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1938"/> + <location filename="../ViewManager/ViewManager.py" line="1961"/> <source>Shift+PgUp</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1950"/> + <location filename="../ViewManager/ViewManager.py" line="1973"/> <source>Extend selection down one page</source> <translation>Rozšířit výběr na následující stranu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1950"/> + <location filename="../ViewManager/ViewManager.py" line="1973"/> <source>Shift+PgDown</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1977"/> - <source>Ctrl+Shift+Home</source> - <translation></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1994"/> - <source>Ctrl+Shift+End</source> - <translation></translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="2000"/> + <source>Ctrl+Shift+Home</source> + <translation></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="2017"/> + <source>Ctrl+Shift+End</source> + <translation></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="2023"/> <source>Delete previous character</source> <translation>Smazat předchozí znak</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2000"/> + <location filename="../ViewManager/ViewManager.py" line="2023"/> <source>Backspace</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2012"/> + <location filename="../ViewManager/ViewManager.py" line="2035"/> <source>Shift+Backspace</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2031"/> + <location filename="../ViewManager/ViewManager.py" line="2054"/> <source>Delete current character</source> <translation>Smazat aktuální znak</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2031"/> + <location filename="../ViewManager/ViewManager.py" line="2054"/> <source>Del</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2045"/> + <location filename="../ViewManager/ViewManager.py" line="2068"/> <source>Delete word to left</source> <translation>Smazat slovo doleva</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2045"/> + <location filename="../ViewManager/ViewManager.py" line="2068"/> <source>Ctrl+Backspace</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2056"/> + <location filename="../ViewManager/ViewManager.py" line="2079"/> <source>Delete word to right</source> <translation>Smazat slovo doprava</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2056"/> + <location filename="../ViewManager/ViewManager.py" line="2079"/> <source>Ctrl+Del</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2066"/> + <location filename="../ViewManager/ViewManager.py" line="2089"/> <source>Delete line to left</source> <translation>Smazat řádku doleva</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2066"/> + <location filename="../ViewManager/ViewManager.py" line="2089"/> <source>Ctrl+Shift+Backspace</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2077"/> + <location filename="../ViewManager/ViewManager.py" line="2100"/> <source>Delete line to right</source> <translation>Smazat řádku doprava</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2086"/> + <location filename="../ViewManager/ViewManager.py" line="2109"/> <source>Ctrl+Shift+Del</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2092"/> - <source>Insert new line</source> - <translation>Vložit nový řádek</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2092"/> - <source>Return</source> - <translation></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2092"/> - <source>Enter</source> - <translation>Enter</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="2115"/> - <source>Delete current line</source> - <translation>Smazat aktuální řádek</translation> + <source>Insert new line</source> + <translation>Vložit nový řádek</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="2115"/> + <source>Return</source> + <translation></translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="2115"/> + <source>Enter</source> + <translation>Enter</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="2138"/> + <source>Delete current line</source> + <translation>Smazat aktuální řádek</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="2138"/> <source>Ctrl+Shift+L</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2126"/> + <location filename="../ViewManager/ViewManager.py" line="2149"/> <source>Duplicate current line</source> <translation>Duplikovat aktuální řádek</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2126"/> + <location filename="../ViewManager/ViewManager.py" line="2149"/> <source>Ctrl+D</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2137"/> - <source>Swap current and previous lines</source> - <translation>Prohodit aktuální řádek s předchozím</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2137"/> - <source>Ctrl+T</source> - <translation></translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="2160"/> - <source>Cut current line</source> - <translation>Vyjmout aktuální řádek</translation> + <source>Swap current and previous lines</source> + <translation>Prohodit aktuální řádek s předchozím</translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="2160"/> + <source>Ctrl+T</source> + <translation></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="2183"/> + <source>Cut current line</source> + <translation>Vyjmout aktuální řádek</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="2183"/> <source>Alt+Shift+L</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2170"/> + <location filename="../ViewManager/ViewManager.py" line="2193"/> <source>Copy current line</source> <translation>Kopírovat aktuální řádek</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2170"/> + <location filename="../ViewManager/ViewManager.py" line="2193"/> <source>Ctrl+Shift+T</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2181"/> + <location filename="../ViewManager/ViewManager.py" line="2204"/> <source>Toggle insert/overtype</source> <translation>Přepnout vkládání/přepisování</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2181"/> + <location filename="../ViewManager/ViewManager.py" line="2204"/> <source>Ins</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2745"/> + <location filename="../ViewManager/ViewManager.py" line="2768"/> <source>Convert selection to lower case</source> <translation>Převést výběr na minusky</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2745"/> + <location filename="../ViewManager/ViewManager.py" line="2768"/> <source>Alt+Shift+U</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2757"/> + <location filename="../ViewManager/ViewManager.py" line="2780"/> <source>Convert selection to upper case</source> <translation>Převést výběr na verzálky</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2757"/> + <location filename="../ViewManager/ViewManager.py" line="2780"/> <source>Ctrl+Shift+U</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2203"/> + <location filename="../ViewManager/ViewManager.py" line="2226"/> <source>Alt+End</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2223"/> + <location filename="../ViewManager/ViewManager.py" line="2246"/> <source>Formfeed</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2232"/> + <location filename="../ViewManager/ViewManager.py" line="2255"/> <source>Escape</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2232"/> + <location filename="../ViewManager/ViewManager.py" line="2255"/> <source>Esc</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2241"/> + <location filename="../ViewManager/ViewManager.py" line="2264"/> <source>Extend rectangular selection down one line</source> <translation>Rozšířit obdélníkový výběr o řádek dolů</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2241"/> + <location filename="../ViewManager/ViewManager.py" line="2264"/> <source>Alt+Ctrl+Down</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2257"/> + <location filename="../ViewManager/ViewManager.py" line="2280"/> <source>Extend rectangular selection up one line</source> <translation>Rozšířit obdélníkový výběr o řádek nahoru</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2257"/> + <location filename="../ViewManager/ViewManager.py" line="2280"/> <source>Alt+Ctrl+Up</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2272"/> + <location filename="../ViewManager/ViewManager.py" line="2295"/> <source>Extend rectangular selection left one character</source> <translation>Rozšířit obdélníkový výběr o jeden znak vlevo</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2272"/> + <location filename="../ViewManager/ViewManager.py" line="2295"/> <source>Alt+Ctrl+Left</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2290"/> + <location filename="../ViewManager/ViewManager.py" line="2313"/> <source>Extend rectangular selection right one character</source> <translation>Rozšířit obdélníkový výběr o jeden znak vpravo</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2290"/> + <location filename="../ViewManager/ViewManager.py" line="2313"/> <source>Alt+Ctrl+Right</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2346"/> + <location filename="../ViewManager/ViewManager.py" line="2369"/> <source>Extend rectangular selection up one page</source> <translation>Rozšířit obdélníkový výběr o předchozí stranu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2361"/> + <location filename="../ViewManager/ViewManager.py" line="2384"/> <source>Extend rectangular selection down one page</source> <translation>Rozšířit obdélníkový výběr o následující stranu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2379"/> + <location filename="../ViewManager/ViewManager.py" line="2402"/> <source>Duplicate current selection</source> <translation>Duplikovat aktuální výběr</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2379"/> + <location filename="../ViewManager/ViewManager.py" line="2402"/> <source>Ctrl+Shift+D</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3352"/> + <location filename="../ViewManager/ViewManager.py" line="3377"/> <source>&Search</source> <translation>V&yhledat</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2786"/> + <location filename="../ViewManager/ViewManager.py" line="2809"/> <source>&Edit</source> <translation>&Edit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2843"/> + <location filename="../ViewManager/ViewManager.py" line="2868"/> <source>Edit</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3447"/> + <location filename="../ViewManager/ViewManager.py" line="3472"/> <source>Search</source> <translation>Vyhledat</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2875"/> + <location filename="../ViewManager/ViewManager.py" line="2900"/> <source>&Search...</source> <translation>V&yhledat...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2875"/> + <location filename="../ViewManager/ViewManager.py" line="2900"/> <source>Ctrl+F</source> <comment>Search|Search</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2883"/> + <location filename="../ViewManager/ViewManager.py" line="2908"/> <source>Search for a text</source> <translation>Hledat text</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2885"/> + <location filename="../ViewManager/ViewManager.py" line="2910"/> <source><b>Search</b><p>Search for some text in the current editor. A dialog is shown to enter the searchtext and options for the search.</p></source> <translation><b>Hledat</b> <p>Hledat text v aktuálním editoru. Zobrazí se dialogové okno, do kterého se zadá hledaný text a další nastavení.<p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2895"/> + <location filename="../ViewManager/ViewManager.py" line="2920"/> <source>Search next</source> <translation>Hledat text</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2895"/> + <location filename="../ViewManager/ViewManager.py" line="2920"/> <source>Search &next</source> <translation>Hledat &další</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2895"/> + <location filename="../ViewManager/ViewManager.py" line="2920"/> <source>F3</source> <comment>Search|Search next</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2916"/> + <location filename="../ViewManager/ViewManager.py" line="2941"/> <source>Search previous</source> <translation>Hledat předchozí</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2916"/> + <location filename="../ViewManager/ViewManager.py" line="2941"/> <source>Search &previous</source> <translation>Hledat &předchozí</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2916"/> + <location filename="../ViewManager/ViewManager.py" line="2941"/> <source>Shift+F3</source> <comment>Search|Search previous</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3001"/> + <location filename="../ViewManager/ViewManager.py" line="3026"/> <source>Replace</source> <translation>Nahradit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3001"/> + <location filename="../ViewManager/ViewManager.py" line="3026"/> <source>&Replace...</source> <translation>Nah&radit...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3001"/> + <location filename="../ViewManager/ViewManager.py" line="3026"/> <source>Ctrl+R</source> <comment>Search|Replace</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3008"/> + <location filename="../ViewManager/ViewManager.py" line="3033"/> <source>Replace some text</source> <translation>Hledat nějaký text</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3010"/> + <location filename="../ViewManager/ViewManager.py" line="3035"/> <source><b>Replace</b><p>Search for some text in the current editor and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and replace.</p></source> <translation><b>Nahradit</b> <p>Vyhledá va ktuálním editoru text a nahradí jej. Je zobrazeno dialogové okno, kde se zadá text, který se má nahradit, nový text a nastavení pro vyhledávání a nahrazení.<p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3387"/> + <location filename="../ViewManager/ViewManager.py" line="3412"/> <source>Quicksearch</source> <translation>Rychlé hledání</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3088"/> + <location filename="../ViewManager/ViewManager.py" line="3113"/> <source>&Quicksearch</source> <translation>Rychlé hl&edání</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3088"/> + <location filename="../ViewManager/ViewManager.py" line="3113"/> <source>Ctrl+Shift+K</source> <comment>Search|Quicksearch</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3096"/> + <location filename="../ViewManager/ViewManager.py" line="3121"/> <source>Perform a quicksearch</source> <translation>Provést rychlé hledání</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3109"/> + <location filename="../ViewManager/ViewManager.py" line="3134"/> <source>Quicksearch backwards</source> <translation>Rychlé hledání zpět</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3109"/> + <location filename="../ViewManager/ViewManager.py" line="3134"/> <source>Quicksearch &backwards</source> <translation>Rychlé hledání &zpět</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3109"/> + <location filename="../ViewManager/ViewManager.py" line="3134"/> <source>Ctrl+Shift+J</source> <comment>Search|Quicksearch backwards</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3119"/> + <location filename="../ViewManager/ViewManager.py" line="3144"/> <source>Perform a quicksearch backwards</source> <translation>Provést rychlé hledání zpět</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3131"/> + <location filename="../ViewManager/ViewManager.py" line="3156"/> <source>Quicksearch extend</source> <translation>Rychlé hledání rozšířit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3131"/> + <location filename="../ViewManager/ViewManager.py" line="3156"/> <source>Quicksearch e&xtend</source> <translation>Rychlé hl&edání rozšířit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3131"/> + <location filename="../ViewManager/ViewManager.py" line="3156"/> <source>Ctrl+Shift+H</source> <comment>Search|Quicksearch extend</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3139"/> + <location filename="../ViewManager/ViewManager.py" line="3164"/> <source>Extend the quicksearch to the end of the current word</source> <translation>Rozšířit rychlé hledání na konec aktuálního slova</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3142"/> + <location filename="../ViewManager/ViewManager.py" line="3167"/> <source><b>Quicksearch extend</b><p>This extends the quicksearch text to the end of the word currently found.</p></source> <translation><b>Rychlé hlednání rozšířit</b> <p>Rychlé hledání se rozšíří na konec aktuálně nalezeného slova.<p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3160"/> + <location filename="../ViewManager/ViewManager.py" line="3185"/> <source>Goto Line</source> <translation>Jít na řádek</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3152"/> + <location filename="../ViewManager/ViewManager.py" line="3177"/> <source>&Goto Line...</source> <translation>&Jít na řádek...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3152"/> + <location filename="../ViewManager/ViewManager.py" line="3177"/> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3162"/> + <location filename="../ViewManager/ViewManager.py" line="3187"/> <source><b>Goto Line</b><p>Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.</p></source> <translation><b>Jít na řádek</b> <p>Jít na určený řádek. Zobrazí se dialogové okno, kde se zadá číslo požadovaného řádku.<p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3179"/> + <location filename="../ViewManager/ViewManager.py" line="3204"/> <source>Goto Brace</source> <translation>Jít na závorku</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3171"/> + <location filename="../ViewManager/ViewManager.py" line="3196"/> <source>Goto &Brace</source> <translation>Jít na závork&u</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3171"/> + <location filename="../ViewManager/ViewManager.py" line="3196"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3181"/> + <location filename="../ViewManager/ViewManager.py" line="3206"/> <source><b>Goto Brace</b><p>Go to the matching brace in the current editor.</p></source> <translation><b>Jít na závorku</b> <p>Jíta na závoku, která patří do páru s tou, na které se nachází kurzor.<p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3259"/> + <location filename="../ViewManager/ViewManager.py" line="3284"/> <source>Search in Files</source> <translation>Hledat v souborech</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3259"/> + <location filename="../ViewManager/ViewManager.py" line="3284"/> <source>Search in &Files...</source> <translation>&Hledat v souborech...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3259"/> + <location filename="../ViewManager/ViewManager.py" line="3284"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3267"/> + <location filename="../ViewManager/ViewManager.py" line="3292"/> <source>Search for a text in files</source> <translation>Hledat text v souborech</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3269"/> + <location filename="../ViewManager/ViewManager.py" line="3294"/> <source><b>Search in Files</b><p>Search for some text in the files of a directory tree or the project. A dialog is shown to enter the searchtext and options for the search and to display the result.</p></source> <translation><b>Hledat v souborech</b> <p>Hledat text v souborech v adresářích nebo projektu. Je zobrazeno dialogové okno, do kterého se zadá hledaný text a nastavení a ve kterém se zobrazuje výsledek hledání.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3487"/> + <location filename="../ViewManager/ViewManager.py" line="3512"/> <source>Zoom in</source> <translation>Přiblížit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3487"/> + <location filename="../ViewManager/ViewManager.py" line="3512"/> <source>Zoom &in</source> <translation>Př&iblížit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3487"/> + <location filename="../ViewManager/ViewManager.py" line="3512"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3496"/> + <location filename="../ViewManager/ViewManager.py" line="3521"/> <source>Zoom in on the text</source> <translation>Zvětšovací lupa</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3498"/> + <location filename="../ViewManager/ViewManager.py" line="3523"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Přiblížit</b><p>Přiblížit text. Text bude větší.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3506"/> + <location filename="../ViewManager/ViewManager.py" line="3531"/> <source>Zoom out</source> <translation>Oddálit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3506"/> + <location filename="../ViewManager/ViewManager.py" line="3531"/> <source>Zoom &out</source> <translation>&Oddálit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3506"/> + <location filename="../ViewManager/ViewManager.py" line="3531"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3515"/> + <location filename="../ViewManager/ViewManager.py" line="3540"/> <source>Zoom out on the text</source> <translation>Zmenšovací lupa</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3517"/> + <location filename="../ViewManager/ViewManager.py" line="3542"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Oddálit</b><p>Lupa na oddálení textu. Text bude menší.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3544"/> - <source>Zoom</source> - <translation>Lupa</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3544"/> - <source>&Zoom</source> - <translation>&Lupa</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3544"/> - <source>Ctrl+#</source> - <comment>View|Zoom</comment> - <translation></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3552"/> - <source>Zoom the text</source> - <translation>Lupa na text</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3554"/> - <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> - <translation><b>Lupa</b><p>Lupa na text. Otevře se dialogové okno kde se zadá požadovaná hodnota zvětšení/zmenšení.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3567"/> - <source>Toggle all folds</source> - <translation>Složit/rozložit všechna skládání</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3563"/> - <source>&Toggle all folds</source> - <translation type="unfinished">Složit/rozložit všechn&a skládání</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="3569"/> - <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> - <translation><b>Složit/rozložit všechna skládání</b><p>Složí/rozloží všechna skládání v aktuálním editoru.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3583"/> - <source>Toggle all folds (including children)</source> - <translation>Složit/rozložit všechna skládání (i s podsložkami)</translation> + <source>Zoom</source> + <translation>Lupa</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3569"/> + <source>&Zoom</source> + <translation>&Lupa</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3569"/> + <source>Ctrl+#</source> + <comment>View|Zoom</comment> + <translation></translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="3577"/> + <source>Zoom the text</source> + <translation>Lupa na text</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3579"/> + <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> + <translation><b>Lupa</b><p>Lupa na text. Otevře se dialogové okno kde se zadá požadovaná hodnota zvětšení/zmenšení.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3592"/> + <source>Toggle all folds</source> + <translation>Složit/rozložit všechna skládání</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3588"/> + <source>&Toggle all folds</source> + <translation type="unfinished">Složit/rozložit všechn&a skládání</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3594"/> + <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> + <translation><b>Složit/rozložit všechna skládání</b><p>Složí/rozloží všechna skládání v aktuálním editoru.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3608"/> + <source>Toggle all folds (including children)</source> + <translation>Složit/rozložit všechna skládání (i s podsložkami)</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3602"/> <source>Toggle all &folds (including children)</source> <translation>Složit/rozložit všechna &skládání (i s podsložkami)</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3585"/> + <location filename="../ViewManager/ViewManager.py" line="3610"/> <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> <translation><b>Složit/rozložit všechna skládání (i s podsložkami)</b><p>Složí nebo rozloží všechna skládání i s podsložkami.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3599"/> + <location filename="../ViewManager/ViewManager.py" line="3624"/> <source>Toggle current fold</source> <translation>Složit/rozložit aktuální složený blok</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3595"/> + <location filename="../ViewManager/ViewManager.py" line="3620"/> <source>Toggle &current fold</source> <translation>Složit/rozložit aktuální složený &blok</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3601"/> + <location filename="../ViewManager/ViewManager.py" line="3626"/> <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> <translation><b>Složit/rozložit aktuální složený blok</b><p>Složí nebo rozloží aktuální složený blok v aktuálním editoru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3631"/> + <location filename="../ViewManager/ViewManager.py" line="3656"/> <source>Remove all highlights</source> <translation>Odebrat všechna zvýraznění</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3633"/> + <location filename="../ViewManager/ViewManager.py" line="3658"/> <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> <translation><b>Odebrat všechna zvýraznění</b><p>Odebrat zvýraznění ve všech editorech.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3679"/> + <location filename="../ViewManager/ViewManager.py" line="3704"/> <source>Split view</source> <translation>Rozdělit pohled</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3679"/> + <location filename="../ViewManager/ViewManager.py" line="3704"/> <source>&Split view</source> <translation>&Rozdělit pohled</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3684"/> - <source>Add a split to the view</source> - <translation>Přidat další rozdělení pohledu</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3686"/> - <source><b>Split view</b><p>Add a split to the view.</p></source> - <translation><b>Rozdělit pohled</b><p>Přidá další okno na aktuální pohled.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3694"/> - <source>Arrange horizontally</source> - <translation>Uspořádat horizontálně</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3694"/> - <source>Arrange &horizontally</source> - <translation>Uspořádat &horizontálně</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3698"/> - <source>Arrange the splitted views horizontally</source> - <translation>Uspořádat rozdělené pohledy horizontálně</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3700"/> - <source><b>Arrange horizontally</b><p>Arrange the splitted views horizontally.</p></source> - <translation><b>Uspořádat horizontálně</b><p>Uspořádat rozdělené pohledy horizontálně.</p></translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="3709"/> + <source>Add a split to the view</source> + <translation>Přidat další rozdělení pohledu</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3711"/> + <source><b>Split view</b><p>Add a split to the view.</p></source> + <translation><b>Rozdělit pohled</b><p>Přidá další okno na aktuální pohled.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3719"/> + <source>Arrange horizontally</source> + <translation>Uspořádat horizontálně</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3719"/> + <source>Arrange &horizontally</source> + <translation>Uspořádat &horizontálně</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3723"/> + <source>Arrange the splitted views horizontally</source> + <translation>Uspořádat rozdělené pohledy horizontálně</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3725"/> + <source><b>Arrange horizontally</b><p>Arrange the splitted views horizontally.</p></source> + <translation><b>Uspořádat horizontálně</b><p>Uspořádat rozdělené pohledy horizontálně.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3734"/> <source>Remove split</source> <translation>Odebrat rozdělený pohled</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3709"/> + <location filename="../ViewManager/ViewManager.py" line="3734"/> <source>&Remove split</source> <translation>Odebra&t rozdělený pohled</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3714"/> + <location filename="../ViewManager/ViewManager.py" line="3739"/> <source>Remove the current split</source> <translation>Odebrat aktuální rozdělení pohledu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3716"/> - <source><b>Remove split</b><p>Remove the current split.</p></source> - <translation><b>Odebrat rozdělený pohled</b><p>Odebrat aktuální rozdělený pohled.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3724"/> - <source>Next split</source> - <translation>Další rozdělený pohled</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3724"/> - <source>&Next split</source> - <translation>Další rozděle&ný pohled</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3724"/> - <source>Ctrl+Alt+N</source> - <comment>View|Next split</comment> - <translation></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3731"/> - <source>Move to the next split</source> - <translation>Posun na další rozdělený pohled</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3733"/> - <source><b>Next split</b><p>Move to the next split.</p></source> - <translation><b>Další rozdělený pohled</b><p>Posun na další rozdělený pohled.</p></translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="3741"/> - <source>Previous split</source> - <translation>Předchozí rozdělený pohled</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3741"/> - <source>&Previous split</source> - <translation>&Předchozí rozdělený pohled</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3741"/> - <source>Ctrl+Alt+P</source> - <comment>View|Previous split</comment> - <translation></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3747"/> - <source>Move to the previous split</source> - <translation>Posun na předchozí rozdělený pohled</translation> + <source><b>Remove split</b><p>Remove the current split.</p></source> + <translation><b>Odebrat rozdělený pohled</b><p>Odebrat aktuální rozdělený pohled.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3749"/> + <source>Next split</source> + <translation>Další rozdělený pohled</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3749"/> + <source>&Next split</source> + <translation>Další rozděle&ný pohled</translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="3749"/> + <source>Ctrl+Alt+N</source> + <comment>View|Next split</comment> + <translation></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3756"/> + <source>Move to the next split</source> + <translation>Posun na další rozdělený pohled</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3758"/> + <source><b>Next split</b><p>Move to the next split.</p></source> + <translation><b>Další rozdělený pohled</b><p>Posun na další rozdělený pohled.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3766"/> + <source>Previous split</source> + <translation>Předchozí rozdělený pohled</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3766"/> + <source>&Previous split</source> + <translation>&Předchozí rozdělený pohled</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3766"/> + <source>Ctrl+Alt+P</source> + <comment>View|Previous split</comment> + <translation></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3772"/> + <source>Move to the previous split</source> + <translation>Posun na předchozí rozdělený pohled</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3774"/> <source><b>Previous split</b><p>Move to the previous split.</p></source> <translation><b>Předchozí rozdělený pohled</b><p>Posun na předchozí rozdělený pohled.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3833"/> + <location filename="../ViewManager/ViewManager.py" line="3858"/> <source>&View</source> <translation>Poh&led</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3870"/> + <location filename="../ViewManager/ViewManager.py" line="3895"/> <source>View</source> <translation>Pohled</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3906"/> + <location filename="../ViewManager/ViewManager.py" line="3931"/> <source>Start Macro Recording</source> <translation>Spustit záznam makra</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3900"/> + <location filename="../ViewManager/ViewManager.py" line="3925"/> <source>S&tart Macro Recording</source> <translation>Spus&tit záznam makra</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3908"/> + <location filename="../ViewManager/ViewManager.py" line="3933"/> <source><b>Start Macro Recording</b><p>Start recording editor commands into a new macro.</p></source> <translation><b>Spustit záznam makra</b><p>Spustí se záznam příkazů do nového makra.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3920"/> + <location filename="../ViewManager/ViewManager.py" line="3945"/> <source>Stop Macro Recording</source> <translation>Zastavit záznam makra</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3916"/> + <location filename="../ViewManager/ViewManager.py" line="3941"/> <source>Sto&p Macro Recording</source> <translation>Sto&p záznamu makra</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3922"/> + <location filename="../ViewManager/ViewManager.py" line="3947"/> <source><b>Stop Macro Recording</b><p>Stop recording editor commands into a new macro.</p></source> <translation><b>Stop záznamu makra</b><p>Zastaví se nahrávání příkazů do makra.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3934"/> + <location filename="../ViewManager/ViewManager.py" line="3959"/> <source>Run Macro</source> <translation>Spustit makro</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3930"/> + <location filename="../ViewManager/ViewManager.py" line="3955"/> <source>&Run Macro</source> <translation>Spustit mak&ro</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3936"/> + <location filename="../ViewManager/ViewManager.py" line="3961"/> <source><b>Run Macro</b><p>Run a previously recorded editor macro.</p></source> <translation><b>Spustit makro</b><p>Spustit nahrané makro.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3948"/> + <location filename="../ViewManager/ViewManager.py" line="3973"/> <source>Delete Macro</source> <translation>Smazat makro</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3944"/> + <location filename="../ViewManager/ViewManager.py" line="3969"/> <source>&Delete Macro</source> <translation>Smazat makr&o</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3950"/> + <location filename="../ViewManager/ViewManager.py" line="3975"/> <source><b>Delete Macro</b><p>Delete a previously recorded editor macro.</p></source> <translation><b>Smazat makro</b><p>Smaže se nahrané makro.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3962"/> + <location filename="../ViewManager/ViewManager.py" line="3987"/> <source>Load Macro</source> <translation>Načíst makro</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3958"/> + <location filename="../ViewManager/ViewManager.py" line="3983"/> <source>&Load Macro</source> <translation>&Načíst makro</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3964"/> + <location filename="../ViewManager/ViewManager.py" line="3989"/> <source><b>Load Macro</b><p>Load an editor macro from a file.</p></source> <translation><b>Načíst makro</b><p>Načte se makro ze souboru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3976"/> + <location filename="../ViewManager/ViewManager.py" line="4001"/> <source>Save Macro</source> <translation>Uložit makro</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3972"/> + <location filename="../ViewManager/ViewManager.py" line="3997"/> <source>&Save Macro</source> <translation>&Uložit makro</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3978"/> + <location filename="../ViewManager/ViewManager.py" line="4003"/> <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> <translation><b>Uložit makro</b><p>Nahrané makro se uloží do souboru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3994"/> + <location filename="../ViewManager/ViewManager.py" line="4019"/> <source>&Macros</source> <translation>&Makra</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4020"/> + <location filename="../ViewManager/ViewManager.py" line="4045"/> <source>Toggle Bookmark</source> <translation>Přepnout záložku</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4012"/> + <location filename="../ViewManager/ViewManager.py" line="4037"/> <source>&Toggle Bookmark</source> <translation>Přepnou&t záložku</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4012"/> + <location filename="../ViewManager/ViewManager.py" line="4037"/> <source>Alt+Ctrl+T</source> <comment>Bookmark|Toggle</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4022"/> + <location filename="../ViewManager/ViewManager.py" line="4047"/> <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> <translation><b>Přepnout záložku</b><p>Vytvoří/zruší záložku na aktuálním řádku v aktuálním editoru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4039"/> + <location filename="../ViewManager/ViewManager.py" line="4064"/> <source>Next Bookmark</source> <translation>Následující záložka</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4031"/> + <location filename="../ViewManager/ViewManager.py" line="4056"/> <source>&Next Bookmark</source> <translation>&Následující záložka</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4031"/> + <location filename="../ViewManager/ViewManager.py" line="4056"/> <source>Ctrl+PgDown</source> <comment>Bookmark|Next</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4041"/> + <location filename="../ViewManager/ViewManager.py" line="4066"/> <source><b>Next Bookmark</b><p>Go to next bookmark of the current editor.</p></source> <translation><b>Následující záložka</b><p>Přesun na následující záložku v aktuálním editoru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4057"/> + <location filename="../ViewManager/ViewManager.py" line="4082"/> <source>Previous Bookmark</source> <translation>Předchozí záložka</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4049"/> - <source>&Previous Bookmark</source> - <translation>&Předchozí záložka</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4049"/> - <source>Ctrl+PgUp</source> - <comment>Bookmark|Previous</comment> - <translation></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4059"/> - <source><b>Previous Bookmark</b><p>Go to previous bookmark of the current editor.</p></source> - <translation><b>Předchozí záložka</b><p>Přesun na předchozí záložku.</p></translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="4074"/> - <source>Clear Bookmarks</source> - <translation>Vyčistit záložky</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4067"/> - <source>&Clear Bookmarks</source> - <translation>Vyčistit (zr&ušit) záložky</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4067"/> - <source>Alt+Ctrl+C</source> - <comment>Bookmark|Clear</comment> - <translation></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4076"/> - <source><b>Clear Bookmarks</b><p>Clear bookmarks of all editors.</p></source> - <translation><b>Vyčistit (zrušit) záložky</b><p>Zruší se všechny záložky ve všech editorech.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4090"/> - <source>Goto Syntax Error</source> - <translation>Jít na Syntaktickou chybu</translation> + <source>&Previous Bookmark</source> + <translation>&Předchozí záložka</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4074"/> + <source>Ctrl+PgUp</source> + <comment>Bookmark|Previous</comment> + <translation></translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="4084"/> - <source>&Goto Syntax Error</source> - <translation>&Jít na Syntaktickou chybu</translation> + <source><b>Previous Bookmark</b><p>Go to previous bookmark of the current editor.</p></source> + <translation><b>Předchozí záložka</b><p>Přesun na předchozí záložku.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4099"/> + <source>Clear Bookmarks</source> + <translation>Vyčistit záložky</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4092"/> + <source>&Clear Bookmarks</source> + <translation>Vyčistit (zr&ušit) záložky</translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="4092"/> + <source>Alt+Ctrl+C</source> + <comment>Bookmark|Clear</comment> + <translation></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4101"/> + <source><b>Clear Bookmarks</b><p>Clear bookmarks of all editors.</p></source> + <translation><b>Vyčistit (zrušit) záložky</b><p>Zruší se všechny záložky ve všech editorech.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4115"/> + <source>Goto Syntax Error</source> + <translation>Jít na Syntaktickou chybu</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4109"/> + <source>&Goto Syntax Error</source> + <translation>&Jít na Syntaktickou chybu</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4117"/> <source><b>Goto Syntax Error</b><p>Go to next syntax error of the current editor.</p></source> <translation><b>Jít na Syntax error</b><p>Přesun na syntaktickou chybu v aktuálním editoru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4105"/> + <location filename="../ViewManager/ViewManager.py" line="4130"/> <source>Clear Syntax Errors</source> <translation>Vyčistit Syntaktické chyby</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4100"/> + <location filename="../ViewManager/ViewManager.py" line="4125"/> <source>Clear &Syntax Errors</source> <translation>V&yčistit Syntaktické chyby</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4107"/> + <location filename="../ViewManager/ViewManager.py" line="4132"/> <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> <translation><b>Vyčistit syntaktické chyby</b><p>Smažou se záznamy o syntaktických chybách ve všech editorech.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4175"/> + <location filename="../ViewManager/ViewManager.py" line="4200"/> <source>Next uncovered line</source> <translation>Následují problémová řádka</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4169"/> - <source>&Next uncovered line</source> - <translation>Nás&ledující problémová řádka</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4177"/> - <source><b>Next uncovered line</b><p>Go to next line of the current editor marked as not covered.</p></source> - <translation><b>Následující problémová řádka</b><p>Jít na řádku v aktuálním editoru, která byla nalezena jako problémová.</p></translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="4194"/> + <source>&Next uncovered line</source> + <translation>Nás&ledující problémová řádka</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4202"/> + <source><b>Next uncovered line</b><p>Go to next line of the current editor marked as not covered.</p></source> + <translation><b>Následující problémová řádka</b><p>Jít na řádku v aktuálním editoru, která byla nalezena jako problémová.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4219"/> <source>Previous uncovered line</source> <translation>Předchozí problémová řádka</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4186"/> + <location filename="../ViewManager/ViewManager.py" line="4211"/> <source>&Previous uncovered line</source> <translation>Př&edchozí problémová řádka</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4196"/> + <location filename="../ViewManager/ViewManager.py" line="4221"/> <source><b>Previous uncovered line</b><p>Go to previous line of the current editor marked as not covered.</p></source> <translation><b>Předchozí problémová řádka</b><p>Jít na předchozí řádku v aktuálním editoru, která byla nalezena jako problémová.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4212"/> + <location filename="../ViewManager/ViewManager.py" line="4237"/> <source>Next Task</source> <translation>Následující úloha</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4206"/> - <source>&Next Task</source> - <translation>Následující úlo&ha</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4214"/> - <source><b>Next Task</b><p>Go to next line of the current editor having a task.</p></source> - <translation><b>Následující úloha</b><p>Jít na řádek v aktuálním editoru, na kterém je následující úloha.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4229"/> - <source>Previous Task</source> - <translation>Předchozí úloha</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4222"/> - <source>&Previous Task</source> - <translation>Předchozí úl&oha</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="4231"/> + <source>&Next Task</source> + <translation>Následující úlo&ha</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4239"/> + <source><b>Next Task</b><p>Go to next line of the current editor having a task.</p></source> + <translation><b>Následující úloha</b><p>Jít na řádek v aktuálním editoru, na kterém je následující úloha.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4254"/> + <source>Previous Task</source> + <translation>Předchozí úloha</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4247"/> + <source>&Previous Task</source> + <translation>Předchozí úl&oha</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4256"/> <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> <translation><b>Předchozí úloha</b><p>Jít na řádek, na kterém se nachází předchozí úloha.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4285"/> + <location filename="../ViewManager/ViewManager.py" line="4310"/> <source>&Bookmarks</source> <translation>&Záložky</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4331"/> + <location filename="../ViewManager/ViewManager.py" line="4356"/> <source>Bookmarks</source> <translation>Záložky</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4483"/> + <location filename="../ViewManager/ViewManager.py" line="4508"/> <source>Open files</source> <translation>Otevřené soubory</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4527"/> + <location filename="../ViewManager/ViewManager.py" line="4552"/> <source>File Modified</source> <translation>Soubor změněn</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5371"/> + <location filename="../ViewManager/ViewManager.py" line="5396"/> <source>&Clear</source> <translation>&Vyčistit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5365"/> + <location filename="../ViewManager/ViewManager.py" line="5390"/> <source>&Add</source> <translation>Přid&at</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5368"/> + <location filename="../ViewManager/ViewManager.py" line="5393"/> <source>&Edit...</source> <translation>&Edit...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1248"/> + <location filename="../ViewManager/ViewManager.py" line="1249"/> <source><b>Select to brace</b><p>Select text of the current editor to the matching brace.</p></source> <translation><b>Vybrat obsah závorek</b><p>Vybere se text, který se nachází mezi závorkami.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1267"/> + <location filename="../ViewManager/ViewManager.py" line="1268"/> <source><b>Select All</b><p>Select all text of the current editor.</p></source> <translation><b>Vybrat vše</b><p>Vybere se všechen text v aktuálním editoru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1284"/> + <location filename="../ViewManager/ViewManager.py" line="1285"/> <source><b>Deselect All</b><p>Deselect all text of the current editor.</p></source> <translation><b>Zrušit výběr</b><p>Zruší výběr textu v aktuálním editoru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="913"/> + <location filename="../ViewManager/ViewManager.py" line="914"/> <source>Export as</source> <translation>Exportovat jako</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3433"/> + <location filename="../ViewManager/ViewManager.py" line="3458"/> <source>Quicksearch Textedit</source> <translation>Rychlé hledání texteditoru</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2936"/> + <location filename="../ViewManager/ViewManager.py" line="2961"/> <source>Clear search markers</source> <translation>Vyčistit značky hledání</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2936"/> + <location filename="../ViewManager/ViewManager.py" line="2961"/> <source>Ctrl+3</source> <comment>Search|Clear search markers</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2944"/> + <location filename="../ViewManager/ViewManager.py" line="2969"/> <source>Clear all displayed search markers</source> <translation>Vyčistit všechny zobrazené začky hledání</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2946"/> + <location filename="../ViewManager/ViewManager.py" line="2971"/> <source><b>Clear search markers</b><p>Clear all displayed search markers.</p></source> <translation><b>Vyčistit značky hledání</b><p>Smažou všechny zabrazené značky hledání.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2904"/> + <location filename="../ViewManager/ViewManager.py" line="2929"/> <source>Search next occurrence of text</source> <translation>Hledat další výskyt textu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2906"/> + <location filename="../ViewManager/ViewManager.py" line="2931"/> <source><b>Search next</b><p>Search the next occurrence of some text in the current editor. The previously entered searchtext and options are reused.</p></source> <translation><b>Hledat další</b><p>Hledá se další výskyt hledaného textu v aktuálním editoru. Stále platí nastavení, která byla nastavena při zadání hledaného textu.<p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2924"/> + <location filename="../ViewManager/ViewManager.py" line="2949"/> <source>Search previous occurrence of text</source> <translation>Hledat předchozí výskyt textu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2926"/> + <location filename="../ViewManager/ViewManager.py" line="2951"/> <source><b>Search previous</b><p>Search the previous occurrence of some text in the current editor. The previously entered searchtext and options are reused.</p></source> <translation><b>Hledat předchozí</b><p>Hledá se předchozí výskyt hledaného textu v aktuálním editoru. Stále platí nastavení, která byla nastavena při zadání hledaného textu.<p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3098"/> + <location filename="../ViewManager/ViewManager.py" line="3123"/> <source><b>Quicksearch</b><p>This activates the quicksearch function of the IDE by giving focus to the quicksearch entry field. If this field is already active and contains text, it searches for the next occurrence of this text.</p></source> <translation><b>Rychlé hledání</b><p>Aktivuje se funkce rychlého hledání. Kurzor se přemístí do okna zadání hledaného výrazu. Je-li toto okno aktivní a obsahuje-li text, vyhledává v textu výskyt tohoto výrazu.<p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3122"/> + <location filename="../ViewManager/ViewManager.py" line="3147"/> <source><b>Quicksearch backwards</b><p>This searches the previous occurrence of the quicksearch text.</p></source> <translation><b>Rychlé hledání zpět</b><p>Vyhledává se předchozí výskyt výrazu v rychlém hledání.<p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3406"/> + <location filename="../ViewManager/ViewManager.py" line="3431"/> <source><p>Enter the searchtext directly into this field. The search will be performed case insensitive. The quicksearch function is activated upon activation of the quicksearch next action (default key Ctrl+Shift+K), if this entry field does not have the input focus. Otherwise it searches for the next occurrence of the text entered. The quicksearch backwards action (default key Ctrl+Shift+J) searches backward. Activating the 'quicksearch extend' action (default key Ctrl+Shift+H) extends the current searchtext to the end of the currently found word. The quicksearch can be ended by pressing the Return key while the quicksearch entry has the the input focus.</p></source> <translation><p>Pište hledaný text přímo do okna Rychlého hledání. Při zadávání se neberou na zřetel velké/malé znaky. Pokud okno nemá fokus, aktivujte jej příkazem Rychlé hledání (defaultně Ctrl+Shift+K). Jinak se pokračuje v hledání dalšího výskytu zadaného textu. Rychlé hledání nazpět (defaultně Ctr+Shift+J) prohledává text směrem k začátku dokumentu. Rozšířené rychlé hledání (defaultně Ctrl+Shift+H) rozšíří hledaný text na celé slovo, na kterém je kurzor. Rychlé hledání je ukončeno stiskem klávesy Enter za předpokladu, že fokus se nachází v okně Rychlého hledání.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1413"/> + <location filename="../ViewManager/ViewManager.py" line="1414"/> <source>Calltip</source> <translation>Rychlé tipy</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1413"/> + <location filename="../ViewManager/ViewManager.py" line="1414"/> <source>&Calltip</source> <translation>&Rychlé tipy</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1420"/> + <location filename="../ViewManager/ViewManager.py" line="1421"/> <source>Show Calltips</source> <translation>Zobrazit Rychlé tipy</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1422"/> + <location filename="../ViewManager/ViewManager.py" line="1423"/> <source><b>Calltip</b><p>Show calltips based on the characters immediately to the left of the cursor.</p></source> <translation><b>Rychlé tipy</b><p>Zobrazit Rychlé typy založené na znacích hned vlevo vedle kurzoru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="798"/> + <location filename="../ViewManager/ViewManager.py" line="799"/> <source>Print Preview</source> <translation>Náhled tisku</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="803"/> + <location filename="../ViewManager/ViewManager.py" line="804"/> <source>Print preview of the current file</source> <translation>Náhled tisku aktuálního souboru</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="805"/> + <location filename="../ViewManager/ViewManager.py" line="806"/> <source><b>Print Preview</b><p>Print preview of the current editor window.</p></source> <translation><b>Náhled tisku</b><p>Náhled tisku aktuálního editačního okna.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2102"/> + <location filename="../ViewManager/ViewManager.py" line="2125"/> <source>Insert new line below current line</source> <translation>Vložit nový řádek pod aktuální</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2102"/> + <location filename="../ViewManager/ViewManager.py" line="2125"/> <source>Shift+Return</source> <translation>Shift+Return</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2102"/> + <location filename="../ViewManager/ViewManager.py" line="2125"/> <source>Shift+Enter</source> <translation>Shift+Enter</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3279"/> + <location filename="../ViewManager/ViewManager.py" line="3304"/> <source>Replace in Files</source> <translation>Nahradit v souborech</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3279"/> + <location filename="../ViewManager/ViewManager.py" line="3304"/> <source>Replace in F&iles...</source> <translation>Nahrad&it v souborech...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3279"/> + <location filename="../ViewManager/ViewManager.py" line="3304"/> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3286"/> + <location filename="../ViewManager/ViewManager.py" line="3311"/> <source>Search for a text in files and replace it</source> <translation>Hledat text v souborech a nahradit jej</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3288"/> + <location filename="../ViewManager/ViewManager.py" line="3313"/> <source><b>Replace in Files</b><p>Search for some text in the files of a directory tree or the project and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and to display the result.</p></source> <translation><b>Nahradit v souborech</b><p>Hledání zadaného textu v souborech v adresářovém stromu projektu a jeho nahrazení. Je zobrazeno dialogové okno pro zadání hledaného textu, textu nahrazujícího a volby pro hledání a zobrazní výsledku.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4364"/> + <location filename="../ViewManager/ViewManager.py" line="4389"/> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4373"/> + <location filename="../ViewManager/ViewManager.py" line="4398"/> <source>Perform spell check of current editor</source> <translation>Spustit kontrolu pravopisu v aktuálním editoru</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4383"/> + <location filename="../ViewManager/ViewManager.py" line="4408"/> <source>Automatic spell checking</source> <translation>Automatická kontrola pravopisu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4383"/> + <location filename="../ViewManager/ViewManager.py" line="4408"/> <source>&Automatic spell checking</source> <translation>&Automatická kontrola pravopisu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4391"/> + <location filename="../ViewManager/ViewManager.py" line="4416"/> <source>(De-)Activate automatic spell checking</source> <translation>(De-)aktivovat akutomatickou kontrolu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4393"/> + <location filename="../ViewManager/ViewManager.py" line="4418"/> <source><b>Automatic spell checking</b><p>Activate or deactivate the automatic spell checking function of all editors.</p></source> <translation><b>Automatická kontrola pravopisu</b><p>Zapnout neobo vypnout automatickou kontrolu pravopisu ve všech editorech.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4460"/> + <location filename="../ViewManager/ViewManager.py" line="4485"/> <source>Spelling</source> <translation>Pravopis</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4527"/> + <location filename="../ViewManager/ViewManager.py" line="4552"/> <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="4926"/> + <location filename="../ViewManager/ViewManager.py" line="4951"/> <source>Line: {0:5}</source> <translation>Řádek: {0:5}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4932"/> + <location filename="../ViewManager/ViewManager.py" line="4957"/> <source>Pos: {0:5}</source> <translation>Poz: {0:5}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4122"/> + <location filename="../ViewManager/ViewManager.py" line="4147"/> <source>Next warning message</source> <translation>Další varování</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4116"/> - <source>&Next warning message</source> - <translation>Další varová&ní</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="4141"/> + <source>&Next warning message</source> + <translation>Další varová&ní</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4166"/> <source>Previous warning message</source> <translation>Předchozí varování</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4133"/> + <location filename="../ViewManager/ViewManager.py" line="4158"/> <source>&Previous warning message</source> <translation>&Předchozí varování</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4159"/> + <location filename="../ViewManager/ViewManager.py" line="4184"/> <source>Clear Warning Messages</source> <translation>Vyčistit varovná hlášení</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4152"/> + <location filename="../ViewManager/ViewManager.py" line="4177"/> <source>Clear &Warning Messages</source> <translation>&Vyčistit varovná hlášení</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1081"/> + <location filename="../ViewManager/ViewManager.py" line="1082"/> <source>Join Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1074"/> + <location filename="../ViewManager/ViewManager.py" line="1075"/> <source>Ctrl+J</source> <comment>Edit|Join Lines</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1083"/> + <location filename="../ViewManager/ViewManager.py" line="1084"/> <source><b>Join Lines</b><p>Join the current and the next lines.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3200"/> + <location filename="../ViewManager/ViewManager.py" line="3225"/> <source>Goto Last Edit Location</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3189"/> + <location filename="../ViewManager/ViewManager.py" line="3214"/> <source>Goto Last &Edit Location</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3189"/> + <location filename="../ViewManager/ViewManager.py" line="3214"/> <source>Ctrl+Shift+G</source> <comment>Search|Goto Last Edit Location</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3203"/> + <location filename="../ViewManager/ViewManager.py" line="3228"/> <source><b>Goto Last Edit Location</b><p>Go to the location of the last edit in the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3212"/> + <location filename="../ViewManager/ViewManager.py" line="3237"/> <source>Goto Previous Method or Class</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3212"/> + <location filename="../ViewManager/ViewManager.py" line="3237"/> <source>Ctrl+Shift+Up</source> <comment>Search|Goto Previous Method or Class</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3222"/> + <location filename="../ViewManager/ViewManager.py" line="3247"/> <source>Go to the previous method or class definition</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3226"/> + <location filename="../ViewManager/ViewManager.py" line="3251"/> <source><b>Goto Previous Method or Class</b><p>Goes to the line of the previous method or class definition and highlights the name.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3236"/> + <location filename="../ViewManager/ViewManager.py" line="3261"/> <source>Goto Next Method or Class</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3236"/> + <location filename="../ViewManager/ViewManager.py" line="3261"/> <source>Ctrl+Shift+Down</source> <comment>Search|Goto Next Method or Class</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3246"/> + <location filename="../ViewManager/ViewManager.py" line="3271"/> <source>Go to the next method or class definition</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3248"/> + <location filename="../ViewManager/ViewManager.py" line="3273"/> <source><b>Goto Next Method or Class</b><p>Goes to the line of the next method or class definition and highlights the name.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3757"/> + <location filename="../ViewManager/ViewManager.py" line="3782"/> <source>Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3762"/> + <location filename="../ViewManager/ViewManager.py" line="3787"/> <source>Preview the current file in the web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3764"/> + <location filename="../ViewManager/ViewManager.py" line="3789"/> <source><b>Preview</b><p>This opens the web browser with a preview of the current file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1489"/> + <location filename="../ViewManager/ViewManager.py" line="1512"/> <source>Meta+B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1502"/> + <location filename="../ViewManager/ViewManager.py" line="1525"/> <source>Meta+F</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1514"/> + <location filename="../ViewManager/ViewManager.py" line="1537"/> <source>Meta+P</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1526"/> + <location filename="../ViewManager/ViewManager.py" line="1549"/> <source>Meta+N</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1587"/> + <location filename="../ViewManager/ViewManager.py" line="1610"/> <source>Move to first visible character in document line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1603"/> + <location filename="../ViewManager/ViewManager.py" line="1626"/> <source>Move to start of display line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1620"/> + <location filename="../ViewManager/ViewManager.py" line="1643"/> <source>Move to end of document line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1628"/> + <location filename="../ViewManager/ViewManager.py" line="1651"/> <source>Meta+E</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1696"/> - <source>Meta+V</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1702"/> - <source>Move to start of document</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="1719"/> + <source>Meta+V</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1725"/> + <source>Move to start of document</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1742"/> <source>Move to end of document</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1764"/> + <location filename="../ViewManager/ViewManager.py" line="1787"/> <source>Meta+Shift+B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1779"/> + <location filename="../ViewManager/ViewManager.py" line="1802"/> <source>Meta+Shift+F</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1794"/> + <location filename="../ViewManager/ViewManager.py" line="1817"/> <source>Meta+Shift+P</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1809"/> + <location filename="../ViewManager/ViewManager.py" line="1832"/> <source>Meta+Shift+N</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1877"/> + <location filename="../ViewManager/ViewManager.py" line="1900"/> <source>Extend selection to first visible character in document line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1895"/> + <location filename="../ViewManager/ViewManager.py" line="1918"/> <source>Extend selection to end of document line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1903"/> + <location filename="../ViewManager/ViewManager.py" line="1926"/> <source>Meta+Shift+E</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1960"/> - <source>Meta+Shift+V</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1966"/> - <source>Extend selection to start of document</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1974"/> - <source>Ctrl+Shift+Up</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="1983"/> + <source>Meta+Shift+V</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1989"/> + <source>Extend selection to start of document</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1997"/> + <source>Ctrl+Shift+Up</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="2006"/> <source>Extend selection to end of document</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1991"/> + <location filename="../ViewManager/ViewManager.py" line="2014"/> <source>Ctrl+Shift+Down</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2009"/> + <location filename="../ViewManager/ViewManager.py" line="2032"/> <source>Meta+H</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2018"/> + <location filename="../ViewManager/ViewManager.py" line="2041"/> <source>Delete previous character if not at start of line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2039"/> + <location filename="../ViewManager/ViewManager.py" line="2062"/> <source>Meta+D</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2083"/> + <location filename="../ViewManager/ViewManager.py" line="2106"/> <source>Meta+K</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2192"/> + <location filename="../ViewManager/ViewManager.py" line="2215"/> <source>Move to end of display line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2209"/> + <location filename="../ViewManager/ViewManager.py" line="2232"/> <source>Extend selection to end of display line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2251"/> + <location filename="../ViewManager/ViewManager.py" line="2274"/> <source>Meta+Alt+Shift+N</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2266"/> + <location filename="../ViewManager/ViewManager.py" line="2289"/> <source>Meta+Alt+Shift+P</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2284"/> + <location filename="../ViewManager/ViewManager.py" line="2307"/> <source>Meta+Alt+Shift+B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2302"/> + <location filename="../ViewManager/ViewManager.py" line="2325"/> <source>Meta+Alt+Shift+F</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2308"/> + <location filename="../ViewManager/ViewManager.py" line="2331"/> <source>Extend rectangular selection to first visible character in document line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2327"/> + <location filename="../ViewManager/ViewManager.py" line="2350"/> <source>Extend rectangular selection to end of document line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2337"/> + <location filename="../ViewManager/ViewManager.py" line="2360"/> <source>Meta+Alt+Shift+E</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2340"/> + <location filename="../ViewManager/ViewManager.py" line="2363"/> <source>Alt+Shift+End</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2361"/> + <location filename="../ViewManager/ViewManager.py" line="2384"/> <source>Alt+Shift+PgDown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2373"/> + <location filename="../ViewManager/ViewManager.py" line="2396"/> <source>Meta+Alt+Shift+V</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2393"/> + <location filename="../ViewManager/ViewManager.py" line="2416"/> <source>Scroll to start of document</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2408"/> - <source>Scroll to end of document</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2423"/> - <source>Scroll vertically to center current line</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="2431"/> + <source>Scroll to end of document</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="2446"/> + <source>Scroll vertically to center current line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="2454"/> <source>Meta+L</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2438"/> + <location filename="../ViewManager/ViewManager.py" line="2461"/> <source>Move to end of next word</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2453"/> + <location filename="../ViewManager/ViewManager.py" line="2476"/> <source>Extend selection to end of next word</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2469"/> + <location filename="../ViewManager/ViewManager.py" line="2492"/> <source>Move to end of previous word</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2481"/> + <location filename="../ViewManager/ViewManager.py" line="2504"/> <source>Extend selection to end of previous word</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2493"/> + <location filename="../ViewManager/ViewManager.py" line="2516"/> <source>Move to start of document line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2501"/> + <location filename="../ViewManager/ViewManager.py" line="2524"/> <source>Meta+A</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2508"/> + <location filename="../ViewManager/ViewManager.py" line="2531"/> <source>Extend selection to start of document line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2519"/> + <location filename="../ViewManager/ViewManager.py" line="2542"/> <source>Meta+Shift+A</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2526"/> + <location filename="../ViewManager/ViewManager.py" line="2549"/> <source>Extend rectangular selection to start of document line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2536"/> + <location filename="../ViewManager/ViewManager.py" line="2559"/> <source>Meta+Alt+Shift+A</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2544"/> + <location filename="../ViewManager/ViewManager.py" line="2567"/> <source>Extend selection to start of display line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2563"/> + <location filename="../ViewManager/ViewManager.py" line="2586"/> <source>Move to start of display or document line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2577"/> + <location filename="../ViewManager/ViewManager.py" line="2600"/> <source>Extend selection to start of display or document line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2592"/> + <location filename="../ViewManager/ViewManager.py" line="2615"/> <source>Move to first visible character in display or document line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2609"/> + <location filename="../ViewManager/ViewManager.py" line="2632"/> <source>Extend selection to first visible character in display or document line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2626"/> + <location filename="../ViewManager/ViewManager.py" line="2649"/> <source>Move to end of display or document line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2640"/> + <location filename="../ViewManager/ViewManager.py" line="2663"/> <source>Extend selection to end of display or document line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2655"/> + <location filename="../ViewManager/ViewManager.py" line="2678"/> <source>Stuttered move up one page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2667"/> + <location filename="../ViewManager/ViewManager.py" line="2690"/> <source>Stuttered extend selection up one page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2680"/> + <location filename="../ViewManager/ViewManager.py" line="2703"/> <source>Stuttered move down one page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2692"/> + <location filename="../ViewManager/ViewManager.py" line="2715"/> <source>Stuttered extend selection down one page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2705"/> + <location filename="../ViewManager/ViewManager.py" line="2728"/> <source>Delete right to end of next word</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2713"/> + <location filename="../ViewManager/ViewManager.py" line="2736"/> <source>Alt+Del</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2720"/> + <location filename="../ViewManager/ViewManager.py" line="2743"/> <source>Move selected lines up one line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2732"/> + <location filename="../ViewManager/ViewManager.py" line="2755"/> <source>Move selected lines down one line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2346"/> + <location filename="../ViewManager/ViewManager.py" line="2369"/> <source>Alt+Shift+PgUp</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1184"/> + <location filename="../ViewManager/ViewManager.py" line="1185"/> <source>Toggle Comment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1184"/> + <location filename="../ViewManager/ViewManager.py" line="1185"/> <source>Ctrl+Shift+M</source> <comment>Edit|Toggle Comment</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1192"/> + <location filename="../ViewManager/ViewManager.py" line="1193"/> <source>Toggle the comment of the current line, selection or comment block</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1196"/> + <location filename="../ViewManager/ViewManager.py" line="1197"/> <source><b>Toggle Comment</b><p>If the current line does not start with a block comment, the current line or selection is commented. If it is already commented, this comment block is uncommented. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3525"/> + <location filename="../ViewManager/ViewManager.py" line="3550"/> <source>Zoom reset</source> <translation type="unfinished">Resetovat lupu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3525"/> + <location filename="../ViewManager/ViewManager.py" line="3550"/> <source>Zoom &reset</source> <translation type="unfinished">&Resetovat lupu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3525"/> + <location filename="../ViewManager/ViewManager.py" line="3550"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3533"/> + <location filename="../ViewManager/ViewManager.py" line="3558"/> <source>Reset the zoom of the text</source> <translation type="unfinished">Resetovat lupu textu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3535"/> + <location filename="../ViewManager/ViewManager.py" line="3560"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation type="unfinished"><b>Reset lupy</b><p>Reset lupy pro text. Nastaví se lupa na hodnotu 100%.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3487"/> + <location filename="../ViewManager/ViewManager.py" line="3512"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3506"/> + <location filename="../ViewManager/ViewManager.py" line="3531"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="763"/> + <location filename="../ViewManager/ViewManager.py" line="764"/> <source>Save a&ll</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4246"/> + <location filename="../ViewManager/ViewManager.py" line="4271"/> <source>Next Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4240"/> + <location filename="../ViewManager/ViewManager.py" line="4265"/> <source>&Next Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4248"/> + <location filename="../ViewManager/ViewManager.py" line="4273"/> <source><b>Next Change</b><p>Go to next line of the current editor having a change marker.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4264"/> + <location filename="../ViewManager/ViewManager.py" line="4289"/> <source>Previous Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4257"/> + <location filename="../ViewManager/ViewManager.py" line="4282"/> <source>&Previous Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4266"/> + <location filename="../ViewManager/ViewManager.py" line="4291"/> <source><b>Previous Change</b><p>Go to previous line of the current editor having a change marker.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4364"/> + <location filename="../ViewManager/ViewManager.py" line="4389"/> <source>Check spelling</source> <translation type="unfinished">Kontrola pravopisu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4364"/> + <location filename="../ViewManager/ViewManager.py" line="4389"/> <source>Check &spelling...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4375"/> + <location filename="../ViewManager/ViewManager.py" line="4400"/> <source><b>Check spelling</b><p>Perform a spell check of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4424"/> + <location filename="../ViewManager/ViewManager.py" line="4449"/> <source>Edit Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4426"/> + <location filename="../ViewManager/ViewManager.py" line="4451"/> <source>Project Word List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4429"/> + <location filename="../ViewManager/ViewManager.py" line="4454"/> <source>Project Exception List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4434"/> + <location filename="../ViewManager/ViewManager.py" line="4459"/> <source>User Word List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4437"/> + <location filename="../ViewManager/ViewManager.py" line="4462"/> <source>User Exception List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6631"/> + <location filename="../ViewManager/ViewManager.py" line="6655"/> <source>Edit Spelling Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6607"/> + <location filename="../ViewManager/ViewManager.py" line="6632"/> <source>Editing {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6589"/> + <location filename="../ViewManager/ViewManager.py" line="6614"/> <source><p>The spelling dictionary file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6618"/> + <location filename="../ViewManager/ViewManager.py" line="6643"/> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6631"/> + <location filename="../ViewManager/ViewManager.py" line="6655"/> <source>The spelling dictionary was saved successfully.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2955"/> + <location filename="../ViewManager/ViewManager.py" line="2980"/> <source>Search current word forward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2955"/> + <location filename="../ViewManager/ViewManager.py" line="2980"/> <source>Ctrl+.</source> <comment>Search|Search current word forward</comment> <translation type="unfinished">Ctrl+.</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2966"/> + <location filename="../ViewManager/ViewManager.py" line="2991"/> <source>Search next occurrence of the current word</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2969"/> + <location filename="../ViewManager/ViewManager.py" line="2994"/> <source><b>Search current word forward</b><p>Search the next occurrence of the current word of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2978"/> + <location filename="../ViewManager/ViewManager.py" line="3003"/> <source>Search current word backward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2978"/> + <location filename="../ViewManager/ViewManager.py" line="3003"/> <source>Ctrl+,</source> <comment>Search|Search current word backward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2989"/> + <location filename="../ViewManager/ViewManager.py" line="3014"/> <source>Search previous occurrence of the current word</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2992"/> + <location filename="../ViewManager/ViewManager.py" line="3017"/> <source><b>Search current word backward</b><p>Search the previous occurrence of the current word of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3299"/> + <location filename="../ViewManager/ViewManager.py" line="3324"/> <source>Search in Open Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3299"/> + <location filename="../ViewManager/ViewManager.py" line="3324"/> <source>Search in Open Files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3299"/> + <location filename="../ViewManager/ViewManager.py" line="3324"/> <source>Meta+Ctrl+Alt+F</source> <comment>Search|Search Open Files</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3310"/> + <location filename="../ViewManager/ViewManager.py" line="3335"/> <source>Search for a text in open files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3312"/> + <location filename="../ViewManager/ViewManager.py" line="3337"/> <source><b>Search in Open Files</b><p>Search for some text in the currently opened files. A dialog is shown to enter the searchtext and options for the search and to display the result.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3322"/> + <location filename="../ViewManager/ViewManager.py" line="3347"/> <source>Replace in Open Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3322"/> + <location filename="../ViewManager/ViewManager.py" line="3347"/> <source>Meta+Ctrl+Alt+R</source> <comment>Search|Replace in Open Files</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3332"/> + <location filename="../ViewManager/ViewManager.py" line="3357"/> <source>Search for a text in open files and replace it</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3334"/> + <location filename="../ViewManager/ViewManager.py" line="3359"/> <source><b>Replace in Open Files</b><p>Search for some text in the currently opened files and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and to display the result.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3322"/> + <location filename="../ViewManager/ViewManager.py" line="3347"/> <source>Replace in Open Files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1449"/> + <location filename="../ViewManager/ViewManager.py" line="1450"/> <source>Sort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1449"/> + <location filename="../ViewManager/ViewManager.py" line="1450"/> <source>Ctrl+Alt+S</source> <comment>Edit|Sort</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1456"/> + <location filename="../ViewManager/ViewManager.py" line="1457"/> <source>Sort the lines containing the rectangular selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1459"/> + <location filename="../ViewManager/ViewManager.py" line="1460"/> <source><b>Sort</b><p>Sort the lines spanned by a rectangular selection based on the selection ignoring leading and trailing whitespace.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4953"/> + <location filename="../ViewManager/ViewManager.py" line="4978"/> <source>Language: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4960"/> + <location filename="../ViewManager/ViewManager.py" line="4985"/> <source>EOL Mode: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3641"/> + <location filename="../ViewManager/ViewManager.py" line="3666"/> <source>New Document View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3641"/> + <location filename="../ViewManager/ViewManager.py" line="3666"/> <source>New &Document View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3646"/> + <location filename="../ViewManager/ViewManager.py" line="3671"/> <source>Open a new view of the current document</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3648"/> + <location filename="../ViewManager/ViewManager.py" line="3673"/> <source><b>New Document View</b><p>Opens a new view of the current document. Both views show the same document. However, the cursors may be positioned independently.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3658"/> + <location filename="../ViewManager/ViewManager.py" line="3683"/> <source>New Document View (with new split)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3665"/> + <location filename="../ViewManager/ViewManager.py" line="3690"/> <source>Open a new view of the current document in a new split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3668"/> + <location filename="../ViewManager/ViewManager.py" line="3693"/> <source><b>New Document View</b><p>Opens a new view of the current document in a new split. Both views show the same document. However, the cursors may be positioned independently.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4124"/> + <location filename="../ViewManager/ViewManager.py" line="4149"/> <source><b>Next warning message</b><p>Go to next line of the current editor having a pyflakes warning.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4143"/> + <location filename="../ViewManager/ViewManager.py" line="4168"/> <source><b>Previous warning message</b><p>Go to previous line of the current editor having a pyflakes warning.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4161"/> + <location filename="../ViewManager/ViewManager.py" line="4186"/> <source><b>Clear Warning Messages</b><p>Clear pyflakes warning messages of all editors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1326"/> + <location filename="../ViewManager/ViewManager.py" line="1327"/> <source>Ctrl+Space</source> <comment>Edit|Complete</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1344"/> + <location filename="../ViewManager/ViewManager.py" line="1345"/> <source>Ctrl+Shift+Space</source> <comment>Edit|Complete from Document</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1367"/> + <location filename="../ViewManager/ViewManager.py" line="1368"/> <source>Ctrl+Alt+Space</source> <comment>Edit|Complete from APIs</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1390"/> + <location filename="../ViewManager/ViewManager.py" line="1391"/> <source>Alt+Shift+Space</source> <comment>Edit|Complete from Document and APIs</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1413"/> + <location filename="../ViewManager/ViewManager.py" line="1414"/> <source>Meta+Alt+Space</source> <comment>Edit|Calltip</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="747"/> + <location filename="../ViewManager/ViewManager.py" line="748"/> <source>Save Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="747"/> + <location filename="../ViewManager/ViewManager.py" line="748"/> <source>Save &Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="752"/> + <location filename="../ViewManager/ViewManager.py" line="753"/> <source>Save a copy of the current file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="754"/> + <location filename="../ViewManager/ViewManager.py" line="755"/> <source><b>Save Copy</b><p>Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> @@ -84518,141 +85185,141 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3020"/> + <location filename="../ViewManager/ViewManager.py" line="3045"/> <source>Replace and Search</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3020"/> + <location filename="../ViewManager/ViewManager.py" line="3045"/> <source>Meta+R</source> <comment>Search|Replace and Search</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3030"/> + <location filename="../ViewManager/ViewManager.py" line="3055"/> <source>Replace the found text and search the next occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3033"/> + <location filename="../ViewManager/ViewManager.py" line="3058"/> <source><b>Replace and Search</b><p>Replace the found occurrence of text in the current editor and search for the next one. The previously entered search text and options are reused.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3044"/> + <location filename="../ViewManager/ViewManager.py" line="3069"/> <source>Replace Occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3044"/> + <location filename="../ViewManager/ViewManager.py" line="3069"/> <source>Ctrl+Meta+R</source> <comment>Search|Replace Occurrence</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3054"/> + <location filename="../ViewManager/ViewManager.py" line="3079"/> <source>Replace the found text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3056"/> + <location filename="../ViewManager/ViewManager.py" line="3081"/> <source><b>Replace Occurrence</b><p>Replace the found occurrence of the search text in the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3066"/> + <location filename="../ViewManager/ViewManager.py" line="3091"/> <source>Replace All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3066"/> + <location filename="../ViewManager/ViewManager.py" line="3091"/> <source>Shift+Meta+R</source> <comment>Search|Replace All</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3076"/> + <location filename="../ViewManager/ViewManager.py" line="3101"/> <source>Replace search text occurrences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3078"/> + <location filename="../ViewManager/ViewManager.py" line="3103"/> <source><b>Replace All</b><p>Replace all occurrences of the search text in the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1431"/> + <location filename="../ViewManager/ViewManager.py" line="1432"/> <source>Code Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1431"/> + <location filename="../ViewManager/ViewManager.py" line="1432"/> <source>Ctrl+Alt+I</source> <comment>Edit|Code Info</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1439"/> + <location filename="../ViewManager/ViewManager.py" line="1440"/> <source>Show Code Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1441"/> + <location filename="../ViewManager/ViewManager.py" line="1442"/> <source><b>Code Info</b><p>Show code information based on the cursor position.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3614"/> + <location filename="../ViewManager/ViewManager.py" line="3639"/> <source>Clear all folds</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3610"/> + <location filename="../ViewManager/ViewManager.py" line="3635"/> <source>Clear &all folds</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3616"/> + <location filename="../ViewManager/ViewManager.py" line="3641"/> <source><b>Clear all folds</b><p>Clear all folds of the current editor, i.e. ensure that all lines are displayed unfolded.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2148"/> + <location filename="../ViewManager/ViewManager.py" line="2171"/> <source>Reverse selected lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2148"/> + <location filename="../ViewManager/ViewManager.py" line="2171"/> <source>Meta+Alt+R</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3774"/> + <location filename="../ViewManager/ViewManager.py" line="3799"/> <source>Python AST Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3779"/> + <location filename="../ViewManager/ViewManager.py" line="3804"/> <source>Show the AST for the current Python file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3781"/> + <location filename="../ViewManager/ViewManager.py" line="3806"/> <source><b>Python AST Viewer</b><p>This opens the a tree view of the AST of the current Python source file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3791"/> + <location filename="../ViewManager/ViewManager.py" line="3816"/> <source>Python Disassembly Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3798"/> + <location filename="../ViewManager/ViewManager.py" line="3823"/> <source>Show the Disassembly for the current Python file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3800"/> + <location filename="../ViewManager/ViewManager.py" line="3825"/> <source><b>Python Disassembly Viewer</b><p>This opens the a tree view of the Disassembly of the current Python source file.</p></source> <translation type="unfinished"></translation> </message> @@ -84671,6 +85338,27 @@ <source><b>Search previous</b><p>Search the previous occurrence of some text in the shell window. The previously entered search text and options are reused.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1469"/> + <source>Generate Docstring</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1469"/> + <source>Ctrl+Alt+D</source> + <comment>Edit|Generate Docstring</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1476"/> + <source>Generate a docstring for the current function/method</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1479"/> + <source><b>Generate Docstring</b><p>Generate a docstring for the current function/method if the cursor is placed on the line starting the function definition or on the line thereafter. The docstring is inserted at the appropriate position and the cursor is placed at the end of the description line.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ViewProfileSidebarsDialog</name> @@ -84859,12 +85547,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="61"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="72"/> <source>Virtualenv Target Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="66"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="77"/> <source>Python Interpreter</source> <translation type="unfinished"></translation> </message> @@ -84884,7 +85572,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="71"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="82"/> <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source> <translation type="unfinished"></translation> </message> @@ -84914,6 +85602,16 @@ <source>Remote Environment</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="63"/> + <source>Edit Virtual Environment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="65"/> + <source>Add Virtual Environment</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>VirtualenvConfigurationDialog</name> @@ -85123,47 +85821,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="44"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="50"/> <source>Virtualenv Target Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="49"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="56"/> <source>Extra Search Path for setuptools/pip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="54"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="61"/> <source>Python Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="333"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="342"/> <source><virtualenv did not finish within 5s.></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="351"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="360"/> <source><No suitable virtualenv found.></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="353"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="362"/> <source>virtualenv Version: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="387"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="396"/> <source><pyvenv did not finish within 5s.></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="407"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="416"/> <source><No suitable pyvenv found.></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="409"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="418"/> <source>pyvenv Version: {0}</source> <translation type="unfinished"></translation> </message> @@ -85283,22 +85981,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="68"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="75"/> <source>Conda Environment Location</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="75"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="82"/> <source>Conda Requirements File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="79"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="86"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished">Textové soubory (*.txt);;Všechny soubory (*)</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="421"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="430"/> <source>conda Version: {0}</source> <translation type="unfinished"></translation> </message> @@ -85449,52 +86147,52 @@ <context> <name>VirtualenvManager</name> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="220"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="233"/> <source>Add Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="220"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="233"/> <source>A virtual environment named <b>{0}</b> exists already. Shall it be replaced?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="284"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="297"/> <source>Change Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="335"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="348"/> <source>A virtual environment named <b>{0}</b> does not exist. Aborting!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="335"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="348"/> <source>Rename Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="426"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="439"/> <source>{0} - {1}</source> <translation type="unfinished">{0} - {1}</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="367"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="380"/> <source>Delete Virtual Environments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="367"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="380"/> <source>Do you really want to delete these virtual environments?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="432"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="445"/> <source>Remove Virtual Environments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="432"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="445"/> <source>Do you really want to remove these virtual environments?</source> <translation type="unfinished"></translation> </message> @@ -85591,6 +86289,21 @@ <source>Delete All</source> <translation type="unfinished">Smazat vše</translation> </message> + <message> + <location filename="../VirtualEnv/VirtualenvManagerDialog.ui" line="188"/> + <source>Base Directory:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvManagerDialog.ui" line="204"/> + <source>Enter the base directory of the virtual environments</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvManagerDialog.py" line="50"/> + <source>Virtualenv Base Directory</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>VirtualenvNameDialog</name> @@ -86907,31 +87620,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="1167"/> - <source>Select to enable the Web Inspector tool</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="1170"/> - <source>Enable Web Development (Web Inspector)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="1182"/> - <source>Web Inspector Port:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="1189"/> - <source>Enter the port to be used by the web inspector</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="1218"/> - <source><font color="red"><b>Note:</b> Web Inspector settings are activated after a restart of the application.</font></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="987"/> <source>Image Search</source> <translation type="unfinished"></translation> @@ -87573,300 +88261,305 @@ <context> <name>WebBrowserView</name> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="308"/> + <location filename="../WebBrowser/WebBrowserView.py" line="302"/> <source>eric6 Web Browser</source> - <translation type="unfinished">eric5 web prohlížeč {6 ?}</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserView.py" line="274"/> + <translation type="obsolete">eric5 web prohlížeč {6 ?}</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserView.py" line="268"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation type="unfinished"><p>Soubor <b>{}</b> neexistuje.</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="308"/> + <location filename="../WebBrowser/WebBrowserView.py" line="302"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation type="unfinished"><p>Nelze spustit prohlížeč se souborem <b>{0}</b>.</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="296"/> + <location filename="../WebBrowser/WebBrowserView.py" line="290"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation type="unfinished"><p>Nelze spustit aplikaci pro URL <b>{0}</b>.</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="590"/> + <location filename="../WebBrowser/WebBrowserView.py" line="580"/> <source>Inspect Element...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="676"/> + <location filename="../WebBrowser/WebBrowserView.py" line="666"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation type="unfinished">Otevřít odkaz v novém tab okně<byte value="x9"/>Ctrl+LMB</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="682"/> + <location filename="../WebBrowser/WebBrowserView.py" line="672"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../WebBrowser/WebBrowserView.py" line="678"/> + <source>Open Link in New Private Window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserView.py" line="685"/> + <source>Save Lin&k</source> + <translation type="unfinished">Uložit lin&k</translation> + </message> + <message> <location filename="../WebBrowser/WebBrowserView.py" line="688"/> - <source>Open Link in New Private Window</source> - <translation type="unfinished"></translation> + <source>Bookmark this Link</source> + <translation type="unfinished">Záložka na tento link</translation> </message> <message> <location filename="../WebBrowser/WebBrowserView.py" line="695"/> - <source>Save Lin&k</source> - <translation type="unfinished">Uložit lin&k</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserView.py" line="698"/> - <source>Bookmark this Link</source> - <translation type="unfinished">Záložka na tento link</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserView.py" line="705"/> <source>Copy Link to Clipboard</source> <translation type="unfinished">Kopírovat link do schránky</translation> </message> <message> + <location filename="../WebBrowser/WebBrowserView.py" line="701"/> + <source>Send Link</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../WebBrowser/WebBrowserView.py" line="711"/> - <source>Send Link</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserView.py" line="721"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../WebBrowser/WebBrowserView.py" line="730"/> + <source>Open Image in New Tab</source> + <translation type="unfinished">Otevřít obrázek v novém tabu</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserView.py" line="737"/> + <source>Save Image</source> + <translation type="unfinished">Uložit obrázek</translation> + </message> + <message> <location filename="../WebBrowser/WebBrowserView.py" line="740"/> - <source>Open Image in New Tab</source> - <translation type="unfinished">Otevřít obrázek v novém tabu</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserView.py" line="747"/> - <source>Save Image</source> - <translation type="unfinished">Uložit obrázek</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserView.py" line="750"/> <source>Copy Image to Clipboard</source> <translation type="unfinished">Kopíroavt obrázek do schránky</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="752"/> + <location filename="../WebBrowser/WebBrowserView.py" line="742"/> <source>Copy Image Location to Clipboard</source> <translation type="unfinished">Kopírovat cestu obrázku do schránky</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="758"/> + <location filename="../WebBrowser/WebBrowserView.py" line="748"/> <source>Send Image Link</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../WebBrowser/WebBrowserView.py" line="779"/> + <source>Block Image</source> + <translation type="unfinished">Blokovat obrázek</translation> + </message> + <message> <location filename="../WebBrowser/WebBrowserView.py" line="789"/> - <source>Block Image</source> - <translation type="unfinished">Blokovat obrázek</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserView.py" line="799"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="819"/> + <location filename="../WebBrowser/WebBrowserView.py" line="809"/> <source>Play</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="823"/> + <location filename="../WebBrowser/WebBrowserView.py" line="813"/> <source>Pause</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="827"/> + <location filename="../WebBrowser/WebBrowserView.py" line="817"/> <source>Unmute</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../WebBrowser/WebBrowserView.py" line="821"/> + <source>Mute</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserView.py" line="825"/> + <source>Copy Media Address to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../WebBrowser/WebBrowserView.py" line="831"/> - <source>Mute</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserView.py" line="835"/> - <source>Copy Media Address to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserView.py" line="841"/> <source>Send Media Address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="847"/> + <location filename="../WebBrowser/WebBrowserView.py" line="837"/> <source>Save Media</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="865"/> + <location filename="../WebBrowser/WebBrowserView.py" line="855"/> <source>Send Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="874"/> + <location filename="../WebBrowser/WebBrowserView.py" line="864"/> <source>Search with '{0}'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="881"/> + <location filename="../WebBrowser/WebBrowserView.py" line="871"/> <source>Search with...</source> <translation type="unfinished">Hledat s...</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="1028"/> + <location filename="../WebBrowser/WebBrowserView.py" line="1018"/> <source>Google Translate</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../WebBrowser/WebBrowserView.py" line="902"/> + <source>Dictionary</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../WebBrowser/WebBrowserView.py" line="912"/> - <source>Dictionary</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserView.py" line="922"/> <source>Go to web address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="947"/> + <location filename="../WebBrowser/WebBrowserView.py" line="937"/> <source>Add New Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="950"/> + <location filename="../WebBrowser/WebBrowserView.py" line="940"/> <source>Configure Speed Dial</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="954"/> + <location filename="../WebBrowser/WebBrowserView.py" line="944"/> <source>Reload All Dials</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="962"/> + <location filename="../WebBrowser/WebBrowserView.py" line="952"/> <source>Bookmark this Page</source> <translation type="unfinished">Záložka na tuto stranu</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="965"/> + <location filename="../WebBrowser/WebBrowserView.py" line="955"/> <source>Copy Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="971"/> + <location filename="../WebBrowser/WebBrowserView.py" line="961"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="980"/> + <location filename="../WebBrowser/WebBrowserView.py" line="970"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="1007"/> + <location filename="../WebBrowser/WebBrowserView.py" line="997"/> <source>Validate Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="1070"/> + <location filename="../WebBrowser/WebBrowserView.py" line="1060"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="1802"/> - <source>Try reloading the page or closing some tabs to make more memory available.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserView.py" line="958"/> - <source>Reset to Default Dials</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserView.py" line="779"/> - <source>Search image in {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserView.py" line="776"/> - <source>Search image with...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserView.py" line="1791"/> + <source>Try reloading the page or closing some tabs to make more memory available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserView.py" line="948"/> + <source>Reset to Default Dials</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserView.py" line="769"/> + <source>Search image in {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserView.py" line="766"/> + <source>Search image with...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserView.py" line="1780"/> <source>Render Process terminated abnormally</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="1794"/> + <location filename="../WebBrowser/WebBrowserView.py" line="1783"/> <source>The render process crashed while loading this page.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="1797"/> + <location filename="../WebBrowser/WebBrowserView.py" line="1786"/> <source>The render process was killed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="1799"/> + <location filename="../WebBrowser/WebBrowserView.py" line="1788"/> <source>The render process terminated while loading this page.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="622"/> + <location filename="../WebBrowser/WebBrowserView.py" line="612"/> <source>No suggestions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="1925"/> + <location filename="../WebBrowser/WebBrowserView.py" line="1914"/> <source>Web Archive (*.mhtml *.mht)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="1926"/> + <location filename="../WebBrowser/WebBrowserView.py" line="1915"/> <source>HTML File (*.html *.htm)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="1927"/> + <location filename="../WebBrowser/WebBrowserView.py" line="1916"/> <source>HTML File with all resources (*.html *.htm)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="1950"/> + <location filename="../WebBrowser/WebBrowserView.py" line="1939"/> <source>Save Web Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="1742"/> + <location filename="../WebBrowser/WebBrowserView.py" line="1731"/> <source>Empty Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="2301"/> + <location filename="../WebBrowser/WebBrowserView.py" line="2289"/> <source>Quota Request</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="2301"/> + <location filename="../WebBrowser/WebBrowserView.py" line="2289"/> <source><p> Allow the website at <b>{0}</b> to use <b>{1}</b> of persistent storage?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="545"/> + <location filename="../WebBrowser/WebBrowserView.py" line="539"/> <source>Match {0} of {1}</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../WebBrowser/WebBrowserView.py" line="302"/> + <source>eric Web Browser</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>WebBrowserVirusTotalPage</name> @@ -87972,1254 +88665,1244 @@ <context> <name>WebBrowserWindow</name> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="3640"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="3599"/> <source>eric6 Web Browser</source> - <translation type="unfinished">eric5 web prohlížeč {6 ?}</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="264"/> + <translation type="obsolete">eric5 web prohlížeč {6 ?}</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="256"/> <source>Contents</source> <translation type="unfinished">Obsah</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1526"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1485"/> <source>Index</source> <translation type="unfinished">Index</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1539"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1498"/> <source>Search</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1802"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1761"/> <source>JavaScript Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="704"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="663"/> <source>New Tab</source> <translation type="unfinished">Nový Tab</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="704"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="663"/> <source>&New Tab</source> <translation type="unfinished">&Nový tab</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="704"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="663"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="710"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="669"/> <source>Open a new web browser tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="711"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="670"/> <source><b>New Tab</b><p>This opens a new web browser tab.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="718"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="677"/> <source>New Window</source> <translation type="unfinished">Nové okno</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="718"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="677"/> <source>New &Window</source> <translation type="unfinished">&Nové okno</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="718"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="677"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="724"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="683"/> <source>Open a new web browser window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="725"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="684"/> <source><b>New Window</b><p>This opens a new web browser window in the current privacy mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2532"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2491"/> <source>New Private Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="733"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="692"/> <source>New &Private Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="733"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="692"/> <source>Ctrl+Shift+P</source> <comment>File|New Private Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="739"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="698"/> <source>Open a new private web browser window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="741"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="700"/> <source><b>New Private Window</b><p>This opens a new private web browser window by starting a new web browser instance in private mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2565"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2524"/> <source>Open File</source> <translation type="unfinished">Otevřít soubor</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="749"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="708"/> <source>&Open File</source> <translation type="unfinished">&Otevřít soubor</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="749"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="708"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="755"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="714"/> <source>Open a file for display</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="756"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="715"/> <source><b>Open File</b><p>This opens a new file for display. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="764"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="723"/> <source>Open File in New Tab</source> <translation type="unfinished">Otevřít soubor v novém tabu</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="764"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="723"/> <source>Open File in New &Tab</source> <translation type="unfinished">Otevřít soubor do nového &tabu</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="764"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="723"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="770"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="729"/> <source>Open a file for display in a new tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="772"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="731"/> <source><b>Open File in New Tab</b><p>This opens a new file for display in a new tab. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="798"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="757"/> <source>Save Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="798"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="757"/> <source>Save Page Screen...</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="762"/> + <source>Save the visible part of the current page as a screen shot</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="775"/> + <source>Import Bookmarks</source> + <translation type="unfinished">Importovat záložky</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="775"/> + <source>&Import Bookmarks...</source> + <translation type="unfinished">&Importovat záložky...</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="779"/> + <source>Import bookmarks from other browsers</source> + <translation type="unfinished">Import záložek z jiných prohlížečů</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="781"/> + <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> + <translation type="unfinished"><b>Import záložek</b><p>Import záložek z jiných prohlížečů.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="789"/> + <source>Export Bookmarks</source> + <translation type="unfinished">Export záložek</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="789"/> + <source>&Export Bookmarks...</source> + <translation type="unfinished">&Exportovat záložky...</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="793"/> + <source>Export the bookmarks into a file</source> + <translation type="unfinished">Export záložek do souboru</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="795"/> + <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> + <translation type="unfinished"><b>Export záložek</b><p>Export záložek do souboru.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2141"/> + <source>Print</source> + <translation type="unfinished">Tisk</translation> + </message> + <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="803"/> - <source>Save the visible part of the current page as a screen shot</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="816"/> - <source>Import Bookmarks</source> - <translation type="unfinished">Importovat záložky</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="816"/> - <source>&Import Bookmarks...</source> - <translation type="unfinished">&Importovat záložky...</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="820"/> - <source>Import bookmarks from other browsers</source> - <translation type="unfinished">Import záložek z jiných prohlížečů</translation> + <source>&Print</source> + <translation type="unfinished">&Tisk</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="803"/> + <source>Ctrl+P</source> + <comment>File|Print</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="809"/> + <source>Print the displayed help</source> + <translation type="unfinished">Tisknout zobrazenou nápovědu</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="810"/> + <source><b>Print</b><p>Print the displayed help text.</p></source> + <translation type="unfinished"><b>Tisk</b><p>Tisknout zobrazenou nápovědu.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="817"/> + <source>Print as PDF</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="822"/> - <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> - <translation type="unfinished"><b>Import záložek</b><p>Import záložek z jiných prohlížečů.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="830"/> - <source>Export Bookmarks</source> - <translation type="unfinished">Export záložek</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="830"/> - <source>&Export Bookmarks...</source> - <translation type="unfinished">&Exportovat záložky...</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="834"/> - <source>Export the bookmarks into a file</source> - <translation type="unfinished">Export záložek do souboru</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="836"/> - <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> - <translation type="unfinished"><b>Export záložek</b><p>Export záložek do souboru.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2182"/> - <source>Print</source> - <translation type="unfinished">Tisk</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="844"/> - <source>&Print</source> - <translation type="unfinished">&Tisk</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="844"/> - <source>Ctrl+P</source> - <comment>File|Print</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="850"/> - <source>Print the displayed help</source> - <translation type="unfinished">Tisknout zobrazenou nápovědu</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="851"/> - <source><b>Print</b><p>Print the displayed help text.</p></source> - <translation type="unfinished"><b>Tisk</b><p>Tisknout zobrazenou nápovědu.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="858"/> - <source>Print as PDF</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="863"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="865"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="824"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="873"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="832"/> <source>Print Preview</source> <translation type="unfinished">Náhled tisku</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="878"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="837"/> <source>Print preview of the displayed help</source> <translation type="unfinished">Posun na hlavní stranu nápovědy</translation> </message> <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="839"/> + <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> + <translation type="unfinished"><b>Vytisknout náhled</b><p>Tisknout náhled zobrazeného textu nápovědy.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="861"/> + <source>Close</source> + <translation type="unfinished">Zavřít</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="861"/> + <source>&Close</source> + <translation type="unfinished">&Zavřít</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="861"/> + <source>Ctrl+W</source> + <comment>File|Close</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="867"/> + <source>Close the current help window</source> + <translation type="unfinished">Zavřít aktuální okno nápovědy</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="869"/> + <source><b>Close</b><p>Closes the current web browser window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="876"/> + <source>Close All</source> + <translation type="unfinished">Zavřít vše</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="876"/> + <source>Close &All</source> + <translation type="unfinished">Z&avřít vše</translation> + </message> + <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="880"/> - <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> - <translation type="unfinished"><b>Vytisknout náhled</b><p>Tisknout náhled zobrazeného textu nápovědy.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="902"/> - <source>Close</source> - <translation type="unfinished">Zavřít</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="902"/> - <source>&Close</source> - <translation type="unfinished">&Zavřít</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="902"/> - <source>Ctrl+W</source> - <comment>File|Close</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="908"/> - <source>Close the current help window</source> - <translation type="unfinished">Zavřít aktuální okno nápovědy</translation> + <source>Close all help windows</source> + <translation type="unfinished">Zavřít všechna okna s nápovědou</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="881"/> + <source><b>Close All</b><p>Closes all web browser windows except the first one.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="889"/> + <source>Quit</source> + <translation type="unfinished">Konec</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2875"/> + <source>&Quit</source> + <translation type="unfinished">&Konec</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="889"/> + <source>Ctrl+Q</source> + <comment>File|Quit</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="903"/> + <source>Backward</source> + <translation type="unfinished">Nazpět</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="903"/> + <source>&Backward</source> + <translation type="unfinished">&Nazpět</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="903"/> + <source>Alt+Left</source> + <comment>Go|Backward</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="909"/> + <source>Move one screen backward</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="910"/> - <source><b>Close</b><p>Closes the current web browser window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="917"/> - <source>Close All</source> - <translation type="unfinished">Zavřít vše</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="917"/> - <source>Close &All</source> - <translation type="unfinished">Z&avřít vše</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="921"/> - <source>Close all help windows</source> - <translation type="unfinished">Zavřít všechna okna s nápovědou</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="922"/> - <source><b>Close All</b><p>Closes all web browser windows except the first one.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="930"/> - <source>Quit</source> - <translation type="unfinished">Konec</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2916"/> - <source>&Quit</source> - <translation type="unfinished">&Konec</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="930"/> - <source>Ctrl+Q</source> - <comment>File|Quit</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="936"/> - <source>Quit the eric6 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="937"/> - <source><b>Quit</b><p>Quit the eric6 Web Browser.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="944"/> - <source>Backward</source> - <translation type="unfinished">Nazpět</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="944"/> - <source>&Backward</source> - <translation type="unfinished">&Nazpět</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="944"/> - <source>Alt+Left</source> - <comment>Go|Backward</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="950"/> - <source>Move one screen backward</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="951"/> <source><b>Backward</b><p>Moves one screen backward. If none is available, this action is disabled.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="959"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="918"/> <source>Forward</source> <translation type="unfinished">Dopředu</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="959"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="918"/> <source>&Forward</source> <translation type="unfinished">&Dopředu</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="959"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="918"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation type="unfinished"></translation> </message> <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="924"/> + <source>Move one screen forward</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="926"/> + <source><b>Forward</b><p>Moves one screen forward. If none is available, this action is disabled.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="934"/> + <source>Home</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="934"/> + <source>&Home</source> + <translation type="unfinished">&Hlavní strana</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="934"/> + <source>Ctrl+Home</source> + <comment>Go|Home</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="942"/> + <source><b>Home</b><p>Moves to the initial screen.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="949"/> + <source>Reload</source> + <translation type="unfinished">Obnovit</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="949"/> + <source>&Reload</source> + <translation type="unfinished">&Obnovit</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="949"/> + <source>Ctrl+R</source> + <comment>Go|Reload</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="949"/> + <source>F5</source> + <comment>Go|Reload</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="956"/> + <source>Reload the current screen</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="958"/> + <source><b>Reload</b><p>Reloads the current screen.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="965"/> - <source>Move one screen forward</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="967"/> - <source><b>Forward</b><p>Moves one screen forward. If none is available, this action is disabled.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="975"/> - <source>Home</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="975"/> - <source>&Home</source> - <translation type="unfinished">&Hlavní strana</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="975"/> - <source>Ctrl+Home</source> - <comment>Go|Home</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="983"/> - <source><b>Home</b><p>Moves to the initial screen.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="990"/> - <source>Reload</source> - <translation type="unfinished">Obnovit</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="990"/> - <source>&Reload</source> - <translation type="unfinished">&Obnovit</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="990"/> - <source>Ctrl+R</source> - <comment>Go|Reload</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="990"/> - <source>F5</source> - <comment>Go|Reload</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="997"/> - <source>Reload the current screen</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="999"/> - <source><b>Reload</b><p>Reloads the current screen.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1006"/> <source>Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1006"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="965"/> <source>&Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1006"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="965"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation type="unfinished">Ctrl+.</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1006"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="965"/> <source>Esc</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1013"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="972"/> <source>Stop loading</source> <translation type="unfinished">Zastavit načítání</translation> </message> <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="973"/> + <source><b>Stop</b><p>Stops loading of the current tab.</p></source> + <translation type="unfinished"><b>Zastavit</b><p>Zastavit načítání aktuálního tabu.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="980"/> + <source>Copy</source> + <translation type="unfinished">Kopírovat</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="980"/> + <source>&Copy</source> + <translation type="unfinished">&Kopírovat</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="980"/> + <source>Ctrl+C</source> + <comment>Edit|Copy</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="986"/> + <source>Copy the selected text</source> + <translation type="unfinished">Kopírovat vybraný text</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="987"/> + <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> + <translation type="unfinished"><b>Kopírovat</b><p>Kopírovat vybraný text do schránky.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="994"/> + <source>Cut</source> + <translation type="unfinished">Vyjmout</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="994"/> + <source>Cu&t</source> + <translation type="unfinished">Vyjmou&t</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="994"/> + <source>Ctrl+X</source> + <comment>Edit|Cut</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1000"/> + <source>Cut the selected text</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1001"/> + <source><b>Cut</b><p>Cut the selected text to the clipboard.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1008"/> + <source>Paste</source> + <translation type="unfinished">Vložit</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1008"/> + <source>&Paste</source> + <translation type="unfinished">V&ložit</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1008"/> + <source>Ctrl+V</source> + <comment>Edit|Paste</comment> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1014"/> - <source><b>Stop</b><p>Stops loading of the current tab.</p></source> - <translation type="unfinished"><b>Zastavit</b><p>Zastavit načítání aktuálního tabu.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1021"/> - <source>Copy</source> - <translation type="unfinished">Kopírovat</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1021"/> - <source>&Copy</source> - <translation type="unfinished">&Kopírovat</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1021"/> - <source>Ctrl+C</source> - <comment>Edit|Copy</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1027"/> - <source>Copy the selected text</source> - <translation type="unfinished">Kopírovat vybraný text</translation> + <source>Paste text from the clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1015"/> + <source><b>Paste</b><p>Paste some text from the clipboard.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1022"/> + <source>Undo</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1022"/> + <source>&Undo</source> + <translation type="unfinished">&Vrátit</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1022"/> + <source>Ctrl+Z</source> + <comment>Edit|Undo</comment> + <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1028"/> - <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> - <translation type="unfinished"><b>Kopírovat</b><p>Kopírovat vybraný text do schránky.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1035"/> - <source>Cut</source> - <translation type="unfinished">Vyjmout</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1035"/> - <source>Cu&t</source> - <translation type="unfinished">Vyjmou&t</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1035"/> - <source>Ctrl+X</source> - <comment>Edit|Cut</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1041"/> - <source>Cut the selected text</source> + <source>Undo the last edit action</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1029"/> + <source><b>Undo</b><p>Undo the last edit action.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1036"/> + <source>Redo</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1036"/> + <source>&Redo</source> + <translation type="unfinished">&Znovu použít</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1036"/> + <source>Ctrl+Shift+Z</source> + <comment>Edit|Redo</comment> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1042"/> - <source><b>Cut</b><p>Cut the selected text to the clipboard.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1049"/> - <source>Paste</source> - <translation type="unfinished">Vložit</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1049"/> - <source>&Paste</source> - <translation type="unfinished">V&ložit</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1049"/> - <source>Ctrl+V</source> - <comment>Edit|Paste</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1055"/> - <source>Paste text from the clipboard</source> + <source>Redo the last edit action</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1043"/> + <source><b>Redo</b><p>Redo the last edit action.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1050"/> + <source>Select All</source> + <translation type="unfinished">Vybrat vše</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1050"/> + <source>&Select All</source> + <translation type="unfinished">Vybrat vš&e</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1050"/> + <source>Ctrl+A</source> + <comment>Edit|Select All</comment> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1056"/> - <source><b>Paste</b><p>Paste some text from the clipboard.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1063"/> - <source>Undo</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1063"/> - <source>&Undo</source> - <translation type="unfinished">&Vrátit</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1063"/> - <source>Ctrl+Z</source> - <comment>Edit|Undo</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1069"/> - <source>Undo the last edit action</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1070"/> - <source><b>Undo</b><p>Undo the last edit action.</p></source> + <source>Select all text</source> + <translation type="unfinished">Vybrat všechen text</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1057"/> + <source><b>Select All</b><p>Select all text of the current browser.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1077"/> - <source>Redo</source> - <translation type="unfinished"></translation> + <source>Find...</source> + <translation type="unfinished">Hledat...</translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1077"/> - <source>&Redo</source> - <translation type="unfinished">&Znovu použít</translation> + <source>&Find...</source> + <translation type="unfinished">&Hledat...</translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1077"/> - <source>Ctrl+Shift+Z</source> - <comment>Edit|Redo</comment> + <source>Ctrl+F</source> + <comment>Edit|Find</comment> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1083"/> - <source>Redo the last edit action</source> - <translation type="unfinished"></translation> + <source>Find text in page</source> + <translation type="unfinished">Hledat text na stránce</translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1084"/> - <source><b>Redo</b><p>Redo the last edit action.</p></source> - <translation type="unfinished"></translation> + <source><b>Find</b><p>Find text in the current page.</p></source> + <translation type="unfinished"><b>Hledat</b><p>Hledá se text na aktuální straně.</p></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1091"/> - <source>Select All</source> - <translation type="unfinished">Vybrat vše</translation> + <source>Find next</source> + <translation type="unfinished">Najít další</translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1091"/> - <source>&Select All</source> - <translation type="unfinished">Vybrat vš&e</translation> + <source>Find &next</source> + <translation type="unfinished">Hledat &následující</translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1091"/> - <source>Ctrl+A</source> - <comment>Edit|Select All</comment> + <source>F3</source> + <comment>Edit|Find next</comment> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1097"/> - <source>Select all text</source> - <translation type="unfinished">Vybrat všechen text</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1098"/> - <source><b>Select All</b><p>Select all text of the current browser.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1118"/> - <source>Find...</source> - <translation type="unfinished">Hledat...</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1118"/> - <source>&Find...</source> - <translation type="unfinished">&Hledat...</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1118"/> - <source>Ctrl+F</source> - <comment>Edit|Find</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1124"/> - <source>Find text in page</source> - <translation type="unfinished">Hledat text na stránce</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1125"/> - <source><b>Find</b><p>Find text in the current page.</p></source> - <translation type="unfinished"><b>Hledat</b><p>Hledá se text na aktuální straně.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1132"/> - <source>Find next</source> - <translation type="unfinished">Najít další</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1132"/> - <source>Find &next</source> - <translation type="unfinished">Hledat &následující</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1132"/> - <source>F3</source> - <comment>Edit|Find next</comment> + <source>Find next occurrence of text in page</source> + <translation type="unfinished">Hledat následující výskyt textu na straně</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1099"/> + <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> + <translation type="unfinished"><b>Hledat následující</b><p>Vyhledá se následující výskyt textu na aktuální straně.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1106"/> + <source>Find previous</source> + <translation type="unfinished">Najít předchozí</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1106"/> + <source>Find &previous</source> + <translation type="unfinished">Hledat &předchozí</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1106"/> + <source>Shift+F3</source> + <comment>Edit|Find previous</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1112"/> + <source>Find previous occurrence of text in page</source> + <translation type="unfinished">Hledat předchozí výskyt textu na stránce</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1114"/> + <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> + <translation type="unfinished"><b>Hledat předchozí</b><p>Vyhledá předchozí výskyt textu na aktuální straně.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1123"/> + <source>Manage Bookmarks</source> + <translation type="unfinished">Správa záložek</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1123"/> + <source>&Manage Bookmarks...</source> + <translation type="unfinished">&Správa záložek...</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1123"/> + <source>Ctrl+Shift+B</source> + <comment>Help|Manage bookmarks</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1128"/> + <source>Open a dialog to manage the bookmarks.</source> + <translation type="unfinished">Otevřít dialog pro správu záložek.</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1130"/> + <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> + <translation type="unfinished"><b>Správa záložek</b><p>Otevřít dialog pro správu záložek.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1138"/> + <source>Add Bookmark</source> + <translation type="unfinished">Přidat záložku</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1138"/> + <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1138"/> - <source>Find next occurrence of text in page</source> - <translation type="unfinished">Hledat následující výskyt textu na straně</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1140"/> - <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> - <translation type="unfinished"><b>Hledat následující</b><p>Vyhledá se následující výskyt textu na aktuální straně.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1147"/> - <source>Find previous</source> - <translation type="unfinished">Najít předchozí</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1147"/> - <source>Find &previous</source> - <translation type="unfinished">Hledat &předchozí</translation> + <source>Ctrl+D</source> + <comment>Help|Add bookmark</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1145"/> + <source>Open a dialog to add a bookmark.</source> + <translation type="unfinished">Otevřít dialog pro přidání záložky.</translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1147"/> - <source>Shift+F3</source> - <comment>Edit|Find previous</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1153"/> - <source>Find previous occurrence of text in page</source> - <translation type="unfinished">Hledat předchozí výskyt textu na stránce</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1155"/> - <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> - <translation type="unfinished"><b>Hledat předchozí</b><p>Vyhledá předchozí výskyt textu na aktuální straně.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1164"/> - <source>Manage Bookmarks</source> - <translation type="unfinished">Správa záložek</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1164"/> - <source>&Manage Bookmarks...</source> - <translation type="unfinished">&Správa záložek...</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1164"/> - <source>Ctrl+Shift+B</source> - <comment>Help|Manage bookmarks</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1169"/> - <source>Open a dialog to manage the bookmarks.</source> - <translation type="unfinished">Otevřít dialog pro správu záložek.</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1171"/> - <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> - <translation type="unfinished"><b>Správa záložek</b><p>Otevřít dialog pro správu záložek.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1179"/> - <source>Add Bookmark</source> - <translation type="unfinished">Přidat záložku</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1179"/> - <source>Add &Bookmark...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1179"/> - <source>Ctrl+D</source> - <comment>Help|Add bookmark</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1186"/> - <source>Open a dialog to add a bookmark.</source> - <translation type="unfinished">Otevřít dialog pro přidání záložky.</translation> + <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> + <translation type="unfinished"><b>Přidat záložku</b><p>Otevřít dialog pro přidání aktuální URL jako záložky.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1154"/> + <source>Add Folder</source> + <translation type="unfinished">Přidat složku</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1154"/> + <source>Add &Folder...</source> + <translation type="unfinished">Přidat s&ložku...</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1158"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation type="unfinished">Otevřít dialog pro přidání nové složky záložek.</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1160"/> + <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> + <translation type="unfinished"><b>Přidat složku...</b><p>Otevřít dialog pro přidání nové složky záložek.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1168"/> + <source>Bookmark All Tabs</source> + <translation type="unfinished">Vytvořit záložky pro všechny taby</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1168"/> + <source>Bookmark All Tabs...</source> + <translation type="unfinished">Vytvořit záložky pro všechny taby...</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1172"/> + <source>Bookmark all open tabs.</source> + <translation type="unfinished">Vytvořit záložky pro všechny otevřené taby.</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1174"/> + <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> + <translation type="unfinished"><b>Vytvořit záložky pro všechny taby...</b><p>Otevřít dialog pro přidání nové složky záložek pro všechny otevřené taby.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1182"/> + <source>What's This?</source> + <translation type="unfinished">Co je to?</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1182"/> + <source>&What's This?</source> + <translation type="unfinished">&Co je to?</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1182"/> + <source>Shift+F1</source> + <comment>Help|What's This?'</comment> + <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1188"/> - <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> - <translation type="unfinished"><b>Přidat záložku</b><p>Otevřít dialog pro přidání aktuální URL jako záložky.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1195"/> - <source>Add Folder</source> - <translation type="unfinished">Přidat složku</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1195"/> - <source>Add &Folder...</source> - <translation type="unfinished">Přidat s&ložku...</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1199"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation type="unfinished">Otevřít dialog pro přidání nové složky záložek.</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1201"/> - <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> - <translation type="unfinished"><b>Přidat složku...</b><p>Otevřít dialog pro přidání nové složky záložek.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1209"/> - <source>Bookmark All Tabs</source> - <translation type="unfinished">Vytvořit záložky pro všechny taby</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1209"/> - <source>Bookmark All Tabs...</source> - <translation type="unfinished">Vytvořit záložky pro všechny taby...</translation> + <source>Context sensitive help</source> + <translation type="unfinished">Kontextově senzitivní nápověda</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1189"/> + <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 type="unfinished"><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="../WebBrowser/WebBrowserWindow.py" line="1200"/> + <source>About</source> + <translation type="unfinished">O aplikaci</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1200"/> + <source>&About</source> + <translation type="unfinished">O &aplikaci</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1204"/> + <source>Display information about this software</source> + <translation type="unfinished">Zobrazit informace a tomto software</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1206"/> + <source><b>About</b><p>Display some information about this software.</p></source> + <translation type="unfinished"><b>O aplikaci</b><p>Zobrazí se informace o tomto software.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1213"/> + <source>About Qt</source> + <translation type="unfinished">O Qt</translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1213"/> - <source>Bookmark all open tabs.</source> - <translation type="unfinished">Vytvořit záložky pro všechny otevřené taby.</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1215"/> - <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> - <translation type="unfinished"><b>Vytvořit záložky pro všechny taby...</b><p>Otevřít dialog pro přidání nové složky záložek pro všechny otevřené taby.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1223"/> - <source>What's This?</source> - <translation type="unfinished">Co je to?</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1223"/> - <source>&What's This?</source> - <translation type="unfinished">&Co je to?</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1223"/> - <source>Shift+F1</source> - <comment>Help|What's This?'</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1229"/> - <source>Context sensitive help</source> - <translation type="unfinished">Kontextově senzitivní nápověda</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1230"/> - <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 type="unfinished"><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="../WebBrowser/WebBrowserWindow.py" line="1241"/> - <source>About</source> - <translation type="unfinished">O aplikaci</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1241"/> - <source>&About</source> - <translation type="unfinished">O &aplikaci</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1245"/> - <source>Display information about this software</source> - <translation type="unfinished">Zobrazit informace a tomto software</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1247"/> - <source><b>About</b><p>Display some information about this software.</p></source> - <translation type="unfinished"><b>O aplikaci</b><p>Zobrazí se informace o tomto software.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1254"/> - <source>About Qt</source> - <translation type="unfinished">O Qt</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1254"/> <source>About &Qt</source> <translation type="unfinished">O &Qt</translation> </message> <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1217"/> + <source>Display information about the Qt toolkit</source> + <translation type="unfinished">Zobrazit informace o Qt toolkitu</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1219"/> + <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1226"/> + <source>Zoom in</source> + <translation type="unfinished">Přiblížit</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1226"/> + <source>Zoom &in</source> + <translation type="unfinished">Př&iblížit</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1226"/> + <source>Ctrl++</source> + <comment>View|Zoom in</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1226"/> + <source>Zoom In</source> + <comment>View|Zoom in</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1233"/> + <source>Zoom in on the web page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1234"/> + <source><b>Zoom in</b><p>Zoom in on the web page. This makes the web page bigger.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1242"/> + <source>Zoom out</source> + <translation type="unfinished">Oddálit</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1242"/> + <source>Zoom &out</source> + <translation type="unfinished">&Oddálit</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1242"/> + <source>Ctrl+-</source> + <comment>View|Zoom out</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1242"/> + <source>Zoom Out</source> + <comment>View|Zoom out</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1249"/> + <source>Zoom out on the web page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1250"/> + <source><b>Zoom out</b><p>Zoom out on the web page. This makes the web page smaller.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1258"/> - <source>Display information about the Qt toolkit</source> - <translation type="unfinished">Zobrazit informace o Qt toolkitu</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1260"/> - <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1267"/> - <source>Zoom in</source> - <translation type="unfinished">Přiblížit</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1267"/> - <source>Zoom &in</source> - <translation type="unfinished">Př&iblížit</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1267"/> - <source>Ctrl++</source> - <comment>View|Zoom in</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1267"/> - <source>Zoom In</source> - <comment>View|Zoom in</comment> + <source>Zoom reset</source> + <translation type="unfinished">Resetovat lupu</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1258"/> + <source>Zoom &reset</source> + <translation type="unfinished">&Resetovat lupu</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1258"/> + <source>Ctrl+0</source> + <comment>View|Zoom reset</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1264"/> + <source>Reset the zoom of the web page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1266"/> + <source><b>Zoom reset</b><p>Reset the zoom of the web page. This sets the zoom factor to 100%.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1274"/> - <source>Zoom in on the web page</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1275"/> - <source><b>Zoom in</b><p>Zoom in on the web page. This makes the web page bigger.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1283"/> - <source>Zoom out</source> - <translation type="unfinished">Oddálit</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1283"/> - <source>Zoom &out</source> - <translation type="unfinished">&Oddálit</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1283"/> - <source>Ctrl+-</source> - <comment>View|Zoom out</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1283"/> - <source>Zoom Out</source> - <comment>View|Zoom out</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1290"/> - <source>Zoom out on the web page</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1291"/> - <source><b>Zoom out</b><p>Zoom out on the web page. This makes the web page smaller.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1299"/> - <source>Zoom reset</source> - <translation type="unfinished">Resetovat lupu</translation> + <source>Show page source</source> + <translation type="unfinished">Zobrazit zdroj strany</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1274"/> + <source>Ctrl+U</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1279"/> + <source>Show the page source in an editor</source> + <translation type="unfinished">Zobrazit zdroj strany v editoru</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1281"/> + <source><b>Show page source</b><p>Show the page source in an editor.</p></source> + <translation type="unfinished"><b>Zobrazit zdroj strany</b><p>Zobrazit zdroj strany v editoru.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1289"/> + <source>Full Screen</source> + <translation type="unfinished">Celá obrazovka</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1289"/> + <source>&Full Screen</source> + <translation type="unfinished">&Celá obrazovka</translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1299"/> - <source>Zoom &reset</source> - <translation type="unfinished">&Resetovat lupu</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1299"/> - <source>Ctrl+0</source> - <comment>View|Zoom reset</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1305"/> - <source>Reset the zoom of the web page</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1307"/> - <source><b>Zoom reset</b><p>Reset the zoom of the web page. This sets the zoom factor to 100%.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1315"/> - <source>Show page source</source> - <translation type="unfinished">Zobrazit zdroj strany</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1315"/> - <source>Ctrl+U</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1320"/> - <source>Show the page source in an editor</source> - <translation type="unfinished">Zobrazit zdroj strany v editoru</translation> + <source>F11</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1304"/> + <source>Show next tab</source> + <translation type="unfinished">Zobrazit následující tab</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1304"/> + <source>Ctrl+Alt+Tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1313"/> + <source>Show previous tab</source> + <translation type="unfinished">Zobrazit předchozí tab</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1313"/> + <source>Shift+Ctrl+Alt+Tab</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1322"/> - <source><b>Show page source</b><p>Show the page source in an editor.</p></source> - <translation type="unfinished"><b>Zobrazit zdroj strany</b><p>Zobrazit zdroj strany v editoru.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1330"/> - <source>Full Screen</source> - <translation type="unfinished">Celá obrazovka</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1330"/> - <source>&Full Screen</source> - <translation type="unfinished">&Celá obrazovka</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1340"/> - <source>F11</source> + <source>Switch between tabs</source> + <translation type="unfinished">Přepnout mezi taby</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1322"/> + <source>Ctrl+1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1331"/> + <source>Preferences</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1331"/> + <source>&Preferences...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1335"/> + <source>Set the prefered configuration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1337"/> + <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1345"/> - <source>Show next tab</source> - <translation type="unfinished">Zobrazit následující tab</translation> + <source>Languages</source> + <translation type="unfinished">Jazyky</translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1345"/> - <source>Ctrl+Alt+Tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1354"/> - <source>Show previous tab</source> - <translation type="unfinished">Zobrazit předchozí tab</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1354"/> - <source>Shift+Ctrl+Alt+Tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1363"/> - <source>Switch between tabs</source> - <translation type="unfinished">Přepnout mezi taby</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1363"/> - <source>Ctrl+1</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1372"/> - <source>Preferences</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1372"/> - <source>&Preferences...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1376"/> - <source>Set the prefered configuration</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1378"/> - <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1386"/> - <source>Languages</source> - <translation type="unfinished">Jazyky</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1386"/> <source>&Languages...</source> <translation type="unfinished">&Jazyky...</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1391"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1350"/> <source>Configure the accepted languages for web pages</source> <translation type="unfinished">Nastavit polovené jazyky pro web strany</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1393"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1352"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation type="unfinished"><b>Jazyky</b><p>Nastavit polovené jazyky pro web strany.</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1401"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1360"/> <source>Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1401"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1360"/> <source>C&ookies...</source> <translation type="unfinished">C&ookies...</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1405"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1364"/> <source>Configure cookies handling</source> <translation type="unfinished">Nastavit ovládání cookies</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1407"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1366"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"><b>Cookies</b><p>Nastavit ovládání cookies.</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1415"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1374"/> <source>Flash Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1415"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1374"/> <source>&Flash Cookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1420"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1379"/> <source>Manage flash cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1422"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1381"/> <source><b>Flash Cookies</b><p>Show a dialog to manage the flash cookies.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1430"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1389"/> <source>Personal Information</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1389"/> + <source>Personal Information...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1395"/> + <source>Configure personal information for completing form fields</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1397"/> + <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1406"/> + <source>GreaseMonkey Scripts</source> + <translation type="unfinished">Smazat &soukromá data</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1406"/> + <source>GreaseMonkey Scripts...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1412"/> + <source>Configure the GreaseMonkey Scripts</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1414"/> + <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1423"/> + <source>Edit Message Filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1423"/> + <source>Edit Message Filters...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1428"/> + <source>Edit the message filters used to suppress unwanted messages</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1430"/> - <source>Personal Information...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1436"/> - <source>Configure personal information for completing form fields</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1438"/> - <source><b>Personal Information...</b><p>Opens a dialog to configure the personal information used for completing form fields.</p></source> + <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1440"/> + <source>Edit HTML5 Feature Permissions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1440"/> + <source>Edit HTML5 Feature Permissions...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1445"/> + <source>Edit the remembered HTML5 feature permissions</source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1447"/> - <source>GreaseMonkey Scripts</source> - <translation type="unfinished">Smazat &soukromá data</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1447"/> - <source>GreaseMonkey Scripts...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1453"/> - <source>Configure the GreaseMonkey Scripts</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1455"/> - <source><b>GreaseMonkey Scripts...</b><p>Opens a dialog to configure the available GreaseMonkey Scripts.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1464"/> - <source>Edit Message Filters</source> - <translation type="unfinished"></translation> + <source><b>Edit HTML5 Feature Permissions</b><p>Opens a dialog to edit the remembered HTML5 feature permissions.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1457"/> + <source>Sync with Table of Contents</source> + <translation type="unfinished">Sync obsahu</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1462"/> + <source>Synchronizes the table of contents with current page</source> + <translation type="unfinished">Synchronizuje obsah s aktuální stranou</translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1464"/> - <source>Edit Message Filters...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1469"/> - <source>Edit the message filters used to suppress unwanted messages</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1471"/> - <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1481"/> - <source>Edit HTML5 Feature Permissions</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1481"/> - <source>Edit HTML5 Feature Permissions...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1486"/> - <source>Edit the remembered HTML5 feature permissions</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1488"/> - <source><b>Edit HTML5 Feature Permissions</b><p>Opens a dialog to edit the remembered HTML5 feature permissions.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1498"/> - <source>Sync with Table of Contents</source> - <translation type="unfinished">Sync obsahu</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1503"/> - <source>Synchronizes the table of contents with current page</source> - <translation type="unfinished">Synchronizuje obsah s aktuální stranou</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1505"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation type="unfinished"><b>Sync obsah</b><p>Synchronizuje obsah s aktuální stranou.</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1513"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1472"/> <source>Table of Contents</source> <translation type="unfinished">Obsah</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1517"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1476"/> <source>Shows the table of contents window</source> <translation type="unfinished">Zobrazit okno s obsahem</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1519"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1478"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation type="unfinished"><b>Obsah</b><p>Zobrazit okno s obsahem.</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1530"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1489"/> <source>Shows the index window</source> <translation type="unfinished">Zobrazit index okna</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1532"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1491"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation type="unfinished"><b>Index</b><p>Zobrazit index okna.</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1543"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1502"/> <source>Shows the search window</source> <translation type="unfinished">Zobrazit okno hledání</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1545"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1504"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation type="unfinished"><b>Hledání</b><p>Zobrazit okno hledání.</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1553"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1512"/> <source>Manage QtHelp Documents</source> <translation type="unfinished">Uspořádat dokumenty QtNápovědy</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1553"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1512"/> <source>Manage QtHelp &Documents</source> <translation type="unfinished">Uspořádat QtHelp &dokumenty</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1557"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1516"/> <source>Shows a dialog to manage the QtHelp documentation set</source> <translation type="unfinished">Zobrazit dialog pro uspořádání QtNápovědy</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1559"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1518"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation type="unfinished"><b>Uspořádat dokumenty QtNápovědy</b><p>Zobrazit dialog pro uspořádání QtNápovědy.</p></translation> </message> @@ -89244,799 +89927,819 @@ <translation type="obsolete"><b>Uspořádat filtry QtNápovědy</b><p>Zobrazit dialog pro uspořádání filtrů QtNápovědy.</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1568"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1527"/> <source>Reindex Documentation</source> <translation type="unfinished">Znovu indexovat dokumentaci</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1568"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1527"/> <source>&Reindex Documentation</source> <translation type="unfinished">Přeinde&xovat dokumentaci</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1572"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1531"/> <source>Reindexes the documentation set</source> <translation type="unfinished">Přeindexuje dokumentaci</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1574"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1533"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"><b>Znovu indexovat dokumentaci</b><p>Přeindexuje dokumentaci.</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1588"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1547"/> <source>Clear private data</source> <translation type="unfinished">Smazat soukromá data</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1590"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1549"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation type="unfinished"><b>Smazat soukromá data</b><p>Smaže soukromá data jako je historie prohlížení, vyhledávání a databáze favicon.</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1599"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1558"/> <source>Clear icons database</source> <translation type="unfinished">Vyčistit ikony databáze</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1599"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1558"/> <source>Clear &icons database</source> <translation type="unfinished">Smazat databázi &ikon</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1604"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1563"/> <source>Clear the database of favicons</source> <translation type="unfinished">Vyčistit databázi favicons</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1606"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1565"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation type="unfinished"><b>Vyčistit databázi favicons</b><p>Vyčistit databázi favicons navštívených URL.</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1614"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1573"/> <source>Manage saved Favicons</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1579"/> + <source>Show a dialog to manage the saved favicons</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1581"/> + <source><b>Manage saved Favicons</b><p>This shows a dialog to manage the saved favicons of previously visited URLs.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1589"/> + <source>Configure Search Engines</source> + <translation type="unfinished">Konfigurovat vyhledávací enginy</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1589"/> + <source>Configure Search &Engines...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1594"/> + <source>Configure the available search engines</source> + <translation type="unfinished">Konfigurovat dostupné vyhledávací enginy</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1596"/> + <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> + <translation type="unfinished"><b>Konfigurivat vyhledávací enginy...</b><p>Otevře dialog pro konfiguraci dostupných vyhledávacích enginů.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1605"/> + <source>Manage Saved Passwords</source> + <translation type="unfinished">Spravovat uložená hesla</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1605"/> + <source>Manage Saved Passwords...</source> + <translation type="unfinished">Spravovat uložená hesla...</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1611"/> + <source>Manage the saved passwords</source> + <translation type="unfinished">Spravovat vaše uložená hesla</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1613"/> + <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> + <translation type="unfinished"><b>Spravovat uložená hesla...</b><p>Otevře dialog pro spravování uložených hesel.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1620"/> + <source>Ad Block</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1620"/> - <source>Show a dialog to manage the saved favicons</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1622"/> - <source><b>Manage saved Favicons</b><p>This shows a dialog to manage the saved favicons of previously visited URLs.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1630"/> - <source>Configure Search Engines</source> - <translation type="unfinished">Konfigurovat vyhledávací enginy</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1630"/> - <source>Configure Search &Engines...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1635"/> - <source>Configure the available search engines</source> - <translation type="unfinished">Konfigurovat dostupné vyhledávací enginy</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1637"/> - <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> - <translation type="unfinished"><b>Konfigurivat vyhledávací enginy...</b><p>Otevře dialog pro konfiguraci dostupných vyhledávacích enginů.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1646"/> - <source>Manage Saved Passwords</source> - <translation type="unfinished">Spravovat uložená hesla</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1646"/> - <source>Manage Saved Passwords...</source> - <translation type="unfinished">Spravovat uložená hesla...</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1652"/> - <source>Manage the saved passwords</source> - <translation type="unfinished">Spravovat vaše uložená hesla</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1654"/> - <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> - <translation type="unfinished"><b>Spravovat uložená hesla...</b><p>Otevře dialog pro spravování uložených hesel.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1661"/> - <source>Ad Block</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1661"/> <source>&Ad Block...</source> <translation type="unfinished">&Ad Block...</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1667"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1626"/> <source>Configure AdBlock subscriptions and rules</source> <translation type="unfinished">Konfigurovat AdBlock odebírání a pravidla</translation> </message> <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1628"/> + <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> + <translation type="unfinished"><b>Ad Block...</b><p>Otevře dialog pro konfiguraci AdBlock odebírání a pravidel.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1636"/> + <source>Manage SSL Certificate Errors</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1636"/> + <source>Manage SSL Certificate Errors...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1642"/> + <source>Manage the accepted SSL certificate Errors</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1644"/> + <source><b>Manage SSL Certificate Errors...</b><p>Opens a dialog to manage the accepted SSL certificate errors.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1669"/> - <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> - <translation type="unfinished"><b>Ad Block...</b><p>Otevře dialog pro konfiguraci AdBlock odebírání a pravidel.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1677"/> - <source>Manage SSL Certificate Errors</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1677"/> - <source>Manage SSL Certificate Errors...</source> + <source>Downloads</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1673"/> + <source>Shows the downloads window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1675"/> + <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1683"/> - <source>Manage the accepted SSL certificate Errors</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1685"/> - <source><b>Manage SSL Certificate Errors...</b><p>Opens a dialog to manage the accepted SSL certificate errors.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1710"/> - <source>Downloads</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1714"/> - <source>Shows the downloads window</source> + <source>RSS Feeds Dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1683"/> + <source>&RSS Feeds Dialog...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1683"/> + <source>Ctrl+Shift+F</source> + <comment>Help|RSS Feeds Dialog</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1689"/> + <source>Open a dialog showing the configured RSS feeds.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1691"/> + <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1700"/> + <source>Siteinfo Dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1700"/> + <source>&Siteinfo Dialog...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1700"/> + <source>Ctrl+Shift+I</source> + <comment>Help|Siteinfo Dialog</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1706"/> + <source>Open a dialog showing some information about the current site.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1708"/> + <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1716"/> + <source>Manage User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1716"/> - <source><b>Downloads</b><p>Shows the downloads window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1724"/> - <source>RSS Feeds Dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1724"/> - <source>&RSS Feeds Dialog...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1724"/> - <source>Ctrl+Shift+F</source> - <comment>Help|RSS Feeds Dialog</comment> + <source>Manage &User Agent Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1720"/> + <source>Shows a dialog to manage the User Agent settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1722"/> + <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1730"/> + <source>Synchronize data</source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1730"/> - <source>Open a dialog showing the configured RSS feeds.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1732"/> - <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1741"/> - <source>Siteinfo Dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1741"/> - <source>&Siteinfo Dialog...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1741"/> - <source>Ctrl+Shift+I</source> - <comment>Help|Siteinfo Dialog</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1747"/> - <source>Open a dialog showing some information about the current site.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1749"/> - <source><b>Siteinfo Dialog...</b><p>Opens a dialog showing some information about the current site.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1757"/> - <source>Manage User Agent Settings</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1757"/> - <source>Manage &User Agent Settings</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1761"/> - <source>Shows a dialog to manage the User Agent settings</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1763"/> - <source><b>Manage User Agent Settings</b><p>Shows a dialog to manage the User Agent settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1771"/> - <source>Synchronize data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1771"/> <source>&Synchronize Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1776"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1735"/> <source>Shows a dialog to synchronize data via the network</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1778"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1737"/> <source><b>Synchronize Data...</b><p>This shows a dialog to synchronize data via the network.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1787"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1746"/> <source>Manage Saved Zoom Values</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1787"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1746"/> <source>Manage Saved Zoom Values...</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1752"/> + <source>Manage the saved zoom values</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1754"/> + <source><b>Manage Saved Zoom Values...</b><p>Opens a dialog to manage the saved zoom values.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1765"/> + <source>Toggle the JavaScript console window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1767"/> + <source><b>JavaScript Console</b><p>This toggles the JavaScript console window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1928"/> + <source>&File</source> + <translation type="unfinished">S&oubor</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1960"/> + <source>&Edit</source> + <translation type="unfinished">&Edit</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2201"/> + <source>&View</source> + <translation type="unfinished">Poh&led</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1987"/> + <source>Text Encoding</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1999"/> + <source>H&istory</source> + <translation type="unfinished">H&istorie</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2016"/> + <source>&Bookmarks</source> + <translation type="unfinished">&Záložky</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2032"/> + <source>&Settings</source> + <translation type="unfinished">Na&stavení</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2065"/> + <source>Global User Agent</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2232"/> + <source>&Tools</source> + <translation type="unfinished">&Nástroje</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2106"/> + <source>&Help</source> + <translation type="unfinished">&Nápověda</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2256"/> + <source>File</source> + <translation type="unfinished">Soubor</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2281"/> + <source>Edit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2294"/> + <source>View</source> + <translation type="unfinished">Pohled</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2304"/> + <source>Find</source> + <translation type="unfinished">Hledat</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2313"/> + <source>Filter</source> + <translation type="unfinished">Filtr</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2323"/> + <source>Filtered by: </source> + <translation type="unfinished">Filtrováno: </translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2331"/> + <source>Settings</source> + <translation type="unfinished">Nastavení</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2344"/> + <source>Tools</source> + <translation type="unfinished">Nástroje</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2353"/> + <source>Help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2360"/> + <source>VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1803"/> + <source>Scan current site</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4659"/> + <source>IP Address Report</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/> + <source>Domain Report</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2491"/> + <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2491"/> + <source>OK</source> + <translation type="unfinished">OK</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2688"/> + <source>Saved Tabs</source> + <translation type="unfinished">Uložkt taby</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="3421"/> + <source>Could not find an associated content.</source> + <translation type="unfinished">Asociovaný obsah nelze nalézt.</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="3515"/> + <source>Updating search index</source> + <translation type="unfinished">Aktualizovat index pro hledání</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="3589"/> + <source>Looking for Documentation...</source> + <translation type="unfinished">Vyhledat dokumentaci...</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="3619"/> + <source>Unfiltered</source> + <translation type="unfinished">Nefiltrováno</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="3636"/> + <source>Help Engine</source> + <translation type="unfinished">Engine nápovědy</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4190"/> + <source>ISO</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4194"/> + <source>Windows</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4192"/> + <source>Unicode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4200"/> + <source>Other</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4196"/> + <source>IBM</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4624"/> + <source>VirusTotal Scan</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4624"/> + <source><p>The VirusTotal scan could not be scheduled.<p> +<p>Reason: {0}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4650"/> + <source>Enter a valid IPv4 address in dotted quad notation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4659"/> + <source>The given IP address is not in dotted quad notation.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/> + <source>Enter a valid domain name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1775"/> + <source>Tab Manager</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1779"/> + <source>Shows the tab manager window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1781"/> + <source><b>Tab Manager</b><p>Shows the tab manager window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="740"/> + <source>Save As</source> + <translation type="unfinished">Uložit jako</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="740"/> + <source>&Save As...</source> + <translation type="unfinished">Uložit j&ako...</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="740"/> + <source>Shift+Ctrl+S</source> + <comment>File|Save As</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="746"/> + <source>Save the current page to disk</source> + <translation type="unfinished">Uložit aktuální stranu na disk</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="748"/> + <source><b>Save As...</b><p>Saves the current page to disk.</p></source> + <translation type="unfinished"><b>Uložit jako...</b><p>Uložit aktuální stranu na disk.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1064"/> + <source>Unselect</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1069"/> + <source>Clear current selection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1070"/> + <source><b>Unselect</b><p>Clear the selection of the current browser.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1064"/> + <source>Alt+Ctrl+A</source> + <comment>Edit|Unselect</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2524"/> + <source>HTML Files (*.html *.htm *.mhtml *.mht);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="940"/> + <source>Move to the initial screen</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1296"/> + <source>Meta+Ctrl+F</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2238"/> + <source>&VirusTotal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2203"/> + <source>&Windows</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2100"/> + <source>&Toolbars</source> + <translation type="unfinished">&Toolbary</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2135"/> + <source>Save</source> + <translation type="unfinished">Uložit</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2154"/> + <source>Show All History...</source> + <translation type="unfinished">Zobrazit celou historii...</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4225"/> + <source>Menu Bar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4230"/> + <source>Bookmarks</source> + <translation type="unfinished">Záložky</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/> + <source>Status Bar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4249"/> + <source>&Show all</source> + <translation type="unfinished">&Zobrazit vše</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4251"/> + <source>&Hide all</source> + <translation type="unfinished">&Skrýt vše</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="847"/> + <source>Send Page Link</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="852"/> + <source>Send the link of the current page via email</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="854"/> + <source><b>Send Page Link</b><p>Send the link of the current page via email.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1789"/> + <source>Session Manager</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1789"/> + <source>Session Manager...</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1793"/> - <source>Manage the saved zoom values</source> + <source>Shows the session manager window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1795"/> - <source><b>Manage Saved Zoom Values...</b><p>Opens a dialog to manage the saved zoom values.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1806"/> - <source>Toggle the JavaScript console window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1808"/> - <source><b>JavaScript Console</b><p>This toggles the JavaScript console window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1969"/> - <source>&File</source> - <translation type="unfinished">S&oubor</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2001"/> - <source>&Edit</source> - <translation type="unfinished">&Edit</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2242"/> - <source>&View</source> - <translation type="unfinished">Poh&led</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2028"/> - <source>Text Encoding</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2040"/> - <source>H&istory</source> - <translation type="unfinished">H&istorie</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2057"/> - <source>&Bookmarks</source> - <translation type="unfinished">&Záložky</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2073"/> - <source>&Settings</source> - <translation type="unfinished">Na&stavení</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2106"/> - <source>Global User Agent</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2273"/> - <source>&Tools</source> - <translation type="unfinished">&Nástroje</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2147"/> - <source>&Help</source> - <translation type="unfinished">&Nápověda</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2297"/> - <source>File</source> - <translation type="unfinished">Soubor</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2322"/> - <source>Edit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2335"/> - <source>View</source> - <translation type="unfinished">Pohled</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2345"/> - <source>Find</source> - <translation type="unfinished">Hledat</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2354"/> - <source>Filter</source> - <translation type="unfinished">Filtr</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2364"/> - <source>Filtered by: </source> - <translation type="unfinished">Filtrováno: </translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2372"/> - <source>Settings</source> - <translation type="unfinished">Nastavení</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2385"/> - <source>Tools</source> - <translation type="unfinished">Nástroje</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2394"/> - <source>Help</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2401"/> - <source>VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1844"/> - <source>Scan current site</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/> - <source>IP Address Report</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/> - <source>Domain Report</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2532"/> - <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2532"/> - <source>OK</source> - <translation type="unfinished">OK</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2606"/> - <source><b>eric6 Web Browser - {0}</b><p>The eric6 Web Browser is a combined help file and HTML browser. It is part of the eric6 development toolset.</p><p>It is based on QtWebEngine {1} and Chrome {2}.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2729"/> - <source>Saved Tabs</source> - <translation type="unfinished">Uložkt taby</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="3462"/> - <source>Could not find an associated content.</source> - <translation type="unfinished">Asociovaný obsah nelze nalézt.</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="3556"/> - <source>Updating search index</source> - <translation type="unfinished">Aktualizovat index pro hledání</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="3630"/> - <source>Looking for Documentation...</source> - <translation type="unfinished">Vyhledat dokumentaci...</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="3660"/> - <source>Unfiltered</source> - <translation type="unfinished">Nefiltrováno</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="3677"/> - <source>Help Engine</source> - <translation type="unfinished">Engine nápovědy</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4231"/> - <source>ISO</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/> - <source>Windows</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4233"/> - <source>Unicode</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4241"/> - <source>Other</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4237"/> - <source>IBM</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/> - <source>VirusTotal Scan</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/> - <source><p>The VirusTotal scan could not be scheduled.<p> -<p>Reason: {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4691"/> - <source>Enter a valid IPv4 address in dotted quad notation:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4700"/> - <source>The given IP address is not in dotted quad notation.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4710"/> - <source>Enter a valid domain name:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1816"/> - <source>Tab Manager</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1820"/> - <source>Shows the tab manager window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1822"/> - <source><b>Tab Manager</b><p>Shows the tab manager window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="148"/> - <source>eric6 Web Browser (Private Mode)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="781"/> - <source>Save As</source> - <translation type="unfinished">Uložit jako</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="781"/> - <source>&Save As...</source> - <translation type="unfinished">Uložit j&ako...</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="781"/> - <source>Shift+Ctrl+S</source> - <comment>File|Save As</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="787"/> - <source>Save the current page to disk</source> - <translation type="unfinished">Uložit aktuální stranu na disk</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="789"/> - <source><b>Save As...</b><p>Saves the current page to disk.</p></source> - <translation type="unfinished"><b>Uložit jako...</b><p>Uložit aktuální stranu na disk.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1105"/> - <source>Unselect</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1110"/> - <source>Clear current selection</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1111"/> - <source><b>Unselect</b><p>Clear the selection of the current browser.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1105"/> - <source>Alt+Ctrl+A</source> - <comment>Edit|Unselect</comment> + <source><b>Session Manager</b><p>Shows the session manager window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2128"/> + <source>Sessions</source> + <translation type="unfinished">Relace</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2866"/> + <source>Are you sure you want to close the web browser?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2866"/> + <source>Are you sure you want to close the web browser? +You have {0} windows with {1} tabs open.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1653"/> + <source>Manage Safe Browsing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1653"/> + <source>Manage Safe Browsing...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1660"/> + <source><b>Manage Safe Browsing</b><p>This opens a dialog to configure Safe Browsing and to manage the local cache.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1658"/> + <source>Configure Safe Browsing and manage local cache</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="765"/> + <source><b>Save Page Screen...</b><p>Saves the visible part of the current page as a screen shot.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1841"/> + <source>Keyboard Shortcuts</source> + <translation type="unfinished">Klávesové zkratky</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1841"/> + <source>Keyboard &Shortcuts...</source> + <translation type="unfinished">Klávesové &zkratky...</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1847"/> + <source>Set the keyboard shortcuts</source> + <translation type="unfinished">Nastavení klávesových zkratek</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1849"/> + <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> + <translation type="unfinished"><b>Klávesové zkratky</b><p>Nastavení klávesových zkratek aplikace podle zvyklostí uživatele.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="5018"/> + <source>Export Keyboard Shortcuts</source> + <translation type="unfinished">Exportovat klávesové zkratky</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1857"/> + <source>&Export Keyboard Shortcuts...</source> + <translation type="unfinished">&Exportovat klávesové zkratky...</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1862"/> + <source>Export the keyboard shortcuts</source> + <translation type="unfinished">Export klávesových zkratek</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1864"/> + <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> + <translation type="unfinished"><b>Export klávesových zkratek</b><p>Exportují se klávesové zkratky z aplikace.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="5042"/> + <source>Import Keyboard Shortcuts</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1871"/> + <source>&Import Keyboard Shortcuts...</source> + <translation type="unfinished">&Import klávesových zkratek...</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1876"/> + <source>Import the keyboard shortcuts</source> + <translation type="unfinished">Import klávesových zkratek</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1878"/> + <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> + <translation type="unfinished"><b>Import klávesových zkratek</b><p>Do aplikace se importují klávesové zkratky.</p></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="5042"/> + <source>Keyboard shortcut file (*.e4k)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1885"/> + <source>Protocol Handler Manager</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1885"/> + <source>Protocol Handler Manager...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1889"/> + <source>Shows the protocol handler manager window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1891"/> + <source><b>Protocol Handler Manager</b><p>Shows the protocol handler manager window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4187"/> + <source>System</source> + <translation type="unfinished">Systém</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4198"/> + <source>Apple</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2209"/> + <source>QtHelp</source> + <translation type="unfinished">QtNápověda</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="147"/> + <source>eric Web Browser (Private Mode)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="3599"/> + <source>eric Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="895"/> + <source>Quit the eric Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="896"/> + <source><b>Quit</b><p>Quit the eric Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="2565"/> - <source>HTML Files (*.html *.htm *.mhtml *.mht);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="981"/> - <source>Move to the initial screen</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1337"/> - <source>Meta+Ctrl+F</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2279"/> - <source>&VirusTotal</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2244"/> - <source>&Windows</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2141"/> - <source>&Toolbars</source> - <translation type="unfinished">&Toolbary</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2176"/> - <source>Save</source> - <translation type="unfinished">Uložit</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2195"/> - <source>Show All History...</source> - <translation type="unfinished">Zobrazit celou historii...</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4266"/> - <source>Menu Bar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4271"/> - <source>Bookmarks</source> - <translation type="unfinished">Záložky</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4276"/> - <source>Status Bar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4290"/> - <source>&Show all</source> - <translation type="unfinished">&Zobrazit vše</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4292"/> - <source>&Hide all</source> - <translation type="unfinished">&Skrýt vše</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="888"/> - <source>Send Page Link</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="893"/> - <source>Send the link of the current page via email</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="895"/> - <source><b>Send Page Link</b><p>Send the link of the current page via email.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1830"/> - <source>Session Manager</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1830"/> - <source>Session Manager...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1834"/> - <source>Shows the session manager window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1836"/> - <source><b>Session Manager</b><p>Shows the session manager window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2169"/> - <source>Sessions</source> - <translation type="unfinished">Relace</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2907"/> - <source>Are you sure you want to close the web browser?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2907"/> - <source>Are you sure you want to close the web browser? -You have {0} windows with {1} tabs open.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1694"/> - <source>Manage Safe Browsing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1694"/> - <source>Manage Safe Browsing...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1701"/> - <source><b>Manage Safe Browsing</b><p>This opens a dialog to configure Safe Browsing and to manage the local cache.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1699"/> - <source>Configure Safe Browsing and manage local cache</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="806"/> - <source><b>Save Page Screen...</b><p>Saves the visible part of the current page as a screen shot.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1882"/> - <source>Keyboard Shortcuts</source> - <translation type="unfinished">Klávesové zkratky</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1882"/> - <source>Keyboard &Shortcuts...</source> - <translation type="unfinished">Klávesové &zkratky...</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1888"/> - <source>Set the keyboard shortcuts</source> - <translation type="unfinished">Nastavení klávesových zkratek</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1890"/> - <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> - <translation type="unfinished"><b>Klávesové zkratky</b><p>Nastavení klávesových zkratek aplikace podle zvyklostí uživatele.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="5070"/> - <source>Export Keyboard Shortcuts</source> - <translation type="unfinished">Exportovat klávesové zkratky</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1898"/> - <source>&Export Keyboard Shortcuts...</source> - <translation type="unfinished">&Exportovat klávesové zkratky...</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1903"/> - <source>Export the keyboard shortcuts</source> - <translation type="unfinished">Export klávesových zkratek</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1905"/> - <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> - <translation type="unfinished"><b>Export klávesových zkratek</b><p>Exportují se klávesové zkratky z aplikace.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/> - <source>Import Keyboard Shortcuts</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1912"/> - <source>&Import Keyboard Shortcuts...</source> - <translation type="unfinished">&Import klávesových zkratek...</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1917"/> - <source>Import the keyboard shortcuts</source> - <translation type="unfinished">Import klávesových zkratek</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1919"/> - <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> - <translation type="unfinished"><b>Import klávesových zkratek</b><p>Do aplikace se importují klávesové zkratky.</p></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="5094"/> - <source>Keyboard shortcut file (*.e4k)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1926"/> - <source>Protocol Handler Manager</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1926"/> - <source>Protocol Handler Manager...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1930"/> - <source>Shows the protocol handler manager window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1932"/> - <source><b>Protocol Handler Manager</b><p>Shows the protocol handler manager window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4228"/> - <source>System</source> - <translation type="unfinished">Systém</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/> - <source>Apple</source> + <source><b>eric Web Browser - {0}</b><p>The eric Web Browser is a combined help file and HTML browser. It is part of the eric development toolset.</p><p>It is based on QtWebEngine {1} and Chrome {2}.</p></source> <translation type="unfinished"></translation> </message> </context> @@ -90276,12 +90979,12 @@ </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="33"/> - <source>eric6 Web Browser stores its bookmarks in the <b>{0}</b> XML file. This file is usually located in</source> + <source>eric Web Browser stores its bookmarks in the <b>{0}</b> XML file. This file is usually located in</source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="150"/> - <source>eric6 Web Browser Import</source> + <source>eric Web Browser Import</source> <translation type="unfinished"></translation> </message> </context> @@ -90431,12 +91134,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="398"/> + <location filename="../eric6.py" line="397"/> <source>Starting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../eric6.py" line="403"/> + <location filename="../eric6.py" line="402"/> <source>Generating Main Window...</source> <translation type="unfinished">Generování hlavního okna...</translation> </message> @@ -90444,46 +91147,46 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1355"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1224"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation><tr><td><b>Rodič #{0}</b></td><td></td></tr><tr><td><b>Množina změn</b></td><td>{1}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1914"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1736"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Tagy</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1924"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1746"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Větve</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1375"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1244"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> <translation><tr><td><b>Poslední autor</b></td><td>{0}</td></tr><tr><td><b>Datum zapsání změn</b></td><td>{1}</td></tr><tr><td><b>Čas zapsání změn</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1906"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1728"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation><tr><td><b>Tip</b></td><td></td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1909"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1731"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Množina změn</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1929"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1751"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Rodiče</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1933"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1755"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -90491,12 +91194,12 @@ <translation><tr><td><b>Poslední autor</b></td><td>{0}</td></tr><tr><td><b>Datum zapsání změn</b></td><td>{1}</td></tr><tr><td><b>Čas zapsání změn</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1919"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1741"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1398"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1267"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -90507,13 +91210,13 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1896"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1718"/> <source><tr><td><b>Head #{0}</b></td><td></td></tr> </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1901"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1723"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> </source> <translation type="unfinished"></translation>