]> granicus.if.org Git - handbrake/commitdiff
WinGui: Fix Detelecine tooltip. Fixes #1760
authorsr55 <sr55.hb@outlook.com>
Sun, 30 Dec 2018 21:30:30 +0000 (21:30 +0000)
committersr55 <sr55.hb@outlook.com>
Sun, 30 Dec 2018 21:30:30 +0000 (21:30 +0000)
win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs
win/CS/HandBrakeWPF/Properties/ResourcesTooltips.de.resx
win/CS/HandBrakeWPF/Properties/ResourcesTooltips.resx

index 9a31e6a749dab61a293e6d236743a6a125757bb7..fe783e3b57fe1fa8275569aa618481f1df744342 100644 (file)
@@ -204,9 +204,7 @@ namespace HandBrakeWPF.Properties {
         }\r
         \r
         /// <summary>\r
-        ///   Looks up a localized string similar to This filter removes &apos;combing&apos; artifacts that are the result of telecining.\r
-        ///\r
-        ///Telecining is a process that adjusts film framerates that are 24fps to NTSC video frame rates which are 30fps..\r
+        ///   Looks up a localized string similar to Detelecine removes comb artifacts that are the result of telecine, a process for converting film frame rates to television frame rates..\r
         /// </summary>\r
         public static string FilterView_Detelecine {\r
             get {\r
index 27c0061ecb809b365689a41cc3ccb0e4a6fc6f34..774b6050dc2427f7461f049b19c352a229557106 100644 (file)
             : using a System.ComponentModel.TypeConverter
             : and then encoded with base64 encoding.
     -->
-  <xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
-    <xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
+  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
     <xsd:element name="root" msdata:IsDataSet="true">
       <xsd:complexType>
         <xsd:choice maxOccurs="unbounded">
           <xsd:element name="metadata">
             <xsd:complexType>
               <xsd:sequence>
-                <xsd:element name="value" type="xsd:string" minOccurs="0"/>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />
               </xsd:sequence>
-              <xsd:attribute name="name" use="required" type="xsd:string"/>
-              <xsd:attribute name="type" type="xsd:string"/>
-              <xsd:attribute name="mimetype" type="xsd:string"/>
-              <xsd:attribute ref="xml:space"/>
+              <xsd:attribute name="name" use="required" type="xsd:string" />
+              <xsd:attribute name="type" type="xsd:string" />
+              <xsd:attribute name="mimetype" type="xsd:string" />
+              <xsd:attribute ref="xml:space" />
             </xsd:complexType>
           </xsd:element>
           <xsd:element name="assembly">
             <xsd:complexType>
-              <xsd:attribute name="alias" type="xsd:string"/>
-              <xsd:attribute name="name" type="xsd:string"/>
+              <xsd:attribute name="alias" type="xsd:string" />
+              <xsd:attribute name="name" type="xsd:string" />
             </xsd:complexType>
           </xsd:element>
           <xsd:element name="data">
             <xsd:complexType>
               <xsd:sequence>
-                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
-                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
               </xsd:sequence>
-              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
-              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
-              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
-              <xsd:attribute ref="xml:space"/>
+              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+              <xsd:attribute ref="xml:space" />
             </xsd:complexType>
           </xsd:element>
           <xsd:element name="resheader">
             <xsd:complexType>
               <xsd:sequence>
-                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
               </xsd:sequence>
-              <xsd:attribute name="name" type="xsd:string" use="required"/>
+              <xsd:attribute name="name" type="xsd:string" use="required" />
             </xsd:complexType>
           </xsd:element>
         </xsd:choice>
@@ -137,9 +137,7 @@ NLMeans ist ein hochwertiger Entrauschungsfilter auf Kosten der Geschwindigkeit.
 HQDN3D ist ein adaptiver Tiefpassfilter, schneller als NLMeans, aber weniger effektiv bei der Erhaltung feiner Details.</value>
   </data>
   <data name="FilterView_Detelecine" xml:space="preserve">
-    <value>Dieser Filter entfernt Kammartefakte, die das Ergebnis optischer Abtastung (Telecine) sind.
-
-Telecining ist ein Prozess, der Filmbilder mit einer Bildfrequenz von 24 BpS an NTSC-Videobildraten von 30 BpS anpasst.</value>
+    <value>Detelecine entfernt Kammartefakte, Resultat der optischen Abtastung, ein Prozess um Filmbilder in Fernsehbilder umzuwandeln.</value>
   </data>
   <data name="FilterView_Grayscale" xml:space="preserve">
     <value>Graustufen entfernt die Farbkomponente des Videos. Oft auch als Schwarzweißvideo bezeichnet.</value>
@@ -464,4 +462,4 @@ Lapsharp's Abstimmung Sprite: Ist nützlich für 1-/4-/8-/16-bit 2D-Spiele. Spri
   <data name="MainView_StartPoint" xml:space="preserve">
     <value>Der Startpunkt für diesen Bereich.</value>
   </data>
-</root>
+</root>
\ No newline at end of file
index ccc3856f646762cf710629671df9a79661e1b03a..2d7d992187f92dd782e10a662da92ca60588ce30 100644 (file)
@@ -138,9 +138,7 @@ NLMeans is a high quality denoise filter with a cost to speed. Use where quality
 HQDN3D is an adaptive low-pass filter, faster than NLMeans but less effective at preserving fine detail.</value>\r
   </data>\r
   <data name="FilterView_Detelecine" xml:space="preserve">\r
-    <value>This filter removes 'combing' artifacts that are the result of telecining.\r
-\r
-Telecining is a process that adjusts film framerates that are 24fps to NTSC video frame rates which are 30fps.</value>\r
+    <value>Detelecine removes comb artifacts that are the result of telecine, a process for converting film frame rates to television frame rates.</value>\r
   </data>\r
   <data name="FilterView_Grayscale" xml:space="preserve">\r
     <value>Grayscale removes the color component of the video. Often referred to as Black &amp;amp; White video.</value>\r