Sun, 12 Jul 2015 18:59:15 +0200
Modified the web browser such, that it will ask the user, if he wants to close a modified page.
Helpviewer/HelpTabWidget.py | file | annotate | diff | comparison | revisions | |
i18n/eric6_cs.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_de.qm | file | annotate | diff | comparison | revisions | |
i18n/eric6_de.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_en.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_es.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_fr.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_it.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_pt.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_ru.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_tr.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_zh_CN.GB2312.ts | file | annotate | diff | comparison | revisions |
--- a/Helpviewer/HelpTabWidget.py Sun Jul 12 11:52:30 2015 +0200 +++ b/Helpviewer/HelpTabWidget.py Sun Jul 12 18:59:15 2015 +0200 @@ -450,19 +450,31 @@ @param index index of browser to close (integer) """ - urlbar = self.__stackedUrlBar.widget(index) - self.__stackedUrlBar.removeWidget(urlbar) - del urlbar - browser = self.widget(index) if browser is None: return + if browser.isModified(): + ok = E5MessageBox.yesNo( + self, + self.tr("Do you really want to close this page?"), + self.tr("""You have modified this page and when closing it""" + """ you would lose the modification.\nDo you really""" + """ want to close this page?""")) + if not ok: + return + + urlbar = self.__stackedUrlBar.widget(index) + self.__stackedUrlBar.removeWidget(urlbar) + urlbar.deleteLater() + del urlbar + self.__closedTabsManager.recordBrowser(browser, index) browser.home() self.removeTab(index) self.browserClosed.emit(browser) + browser.deleteLater() del browser if self.count() == 0:
--- a/i18n/eric6_cs.ts Sun Jul 12 11:52:30 2015 +0200 +++ b/i18n/eric6_cs.ts Sun Jul 12 18:59:15 2015 +0200 @@ -15575,12 +15575,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source>Remove Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source><p>Are you sure you want to remove <b>{0}</b>?</p></source> <translation type="unfinished"></translation> </message> @@ -15591,7 +15591,7 @@ </message> <message> <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="99"/> - <source><p>Get more scripts from <a href="www.userscript.org">userscript.org</a>.</p></source> + <source><p>Get more scripts from <a href="https://greasyfork.org/">greasyfork.org</a> or via <a href="http://wiki.greasespot.net/User_Script_Hosting">Greasespot Wiki.</a></p></source> <translation type="unfinished"></translation> </message> </context> @@ -16641,27 +16641,27 @@ <translation type="unfinished">...</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="746"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="758"/> <source>Loading...</source> <translation type="unfinished">Načítám...</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="767"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="779"/> <source>Finished loading</source> <translation type="unfinished">Načteno</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="769"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="781"/> <source>Failed to load</source> <translation type="unfinished">Načtení selhalo</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window?</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation type="unfinished"> @@ -16671,17 +16671,17 @@ </translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="817"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="829"/> <source>&Close</source> <translation type="unfinished">&Zavřít</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="833"/> <source>&Quit</source> <translation type="unfinished">&Konec</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="824"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="836"/> <source>C&lose Current Tab</source> <translation type="unfinished"></translation> </message> @@ -16701,30 +16701,41 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="981"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="993"/> <source>Restore All Closed Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="983"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="995"/> <source>Clear List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source>eric6 Web Browser</source> <translation type="unfinished">eric5 web prohlížeč {6 ?}</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="591"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="603"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation type="unfinished"><p>Tisk není dostupný kvůli bugu v PyQt4.Please upgrade.</p> {5.?}</translation> </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>Do you really want to close this page?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>You have modified this page and when closing it you would lose the modification. +Do you really want to close this page?</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpTocWidget</name>
--- a/i18n/eric6_de.ts Sun Jul 12 11:52:30 2015 +0200 +++ b/i18n/eric6_de.ts Sun Jul 12 18:59:15 2015 +0200 @@ -15592,12 +15592,12 @@ <translation>Skripteverzeichnis öffnen</translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source>Remove Script</source> <translation>Skript entfernen</translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source><p>Are you sure you want to remove <b>{0}</b>?</p></source> <translation><p>Sind Sie sicher, dass das Skript <b>{0}</b> entfernt werden soll?</p></translation> </message> @@ -15608,8 +15608,8 @@ </message> <message> <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="99"/> - <source><p>Get more scripts from <a href="www.userscript.org">userscript.org</a>.</p></source> - <translation><p>Weitere Skripte von <a href="www.userscript.org">userscript.org</a> herunterladen.</p></translation> + <source><p>Get more scripts from <a href="https://greasyfork.org/">greasyfork.org</a> or via <a href="http://wiki.greasespot.net/User_Script_Hosting">Greasespot Wiki.</a></p></source> + <translation><p>Weitere Skripte von <a href="https://greasyfork.org/">greasyfork.org</a> oder über <a href="http://wiki.greasespot.net/User_Script_Hosting">Greasespot Wiki.</a> herunterladen.</p></translation> </message> </context> <context> @@ -16658,27 +16658,27 @@ <translation>...</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="746"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="758"/> <source>Loading...</source> <translation>Lade...</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="767"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="779"/> <source>Finished loading</source> <translation>Seite geladen</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="769"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="781"/> <source>Failed to load</source> <translation>Fehler beim Laden</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window?</source> <translation>Möchten Sie das Fenster wirklich schließen?</translation> </message> <message numerus="yes"> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation> @@ -16689,17 +16689,17 @@ </translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="817"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="829"/> <source>&Close</source> <translation>Schl&ießen</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="833"/> <source>&Quit</source> <translation>B&eenden</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="824"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="836"/> <source>C&lose Current Tab</source> <translation>A&ktuelles Unterfenster schließen</translation> </message> @@ -16719,30 +16719,42 @@ <translation>Geschlossenen Tabs wiederherstellen</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="981"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="993"/> <source>Restore All Closed Tabs</source> <translation>Alle geschlossenen Tabs wiederherstellen</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="983"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="995"/> <source>Clear List</source> <translation>Liste löschen</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source>eric6 Web Browser</source> <translation>eric6-Webbrowser</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="591"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="603"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation><p>Drucken ist wegen eine Fehlers in PyQt5 nicht verfügbar. Bitte aktualisieren.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation><p>Drucken ist wegen eine Fehlers in PyQt5 nicht verfügbar. Bitte aktualisieren.</p></translation> </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>Do you really want to close this page?</source> + <translation>Soll diese Seite wirklich geschlossen werden?</translation> + </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>You have modified this page and when closing it you would lose the modification. +Do you really want to close this page?</source> + <translation>Diese Seite wurde geändert und beim Schließen würde diese Änderung verloren gehen. +Soll diese Seite wirklich geschlossen werden?</translation> + </message> </context> <context> <name>HelpTocWidget</name>
--- a/i18n/eric6_en.ts Sun Jul 12 11:52:30 2015 +0200 +++ b/i18n/eric6_en.ts Sun Jul 12 18:59:15 2015 +0200 @@ -15490,12 +15490,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source>Remove Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source><p>Are you sure you want to remove <b>{0}</b>?</p></source> <translation type="unfinished"></translation> </message> @@ -15506,7 +15506,7 @@ </message> <message> <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="99"/> - <source><p>Get more scripts from <a href="www.userscript.org">userscript.org</a>.</p></source> + <source><p>Get more scripts from <a href="https://greasyfork.org/">greasyfork.org</a> or via <a href="http://wiki.greasespot.net/User_Script_Hosting">Greasespot Wiki.</a></p></source> <translation type="unfinished"></translation> </message> </context> @@ -16556,27 +16556,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="746"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="758"/> <source>Loading...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="767"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="779"/> <source>Finished loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="769"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="781"/> <source>Failed to load</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window?</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation> @@ -16587,17 +16587,17 @@ </translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="817"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="829"/> <source>&Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="833"/> <source>&Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="824"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="836"/> <source>C&lose Current Tab</source> <translation type="unfinished"></translation> </message> @@ -16617,30 +16617,41 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="981"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="993"/> <source>Restore All Closed Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="983"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="995"/> <source>Clear List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="591"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="603"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>Do you really want to close this page?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>You have modified this page and when closing it you would lose the modification. +Do you really want to close this page?</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpTocWidget</name>
--- a/i18n/eric6_es.ts Sun Jul 12 11:52:30 2015 +0200 +++ b/i18n/eric6_es.ts Sun Jul 12 18:59:15 2015 +0200 @@ -15597,12 +15597,12 @@ <translation>Abrir Directorio de Scripts</translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source>Remove Script</source> <translation>Eliminar Script</translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source><p>Are you sure you want to remove <b>{0}</b>?</p></source> <translation><p>¿Está seguro de que desea eliminar <b>{0}</b>?</p></translation> </message> @@ -15613,8 +15613,8 @@ </message> <message> <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="99"/> - <source><p>Get more scripts from <a href="www.userscript.org">userscript.org</a>.</p></source> - <translation><p>Obtener más scripts de <a href="www.userscript.org">userscript.org</a>.</p></translation> + <source><p>Get more scripts from <a href="https://greasyfork.org/">greasyfork.org</a> or via <a href="http://wiki.greasespot.net/User_Script_Hosting">Greasespot Wiki.</a></p></source> + <translation type="unfinished"><p>Obtener más scripts de <a href="www.userscript.org">userscript.org</a>.</p></translation> </message> </context> <context> @@ -16663,27 +16663,27 @@ <translation>...</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="746"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="758"/> <source>Loading...</source> <translation>Cargando...</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="767"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="779"/> <source>Finished loading</source> <translation>Carga terminada</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="769"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="781"/> <source>Failed to load</source> <translation>Ha fallado la carga</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window?</source> <translation>¿Realmente desea cerrar la ventana?</translation> </message> <message numerus="yes"> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation> @@ -16694,17 +16694,17 @@ </translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="817"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="829"/> <source>&Close</source> <translation>&Cerrar</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="833"/> <source>&Quit</source> <translation>&Salir</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="824"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="836"/> <source>C&lose Current Tab</source> <translation>Cerrar Pestaña Actua&l</translation> </message> @@ -16724,30 +16724,41 @@ <translation>Restaurar Pestaña Cerrada</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="981"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="993"/> <source>Restore All Closed Tabs</source> <translation>Restaurar Todas las Pestañas Cerradas</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="983"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="995"/> <source>Clear List</source> <translation>Borrar Lista</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source>eric6 Web Browser</source> <translation>Navegador Web de eric6</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="591"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="603"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation><p>Imprimir no esta disponible debido a un bug en PyQt5. Por favor, actualice su versión.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation><p>Imprimir no esta disponible debido a un bug en PyQt5. Por favor, actualice su versión.</p></translation> </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>Do you really want to close this page?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>You have modified this page and when closing it you would lose the modification. +Do you really want to close this page?</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpTocWidget</name>
--- a/i18n/eric6_fr.ts Sun Jul 12 11:52:30 2015 +0200 +++ b/i18n/eric6_fr.ts Sun Jul 12 18:59:15 2015 +0200 @@ -15605,12 +15605,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source>Remove Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source><p>Are you sure you want to remove <b>{0}</b>?</p></source> <translation type="unfinished"></translation> </message> @@ -15621,7 +15621,7 @@ </message> <message> <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="99"/> - <source><p>Get more scripts from <a href="www.userscript.org">userscript.org</a>.</p></source> + <source><p>Get more scripts from <a href="https://greasyfork.org/">greasyfork.org</a> or via <a href="http://wiki.greasespot.net/User_Script_Hosting">Greasespot Wiki.</a></p></source> <translation type="unfinished"></translation> </message> </context> @@ -16671,27 +16671,27 @@ <translation type="unfinished">...</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="746"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="758"/> <source>Loading...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="767"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="779"/> <source>Finished loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="769"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="781"/> <source>Failed to load</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window?</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation type="unfinished"> @@ -16700,17 +16700,17 @@ </translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="817"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="829"/> <source>&Close</source> <translation type="unfinished">&Fermer</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="833"/> <source>&Quit</source> <translation type="unfinished">&Quitter</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="824"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="836"/> <source>C&lose Current Tab</source> <translation type="unfinished"></translation> </message> @@ -16730,30 +16730,41 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="981"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="993"/> <source>Restore All Closed Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="983"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="995"/> <source>Clear List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="591"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="603"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation type="unfinished"><p>L'impression n'est pas disponible à cause d'un bug de PyQt4. Merci de mettre à jour PyQt.</p> {5.?}</translation> </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>Do you really want to close this page?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>You have modified this page and when closing it you would lose the modification. +Do you really want to close this page?</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpTocWidget</name>
--- a/i18n/eric6_it.ts Sun Jul 12 11:52:30 2015 +0200 +++ b/i18n/eric6_it.ts Sun Jul 12 18:59:15 2015 +0200 @@ -15653,12 +15653,12 @@ <translation>Apri la cartella degli script</translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source>Remove Script</source> <translation>Cancella Script</translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source><p>Are you sure you want to remove <b>{0}</b>?</p></source> <translation><p>Vuoi veramente rimuovere <b>{0}</b>?</p></translation> </message> @@ -15669,8 +15669,8 @@ </message> <message> <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="99"/> - <source><p>Get more scripts from <a href="www.userscript.org">userscript.org</a>.</p></source> - <translation><p>Aggiungi altri script da <a href="www.userscript.org">userscript.org</a>.</p></translation> + <source><p>Get more scripts from <a href="https://greasyfork.org/">greasyfork.org</a> or via <a href="http://wiki.greasespot.net/User_Script_Hosting">Greasespot Wiki.</a></p></source> + <translation type="unfinished"><p>Aggiungi altri script da <a href="www.userscript.org">userscript.org</a>.</p></translation> </message> </context> <context> @@ -16719,27 +16719,27 @@ <translation>...</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="746"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="758"/> <source>Loading...</source> <translation>Caricamento...</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="767"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="779"/> <source>Finished loading</source> <translation>Caricamento terminato</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="769"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="781"/> <source>Failed to load</source> <translation>Caricamento fallito</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window?</source> <translation>Sei sicuro di voler chiudere la finestra ?</translation> </message> <message numerus="yes"> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation> @@ -16750,17 +16750,17 @@ </translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="817"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="829"/> <source>&Close</source> <translation>&Chiudi</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="833"/> <source>&Quit</source> <translation>&Esci</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="824"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="836"/> <source>C&lose Current Tab</source> <translation>C&hiudi scheda corrente</translation> </message> @@ -16780,30 +16780,41 @@ <translation>Ricarica scheda chiusa</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="981"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="993"/> <source>Restore All Closed Tabs</source> <translation>Ricarica tutte le schede chiuse</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="983"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="995"/> <source>Clear List</source> <translation>Pulisci lista</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source>eric6 Web Browser</source> <translation type="unfinished">Web Browser di eric5 {6 ?}</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="591"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="603"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation type="unfinished"><p>La stampa non è disponibile a causa di un bug in PyQt4. Si consiglia di aggiornare la versione installata.</p> {5.?}</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation type="unfinished"><p>La stampa non è disponibile a causa di un bug in PyQt4. Si consiglia di aggiornare la versione installata.</p> {5.?}</translation> </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>Do you really want to close this page?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>You have modified this page and when closing it you would lose the modification. +Do you really want to close this page?</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpTocWidget</name>
--- a/i18n/eric6_pt.ts Sun Jul 12 11:52:30 2015 +0200 +++ b/i18n/eric6_pt.ts Sun Jul 12 18:59:15 2015 +0200 @@ -15615,12 +15615,12 @@ <translation>Abrir Diretorio de Scripts</translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source>Remove Script</source> <translation>Retirar script</translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source><p>Are you sure you want to remove <b>{0}</b>?</p></source> <translation><p>Tem a certeza de que quer apagar <b>{0}</b>?</p></translation> </message> @@ -15631,8 +15631,8 @@ </message> <message> <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="99"/> - <source><p>Get more scripts from <a href="www.userscript.org">userscript.org</a>.</p></source> - <translation><p>Obtenha mais scripts em <a href="www.userscript.org">userscript.org</a>.</p></translation> + <source><p>Get more scripts from <a href="https://greasyfork.org/">greasyfork.org</a> or via <a href="http://wiki.greasespot.net/User_Script_Hosting">Greasespot Wiki.</a></p></source> + <translation type="unfinished"><p>Obtenha mais scripts em <a href="www.userscript.org">userscript.org</a>.</p></translation> </message> </context> <context> @@ -16681,27 +16681,27 @@ <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="746"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="758"/> <source>Loading...</source> <translation>Carregando...</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="767"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="779"/> <source>Finished loading</source> <translation>Acabou de carregar</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="769"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="781"/> <source>Failed to load</source> <translation>Falhou ao carregar</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window?</source> <translation>Tem a certeza de que quer fechar a janela?</translation> </message> <message numerus="yes"> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation> @@ -16712,17 +16712,17 @@ </translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="817"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="829"/> <source>&Close</source> <translation>Fe&char</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="833"/> <source>&Quit</source> <translation>Sai&r</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="824"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="836"/> <source>C&lose Current Tab</source> <translation>F&echar o Separador Atual</translation> </message> @@ -16742,30 +16742,41 @@ <translation>Restaurar o Separador Fechado</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="981"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="993"/> <source>Restore All Closed Tabs</source> <translation>Restaurar Todos os Separadores Fechados</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="983"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="995"/> <source>Clear List</source> <translation>Limpar Lista</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source>eric6 Web Browser</source> <translation>Navegador Web de eric6</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="591"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="603"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation><p>Imprimir não está disponível devido a um falho em PyQt5. Por favor atualize.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation><p>Imprimir não está disponível devido a um falho em PyQt5.Por favor atualize.</p></translation> </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>Do you really want to close this page?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>You have modified this page and when closing it you would lose the modification. +Do you really want to close this page?</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpTocWidget</name>
--- a/i18n/eric6_ru.ts Sun Jul 12 11:52:30 2015 +0200 +++ b/i18n/eric6_ru.ts Sun Jul 12 18:59:15 2015 +0200 @@ -15636,12 +15636,12 @@ <translation>Открыть каталог скрипта</translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source>Remove Script</source> <translation>Удалить скрипт</translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source><p>Are you sure you want to remove <b>{0}</b>?</p></source> <translation><p>Вы действительно хотите удалить <b>{0}</b>?</p></translation> </message> @@ -15652,8 +15652,8 @@ </message> <message> <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="99"/> - <source><p>Get more scripts from <a href="www.userscript.org">userscript.org</a>.</p></source> - <translation><p>Получить больше скриптов с<a href="www.userscript.org">userscript.org</a>.</p></translation> + <source><p>Get more scripts from <a href="https://greasyfork.org/">greasyfork.org</a> or via <a href="http://wiki.greasespot.net/User_Script_Hosting">Greasespot Wiki.</a></p></source> + <translation type="unfinished"><p>Получить больше скриптов с<a href="www.userscript.org">userscript.org</a>.</p></translation> </message> </context> <context> @@ -16702,27 +16702,27 @@ <translation>...</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="746"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="758"/> <source>Loading...</source> <translation>Загружаю...</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="767"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="779"/> <source>Finished loading</source> <translation>Загрузка завершена</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="769"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="781"/> <source>Failed to load</source> <translation>Загрука не удалась</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window?</source> <translation>Вы действительно хотите закрыть это окно?</translation> </message> <message numerus="yes"> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation> @@ -16735,17 +16735,17 @@ </translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="817"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="829"/> <source>&Close</source> <translation>&Закрыть</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="833"/> <source>&Quit</source> <translation>&Выход</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="824"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="836"/> <source>C&lose Current Tab</source> <translation>&Закрыть текущую закладку</translation> </message> @@ -16765,30 +16765,41 @@ <translation>Восстановить закрытые вкладки</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="981"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="993"/> <source>Restore All Closed Tabs</source> <translation>Восстановить все закрытые вкладки</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="983"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="995"/> <source>Clear List</source> <translation>Очистить список</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source>eric6 Web Browser</source> <translation>WEB просмотрщик встроенный в Eric</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="591"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="603"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation><p>Печать невозможна из-за ошибки в PyQt5. Пожалуйста установите обновление.</p></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation><p>Печать невозможна из-за ошибки в PyQt4. Пожалуйста установите обновление.</p></translation> </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>Do you really want to close this page?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>You have modified this page and when closing it you would lose the modification. +Do you really want to close this page?</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpTocWidget</name>
--- a/i18n/eric6_tr.ts Sun Jul 12 11:52:30 2015 +0200 +++ b/i18n/eric6_tr.ts Sun Jul 12 18:59:15 2015 +0200 @@ -15578,12 +15578,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source>Remove Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source><p>Are you sure you want to remove <b>{0}</b>?</p></source> <translation type="unfinished"></translation> </message> @@ -15594,7 +15594,7 @@ </message> <message> <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="99"/> - <source><p>Get more scripts from <a href="www.userscript.org">userscript.org</a>.</p></source> + <source><p>Get more scripts from <a href="https://greasyfork.org/">greasyfork.org</a> or via <a href="http://wiki.greasespot.net/User_Script_Hosting">Greasespot Wiki.</a></p></source> <translation type="unfinished"></translation> </message> </context> @@ -16644,27 +16644,27 @@ <translation>...</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="746"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="758"/> <source>Loading...</source> <translation>Yükleniyor...</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="767"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="779"/> <source>Finished loading</source> <translation>Yükleme bitirildi</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="769"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="781"/> <source>Failed to load</source> <translation>Yüklerken başarısız olundu</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window?</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation type="unfinished"> @@ -16673,17 +16673,17 @@ </translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="817"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="829"/> <source>&Close</source> <translation>&Kapat</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="833"/> <source>&Quit</source> <translation>&Çıkış</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="824"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="836"/> <source>C&lose Current Tab</source> <translation type="unfinished"></translation> </message> @@ -16703,30 +16703,41 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="981"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="993"/> <source>Restore All Closed Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="983"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="995"/> <source>Clear List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source>eric6 Web Browser</source> <translation type="unfinished">Eric5 Web Gözatıcısı {6 ?}</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="591"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="603"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation type="unfinished"><p>PyQt4 te hatyı yazdırmak tam olarak mümkün değil. Lütfen güncelleyiniz.</p> {5.?}</translation> </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>Do you really want to close this page?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>You have modified this page and when closing it you would lose the modification. +Do you really want to close this page?</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpTocWidget</name>
--- a/i18n/eric6_zh_CN.GB2312.ts Sun Jul 12 11:52:30 2015 +0200 +++ b/i18n/eric6_zh_CN.GB2312.ts Sun Jul 12 18:59:15 2015 +0200 @@ -15555,12 +15555,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source>Remove Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="150"/> + <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="153"/> <source><p>Are you sure you want to remove <b>{0}</b>?</p></source> <translation type="unfinished"></translation> </message> @@ -15571,7 +15571,7 @@ </message> <message> <location filename="../Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="99"/> - <source><p>Get more scripts from <a href="www.userscript.org">userscript.org</a>.</p></source> + <source><p>Get more scripts from <a href="https://greasyfork.org/">greasyfork.org</a> or via <a href="http://wiki.greasespot.net/User_Script_Hosting">Greasespot Wiki.</a></p></source> <translation type="unfinished"></translation> </message> </context> @@ -16621,27 +16621,27 @@ <translation type="unfinished">……</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="746"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="758"/> <source>Loading...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="767"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="779"/> <source>Finished loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="769"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="781"/> <source>Failed to load</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window?</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Helpviewer/HelpTabWidget.py" line="809"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> <source>Are you sure you want to close the window? You have %n tab(s) open.</source> <translation type="unfinished"> @@ -16649,17 +16649,17 @@ </translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="817"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="829"/> <source>&Close</source> <translation type="unfinished">关闭(&C)</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="821"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="833"/> <source>&Quit</source> <translation type="unfinished">退出(&Q)</translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="824"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="836"/> <source>C&lose Current Tab</source> <translation type="unfinished"></translation> </message> @@ -16679,30 +16679,41 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="981"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="993"/> <source>Restore All Closed Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="983"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="995"/> <source>Clear List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="591"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="603"/> <source><p>Printing is not available due to a bug in PyQt5. Please upgrade.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpTabWidget.py" line="645"/> + <location filename="../Helpviewer/HelpTabWidget.py" line="657"/> <source><p>Printing is not available due to a bug in PyQt5.Please upgrade.</p></source> <translation type="unfinished"><p>由于 PyQt4 中存在一个错误,导致无法打印。请升级。</p> {5.?}</translation> </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>Do you really want to close this page?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/HelpTabWidget.py" line="459"/> + <source>You have modified this page and when closing it you would lose the modification. +Do you really want to close this page?</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpTocWidget</name>