--- a/i18n/eric6_zh_CN.ts Fri Jul 07 19:05:53 2017 +0200 +++ b/i18n/eric6_zh_CN.ts Fri Jul 07 19:18:35 2017 +0200 @@ -51006,92 +51006,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> @@ -61316,7 +61316,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> @@ -61416,17 +61416,17 @@ <translation>模板帮助</translation> </message> <message> - <location filename="../Templates/TemplateViewer.py" line="859"/> + <location filename="../Templates/TemplateViewer.py" line="866"/> <source>Edit Template Group</source> <translation>编辑模板组</translation> </message> <message> - <location filename="../Templates/TemplateViewer.py" line="953"/> + <location filename="../Templates/TemplateViewer.py" line="960"/> <source>Save templates</source> <translation>保存模板</translation> </message> <message> - <location filename="../Templates/TemplateViewer.py" line="987"/> + <location filename="../Templates/TemplateViewer.py" line="994"/> <source>Read templates</source> <translation>写入模板</translation> </message> @@ -61436,17 +61436,17 @@ <translation type="unfinished"></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 type="unfinished"></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 type="unfinished"></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 type="unfinished"></translation> </message> @@ -71899,1324 +71899,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"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1566"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1567"/> <source>Index</source> <translation type="unfinished"></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">新建选项卡</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="654"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="655"/> <source>&New Tab</source> <translation type="unfinished">新建选项卡(&N)</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">Ctrl+T</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="660"/> + <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="661"/> + <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">新建窗口</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="669"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="670"/> <source>New &Window</source> <translation type="unfinished"></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">Ctrl+N</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="675"/> + <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="676"/> + <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">打开文件</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="702"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="703"/> <source>&Open File</source> <translation type="unfinished">打开文件(&O)</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">Ctrl+O</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="708"/> + <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="709"/> + <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">在新选项卡中打开文件</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">在新选项卡中打开文件(&T)</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">Shift+Ctrl+O</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"><b>保存屏幕页面截图…</b><p>将当前页面保存为屏幕截图。</p></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"><b>保存可见屏幕页面截图…</b><p>将当前页面的可见部分保存为屏幕截图。</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="788"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="789"/> <source>Import Bookmarks</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">导入书签(&I)…</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">从其它浏览器导入书签</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"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="803"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="804"/> <source>Export Bookmarks</source> <translation type="unfinished">导出书签</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="803"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="804"/> <source>&Export Bookmarks...</source> <translation type="unfinished">导出书签(&E)…</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">导出书签至文件</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"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2168"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2169"/> <source>Print</source> <translation type="unfinished">打印</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="822"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="823"/> <source>&Print</source> <translation type="unfinished">打印(&P)</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">Ctrl+P</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="828"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="829"/> <source>Print the displayed help</source> <translation type="unfinished">打印显示的帮助</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="829"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="830"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation type="unfinished"><b>打印</b><p>打印显示的帮助文本。</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">打印为 PDF</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">将显示的帮助打印为 PDF</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"><b>打印为 PDF</b><p>将显示的帮助文本打印为 PDF 文件。</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="863"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="864"/> <source>Print Preview</source> <translation type="unfinished">打印预览</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">移动到初始帮助屏幕</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>打印预览</b><p>显示的帮助文件的打印预览。</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="896"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="897"/> <source>Close</source> <translation type="unfinished">关闭</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2883"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2895"/> <source>&Close</source> <translation type="unfinished">关闭(&C)</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">Ctrl+W</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"></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">全部关闭</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="912"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="913"/> <source>Close &All</source> <translation type="unfinished">全部关闭(&A)</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="916"/> - <source>Close all help windows</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="917"/> + <source>Close all help windows</source> + <translation type="unfinished"></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">退出</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2887"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2899"/> <source>&Quit</source> <translation type="unfinished">退出(&Q)</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">Ctrl+Q</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="932"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="933"/> <source>Quit the eric6 Web Browser</source> <translation type="unfinished">退出 eric6 网页浏览器</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="933"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="934"/> <source><b>Quit</b><p>Quit the eric6 Web Browser.</p></source> <translation type="unfinished"><b>退出</b><p>退出 eric6 网页浏览器。</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="944"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="945"/> <source>Backward</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">后退(&B)</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">Alt+Left</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="950"/> + <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="951"/> + <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">前移</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="960"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="961"/> <source>&Forward</source> <translation type="unfinished">前移(&F)</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">Alt+Right</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">Home</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="977"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="978"/> <source>&Home</source> <translation type="unfinished">首页(&H)</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">Ctrl+Home</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">重新载入</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="993"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="994"/> <source>&Reload</source> <translation type="unfinished">重新载入(&R)</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">Ctrl+R</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">F5</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">中止(&S)</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">Esc</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1017"/> - <source>Stop loading</source> - <translation type="unfinished">停止加载</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1018"/> + <source>Stop loading</source> + <translation type="unfinished">停止加载</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>中止</b><p>中止载入当前选项卡。</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1026"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1027"/> <source>Copy</source> <translation type="unfinished">复制</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1026"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1027"/> <source>&Copy</source> <translation type="unfinished">复制(&C)</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">Ctrl+C</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1032"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1033"/> <source>Copy the selected text</source> <translation type="unfinished">复制已选文本</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1033"/> + <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>复制</b><p>将已选文件复制到剪贴板中。</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1041"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1042"/> <source>Cut</source> <translation type="unfinished">剪切</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1041"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1042"/> <source>Cu&t</source> <translation type="unfinished"></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">Ctrl+X</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">粘贴</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1056"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1057"/> <source>&Paste</source> <translation type="unfinished">粘贴(&P)</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">Ctrl+V</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1062"/> + <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="1063"/> + <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">撤消(&U)</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">Ctrl+Z</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1077"/> + <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="1078"/> + <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">重做(&R)</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">Ctrl+Shift+Z</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1092"/> + <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="1093"/> + <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">全选</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1101"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1102"/> <source>&Select All</source> <translation type="unfinished">全选(&S)</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">Ctrl+A</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1107"/> - <source>Select all text</source> - <translation type="unfinished">选择所有文本</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1108"/> + <source>Select all text</source> + <translation type="unfinished">选择所有文本</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">查找…</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1130"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1131"/> <source>&Find...</source> <translation type="unfinished">查找(&F)…</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">Ctrl+F</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1136"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1137"/> <source>Find text in page</source> <translation type="unfinished">在页面中查找文本</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1137"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1138"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation type="unfinished"><b>查找</b><p>在页面中查找文本。</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">查找下一个</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1145"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1146"/> <source>Find &next</source> <translation type="unfinished">查找下一个(&N)</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">F3</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">在页面中查找文本的下一个出现位置</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>查找下一个</b><p>在页面中查找文本的下一个出现位置。</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">查找上一个</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1161"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1162"/> <source>Find &previous</source> <translation type="unfinished">查找上一个(&P)</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">Shift+F3</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">在页面中查找文本的上一个出现位置</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>查找上一个</b><p>在页面中查找文本的上一个出现位置。</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">管理书签</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1179"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1180"/> <source>&Manage Bookmarks...</source> <translation type="unfinished">管理书签(&M)…</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">打开一个对话框来管理书签。</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"></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>Add &Bookmark...</source> <translation type="unfinished">添加书签(&B)…</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">Ctrl+D</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">打开一个对话框来添加书签。</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>管理书签</b><p>打开对话框以将当前的 URL 添加成为书签。</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">添加文件夹</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1212"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1213"/> <source>Add &Folder...</source> <translation type="unfinished">添加文件夹(&F)…</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">打开一个对话框来添加新的书签文件夹。</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>添加文件夹…</b><p>打开一个对话框来添加新的书签文件夹。</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">将所有选项卡加入书签</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">将所有选项卡加入书签…</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">将所有打开的选项卡加入书签。</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>将所有选项卡加入书签…</b><p>打开一个对话框来将所有打开的选项卡加入一个新的书签文件夹。</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">这是什么?</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">这是什么(&W)?</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">Shift+F1</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1248"/> - <source>Context sensitive help</source> - <translation type="unfinished">背景帮助</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="1249"/> + <source>Context sensitive help</source> + <translation type="unfinished">背景帮助</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>显示背景帮助</b><p>在“这是什么?”模式中,鼠标光标显示为带问号的箭头,通过点击界面元素你可以获得“在做什么”和“怎样使用”的简短描述。使用标题栏中的上下文帮助按钮可以获得此功能。</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1261"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1262"/> <source>About</source> <translation type="unfinished">关于</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1261"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1262"/> <source>&About</source> <translation type="unfinished">关于(&A)</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">显示软件信息</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>关于</b><p>显示与本软件有关的部分信息。</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">关于 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">关于 &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"></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">放大</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1289"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1290"/> <source>Zoom &in</source> <translation type="unfinished">放大(&I)</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">Ctrl++</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">缩小</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1306"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1307"/> <source>Zoom &out</source> <translation type="unfinished">缩小(&O)</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">Ctrl+-</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">重置缩放</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1323"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1324"/> <source>Zoom &reset</source> <translation type="unfinished">重置缩放(&R)</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">Ctrl+0</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">显示页面源代码</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1340"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1341"/> <source>Ctrl+U</source> <translation type="unfinished">Ctrl+U</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">在编辑器中显示页面源代码</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>显示页面源代码</b><p>在编辑器中显示页面源代码。</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">全屏幕</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1356"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1357"/> <source>&Full Screen</source> <translation type="unfinished">全屏幕(&F)</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1366"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1367"/> <source>F11</source> <translation type="unfinished">F11</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">显示下一个选项卡</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">Ctrl+Alt+Tab</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">显示上一个选项卡</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">Shift+Ctrl+Alt+Tab</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">在选项卡间切换</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1392"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1393"/> <source>Ctrl+1</source> <translation type="unfinished">Ctrl+1</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">语言</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1417"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1418"/> <source>&Languages...</source> <translation type="unfinished">语言(&L)…</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">配置显示网页时能接受的语言</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>语言</b><p>配置显示网页时接受的语言。</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1433"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1434"/> <source>Cookies</source> <translation type="unfinished">Cookies</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"></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"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1448"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1449"/> <source>Flash Cookies</source> <translation type="unfinished">Flash Cookies</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1448"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1449"/> <source>&Flash Cookies...</source> <translation type="unfinished">&Flash Cookies...</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">管理 flash cookies</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"><b>个人信息…</b><p>打开一个对话框来配置用于自动补全表格字段的个人信息。</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1482"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1483"/> <source>GreaseMonkey Scripts</source> <translation type="unfinished">GreaseMonkey 脚本</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1482"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1483"/> <source>GreaseMonkey Scripts...</source> <translation type="unfinished">GreaseMonkey 脚本…</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"><b>编辑消息过滤器</b><p>打开对话框来编辑消息过滤器,使得不期望的错误信息不再在错误窗口中显示。</p></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"></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"></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"></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"></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"></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"></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"></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"></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"></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"></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"></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">管理 QtHelp 文档(&D)</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"></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"></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"></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"></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"></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"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1626"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1627"/> <source>Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1626"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1627"/> <source>&Reindex Documentation</source> <translation type="unfinished"></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"></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"></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">清空隐私数据</translation> </message> @@ -73226,279 +73226,279 @@ <translation type="obsolete">清空隐私数据(&C)</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>清空隐私数据</b><p>清空隐私数据,例如浏览历史、搜索历史或 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">清除图标数据库</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">清空图标数据库(&I)</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">清除喜好图标数据库</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>清除图标数据库</b><p>清除以前访问过的 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">配置搜索引擎</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">配置搜索引擎(&E)…</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">配置可用的搜索引擎</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"></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">管理已保存的密码</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">管理已保存的密码…</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">管理已保存的密码</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>管理已保存的密码…</b><p>打开一个对话框以管理已保存的密码。</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">Ad Block</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">配置 AdBlock 订阅组和规则</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>打开一个对话框以配置 AdBlock 订阅组和规则。</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">Ctrl+Shift+F</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">Ctrl+Shift+I</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">同步数据(&S)…</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"><b>管理保存的缩放值…</b><p>打开一个对话框来管理已保存的缩放值。</p></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">文件(&F)</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1994"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="1995"/> <source>&Edit</source> <translation type="unfinished">编辑(&E)</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2223"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2224"/> <source>&View</source> <translation type="unfinished">视图(&V)</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> @@ -73508,27 +73508,27 @@ <translation type="obsolete">跳转(&G)</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2033"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2034"/> <source>H&istory</source> <translation type="unfinished">历史(&I)</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2050"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2051"/> <source>&Bookmarks</source> <translation type="unfinished">书签(&B)</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2066"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2067"/> <source>&Settings</source> <translation type="unfinished">设置(&S)</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">工具(&T)</translation> </message> @@ -73538,52 +73538,52 @@ <translation type="obsolete">窗口(&W)</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2133"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2134"/> <source>&Help</source> <translation type="unfinished">帮助(&H)</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2277"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2278"/> <source>File</source> <translation type="unfinished">文件</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">视图</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2332"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2333"/> <source>Find</source> <translation type="unfinished">查找</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2341"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2342"/> <source>Filter</source> <translation type="unfinished">过滤器</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2346"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2347"/> <source>Filtered by: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2354"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2355"/> <source>Settings</source> <translation type="unfinished">设置</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2366"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2367"/> <source>Tools</source> <translation type="unfinished">工具</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> @@ -73593,32 +73593,32 @@ <translation type="obsolete">跳转</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2382"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2383"/> <source>VirusTotal</source> <translation type="unfinished">VirusTotal</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"><p>无法启动进程。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2513"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2514"/> <source>OK</source> <translation type="unfinished">确定</translation> </message> @@ -73628,67 +73628,67 @@ <translation type="obsolete">帮助文件 (*.html *.htm);;PDF 文件 (*.pdf);;CHM 文件 (*.chm);;所有文件 (*)</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">已保存的选项卡</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"></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"></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"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="3596"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="3608"/> <source>Unfiltered</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="3615"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="3627"/> <source>Help Engine</source> <translation type="unfinished">帮助引擎</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4168"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4180"/> <source>ISO</source> <translation type="unfinished">ISO</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4172"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4184"/> <source>Windows</source> <translation type="unfinished">Windows</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">Unicode</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">IBM</translation> </message> @@ -73698,43 +73698,43 @@ <translation type="obsolete">默认编码</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4595"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4607"/> <source>VirusTotal Scan</source> <translation type="unfinished">VirusTotal 扫描</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> @@ -73744,164 +73744,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">另存为</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="736"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="737"/> <source>&Save As...</source> <translation type="unfinished">另存为(&S)…</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">Shift+Ctrl+S</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">将当前页面保存至磁盘</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>另存为…</b><p>将当前页面保存至磁盘。</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">Alt+Ctrl+A</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">窗口(&W)</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2127"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2128"/> <source>&Toolbars</source> <translation type="unfinished">工具栏(&T)</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2161"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="2162"/> <source>Save</source> <translation type="unfinished">保存</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">显示所有历史记录…</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">书签</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">全部显示(&S)</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="4229"/> + <location filename="../WebBrowser/WebBrowserWindow.py" line="4241"/> <source>&Hide all</source> <translation type="unfinished">全部隐藏(&H)</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">会话</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>