i18n/eric6_de.ts

changeset 6573
ccac2d1f6858
parent 6571
feb72cfc7807
child 6576
ea60ea85067a
--- a/i18n/eric6_de.ts	Thu Nov 01 15:43:03 2018 +0100
+++ b/i18n/eric6_de.ts	Thu Nov 01 18:46:44 2018 +0100
@@ -43907,27 +43907,27 @@
 <context>
     <name>LogViewerEdit</name>
     <message>
-        <location filename="../UI/LogView.py" line="118"/>
+        <location filename="../UI/LogView.py" line="121"/>
         <source>Clear</source>
         <translation>Löschen</translation>
     </message>
     <message>
-        <location filename="../UI/LogView.py" line="119"/>
+        <location filename="../UI/LogView.py" line="122"/>
         <source>Copy</source>
         <translation>Kopieren</translation>
     </message>
     <message>
-        <location filename="../UI/LogView.py" line="121"/>
+        <location filename="../UI/LogView.py" line="124"/>
         <source>Find</source>
         <translation>Suchen</translation>
     </message>
     <message>
-        <location filename="../UI/LogView.py" line="123"/>
+        <location filename="../UI/LogView.py" line="126"/>
         <source>Select All</source>
         <translation>Alles auswählen</translation>
     </message>
     <message>
-        <location filename="../UI/LogView.py" line="125"/>
+        <location filename="../UI/LogView.py" line="128"/>
         <source>Configure...</source>
         <translation>Einstellungen...</translation>
     </message>
@@ -60788,32 +60788,32 @@
 <context>
     <name>SearchReplaceWidget</name>
     <message>
-        <location filename="../QScintilla/SearchReplaceWidget.py" line="790"/>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="794"/>
         <source>&apos;{0}&apos; was not found.</source>
         <translation>„{0}“ wurde nicht gefunden.</translation>
     </message>
     <message>
-        <location filename="../QScintilla/SearchReplaceWidget.py" line="919"/>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="925"/>
         <source>Replaced {0} occurrences.</source>
         <translation>{0} Vorkommen ersetzt.</translation>
     </message>
     <message>
-        <location filename="../QScintilla/SearchReplaceWidget.py" line="924"/>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="930"/>
         <source>Nothing replaced because &apos;{0}&apos; was not found.</source>
         <translation>Es wurde nichts ersetzt, da „{0}“ nicht gefunden wurde.</translation>
     </message>
     <message>
-        <location filename="../QScintilla/SearchReplaceWidget.py" line="151"/>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="152"/>
         <source>Find Next</source>
         <translation>Weitersuchen</translation>
     </message>
     <message>
-        <location filename="../QScintilla/SearchReplaceWidget.py" line="158"/>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="159"/>
         <source>Find Prev</source>
         <translation>Rückwärtssuchen</translation>
     </message>
     <message>
-        <location filename="../QScintilla/SearchReplaceWidget.py" line="58"/>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="59"/>
         <source>&lt;b&gt;Find and Replace&lt;/b&gt;
 &lt;p&gt;This dialog is used to find some text and replace it with another text.
 By checking the various checkboxes, the search can be made more specific.
@@ -60827,7 +60827,7 @@
 </translation>
     </message>
     <message>
-        <location filename="../QScintilla/SearchReplaceWidget.py" line="69"/>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="70"/>
         <source>&lt;b&gt;Find&lt;/b&gt;
 &lt;p&gt;This dialog is used to find some text. By checking the various checkboxes,
 the search can be made more specific. The search string might be a regular
@@ -60840,32 +60840,32 @@
 </translation>
     </message>
     <message>
-        <location filename="../QScintilla/SearchReplaceWidget.py" line="166"/>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="167"/>
         <source>Replace and Search</source>
         <translation>Ersetzen und Suchen</translation>
     </message>
     <message>
-        <location filename="../QScintilla/SearchReplaceWidget.py" line="176"/>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="177"/>
         <source>Replace Occurrence</source>
         <translation>Fundstelle ersetzen</translation>
     </message>
     <message>
-        <location filename="../QScintilla/SearchReplaceWidget.py" line="186"/>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="187"/>
         <source>Replace All</source>
         <translation>Alle ersetzen</translation>
     </message>
     <message>
-        <location filename="../QScintilla/SearchReplaceWidget.py" line="80"/>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="81"/>
         <source>&lt;table border=&quot;0&quot;&gt;
 &lt;tr&gt;&lt;td&gt;&lt;code&gt;.&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Matches any character&lt;/td&gt;&lt;/tr&gt;
-&lt;tr&gt;&lt;td&gt;&lt;code&gt;\(&lt;/code&gt;&lt;/td&gt;&lt;td&gt;This marks the start of a region for tagging a
+&lt;tr&gt;&lt;td&gt;&lt;code&gt;(&lt;/code&gt;&lt;/td&gt;&lt;td&gt;This marks the start of a region for tagging a
 match.&lt;/td&gt;&lt;/tr&gt;
-&lt;tr&gt;&lt;td&gt;&lt;code&gt;\)&lt;/code&gt;&lt;/td&gt;&lt;td&gt;This marks the end of a tagged region.
+&lt;tr&gt;&lt;td&gt;&lt;code&gt;)&lt;/code&gt;&lt;/td&gt;&lt;td&gt;This marks the end of a tagged region.
 &lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;code&gt;\n&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Where &lt;code&gt;n&lt;/code&gt; is 1 through 9 refers to the first through ninth
 tagged region when replacing. For example, if the search string was
-&lt;code&gt;Fred\([1-9]\)XXX&lt;/code&gt; and the replace string was
+&lt;code&gt;Fred([1-9])XXX&lt;/code&gt; and the replace string was
 &lt;code&gt;Sam\1YYY&lt;/code&gt;, when applied to &lt;code&gt;Fred2XXX&lt;/code&gt; this would
 generate &lt;code&gt;Sam2YYY&lt;/code&gt;.&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;code&gt;\&amp;lt;&lt;/code&gt;&lt;/td&gt;
@@ -60900,11 +60900,11 @@
 </source>
         <translation>&lt;table border=&quot;0&quot;&gt;
 &lt;tr&gt;&lt;td&gt;&lt;code&gt;.&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Findet jedes beliebige Zeichen&lt;/td&gt;&lt;/tr&gt;
-&lt;tr&gt;&lt;td&gt;&lt;code&gt;\(&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Dies markiert den Start eines Bereiches, um eine Übereinstimmung zu benennen.&lt;/td&gt;&lt;/tr&gt;
-&lt;tr&gt;&lt;td&gt;&lt;code&gt;\)&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Dies markiert das Ende eines benannten Bereiches.&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;&lt;code&gt;(&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Dies markiert den Start eines Bereiches, um eine Übereinstimmung zu benennen.&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;&lt;code&gt;)&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Dies markiert das Ende eines benannten Bereiches.&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;code&gt;\n&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Mit &lt;code&gt;n&lt;/code&gt; zwischen 1 und 9 wird der erste bis neunte markierte Bereich bei Ersetzungen referenziert. Wenn die 
-Suchzeichenkette z.B. &lt;code&gt;Fred\([1-9]\)XXX&lt;/code&gt; und die Ersetzungszeichenkette &lt;code&gt;Sam\1YYY&lt;/code&gt; war, so erzeugt dies 
+Suchzeichenkette z.B. &lt;code&gt;Fred([1-9])XXX&lt;/code&gt; und die Ersetzungszeichenkette &lt;code&gt;Sam\1YYY&lt;/code&gt; war, so erzeugt dies 
 &lt;code&gt;Sam2YYY&lt;/code&gt;, wenn es auf &lt;code&gt;Fred2XXX&lt;/code&gt; angewendet wird.&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;code&gt;\&amp;lt;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Dies findet den Wortanfang gemäß der Scintilla-Definition von Wort.&lt;/td&gt;&lt;/tr&gt;
@@ -60985,7 +60985,7 @@
         <translation>Alle hervorheben</translation>
     </message>
     <message>
-        <location filename="../UI/SearchWidget.py" line="201"/>
+        <location filename="../UI/SearchWidget.py" line="217"/>
         <source>&apos;{0}&apos; was not found.</source>
         <translation>„{0}“ wurde nicht gefunden.</translation>
     </message>
@@ -61019,6 +61019,11 @@
         <source>&amp;Selection only</source>
         <translation>nur &amp;Auswahl</translation>
     </message>
+    <message>
+        <location filename="../UI/SearchWidget.ui" line="94"/>
+        <source>Regexp</source>
+        <translation>Regexp</translation>
+    </message>
 </context>
 <context>
     <name>SearchWidgetLine</name>
@@ -61057,6 +61062,11 @@
         <source>Whole word</source>
         <translation>Ganzes Wort</translation>
     </message>
+    <message>
+        <location filename="../UI/SearchWidgetLine.ui" line="111"/>
+        <source>Regexp</source>
+        <translation>Regexp</translation>
+    </message>
 </context>
 <context>
     <name>SecurityPage</name>

eric ide

mercurial