--- a/i18n/eric6_cs.ts Fri Jul 07 19:05:53 2017 +0200 +++ b/i18n/eric6_cs.ts Fri Jul 07 19:18:35 2017 +0200 @@ -51165,92 +51165,92 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="490"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="484"/> <source>Clone Session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="493"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="487"/> <source>Rename Session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="494"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="488"/> <source>Please enter a new name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="647"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="641"/> <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="519"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="513"/> <source>An error occurred while cloning the session file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="527"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="521"/> <source>An error occurred while renaming the session file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="558"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="552"/> <source>Save Session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="542"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="536"/> <source>Please enter a name for the session:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="542"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="536"/> <source>Saved Session ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="578"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="572"/> <source>Restore Backup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="578"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="572"/> <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="618"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="612"/> <source>Delete Session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="618"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="612"/> <source>Are you sure you want to delete session "{0}"?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="647"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="641"/> <source>New Session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="631"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="625"/> <source>Please enter a name for the new session:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="631"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="625"/> <source>New Session ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="691"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="685"/> <source>Please select the startup session:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="710"/> + <location filename="../WebBrowser/Session/SessionManager.py" line="704"/> <source>{0} (last session)</source> <translation type="unfinished"></translation> </message> @@ -61452,7 +61452,7 @@ </message> <message> <location filename="../Templates/TemplatePropertiesDialog.py" line="117"/> - <source><p>To use variables in a template, you just have to enclose the variable name with $-characters. When you use the template, you will then be asked for a value for this variable.</p><p>Example template: This is a $VAR$</p><p>When you use this template you will be prompted for a value for the variable $VAR$. Any occurrences of $VAR$ will then be replaced with whatever you've entered.</p><p>If you need a single $-character in a template, which is not used to enclose a variable, type $$(two dollar characters) instead. They will automatically be replaced with a single $-character when you use the template.</p><p>If you want a variables contents to be treated specially, the variablename must be followed by a ': and one formatting specifier (e.g. $VAR:ml$). The supported specifiers are:<table><tr><td>ml</td><td>Specifies a multiline formatting. The first line of the variable contents is prefixed with the string occurring before the variable on the same line of the template. All other lines are prefixed by the same amount of whitespace as the line containing the variable.</td></tr><tr><td>rl</td><td>Specifies a repeated line formatting. Each line of the variable contents is prefixed with the string occurring before the variable on the same line of the template.</td></tr></table></p><p>The following predefined variables may be used in a template:<table><tr><td>date</td><td>today's date in ISO format (YYYY-MM-DD)</td></tr><tr><td>year</td><td>the current year</td></tr><tr><td>project_name</td><td>the name of the project (if any)</td></tr><tr><td>project_path</td><td>the path of the project (if any)</td></tr><tr><td>path_name</td><td>full path of the current file</td></tr><tr><td>dir_name</td><td>full path of the parent directory</td></tr><tr><td>file_name</td><td>the current file name (without directory)</td></tr><tr><td>base_name</td><td>like <i>file_name</i>, but without extension</td></tr><tr><td>ext</td><td>the extension of the current file</td></tr><tr><td>cur_select</td><td>the currently selected text</td></tr><tr><td>insertion</td><td>Sets insertion point for cursor after template is inserted.</td></tr><tr><td>select_start</td><td>Sets span of selected text in template after template is inserted (used together with 'select_end').</td></tr><tr><td>select_end</td><td>Sets span of selected text in template after template is inserted (used together with 'select_start').</td></tr><tr><td>clipboard</td><td>the text of the clipboard</td></tr></table></p><p>If you want to change the default delimiter to anything different, please use the configuration dialog to do so.</p></source> + <source><p>To use variables in a template, you just have to enclose the variable name with $-characters. When you use the template, you will then be asked for a value for this variable.</p><p>Example template: This is a $VAR$</p><p>When you use this template you will be prompted for a value for the variable $VAR$. Any occurrences of $VAR$ will then be replaced with whatever you've entered.</p><p>If you need a single $-character in a template, which is not used to enclose a variable, type $$(two dollar characters) instead. They will automatically be replaced with a single $-character when you use the template.</p><p>If you want a variables contents to be treated specially, the variable name must be followed by a ':' and one formatting specifier (e.g. $VAR:ml$). The supported specifiers are:<table><tr><td>ml</td><td>Specifies a multiline formatting. The first line of the variable contents is prefixed with the string occurring before the variable on the same line of the template. All other lines are prefixed by the same amount of whitespace as the line containing the variable.</td></tr><tr><td>rl</td><td>Specifies a repeated line formatting. Each line of the variable contents is prefixed with the string occurring before the variable on the same line of the template.</td></tr></table></p><p>The following predefined variables may be used in a template:<table><tr><td>date</td><td>today's date in ISO format (YYYY-MM-DD)</td></tr><tr><td>year</td><td>the current year</td></tr><tr><td>time</td><td>current time in ISO format (hh:mm:ss)</td></tr><tr><td>project_name</td><td>the name of the project (if any)</td></tr><tr><td>project_path</td><td>the path of the project (if any)</td></tr><tr><td>path_name</td><td>full path of the current file</td></tr><tr><td>path_name_rel</td><td>project relative path of the current file</td></tr><tr><td>dir_name</td><td>full path of the current file's directory</td></tr><tr><td>dir_name_rel</td><td>project relative path of the current file's directory</td></tr><tr><td>file_name</td><td>the current file's name (without directory)</td></tr><tr><td>base_name</td><td>like <i>file_name</i>, but without extension</td></tr><tr><td>ext</td><td>the extension of the current file</td></tr><tr><td>cur_select</td><td>the currently selected text</td></tr><tr><td>insertion</td><td>Sets insertion point for cursor after template is inserted.</td></tr><tr><td>select_start</td><td>Sets span of selected text in template after template is inserted (used together with 'select_end').</td></tr><tr><td>select_end</td><td>Sets span of selected text in template after template is inserted (used together with 'select_start').</td></tr><tr><td>clipboard</td><td>the text of the clipboard</td></tr></table></p><p>If you want to change the default delimiter to anything different, please use the configuration dialog to do so.</p></source> <translation type="unfinished"></translation> </message> </context> @@ -61547,17 +61547,17 @@ <translation>Nápověda šablony</translation> </message> <message> - <location filename="../Templates/TemplateViewer.py" line="859"/> + <location filename="../Templates/TemplateViewer.py" line="866"/> <source>Edit Template Group</source> <translation>Editovat skupinu šablon</translation> </message> <message> - <location filename="../Templates/TemplateViewer.py" line="953"/> + <location filename="../Templates/TemplateViewer.py" line="960"/> <source>Save templates</source> <translation>Uložit šablony</translation> </message> <message> - <location filename="../Templates/TemplateViewer.py" line="987"/> + <location filename="../Templates/TemplateViewer.py" line="994"/> <source>Read templates</source> <translation>Načíst šablony</translation> </message> @@ -61572,17 +61572,17 @@ <translation><p>Opravdu chcete odebrat <b>{0}</b>?</p></translation> </message> <message> - <location filename="../Templates/TemplateViewer.py" line="859"/> + <location filename="../Templates/TemplateViewer.py" line="866"/> <source><p>A template group with the name <b>{0}</b> already exists.</p></source> <translation><p>Skupina šablon se jménem <b>{0}</b> již existuje.</p></translation> </message> <message> - <location filename="../Templates/TemplateViewer.py" line="953"/> + <location filename="../Templates/TemplateViewer.py" line="960"/> <source><p>The templates file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru se šablonami <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Templates/TemplateViewer.py" line="987"/> + <location filename="../Templates/TemplateViewer.py" line="994"/> <source><p>The templates file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor se šablonami <b>{0}</b> nelze přečíst.</p></translation> </message> @@ -72031,1324 +72031,1324 @@ <context> <name>WebBrowserWindow</name> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="3571"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="3583"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="275"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="276"/> <source>Contents</source> <translation type="unfinished">Obsah</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1566"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1567"/> <source>Index</source> <translation type="unfinished">Index</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1580"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1581"/> <source>Search</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1858"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1859"/> <source>JavaScript Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="654"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="655"/> <source>New Tab</source> <translation type="unfinished">Nový Tab</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="654"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="655"/> <source>&New Tab</source> <translation type="unfinished">&Nový tab</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="654"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="655"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="660"/> - <source>Open a new web browser tab</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="661"/> + <source>Open a new web browser tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="662"/> <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="669"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="670"/> <source>New Window</source> <translation type="unfinished">Nové okno</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="669"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="670"/> <source>New &Window</source> <translation type="unfinished">&Nové okno</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="669"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="670"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="675"/> - <source>Open a new web browser window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="676"/> + <source>Open a new web browser window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="677"/> <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="2513"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2514"/> <source>New Private Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="685"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="686"/> <source>New &Private Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="685"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="686"/> <source>Ctrl+Shift+P</source> <comment>File|New Private Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="691"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="692"/> <source>Open a new private web browser window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="693"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="694"/> <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="2546"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2547"/> <source>Open File</source> <translation type="unfinished">Otevřít soubor</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="702"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="703"/> <source>&Open File</source> <translation type="unfinished">&Otevřít soubor</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="702"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="703"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="708"/> - <source>Open a file for display</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="709"/> + <source>Open a file for display</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="710"/> <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="718"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="719"/> <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="718"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="719"/> <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="718"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="719"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="724"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="725"/> <source>Open a file for display in a new tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="726"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="727"/> <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="754"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="755"/> <source>Save Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="754"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="755"/> <source>Save Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="759"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="760"/> <source>Save the current page as a screen shot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="761"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="762"/> <source><b>Save Page Screen...</b><p>Saves the current page as a screen shot.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="769"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="770"/> <source>Save Visible Page Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="769"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="770"/> <source>Save Visible Page Screen...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="774"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="775"/> <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="777"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="778"/> <source><b>Save Visible 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="788"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="789"/> <source>Import Bookmarks</source> <translation type="unfinished">Importovat záložky</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="788"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="789"/> <source>&Import Bookmarks...</source> <translation type="unfinished">&Importovat záložky...</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="792"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="793"/> <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="794"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="795"/> <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="803"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="804"/> <source>Export Bookmarks</source> <translation type="unfinished">Export záložek</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="803"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="804"/> <source>&Export Bookmarks...</source> <translation type="unfinished">&Exportovat záložky...</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="807"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="808"/> <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="809"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="810"/> <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="2168"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2169"/> <source>Print</source> <translation type="unfinished">Tisk</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="822"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="823"/> <source>&Print</source> <translation type="unfinished">&Tisk</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="822"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="823"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="828"/> - <source>Print the displayed help</source> - <translation type="unfinished">Tisknout zobrazenou nápovědu</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="829"/> + <source>Print the displayed help</source> + <translation type="unfinished">Tisknout zobrazenou nápovědu</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="830"/> <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="840"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="841"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="845"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="846"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="847"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="848"/> <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="863"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="864"/> <source>Print Preview</source> <translation type="unfinished">Náhled tisku</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="868"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="869"/> <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="870"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="871"/> <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="896"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="897"/> <source>Close</source> <translation type="unfinished">Zavřít</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2883"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2895"/> <source>&Close</source> <translation type="unfinished">&Zavřít</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="896"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="897"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="902"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="903"/> <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="904"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="905"/> <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="912"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="913"/> <source>Close All</source> <translation type="unfinished">Zavřít vše</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="912"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="913"/> <source>Close &All</source> <translation type="unfinished">Z&avřít vše</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="916"/> - <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="917"/> + <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="918"/> <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="926"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="927"/> <source>Quit</source> <translation type="unfinished">Konec</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2887"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2899"/> <source>&Quit</source> <translation type="unfinished">&Konec</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="926"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="927"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="932"/> - <source>Quit the eric6 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="933"/> + <source>Quit the eric6 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="934"/> <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"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="945"/> <source>Backward</source> <translation type="unfinished">Nazpět</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="944"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="945"/> <source>&Backward</source> <translation type="unfinished">&Nazpět</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="944"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="945"/> <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>Move one screen backward</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="952"/> <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="960"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="961"/> <source>Forward</source> <translation type="unfinished">Dopředu</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="960"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="961"/> <source>&Forward</source> <translation type="unfinished">&Dopředu</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="960"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="961"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="966"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="967"/> <source>Move one screen forward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="968"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="969"/> <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="977"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="978"/> <source>Home</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="977"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="978"/> <source>&Home</source> <translation type="unfinished">&Hlavní strana</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="977"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="978"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="985"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="986"/> <source><b>Home</b><p>Moves to the initial screen.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="993"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="994"/> <source>Reload</source> <translation type="unfinished">Obnovit</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="993"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="994"/> <source>&Reload</source> <translation type="unfinished">&Obnovit</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="993"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="994"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="993"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="994"/> <source>F5</source> <comment>Go|Reload</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1000"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1001"/> <source>Reload the current screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1002"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1003"/> <source><b>Reload</b><p>Reloads the current screen.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1010"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1011"/> <source>Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1010"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1011"/> <source>&Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1010"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1011"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation type="unfinished">Ctrl+.</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1010"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1011"/> <source>Esc</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1017"/> - <source>Stop loading</source> - <translation type="unfinished">Zastavit načítání</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1018"/> + <source>Stop loading</source> + <translation type="unfinished">Zastavit načítání</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1019"/> <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="1026"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1027"/> <source>Copy</source> <translation type="unfinished">Kopírovat</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1026"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1027"/> <source>&Copy</source> <translation type="unfinished">&Kopírovat</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1026"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1027"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1032"/> - <source>Copy the selected text</source> - <translation type="unfinished">Kopírovat vybraný text</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1033"/> + <source>Copy the selected text</source> + <translation type="unfinished">Kopírovat vybraný text</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1034"/> <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="1041"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1042"/> <source>Cut</source> <translation type="unfinished">Vyjmout</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1041"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1042"/> <source>Cu&t</source> <translation type="unfinished">Vyjmou&t</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1041"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1042"/> <source>Ctrl+X</source> <comment>Edit|Cut</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1047"/> - <source>Cut the selected text</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1048"/> + <source>Cut the selected text</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1049"/> <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="1056"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1057"/> <source>Paste</source> <translation type="unfinished">Vložit</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1056"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1057"/> <source>&Paste</source> <translation type="unfinished">V&ložit</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1056"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1057"/> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1062"/> - <source>Paste text from the clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1063"/> + <source>Paste text from the clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1064"/> <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="1071"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1072"/> <source>Undo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1071"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1072"/> <source>&Undo</source> <translation type="unfinished">&Vrátit</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1071"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1072"/> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1077"/> - <source>Undo the last edit action</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1078"/> + <source>Undo the last edit action</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1079"/> <source><b>Undo</b><p>Undo the last edit action.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1086"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1087"/> <source>Redo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1086"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1087"/> <source>&Redo</source> <translation type="unfinished">&Znovu použít</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1086"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1087"/> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1092"/> - <source>Redo the last edit action</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1093"/> + <source>Redo the last edit action</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1094"/> <source><b>Redo</b><p>Redo the last edit action.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1101"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1102"/> <source>Select All</source> <translation type="unfinished">Vybrat vše</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1101"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1102"/> <source>&Select All</source> <translation type="unfinished">Vybrat vš&e</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1101"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1102"/> <source>Ctrl+A</source> <comment>Edit|Select All</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1107"/> - <source>Select all text</source> - <translation type="unfinished">Vybrat všechen text</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1108"/> + <source>Select all text</source> + <translation type="unfinished">Vybrat všechen text</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1109"/> <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="1130"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1131"/> <source>Find...</source> <translation type="unfinished">Hledat...</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1130"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1131"/> <source>&Find...</source> <translation type="unfinished">&Hledat...</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1130"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1131"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1136"/> - <source>Find text in page</source> - <translation type="unfinished">Hledat text na stránce</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1137"/> + <source>Find text in page</source> + <translation type="unfinished">Hledat text na stránce</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1138"/> <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="1145"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1146"/> <source>Find next</source> <translation type="unfinished">Najít další</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1145"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1146"/> <source>Find &next</source> <translation type="unfinished">Hledat &následující</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1145"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1146"/> <source>F3</source> <comment>Edit|Find next</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1151"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1152"/> <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="1153"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1154"/> <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="1161"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1162"/> <source>Find previous</source> <translation type="unfinished">Najít předchozí</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1161"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1162"/> <source>Find &previous</source> <translation type="unfinished">Hledat &předchozí</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1161"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1162"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1167"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1168"/> <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="1169"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1170"/> <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="1179"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1180"/> <source>Manage Bookmarks</source> <translation type="unfinished">Správa záložek</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1179"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1180"/> <source>&Manage Bookmarks...</source> <translation type="unfinished">&Správa záložek...</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1179"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1180"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1184"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1185"/> <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="1186"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1187"/> <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="1195"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1196"/> <source>Add Bookmark</source> <translation type="unfinished">Přidat záložku</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1195"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1196"/> <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1195"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1196"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1202"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1203"/> <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="1204"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1205"/> <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="1212"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1213"/> <source>Add Folder</source> <translation type="unfinished">Přidat složku</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1212"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1213"/> <source>Add &Folder...</source> <translation type="unfinished">Přidat s&ložku...</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1216"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1217"/> <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="1218"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1219"/> <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="1227"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1228"/> <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="1227"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1228"/> <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="1231"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1232"/> <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="1233"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1234"/> <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="1242"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1243"/> <source>What's This?</source> <translation type="unfinished">Co je to?</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1242"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1243"/> <source>&What's This?</source> <translation type="unfinished">&Co je to?</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1242"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1243"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1248"/> - <source>Context sensitive help</source> - <translation type="unfinished">Kontextově senzitivní nápověda</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1249"/> + <source>Context sensitive help</source> + <translation type="unfinished">Kontextově senzitivní nápověda</translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1250"/> <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="1261"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1262"/> <source>About</source> <translation type="unfinished">O aplikaci</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1261"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1262"/> <source>&About</source> <translation type="unfinished">O &aplikaci</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1265"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1266"/> <source>Display information about this software</source> <translation type="unfinished">Zobrazit informace a tomto software</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1267"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1268"/> <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="1275"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1276"/> <source>About Qt</source> <translation type="unfinished">O Qt</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1275"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1276"/> <source>About &Qt</source> <translation type="unfinished">O &Qt</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1279"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1280"/> <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="1281"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1282"/> <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="1289"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1290"/> <source>Zoom in</source> <translation type="unfinished">Přiblížit</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1289"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1290"/> <source>Zoom &in</source> <translation type="unfinished">Př&iblížit</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1289"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1290"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1289"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1290"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1296"/> - <source>Zoom in on the web page</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1297"/> + <source>Zoom in on the web page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1298"/> <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="1306"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1307"/> <source>Zoom out</source> <translation type="unfinished">Oddálit</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1306"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1307"/> <source>Zoom &out</source> <translation type="unfinished">&Oddálit</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1306"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1307"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1306"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1307"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1313"/> - <source>Zoom out on the web page</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1314"/> + <source>Zoom out on the web page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1315"/> <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="1323"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1324"/> <source>Zoom reset</source> <translation type="unfinished">Resetovat lupu</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1323"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1324"/> <source>Zoom &reset</source> <translation type="unfinished">&Resetovat lupu</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1323"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1324"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1329"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1330"/> <source>Reset the zoom of the web page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1331"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1332"/> <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="1340"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1341"/> <source>Show page source</source> <translation type="unfinished">Zobrazit zdroj strany</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1340"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1341"/> <source>Ctrl+U</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1345"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1346"/> <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="1347"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1348"/> <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="1356"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1357"/> <source>Full Screen</source> <translation type="unfinished">Celá obrazovka</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1356"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1357"/> <source>&Full Screen</source> <translation type="unfinished">&Celá obrazovka</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1366"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1367"/> <source>F11</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1372"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1373"/> <source>Show next tab</source> <translation type="unfinished">Zobrazit následující tab</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1372"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1373"/> <source>Ctrl+Alt+Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1382"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1383"/> <source>Show previous tab</source> <translation type="unfinished">Zobrazit předchozí tab</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1382"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1383"/> <source>Shift+Ctrl+Alt+Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1392"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1393"/> <source>Switch between tabs</source> <translation type="unfinished">Přepnout mezi taby</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1392"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1393"/> <source>Ctrl+1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1402"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1403"/> <source>Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1402"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1403"/> <source>&Preferences...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1406"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1407"/> <source>Set the prefered configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1408"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1409"/> <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="1417"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1418"/> <source>Languages</source> <translation type="unfinished">Jazyky</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1417"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1418"/> <source>&Languages...</source> <translation type="unfinished">&Jazyky...</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1422"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1423"/> <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="1424"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1425"/> <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="1433"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1434"/> <source>Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1433"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1434"/> <source>C&ookies...</source> <translation type="unfinished">C&ookies...</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1437"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1438"/> <source>Configure cookies handling</source> <translation type="unfinished">Nastavit ovládání cookies</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1439"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1440"/> <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="1448"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1449"/> <source>Flash Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1448"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1449"/> <source>&Flash Cookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1453"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1454"/> <source>Manage flash cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1455"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1456"/> <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="1464"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1465"/> <source>Personal Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1464"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1465"/> <source>Personal Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1470"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1471"/> <source>Configure personal information for completing form fields</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1472"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1473"/> <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="1482"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1483"/> <source>GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1482"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1483"/> <source>GreaseMonkey Scripts...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1488"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1489"/> <source>Configure the GreaseMonkey Scripts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1490"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1491"/> <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="1500"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1501"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1500"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1501"/> <source>Edit Message Filters...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1505"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1506"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1507"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1508"/> <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="1518"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1519"/> <source>Edit HTML5 Feature Permissions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1518"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1519"/> <source>Edit HTML5 Feature Permissions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1523"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1524"/> <source>Edit the remembered HTML5 feature permissions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1525"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1526"/> <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="1536"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1537"/> <source>Sync with Table of Contents</source> <translation type="unfinished">Sync obsahu</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1541"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1542"/> <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="1543"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1544"/> <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="1552"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1553"/> <source>Table of Contents</source> <translation type="unfinished">Obsah</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1556"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1557"/> <source>Shows the table of contents window</source> <translation type="unfinished">Zobrazit okno s obsahem</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1558"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1559"/> <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="1570"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1571"/> <source>Shows the index window</source> <translation type="unfinished">Zobrazit index okna</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1572"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1573"/> <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="1584"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1585"/> <source>Shows the search window</source> <translation type="unfinished">Zobrazit okno hledání</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1586"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1587"/> <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="1595"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1596"/> <source>Manage QtHelp Documents</source> <translation type="unfinished">Uspořádat dokumenty QtNápovědy</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1595"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1596"/> <source>Manage QtHelp &Documents</source> <translation type="unfinished">Uspořádat QtHelp &dokumenty</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1599"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1600"/> <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="1601"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1602"/> <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> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1611"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1612"/> <source>Manage QtHelp Filters</source> <translation type="unfinished">Uspořádat filtry QtNápovědy</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1611"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1612"/> <source>Manage QtHelp &Filters</source> <translation type="unfinished">Uspořádat QtHelp &filtry</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1615"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1616"/> <source>Shows a dialog to manage the QtHelp filters</source> <translation type="unfinished">Zobrazit dialog pro uspořádání filtrů QtNápovědy</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1617"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1618"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation type="unfinished"><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="1626"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1627"/> <source>Reindex Documentation</source> <translation type="unfinished">Znovu indexovat dokumentaci</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1626"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1627"/> <source>&Reindex Documentation</source> <translation type="unfinished">Přeinde&xovat dokumentaci</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1630"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1631"/> <source>Reindexes the documentation set</source> <translation type="unfinished">Přeindexuje dokumentaci</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1632"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1633"/> <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="1647"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1648"/> <source>Clear private data</source> <translation type="unfinished">Smazat soukromá data</translation> </message> @@ -73358,279 +73358,279 @@ <translation type="obsolete">Smazat &soukromá data</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1649"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1650"/> <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="1659"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1660"/> <source>Clear icons database</source> <translation type="unfinished">Vyčistit ikony databáze</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1659"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1660"/> <source>Clear &icons database</source> <translation type="unfinished">Smazat databázi &ikon</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1664"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1665"/> <source>Clear the database of favicons</source> <translation type="unfinished">Vyčistit databázi favicons</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1666"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1667"/> <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="1675"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1676"/> <source>Manage saved Favicons</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1681"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1682"/> <source>Show a dialog to manage the saved favicons</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1683"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1684"/> <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="1692"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1693"/> <source>Configure Search Engines</source> <translation type="unfinished">Konfigurovat vyhledávací enginy</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1692"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1693"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1697"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1698"/> <source>Configure the available search engines</source> <translation type="unfinished">Konfigurovat dostupné vyhledávací enginy</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1699"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1700"/> <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="1709"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1710"/> <source>Manage Saved Passwords</source> <translation type="unfinished">Spravovat uložená hesla</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1709"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1710"/> <source>Manage Saved Passwords...</source> <translation type="unfinished">Spravovat uložená hesla...</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1715"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1716"/> <source>Manage the saved passwords</source> <translation type="unfinished">Spravovat vaše uložená hesla</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1717"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1718"/> <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="1725"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1726"/> <source>Ad Block</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1725"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1726"/> <source>&Ad Block...</source> <translation type="unfinished">&Ad Block...</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1731"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1732"/> <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="1733"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1734"/> <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="1742"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1743"/> <source>Manage SSL Certificate Errors</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1742"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1743"/> <source>Manage SSL Certificate Errors...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1748"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1749"/> <source>Manage the accepted SSL certificate Errors</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1750"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1751"/> <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="1760"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1761"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1764"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1765"/> <source>Shows the downloads window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1766"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1767"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1775"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1776"/> <source>RSS Feeds Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1775"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1776"/> <source>&RSS Feeds Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1775"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1776"/> <source>Ctrl+Shift+F</source> <comment>Help|RSS Feeds Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1781"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1782"/> <source>Open a dialog showing the configured RSS feeds.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1783"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1784"/> <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="1793"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1794"/> <source>Siteinfo Dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1793"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1794"/> <source>&Siteinfo Dialog...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1793"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1794"/> <source>Ctrl+Shift+I</source> <comment>Help|Siteinfo Dialog</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1799"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1800"/> <source>Open a dialog showing some information about the current site.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1801"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1802"/> <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="1810"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1811"/> <source>Manage User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1810"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1811"/> <source>Manage &User Agent Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1814"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1815"/> <source>Shows a dialog to manage the User Agent settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1816"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1817"/> <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="1825"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1826"/> <source>Synchronize data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1825"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1826"/> <source>&Synchronize Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1830"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1831"/> <source>Shows a dialog to synchronize data via the network</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1832"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1833"/> <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="1842"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1843"/> <source>Manage Saved Zoom Values</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1842"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1843"/> <source>Manage Saved Zoom Values...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1848"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1849"/> <source>Manage the saved zoom values</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1850"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1851"/> <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="1862"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1863"/> <source>Toggle the JavaScript console window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1864"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1865"/> <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="1962"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1963"/> <source>&File</source> <translation type="unfinished">S&oubor</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1994"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1995"/> <source>&Edit</source> <translation type="unfinished">&Edit</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2223"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2224"/> <source>&View</source> <translation type="unfinished">Poh&led</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2021"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2022"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> @@ -73640,27 +73640,27 @@ <translation type="obsolete">&Jít</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2033"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2034"/> <source>H&istory</source> <translation type="unfinished">H&istorie</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2050"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2051"/> <source>&Bookmarks</source> <translation type="unfinished">&Záložky</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2066"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2067"/> <source>&Settings</source> <translation type="unfinished">Na&stavení</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2092"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2093"/> <source>Global User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2253"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2254"/> <source>&Tools</source> <translation type="unfinished">&Nástroje</translation> </message> @@ -73670,52 +73670,52 @@ <translation type="obsolete">O&kno</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2133"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2134"/> <source>&Help</source> <translation type="unfinished">&Nápověda</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2277"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2278"/> <source>File</source> <translation type="unfinished">Soubor</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2309"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2310"/> <source>Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2322"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2323"/> <source>View</source> <translation type="unfinished">Pohled</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2332"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2333"/> <source>Find</source> <translation type="unfinished">Hledat</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2341"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2342"/> <source>Filter</source> <translation type="unfinished">Filtr</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2346"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2347"/> <source>Filtered by: </source> <translation type="unfinished">Filtrováno: </translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2354"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2355"/> <source>Settings</source> <translation type="unfinished">Nastavení</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2366"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2367"/> <source>Tools</source> <translation type="unfinished">Nástroje</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2375"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2376"/> <source>Help</source> <translation type="unfinished"></translation> </message> @@ -73725,32 +73725,32 @@ <translation type="obsolete">Jít</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2382"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2383"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1902"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1903"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4630"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4642"/> <source>IP Address Report</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4640"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4652"/> <source>Domain Report</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2513"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2514"/> <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="2513"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2514"/> <source>OK</source> <translation type="unfinished">OK</translation> </message> @@ -73760,108 +73760,108 @@ <translation type="obsolete">Help soubory (*.html *.htm);;PDF soubory (*.pdf);;CHM soubory (*.chm);;Všechny soubory (*)</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2597"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2598"/> <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="2721"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2722"/> <source>Saved Tabs</source> <translation type="unfinished">Uložkt taby</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="3388"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="3400"/> <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="3491"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="3503"/> <source>Updating search index</source> <translation type="unfinished">Aktualizovat index pro hledání</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="3561"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="3573"/> <source>Looking for Documentation...</source> <translation type="unfinished">Vyhledat dokumentaci...</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="3596"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="3608"/> <source>Unfiltered</source> <translation type="unfinished">Nefiltrováno</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="3615"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="3627"/> <source>Help Engine</source> <translation type="unfinished">Engine nápovědy</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4168"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4180"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4172"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4184"/> <source>Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4174"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4186"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4170"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4182"/> <source>Unicode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4178"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4190"/> <source>Other</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4176"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4188"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4595"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4607"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4595"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4607"/> <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="4621"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4633"/> <source>Enter a valid IPv4 address in dotted quad notation:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4630"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4642"/> <source>The given IP address is not in dotted quad notation.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4640"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4652"/> <source>Enter a valid domain name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1873"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1874"/> <source>Tab Manager</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1877"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1878"/> <source>Shows the tab manager window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1879"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1880"/> <source><b>Tab Manager</b><p>Shows the tab manager window.</p></source> <translation type="unfinished"></translation> </message> @@ -73871,164 +73871,164 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="736"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="737"/> <source>Save As</source> <translation type="unfinished">Uložit jako</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="736"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="737"/> <source>&Save As...</source> <translation type="unfinished">Uložit j&ako...</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="736"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="737"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="742"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="743"/> <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="744"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="745"/> <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="1116"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1117"/> <source>Unselect</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1121"/> - <source>Clear current selection</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1122"/> + <source>Clear current selection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1123"/> <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="1116"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1117"/> <source>Alt+Ctrl+A</source> <comment>Edit|Unselect</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2546"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2547"/> <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="983"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="984"/> <source>Move to the initial screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1363"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1364"/> <source>Meta+Ctrl+F</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2259"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2260"/> <source>&VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2225"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2226"/> <source>&Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2127"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2128"/> <source>&Toolbars</source> <translation type="unfinished">&Toolbary</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2161"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2162"/> <source>Save</source> <translation type="unfinished">Uložit</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2181"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2182"/> <source>Show All History...</source> <translation type="unfinished">Zobrazit celou historii...</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4203"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4215"/> <source>Menu Bar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4208"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4220"/> <source>Bookmarks</source> <translation type="unfinished">Záložky</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4213"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4225"/> <source>Status Bar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4227"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4239"/> <source>&Show all</source> <translation type="unfinished">&Zobrazit vše</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4229"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4241"/> <source>&Hide all</source> <translation type="unfinished">&Skrýt vše</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="881"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="882"/> <source>Send Page Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="886"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="887"/> <source>Send the link of the current page via email</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="888"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="889"/> <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="1887"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1888"/> <source>Session Manager</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1887"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1888"/> <source>Session Manager...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1891"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1892"/> <source>Shows the session manager window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1893"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1894"/> <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="2155"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2156"/> <source>Sessions</source> <translation type="unfinished">Relace</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2873"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2885"/> <source>Are you sure you want to close the web browser?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2873"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2885"/> <source>Are you sure you want to close the web browser? You have {0} windows with {1} tabs open.</source> <translation type="unfinished"></translation>