Fixed a display string.

Tue, 23 Aug 2011 18:59:20 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 23 Aug 2011 18:59:20 +0200
changeset 1233
a376303e0fc0
parent 1232
ed31e909cf2e
child 1234
fc3545de8449

Fixed a display string.

Helpviewer/UrlBar/UrlBar.py 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/Helpviewer/UrlBar/UrlBar.py	Tue Aug 23 18:44:20 2011 +0200
+++ b/Helpviewer/UrlBar/UrlBar.py	Tue Aug 23 18:59:20 2011 +0200
@@ -41,7 +41,8 @@
         @param parent reference to the parent widget (HelpBrowser)
         """
         E5LineEdit.__init__(self, parent)
-        self.setInactiveText(self.trUtf8("Enter the location here."))
+        self.setInactiveText(self.trUtf8("Enter the URL here."))
+        self.setWhatsThis(self.trUtf8("Enter the URL here."))
         
         self.__mw = mainWindow
         self.__browser = None
--- a/i18n/eric5_cs.ts	Tue Aug 23 18:44:20 2011 +0200
+++ b/i18n/eric5_cs.ts	Tue Aug 23 18:59:20 2011 +0200
@@ -43287,15 +43287,15 @@
 <context>
     <name>UrlBar</name>
     <message>
-        <location filename="Helpviewer/UrlBar/UrlBar.py" line="44"/>
-        <source>Enter the location here.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="Helpviewer/UrlBar/UrlBar.py" line="158"/>
+        <location filename="Helpviewer/UrlBar/UrlBar.py" line="159"/>
         <source>Unknown</source>
         <translation type="unfinished">Neznámý</translation>
     </message>
+    <message>
+        <location filename="Helpviewer/UrlBar/UrlBar.py" line="45"/>
+        <source>Enter the URL here.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>UserAgentMenu</name>
Binary file i18n/eric5_de.qm has changed
--- a/i18n/eric5_de.ts	Tue Aug 23 18:44:20 2011 +0200
+++ b/i18n/eric5_de.ts	Tue Aug 23 18:59:20 2011 +0200
@@ -42696,15 +42696,15 @@
 <context>
     <name>UrlBar</name>
     <message>
-        <location filename="Helpviewer/UrlBar/UrlBar.py" line="44"/>
-        <source>Enter the location here.</source>
-        <translation>Geben sie den Pfad hier ein.</translation>
-    </message>
-    <message>
-        <location filename="Helpviewer/UrlBar/UrlBar.py" line="158"/>
+        <location filename="Helpviewer/UrlBar/UrlBar.py" line="159"/>
         <source>Unknown</source>
         <translation>Unbekannt</translation>
     </message>
+    <message>
+        <location filename="Helpviewer/UrlBar/UrlBar.py" line="45"/>
+        <source>Enter the URL here.</source>
+        <translation>Geben sie die URL hier ein.</translation>
+    </message>
 </context>
 <context>
     <name>UserAgentMenu</name>
--- a/i18n/eric5_en.ts	Tue Aug 23 18:44:20 2011 +0200
+++ b/i18n/eric5_en.ts	Tue Aug 23 18:59:20 2011 +0200
@@ -42273,15 +42273,15 @@
 <context>
     <name>UrlBar</name>
     <message>
-        <location filename="Helpviewer/UrlBar/UrlBar.py" line="44"/>
-        <source>Enter the location here.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="Helpviewer/UrlBar/UrlBar.py" line="158"/>
+        <location filename="Helpviewer/UrlBar/UrlBar.py" line="159"/>
         <source>Unknown</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="Helpviewer/UrlBar/UrlBar.py" line="45"/>
+        <source>Enter the URL here.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>UserAgentMenu</name>
--- a/i18n/eric5_es.ts	Tue Aug 23 18:44:20 2011 +0200
+++ b/i18n/eric5_es.ts	Tue Aug 23 18:59:20 2011 +0200
@@ -42897,13 +42897,18 @@
     <message>
         <location filename="Helpviewer/UrlBar/UrlBar.py" line="44"/>
         <source>Enter the location here.</source>
-        <translation>Introducir aquí la ubicación.</translation>
-    </message>
-    <message>
-        <location filename="Helpviewer/UrlBar/UrlBar.py" line="158"/>
+        <translation type="obsolete">Introducir aquí la ubicación.</translation>
+    </message>
+    <message>
+        <location filename="Helpviewer/UrlBar/UrlBar.py" line="159"/>
         <source>Unknown</source>
         <translation>Desconocido</translation>
     </message>
+    <message>
+        <location filename="Helpviewer/UrlBar/UrlBar.py" line="45"/>
+        <source>Enter the URL here.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>UserAgentMenu</name>
--- a/i18n/eric5_fr.ts	Tue Aug 23 18:44:20 2011 +0200
+++ b/i18n/eric5_fr.ts	Tue Aug 23 18:59:20 2011 +0200
@@ -46715,15 +46715,15 @@
 <context>
     <name>UrlBar</name>
     <message>
-        <location filename="Helpviewer/UrlBar/UrlBar.py" line="44"/>
-        <source>Enter the location here.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="Helpviewer/UrlBar/UrlBar.py" line="158"/>
+        <location filename="Helpviewer/UrlBar/UrlBar.py" line="159"/>
         <source>Unknown</source>
         <translation type="unfinished">Inconnu</translation>
     </message>
+    <message>
+        <location filename="Helpviewer/UrlBar/UrlBar.py" line="45"/>
+        <source>Enter the URL here.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>UserAgentMenu</name>
--- a/i18n/eric5_it.ts	Tue Aug 23 18:44:20 2011 +0200
+++ b/i18n/eric5_it.ts	Tue Aug 23 18:59:20 2011 +0200
@@ -42819,13 +42819,18 @@
     <message>
         <location filename="Helpviewer/UrlBar/UrlBar.py" line="44"/>
         <source>Enter the location here.</source>
-        <translation>Inserisci l&apos;indirizzo qui.</translation>
-    </message>
-    <message>
-        <location filename="Helpviewer/UrlBar/UrlBar.py" line="158"/>
+        <translation type="obsolete">Inserisci l&apos;indirizzo qui.</translation>
+    </message>
+    <message>
+        <location filename="Helpviewer/UrlBar/UrlBar.py" line="159"/>
         <source>Unknown</source>
         <translation>Sconosciuto</translation>
     </message>
+    <message>
+        <location filename="Helpviewer/UrlBar/UrlBar.py" line="45"/>
+        <source>Enter the URL here.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>UserAgentMenu</name>
--- a/i18n/eric5_ru.ts	Tue Aug 23 18:44:20 2011 +0200
+++ b/i18n/eric5_ru.ts	Tue Aug 23 18:59:20 2011 +0200
@@ -42999,13 +42999,18 @@
     <message>
         <location filename="Helpviewer/UrlBar/UrlBar.py" line="44"/>
         <source>Enter the location here.</source>
-        <translation>Задайте адрес.</translation>
-    </message>
-    <message>
-        <location filename="Helpviewer/UrlBar/UrlBar.py" line="158"/>
+        <translation type="obsolete">Задайте адрес.</translation>
+    </message>
+    <message>
+        <location filename="Helpviewer/UrlBar/UrlBar.py" line="159"/>
         <source>Unknown</source>
         <translation>Неизвестный</translation>
     </message>
+    <message>
+        <location filename="Helpviewer/UrlBar/UrlBar.py" line="45"/>
+        <source>Enter the URL here.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>UserAgentMenu</name>
--- a/i18n/eric5_tr.ts	Tue Aug 23 18:44:20 2011 +0200
+++ b/i18n/eric5_tr.ts	Tue Aug 23 18:59:20 2011 +0200
@@ -43097,13 +43097,18 @@
     <message>
         <location filename="Helpviewer/UrlBar/UrlBar.py" line="44"/>
         <source>Enter the location here.</source>
-        <translation>Konumunuzu buraya giriniz.</translation>
-    </message>
-    <message>
-        <location filename="Helpviewer/UrlBar/UrlBar.py" line="158"/>
+        <translation type="obsolete">Konumunuzu buraya giriniz.</translation>
+    </message>
+    <message>
+        <location filename="Helpviewer/UrlBar/UrlBar.py" line="159"/>
         <source>Unknown</source>
         <translation>Bilinmeyen</translation>
     </message>
+    <message>
+        <location filename="Helpviewer/UrlBar/UrlBar.py" line="45"/>
+        <source>Enter the URL here.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>UserAgentMenu</name>
--- a/i18n/eric5_zh_CN.GB2312.ts	Tue Aug 23 18:44:20 2011 +0200
+++ b/i18n/eric5_zh_CN.GB2312.ts	Tue Aug 23 18:59:20 2011 +0200
@@ -46685,15 +46685,15 @@
 <context>
     <name>UrlBar</name>
     <message>
-        <location filename="Helpviewer/UrlBar/UrlBar.py" line="44"/>
-        <source>Enter the location here.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="Helpviewer/UrlBar/UrlBar.py" line="158"/>
+        <location filename="Helpviewer/UrlBar/UrlBar.py" line="159"/>
         <source>Unknown</source>
         <translation type="unfinished">未知</translation>
     </message>
+    <message>
+        <location filename="Helpviewer/UrlBar/UrlBar.py" line="45"/>
+        <source>Enter the URL here.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>UserAgentMenu</name>

eric ide

mercurial