Fixed a little (cosmetic) issue in the IRC network widget.

Sat, 29 Jun 2013 16:44:19 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 29 Jun 2013 16:44:19 +0200
changeset 2758
eacdcc89b74d
parent 2755
2fac33b2e886
child 2759
61d5d47755f0

Fixed a little (cosmetic) issue in the IRC network widget.

Network/IRC/IrcNetworkWidget.py file | annotate | diff | comparison | revisions
Network/IRC/IrcNetworkWidget.ui file | annotate | diff | comparison | revisions
i18n/eric5_cs.ts file | annotate | diff | comparison | revisions
i18n/eric5_de.qm file | annotate | diff | comparison | revisions
i18n/eric5_de.ts file | annotate | diff | comparison | revisions
i18n/eric5_en.ts file | annotate | diff | comparison | revisions
i18n/eric5_es.ts file | annotate | diff | comparison | revisions
i18n/eric5_fr.ts file | annotate | diff | comparison | revisions
i18n/eric5_it.ts file | annotate | diff | comparison | revisions
i18n/eric5_ru.ts file | annotate | diff | comparison | revisions
i18n/eric5_tr.ts file | annotate | diff | comparison | revisions
i18n/eric5_zh_CN.GB2312.ts file | annotate | diff | comparison | revisions
--- a/Network/IRC/IrcNetworkWidget.py	Sat Jun 29 12:50:04 2013 +0200
+++ b/Network/IRC/IrcNetworkWidget.py	Sat Jun 29 16:44:19 2013 +0200
@@ -63,6 +63,8 @@
         self.nickCombo.lineEdit().returnPressed.connect(
             self.on_nickCombo_currentIndexChanged)
         
+        self.setConnected(False)
+        
         self.__initMessagesMenu()
         
         self.__manager = None
@@ -283,8 +285,12 @@
         self.__connected = connected
         if self.__connected:
             self.connectButton.setIcon(UI.PixmapCache.getIcon("ircDisconnect.png"))
+            self.connectButton.setToolTip(
+                self.trUtf8("Press to disconnect from the network"))
         else:
             self.connectButton.setIcon(UI.PixmapCache.getIcon("ircConnect.png"))
+            self.connectButton.setToolTip(
+                self.trUtf8("Press to connect to the selected network"))
     
     def isConnected(self):
         """
--- a/Network/IRC/IrcNetworkWidget.ui	Sat Jun 29 12:50:04 2013 +0200
+++ b/Network/IRC/IrcNetworkWidget.ui	Sat Jun 29 16:44:19 2013 +0200
@@ -48,7 +48,7 @@
      <item>
       <widget class="QToolButton" name="connectButton">
        <property name="toolTip">
-        <string>Press to connect to the selected network</string>
+        <string/>
        </property>
        <property name="text">
         <string/>
--- a/i18n/eric5_cs.ts	Sat Jun 29 12:50:04 2013 +0200
+++ b/i18n/eric5_cs.ts	Sat Jun 29 16:44:19 2013 +0200
@@ -14453,7 +14453,7 @@
         <translation>Otevřít vybraný soubor</translation>
     </message>
     <message>
-        <location filename="UI/FindFileNameDialog.py" line="189"/>
+        <location filename="UI/FindFileNameDialog.py" line="196"/>
         <source>Select search directory</source>
         <translation>Vybrat hledaný adresář</translation>
     </message>
@@ -27711,7 +27711,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.ui" line="51"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="292"/>
         <source>Press to connect to the selected network</source>
         <translation type="unfinished"></translation>
     </message>
@@ -27741,27 +27741,27 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="370"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="376"/>
         <source>Save Messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="353"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="359"/>
         <source>HTML Files (*.{0});;Text Files (*.txt);;All Files (*)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="370"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="376"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;Soubor &lt;b&gt;{0}&lt;/b&gt; již existuje.&lt;/p&gt;&lt;p&gt;Má se přepsat?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="388"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="394"/>
         <source>Error saving Messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="388"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="394"/>
         <source>&lt;p&gt;The messages contents could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -27771,30 +27771,35 @@
         <translation type="obsolete">Vyjmout</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="400"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="406"/>
         <source>Copy</source>
         <translation type="unfinished">Kopírovat</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="405"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="411"/>
         <source>Cut all</source>
         <translation type="unfinished">Vyjmout vše</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="409"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="415"/>
         <source>Copy all</source>
         <translation type="unfinished">Kopírovat vše</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="414"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="420"/>
         <source>Clear</source>
         <translation type="unfinished">Vyčistit</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="419"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="425"/>
         <source>Save</source>
         <translation type="unfinished">Uložit</translation>
     </message>
+    <message>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="288"/>
+        <source>Press to disconnect from the network</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>IrcPage</name>
@@ -38171,12 +38176,12 @@
         <translation>Zobrazit další shodu regulárního výrazu</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="89"/>
+        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90"/>
         <source>Copy</source>
         <translation>Kopírovat</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90"/>
+        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="91"/>
         <source>Copy the regular expression to the clipboard</source>
         <translation>Kopírovat regulární výraz do schránky</translation>
     </message>
@@ -39546,12 +39551,12 @@
         <translation>Zobrazit další shodu regulárního výrazu</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="102"/>
+        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="103"/>
         <source>Copy</source>
         <translation>Kopírovat</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="103"/>
+        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="104"/>
         <source>Copy the regular expression to the clipboard</source>
         <translation>Kopírovat regulární výraz do schránky</translation>
     </message>
Binary file i18n/eric5_de.qm has changed
--- a/i18n/eric5_de.ts	Sat Jun 29 12:50:04 2013 +0200
+++ b/i18n/eric5_de.ts	Sat Jun 29 16:44:19 2013 +0200
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage="">
+<!DOCTYPE TS>
+<TS version="2.0" language="de">
 <context>
     <name>AboutDialog</name>
     <message>
@@ -1943,8 +1944,8 @@
     </message>
     <message>
         <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="139"/>
-        <source>Open in New &amp;Tab<byte value="x9"/>Ctrl+LMB</source>
-        <translation>In neuem &amp;Register öffnen<byte value="x9"/>Strg+LMK</translation>
+        <source>Open in New &amp;Tab	Ctrl+LMB</source>
+        <translation>In neuem &amp;Register öffnen	Strg+LMK</translation>
     </message>
 </context>
 <context>
@@ -2180,8 +2181,8 @@
     </message>
     <message>
         <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="87"/>
-        <source>Open in New &amp;Tab<byte value="x9"/>Ctrl+LMB</source>
-        <translation>In neuem &amp;Register öffnen<byte value="x9"/>Strg+LMK</translation>
+        <source>Open in New &amp;Tab	Ctrl+LMB</source>
+        <translation>In neuem &amp;Register öffnen	Strg+LMK</translation>
     </message>
 </context>
 <context>
@@ -13990,7 +13991,7 @@
         <translation>Drücken, um die Suche anzuhalten</translation>
     </message>
     <message>
-        <location filename="UI/FindFileNameDialog.py" line="189"/>
+        <location filename="UI/FindFileNameDialog.py" line="196"/>
         <source>Select search directory</source>
         <translation>Wähle das Suchverzeichnis</translation>
     </message>
@@ -14860,8 +14861,8 @@
     </message>
     <message>
         <location filename="Helpviewer/HelpBrowserWV.py" line="1025"/>
-        <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source>
-        <translation>Link in neuem Fenster öffnen<byte value="x9"/>Strg+LMK</translation>
+        <source>Open Link in New Tab	Ctrl+LMB</source>
+        <translation>Link in neuem Fenster öffnen	Strg+LMK</translation>
     </message>
     <message>
         <location filename="Helpviewer/HelpBrowserWV.py" line="1083"/>
@@ -26792,7 +26793,7 @@
         <translation>Wähle ein zu verbindendes Netzwerk aus</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.ui" line="51"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="292"/>
         <source>Press to connect to the selected network</source>
         <translation>Drücken, um zum ausgewählten Netzwerk zu verbinden</translation>
     </message>
@@ -26822,55 +26823,60 @@
         <translation>Drücken, um den Kanal zu betreten</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="370"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="376"/>
         <source>Save Messages</source>
         <translation>Nachrichten speichern</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="353"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="359"/>
         <source>HTML Files (*.{0});;Text Files (*.txt);;All Files (*)</source>
         <translation>HTML Dateien (*.{0});;Text Dateien (*.txt);;Alle Dateien (*)</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="370"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="376"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; existiert bereits. Überschreiben?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="388"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="394"/>
         <source>Error saving Messages</source>
         <translation>Fehler beim Speichern der Nachrichten</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="388"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="394"/>
         <source>&lt;p&gt;The messages contents could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Der Nachrichteninhalt konnte nicht nach &lt;b&gt;{0}&lt;/b&gt; gespeichert werden.&lt;/p&gt;&lt;p&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="400"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="406"/>
         <source>Copy</source>
         <translation>Kopieren</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="405"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="411"/>
         <source>Cut all</source>
         <translation>Alles ausschneiden</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="409"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="415"/>
         <source>Copy all</source>
         <translation>Alles kopieren</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="414"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="420"/>
         <source>Clear</source>
         <translation>Löschen</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="419"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="425"/>
         <source>Save</source>
         <translation>Speichern</translation>
     </message>
+    <message>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="288"/>
+        <source>Press to disconnect from the network</source>
+        <translation>Drücken, um die Verbindung zum Netzwerk zu beenden</translation>
+    </message>
 </context>
 <context>
     <name>IrcPage</name>
@@ -36679,12 +36685,12 @@
         <translation>Zeige die nächste Übereinstimmung des Regulären Ausdrucks</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="89"/>
+        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90"/>
         <source>Copy</source>
         <translation>Kopieren</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90"/>
+        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="91"/>
         <source>Copy the regular expression to the clipboard</source>
         <translation>Den regulären Ausdruck in die Zwischenablage kopieren</translation>
     </message>
@@ -37809,12 +37815,12 @@
         <translation>Zeige die nächste Übereinstimmung des Regulären Ausdrucks</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="102"/>
+        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="103"/>
         <source>Copy</source>
         <translation>Kopieren</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="103"/>
+        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="104"/>
         <source>Copy the regular expression to the clipboard</source>
         <translation>Den regulären Ausdruck in die Zwischenablage kopieren</translation>
     </message>
--- a/i18n/eric5_en.ts	Sat Jun 29 12:50:04 2013 +0200
+++ b/i18n/eric5_en.ts	Sat Jun 29 16:44:19 2013 +0200
@@ -13905,7 +13905,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="UI/FindFileNameDialog.py" line="189"/>
+        <location filename="UI/FindFileNameDialog.py" line="196"/>
         <source>Select search directory</source>
         <translation type="unfinished"></translation>
     </message>
@@ -26642,7 +26642,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.ui" line="51"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="292"/>
         <source>Press to connect to the selected network</source>
         <translation type="unfinished"></translation>
     </message>
@@ -26672,55 +26672,60 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="370"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="376"/>
         <source>Save Messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="353"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="359"/>
         <source>HTML Files (*.{0});;Text Files (*.txt);;All Files (*)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="370"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="376"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="388"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="394"/>
         <source>Error saving Messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="388"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="394"/>
         <source>&lt;p&gt;The messages contents could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="400"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="406"/>
         <source>Copy</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="405"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="411"/>
         <source>Cut all</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="409"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="415"/>
         <source>Copy all</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="414"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="420"/>
         <source>Clear</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="419"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="425"/>
         <source>Save</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="288"/>
+        <source>Press to disconnect from the network</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>IrcPage</name>
@@ -36433,12 +36438,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="89"/>
+        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90"/>
         <source>Copy</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90"/>
+        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="91"/>
         <source>Copy the regular expression to the clipboard</source>
         <translation type="unfinished"></translation>
     </message>
@@ -37563,12 +37568,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="102"/>
+        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="103"/>
         <source>Copy</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="103"/>
+        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="104"/>
         <source>Copy the regular expression to the clipboard</source>
         <translation type="unfinished"></translation>
     </message>
--- a/i18n/eric5_es.ts	Sat Jun 29 12:50:04 2013 +0200
+++ b/i18n/eric5_es.ts	Sat Jun 29 16:44:19 2013 +0200
@@ -14027,7 +14027,7 @@
         <translation>Abre el archivo seleccionado</translation>
     </message>
     <message>
-        <location filename="UI/FindFileNameDialog.py" line="189"/>
+        <location filename="UI/FindFileNameDialog.py" line="196"/>
         <source>Select search directory</source>
         <translation>Seleleccione el directorio de búsqueda</translation>
     </message>
@@ -26826,7 +26826,7 @@
         <translation>Seleccionar una red para conectarse</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.ui" line="51"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="292"/>
         <source>Press to connect to the selected network</source>
         <translation>Pulsar para conectar a la red seleccionada</translation>
     </message>
@@ -26856,55 +26856,60 @@
         <translation>Pulsar para unirse al canal</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="370"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="376"/>
         <source>Save Messages</source>
         <translation>Guardar Mensajes</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="353"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="359"/>
         <source>HTML Files (*.{0});;Text Files (*.txt);;All Files (*)</source>
         <translation>Archivos HTML (*.{0});;Archivos de Texto (*.txt);;Todos los Archivos (*)</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="370"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="376"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; ya existe. ¿Desea sobreescribirlo?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="388"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="394"/>
         <source>Error saving Messages</source>
         <translation>Error al guardar Mensajes</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="388"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="394"/>
         <source>&lt;p&gt;The messages contents could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Los contenidos de mensajes no se han podido guardar en &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="400"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="406"/>
         <source>Copy</source>
         <translation>Copiar</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="405"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="411"/>
         <source>Cut all</source>
         <translation>Cortar todo</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="409"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="415"/>
         <source>Copy all</source>
         <translation>Copiar todo</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="414"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="420"/>
         <source>Clear</source>
         <translation>Limpiar</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="419"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="425"/>
         <source>Save</source>
         <translation>Guardar</translation>
     </message>
+    <message>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="288"/>
+        <source>Press to disconnect from the network</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>IrcPage</name>
@@ -36709,12 +36714,12 @@
         <translation>Mostrar la siguiente coincidencia de la expresión regular</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="89"/>
+        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90"/>
         <source>Copy</source>
         <translation>Copiar</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90"/>
+        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="91"/>
         <source>Copy the regular expression to the clipboard</source>
         <translation>Copiar la expresión regular al portapapeles</translation>
     </message>
@@ -37839,12 +37844,12 @@
         <translation>Mostrar la siguiente coincidencia de la expresión regular</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="102"/>
+        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="103"/>
         <source>Copy</source>
         <translation>Copiar</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="103"/>
+        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="104"/>
         <source>Copy the regular expression to the clipboard</source>
         <translation>Copiar la expresión regular al portapapeles</translation>
     </message>
--- a/i18n/eric5_fr.ts	Sat Jun 29 12:50:04 2013 +0200
+++ b/i18n/eric5_fr.ts	Sat Jun 29 16:44:19 2013 +0200
@@ -15277,7 +15277,7 @@
         <translation>Cliquer pour stopper la recherche</translation>
     </message>
     <message>
-        <location filename="UI/FindFileNameDialog.py" line="189"/>
+        <location filename="UI/FindFileNameDialog.py" line="196"/>
         <source>Select search directory</source>
         <translation>Sélectionne un répertoire de recherche</translation>
     </message>
@@ -28749,7 +28749,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.ui" line="51"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="292"/>
         <source>Press to connect to the selected network</source>
         <translation type="unfinished"></translation>
     </message>
@@ -28779,27 +28779,27 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="370"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="376"/>
         <source>Save Messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="353"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="359"/>
         <source>HTML Files (*.{0});;Text Files (*.txt);;All Files (*)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="370"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="376"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;Le fichier &lt;b&gt;{0}&lt;/b&gt;existe déjà. Écraser ?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="388"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="394"/>
         <source>Error saving Messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="388"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="394"/>
         <source>&lt;p&gt;The messages contents could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -28809,30 +28809,35 @@
         <translation type="obsolete">Couper</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="400"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="406"/>
         <source>Copy</source>
         <translation type="unfinished">Copier</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="405"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="411"/>
         <source>Cut all</source>
         <translation type="unfinished">Couper tous</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="409"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="415"/>
         <source>Copy all</source>
         <translation type="unfinished">Copier tous</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="414"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="420"/>
         <source>Clear</source>
         <translation type="unfinished">Effacer</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="419"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="425"/>
         <source>Save</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="288"/>
+        <source>Press to disconnect from the network</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>IrcPage</name>
@@ -40061,12 +40066,12 @@
         <translation>Affiche la capture suivante de l&apos;expression régulière</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="89"/>
+        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90"/>
         <source>Copy</source>
         <translation>Copier</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90"/>
+        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="91"/>
         <source>Copy the regular expression to the clipboard</source>
         <translation>Copie l&apos;expression régulière dans le presse-papier</translation>
     </message>
@@ -41518,12 +41523,12 @@
         <translation>Affiche la capture suivante de l&apos;expression régulière</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="102"/>
+        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="103"/>
         <source>Copy</source>
         <translation>Copier</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="103"/>
+        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="104"/>
         <source>Copy the regular expression to the clipboard</source>
         <translation>Copie l&apos;expression régulière dans le presse-papier</translation>
     </message>
--- a/i18n/eric5_it.ts	Sat Jun 29 12:50:04 2013 +0200
+++ b/i18n/eric5_it.ts	Sat Jun 29 16:44:19 2013 +0200
@@ -14366,7 +14366,7 @@
         <translation>Premi per fermare la ricerca</translation>
     </message>
     <message>
-        <location filename="UI/FindFileNameDialog.py" line="189"/>
+        <location filename="UI/FindFileNameDialog.py" line="196"/>
         <source>Select search directory</source>
         <translation>Seleziona directory di ricerca</translation>
     </message>
@@ -27601,7 +27601,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.ui" line="51"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="292"/>
         <source>Press to connect to the selected network</source>
         <translation type="unfinished"></translation>
     </message>
@@ -27631,27 +27631,27 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="370"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="376"/>
         <source>Save Messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="353"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="359"/>
         <source>HTML Files (*.{0});;Text Files (*.txt);;All Files (*)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="370"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="376"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;Il file &lt;b&gt;{0}&lt;/b&gt; esiste già. Sovrascriverlo ?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="388"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="394"/>
         <source>Error saving Messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="388"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="394"/>
         <source>&lt;p&gt;The messages contents could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -27661,30 +27661,35 @@
         <translation type="obsolete">Taglia</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="400"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="406"/>
         <source>Copy</source>
         <translation type="unfinished">Copia</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="405"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="411"/>
         <source>Cut all</source>
         <translation type="unfinished">Taglia tutto</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="409"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="415"/>
         <source>Copy all</source>
         <translation type="unfinished">Copia tutto</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="414"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="420"/>
         <source>Clear</source>
         <translation type="unfinished">Pulisci</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="419"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="425"/>
         <source>Save</source>
         <translation type="unfinished">Salva</translation>
     </message>
+    <message>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="288"/>
+        <source>Press to disconnect from the network</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>IrcPage</name>
@@ -37865,12 +37870,12 @@
         <translation>Mostra il prossimo match dell&apos;espressione regolare</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="89"/>
+        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90"/>
         <source>Copy</source>
         <translation>Copia</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90"/>
+        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="91"/>
         <source>Copy the regular expression to the clipboard</source>
         <translation>Copia l&apos;espressione regolare nella clipboard</translation>
     </message>
@@ -39284,12 +39289,12 @@
         <translation>Mostra il prossimo match dell&apos;espressione regolare</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="102"/>
+        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="103"/>
         <source>Copy</source>
         <translation>Copia</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="103"/>
+        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="104"/>
         <source>Copy the regular expression to the clipboard</source>
         <translation>Copia l&apos;espressione regolare nella clipboard</translation>
     </message>
--- a/i18n/eric5_ru.ts	Sat Jun 29 12:50:04 2013 +0200
+++ b/i18n/eric5_ru.ts	Sat Jun 29 16:44:19 2013 +0200
@@ -14480,7 +14480,7 @@
         <translation>Нажмите, чтобы остановить поиск</translation>
     </message>
     <message>
-        <location filename="UI/FindFileNameDialog.py" line="189"/>
+        <location filename="UI/FindFileNameDialog.py" line="196"/>
         <source>Select search directory</source>
         <translation>Выберите каталог для поиска</translation>
     </message>
@@ -27739,7 +27739,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.ui" line="51"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="292"/>
         <source>Press to connect to the selected network</source>
         <translation type="unfinished"></translation>
     </message>
@@ -27769,27 +27769,27 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="370"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="376"/>
         <source>Save Messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="353"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="359"/>
         <source>HTML Files (*.{0});;Text Files (*.txt);;All Files (*)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="370"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="376"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;Файл &lt;b&gt;{0}&lt;/b&gt; уже сущеструет. Переписать?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="388"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="394"/>
         <source>Error saving Messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="388"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="394"/>
         <source>&lt;p&gt;The messages contents could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -27799,30 +27799,35 @@
         <translation type="obsolete">Вырезать</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="400"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="406"/>
         <source>Copy</source>
         <translation>Копировать</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="405"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="411"/>
         <source>Cut all</source>
         <translation>Вырезать всё</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="409"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="415"/>
         <source>Copy all</source>
         <translation>Копировать всё</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="414"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="420"/>
         <source>Clear</source>
         <translation>Очистить</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="419"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="425"/>
         <source>Save</source>
         <translation>Сохранить</translation>
     </message>
+    <message>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="288"/>
+        <source>Press to disconnect from the network</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>IrcPage</name>
@@ -38055,12 +38060,12 @@
         <translation>Показать следующее совпадение для регулярного выражения</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="89"/>
+        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90"/>
         <source>Copy</source>
         <translation>Копировать</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90"/>
+        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="91"/>
         <source>Copy the regular expression to the clipboard</source>
         <translation>Скопировать регулярное выражение в буфер обмена</translation>
     </message>
@@ -39446,12 +39451,12 @@
         <translation>Показать следующее совпадение для регулярного выражения</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="102"/>
+        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="103"/>
         <source>Copy</source>
         <translation>Копировать</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="103"/>
+        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="104"/>
         <source>Copy the regular expression to the clipboard</source>
         <translation>Скопировать регулярное выражение в буфер обмена</translation>
     </message>
--- a/i18n/eric5_tr.ts	Sat Jun 29 12:50:04 2013 +0200
+++ b/i18n/eric5_tr.ts	Sat Jun 29 16:44:19 2013 +0200
@@ -14455,7 +14455,7 @@
         <translation>Seçilen dosya açılıyor</translation>
     </message>
     <message>
-        <location filename="UI/FindFileNameDialog.py" line="189"/>
+        <location filename="UI/FindFileNameDialog.py" line="196"/>
         <source>Select search directory</source>
         <translation>Arama dizinini seç</translation>
     </message>
@@ -27580,7 +27580,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.ui" line="51"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="292"/>
         <source>Press to connect to the selected network</source>
         <translation type="unfinished"></translation>
     </message>
@@ -27610,27 +27610,27 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="370"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="376"/>
         <source>Save Messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="353"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="359"/>
         <source>HTML Files (*.{0});;Text Files (*.txt);;All Files (*)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="370"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="376"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation type="unfinished">&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; dosyası halen mevcut. Üzerine yazılsın mı?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="388"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="394"/>
         <source>Error saving Messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="388"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="394"/>
         <source>&lt;p&gt;The messages contents could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -27640,30 +27640,35 @@
         <translation type="obsolete">Kes</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="400"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="406"/>
         <source>Copy</source>
         <translation type="unfinished">Kopyala</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="405"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="411"/>
         <source>Cut all</source>
         <translation type="unfinished">Hepsini kopar</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="409"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="415"/>
         <source>Copy all</source>
         <translation type="unfinished">Hepsini kopyala</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="414"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="420"/>
         <source>Clear</source>
         <translation type="unfinished">Temizle</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="419"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="425"/>
         <source>Save</source>
         <translation type="unfinished">Kaydet</translation>
     </message>
+    <message>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="288"/>
+        <source>Press to disconnect from the network</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>IrcPage</name>
@@ -37929,12 +37934,12 @@
         <translation>Düzneli ifadeninin bir sonraki sonucunu göster</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="89"/>
+        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90"/>
         <source>Copy</source>
         <translation>Kopyala</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90"/>
+        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="91"/>
         <source>Copy the regular expression to the clipboard</source>
         <translation>Düzenli ifadeyi panoya kopyala</translation>
     </message>
@@ -39155,12 +39160,12 @@
         <translation>Düzneli ifadeninin bir sonraki sonucunu göster</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="102"/>
+        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="103"/>
         <source>Copy</source>
         <translation>Kopyala</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="103"/>
+        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="104"/>
         <source>Copy the regular expression to the clipboard</source>
         <translation>Düzenli ifadeyi panoya kopyala</translation>
     </message>
--- a/i18n/eric5_zh_CN.GB2312.ts	Sat Jun 29 12:50:04 2013 +0200
+++ b/i18n/eric5_zh_CN.GB2312.ts	Sat Jun 29 16:44:19 2013 +0200
@@ -15208,7 +15208,7 @@
         <translation>打开已选文件</translation>
     </message>
     <message>
-        <location filename="UI/FindFileNameDialog.py" line="189"/>
+        <location filename="UI/FindFileNameDialog.py" line="196"/>
         <source>Select search directory</source>
         <translation>选择搜索文件夹</translation>
     </message>
@@ -28691,7 +28691,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.ui" line="51"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="292"/>
         <source>Press to connect to the selected network</source>
         <translation type="unfinished"></translation>
     </message>
@@ -28721,27 +28721,27 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="370"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="376"/>
         <source>Save Messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="353"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="359"/>
         <source>HTML Files (*.{0});;Text Files (*.txt);;All Files (*)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="370"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="376"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="388"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="394"/>
         <source>Error saving Messages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="388"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="394"/>
         <source>&lt;p&gt;The messages contents could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -28751,30 +28751,35 @@
         <translation type="obsolete">剪切</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="400"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="406"/>
         <source>Copy</source>
         <translation type="unfinished">复制</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="405"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="411"/>
         <source>Cut all</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="409"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="415"/>
         <source>Copy all</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="414"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="420"/>
         <source>Clear</source>
         <translation type="unfinished">清除</translation>
     </message>
     <message>
-        <location filename="Network/IRC/IrcNetworkWidget.py" line="419"/>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="425"/>
         <source>Save</source>
         <translation type="unfinished">保存</translation>
     </message>
+    <message>
+        <location filename="Network/IRC/IrcNetworkWidget.py" line="288"/>
+        <source>Press to disconnect from the network</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>IrcPage</name>
@@ -39997,12 +40002,12 @@
         <translation>显示正则表达式下一个匹配的项</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="89"/>
+        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90"/>
         <source>Copy</source>
         <translation>复制</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90"/>
+        <location filename="Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="91"/>
         <source>Copy the regular expression to the clipboard</source>
         <translation>将正则表达式复制到剪贴板</translation>
     </message>
@@ -41462,12 +41467,12 @@
         <translation>显示正则表达式下一个匹配的项</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="102"/>
+        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="103"/>
         <source>Copy</source>
         <translation>复制</translation>
     </message>
     <message>
-        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="103"/>
+        <location filename="Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardDialog.py" line="104"/>
         <source>Copy the regular expression to the clipboard</source>
         <translation>将正则表达式复制到剪贴板</translation>
     </message>

eric ide

mercurial